Ticket #11120: patch-Portfile.diff
File patch-Portfile.diff, 1.7 KB (added by cssdev, 18 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name streamripper 6 version 1.61.2 66 version 1.61.27 7 7 categories audio net 8 8 platforms darwin 9 9 maintainers css@macports.org 10 10 description separate tracks via Shoutcasts title-streaming 11 long_description Streamripper started as a way to separate tracks via\12 Shoutcasts title-streaming feature. This has now been\13 expanded into a much more generic feature, where part\14 15 starts and another ends, thus allowing a mp3 decoding\16 engine to scan for a silent mark, which is used to\17 findan exact track separation.11 long_description Streamripper started as a way to separate \ 12 tracks via Shoutcasts title-streaming feature. This has \ 13 now been expanded into a much more generic feature, where \ 14 part of the program only tries to hint at where one track \ 15 starts and another ends, thus allowing a mp3 decoding \ 16 engine to scan for a silent mark, which is used to find \ 17 an exact track separation. 18 18 19 19 homepage http://streamripper.sourceforge.net/ 20 20 master_sites ${homepage}/files/ sourceforge:${name} 21 checksums md5 435ae5886a47919732553925436f66df 21 checksums md5 d92a37bf23ee3f1bd5a9498d72c0562a \ 22 sha1 bdbf0e301c3c783e1f13c2977508afd5076328ad 22 23 23 configure.args --mandir=${prefix}/share/man 24 depends_lib port:libiconv \ 25 port:libogg \ 26 port:libvorbis 24 27 28 configure.args --with-ogg=${prefix} --with-vorbis=${prefix} \ 29 --with-libiconv-prefix=${prefix} \ 30 --mandir=${prefix}/share/man 31 25 32 pre-destroot { 26 33 file attributes ${worksrcpath}/install-sh -permissions +rx 27 34 }