Changeset 27821
- Timestamp:
- 2007-08-14 12:21:23 (15 months ago)
- Files:
-
- 1 modified
-
trunk/dports/aqua/a52decX/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/a52decX/Portfile
r21857 r27821 1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 PortGroup xcode 1.0 4 5 5 6 name a52decX 6 7 version 0.25 7 8 categories aqua multimedia 8 platforms darwin 9 maintainers nomaintainer@macports.org 9 maintainers nomaintainer 10 10 homepage http://homepage1.nifty.com/~toku/software_en.html#a52decX 11 11 description Converts AC-3 file to an AIFF file … … 13 13 long_description a52decX converts an AC-3 file being used for the sound of \ 14 14 DVD-Video into an AIFF file. 15 16 15 17 16 master_sites http://homepage1.nifty.com/~toku/software/ 18 checksums md5 7760780873de9b9c4d13e7d396f31b5419 17 20 use_configure no 18 checksums md5 7760780873de9b9c4d13e7d396f31b54 \ 19 sha1 329aa192645ddf81214c191a35c680cce7a61dc3 \ 20 rmd160 3e8f1b8a958b444aa0f9a8d298ddf0091c926bdc 21 21 22 p re-build { system "cd ${worksrcpath}/a52dec/ ; make \23 && cd ${worksrcpath}/lame/ ; make"24 }22 post-patch { 23 reinplace -E "/#define uint/d" ${worksrcpath}/lame/config.h 24 } 25 25 26 build.type pbx 27 build.target 26 pre-build { 27 foreach {subdir} {a52dec lame} { 28 cd ${worksrcpath}/${subdir} 29 system "make" 30 } 31 } 28 32 29 destroot { xinstall -d -m 755 ${destroot}/Applications/MacPorts 30 file copy ${worksrcpath}/build/${name}.app \ 31 ${destroot}/Applications/MacPorts/${name}.app 32 } 33 universal_variant no 33 34 35 livecheck.check regex 36 livecheck.url [strsed ${homepage} {/#.*//}] 37 livecheck.regex "${name} (\\d+(?:\\.\\d+)*)" 38

