From b3e8accb651b7ca7e94649c6fb60f09bcf6ae43e Mon Sep 17 00:00:00 2001 From: Dominic Evans Date: Wed, 20 Oct 2010 00:58:11 +0100 Subject: EasyTAG 2.1.6 EasyTAG is a utility for viewing and editing tags for MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Signed-off-by: Adam Vandenberg --- Library/Formula/easy-tag.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Library/Formula/easy-tag.rb (limited to 'Library/Formula') diff --git a/Library/Formula/easy-tag.rb b/Library/Formula/easy-tag.rb new file mode 100644 index 000000000..11d6054ed --- /dev/null +++ b/Library/Formula/easy-tag.rb @@ -0,0 +1,24 @@ +require 'formula' + +class EasyTag :build + depends_on 'glib' + depends_on 'gtk+' + depends_on 'id3lib' + depends_on 'libid3tag' + depends_on 'mp4v2' + + def install + # Use mp4v2 instead of mp4 + inreplace ['configure', 'src/mp4_header.c', 'src/mp4_tag.c'], + "#include ", "#include " + + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3