aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/id3lib.rb
AgeCommit message (Collapse)Author
2014-03-16id3lib: use checksummed patchesJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-16Added empty password for anonymous CVS access.Arne Jørgensen
Closes #25948. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-24id3lib: Consolidate patches. Fix compiling with clang.Tryn Mirell
Closes #23446. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-27id3lib: use new dslAdam Vandenberg
2012-08-22id3lib: use sha1 rather than md5.Mike McQuaid
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-14id3lib: use MacPorts 'main' patch to work with clangAdam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-14id3lib fails with LLVMDouglas Creager
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16Add ARGV.build_head? and use it.Adam Vandenberg
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
2010-05-20id3lib 3.8.3 bugfix patchkmowery
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * add head
2009-12-05Be nicer to Sourceforge by using their gateway serverMike Arthur
Thus we download from the best mirror always.
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-09-29Formula for id3lib 3.8.3JD Harrington