Ticket #14764: transcode.patch

File transcode.patch, 1.8 KB (added by cremes@…, 16 years ago)

patch for portfile

  • transcode.

    old new  
    11# $Id: Portfile 34241 2008-02-19 00:21:52Z ryandesign@macports.org $
    22
    33PortSystem 1.0
     4
    45name        transcode
    5 version     1.1.0-pre-01
     6version     1.1.0alpha7
    67revision    1
    78categories  multimedia
    89maintainers cremes@mac.com liontooth@cogweb.net
     
    2122            including (but not limited to) video de-interlacing, \
    2223            audio resampling, framerate conversion, different \
    2324            resizing algorithms, smoothing, sharpening, denoisifying, \
    24             and cutting. 
     25            and cutting.
    2526
    2627homepage        http://www.transcoding.org
    2728
    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}
     29master_sites    http://fromani.exit1.org/
     30distname        ${name}-${version}
     31use_bzip2       yes
     32
     33checksums       ${distname}${extract.suffix} \
     34                 md5 1f2f2df059c801038743f2a8210c2fb5 \
     35                 sha1 0f329d33cf1fcf5d16ea727087740c25a7664ed2
    3436
    3537depends_lib     port:automake \
    3638                port:autoconf \
     
    3941                port:libmpeg2 \
    4042                port:libdvdread \
    4143                port:jpeg \
    42                 port:lame 
     44                port:lame
    4345
    4446pre-configure       { cd ${worksrcpath}
    4547            system "LIBTOOLIZE=glibtoolize autoreconf -i -f"
     
    5355                --with-libmpeg2-prefix=${prefix} \
    5456                --with-libdvdread-prefix=${prefix} \
    5557                --with-libjpeg-prefix=${prefix} \
    56                 --with-lame-prefix=${prefix} 
     58                --with-lame-prefix=${prefix}
    5759
    58 # Optional components 
     60# Optional components
    5961
    6062variant a52dec {
    6163    depends_lib-append port:a52dec