Ticket #14764: transcode.patch
File transcode.patch, 1.8 KB (added by cremes@…, 17 years ago) |
---|
-
transcode.
old new 1 1 # $Id: Portfile 34241 2008-02-19 00:21:52Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name transcode 5 version 1.1.0 -pre-016 version 1.1.0alpha7 6 7 revision 1 7 8 categories multimedia 8 9 maintainers cremes@mac.com liontooth@cogweb.net … … 21 22 including (but not limited to) video de-interlacing, \ 22 23 audio resampling, framerate conversion, different \ 23 24 resizing algorithms, smoothing, sharpening, denoisifying, \ 24 and cutting. 25 and cutting. 25 26 26 27 homepage http://www.transcoding.org 27 28 28 fetch.type cvs 29 cvs.root :pserver:cvs@cvs.exit1.org:/cvstc 30 #cvs.tag HEAD 31 cvs.date 20070516 32 cvs.module ${name} 33 worksrcdir ${name} 29 master_sites http://fromani.exit1.org/ 30 distname ${name}-${version} 31 use_bzip2 yes 32 33 checksums ${distname}${extract.suffix} \ 34 md5 1f2f2df059c801038743f2a8210c2fb5 \ 35 sha1 0f329d33cf1fcf5d16ea727087740c25a7664ed2 34 36 35 37 depends_lib port:automake \ 36 38 port:autoconf \ … … 39 41 port:libmpeg2 \ 40 42 port:libdvdread \ 41 43 port:jpeg \ 42 port:lame 44 port:lame 43 45 44 46 pre-configure { cd ${worksrcpath} 45 47 system "LIBTOOLIZE=glibtoolize autoreconf -i -f" … … 53 55 --with-libmpeg2-prefix=${prefix} \ 54 56 --with-libdvdread-prefix=${prefix} \ 55 57 --with-libjpeg-prefix=${prefix} \ 56 --with-lame-prefix=${prefix} 58 --with-lame-prefix=${prefix} 57 59 58 # Optional components 60 # Optional components 59 61 60 62 variant a52dec { 61 63 depends_lib-append port:a52dec