BrewTestBot
dcedb2e6d4
flac: update 1.3.0 bottle.
...
Closes Homebrew/homebrew#29313 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-16 07:32:58 -07:00
BrewTestBot
15f1fb1905
flac: update 1.3.0 bottle.
...
Closes Homebrew/homebrew#29301 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-16 07:22:38 -07:00
David Christenson
11db18e691
flac: add HEAD and enable assembly optimizations
2014-05-16 07:22:19 -07:00
Jack Nagel
d87063d32f
Remove remaining explicit xz build-time deps
...
These dependencies are automatically detected from the URL, so declaring
them is redundant. If these formulae ever get a head or devel spec, then
explicit xz deps would need to be re-scoped appropriately. Thus we
should remove them.
2014-03-14 23:40:32 -05:00
Jack Nagel
07cd5ca139
flac: disable ogg unless explicitly requested
...
Fixes Homebrew/homebrew#27349 .
2014-03-09 19:48:10 -05:00
BrewTestBot
5746665a72
flac: add 1.3.0 bottle.
2014-02-22 19:14:36 +00:00
Jack Nagel
866f9663dd
flac: use -std=gnu89 instead of patch
...
Fixes Homebrew/homebrew#24633 .
2013-11-24 11:37:48 -06:00
Xiyue Deng
5019b77592
flac: stylenit.
...
* Add comments for Mavericks workaround.
* Reference upstream bug report and patch.
* Use symbol form for autotools.
2013-10-24 23:08:48 -07:00
Leif Middelschulte
0df99bc31f
flac: fix building on 10.9
...
* Based on the work of @fernandotcl.
- https://gist.github.com/fernandotcl/7120507
Closes Homebrew/homebrew#23254 .
Closes Homebrew/homebrew#23540 .
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-10-24 23:06:56 -07:00
Misty De Meo
56ecd194fb
Use Hardware::CPU.arch(32|64)_bit in formulae
2013-08-15 22:46:56 -07:00
Adam Vandenberg
8e4a753721
flac: inline flac2mp3 script
...
Closes Homebrew/homebrew#20448 .
2013-06-13 11:35:27 -07:00
Jesper Särnesjö
6f531b48f8
flac 1.3.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-13 09:37:52 -07:00
Steven Yi
f2027b3950
flac: add universal option
...
Closes Homebrew/homebrew#19738 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-19 12:51:58 -05:00
Adam Vandenberg
a25ed56d66
flac: use archive download for flac2mp3
2013-05-01 21:36:21 -07:00
Adam Vandenberg
392f81f4e5
flac2mp3: fix hash
...
Closes Homebrew/homebrew#14768 .
2012-09-06 09:17:52 -07:00
Adam Vandenberg
ad45b12ed0
flac: use tagged download
2012-09-03 22:39:21 -07:00
Adam Vandenberg
510a54d7f9
flac: udate flac2mp3 checksum
...
Closes Homebrew/homebrew#14676 .
2012-09-03 14:38:09 -07:00
Mike McQuaid
88779ade49
Batch convert MD5 formula to SHA1.
...
Closes Homebrew/homebrew#14653 .
2012-09-03 11:36:42 -07:00
Raymond Edwards
71048b632a
flac2mp3 script has moved to a proper repo
...
Closes Homebrew/homebrew#14555 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-03 00:26:44 -04:00
Jack Nagel
64afeec6d4
Use new fails_with DSL syntax
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Adam Vandenberg
99b61b9a23
Update fails_with_llvm in formulae
2011-03-25 23:31:30 -07:00
Adam Vandenberg
3187f69750
Fix inheritance for GithubGistFormula
2011-03-12 17:49:19 -08:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
Douglas Creager
d76c8d0231
Flac fails with LLVM
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-14 11:12:32 -08:00
Tianyi Cui
8b275c916a
Use https for all GitHub URLs
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Adam Vandenberg
307ffb5470
flac - optional dep on libogg
2010-08-24 09:11:50 -07:00
Adam Vandenberg
7bd947eb0b
Update formulae for version 0.7
...
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Kyle Fuller
de67fe7cd8
Use depends_on in the flac formula and also enable-sse
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-22 13:26:23 -07:00
Adam Vandenberg
a227d978ea
Use shorter reference to man in several formulae.
2010-02-15 14:51:38 -08:00
Mike Arthur
b3900f37dd
Be nicer to Sourceforge by using their gateway server
...
Thus we download from the best mirror always.
2009-12-05 15:09:31 +00:00
Max Howell
61b2307139
s/require 'brewkit'/require 'formula'/g
...
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell
cc891f7f76
Tests for Pathname+Yeast
...
I removed the rename and mv functions as when I wrote the tests I realised the function implied the pathname object would be updated to reflect the moved or renamed file. However that cannot be done. Also frankly I think writing it out in full makes clearer code.
2009-09-02 15:07:26 +01:00
Max Howell
428dd6181f
FIX Flac2Mp3 script
2009-08-10 18:27:53 +01:00
Max Howell
aa14a25a43
Apply new ENV capabilities to all existing Formulae
2009-08-10 18:11:22 +01:00
Max Howell
b949554b09
FIX flac install
2009-07-31 14:04:49 +01:00
Max Howell
91dc7e7e85
Update PNGcrush and FLAC formulae
2009-07-07 16:09:44 +01:00
Max Howell
46e09a2d6e
Use newer flac2mp3 script
2009-06-28 16:41:06 +01:00
Max Howell
428db6ec56
Don't version docs with cmake and flac
2009-06-05 13:43:11 +01:00
Max Howell
b392ad324d
FLAC formula including flac2mp3 script
2009-06-05 12:57:50 +01:00