aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libogg.rb
AgeCommit message (Collapse)Author
2014-10-19libogg: add yosemite bottle.Mike McQuaid
2014-06-01libogg: modernize autotools depsJack Nagel
2014-05-27libogg: update 1.3.2 bottle.BrewTestBot
2014-05-27libogg 1.3.2Ralph Giles
Closes #29632. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-22libogg: add bottle.Mike McQuaid
2013-09-21libogg: use spec depsJack Nagel
2013-09-08libogg 1.3.1.Ralph Giles
Closes #22398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-05-12libogg: add --universalSteven Yi
Closes #19739. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03libogg: use new dslAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-10Remove redundant :using => :svnAdam Vandenberg
2012-04-22libogg, libvorbis: Add --HEADricho
Closes #11146. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-17libogg 1.3.0Bartosz Romanowski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05libogg - remove unused configure switchAdam Vandenberg
2011-02-21Upgrade libogg to 1.2.2Stein Magnus Jodal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-04-01Updated formula: libogg-1.2.0Tuncer Ayaz
Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com> Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-21Reformat libogg and libvorbisAdam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09Update libogg, libvorbis, and libtheoraDavid Conrad
2009-08-10Apply new ENV capabilities to all existing FormulaeMax Howell
2009-06-18libogg doesn't support parallel builds during installMax Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.