[35280] trunk/dports/multimedia/transcode/Portfile

jmr at macports.org jmr at macports.org
Sun Mar 23 18:58:47 PDT 2008


Revision: 35280
          http://trac.macosforge.org/projects/macports/changeset/35280
Author:   jmr at macports.org
Date:     2008-03-23 18:58:44 -0700 (Sun, 23 Mar 2008)

Log Message:
-----------
transcode: update from maintainer, see #14764.

Modified Paths:
--------------
    trunk/dports/multimedia/transcode/Portfile

Modified: trunk/dports/multimedia/transcode/Portfile
===================================================================
--- trunk/dports/multimedia/transcode/Portfile	2008-03-23 20:46:32 UTC (rev 35279)
+++ trunk/dports/multimedia/transcode/Portfile	2008-03-24 01:58:44 UTC (rev 35280)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name        transcode
-version     1.1.0-pre-01
+version     1.1.0alpha7
 revision    1
 categories  multimedia
 maintainers cremes at mac.com liontooth at cogweb.net
@@ -21,17 +22,18 @@
             including (but not limited to) video de-interlacing, \
             audio resampling, framerate conversion, different \
             resizing algorithms, smoothing, sharpening, denoisifying, \
-            and cutting. 
+            and cutting.
 
 homepage        http://www.transcoding.org
 
-fetch.type      cvs
-cvs.root        :pserver:cvs at cvs.exit1.org:/cvstc 
-#cvs.tag         HEAD
-cvs.date        20070516
-cvs.module      ${name}
-worksrcdir      ${name}
+master_sites    http://fromani.exit1.org/
+distname        ${name}-${version}
+use_bzip2       yes
 
+checksums       ${distname}${extract.suffix} \
+                 md5 1f2f2df059c801038743f2a8210c2fb5 \
+                 sha1 0f329d33cf1fcf5d16ea727087740c25a7664ed2
+
 depends_lib     port:automake \
                 port:autoconf \
                 port:libtool \
@@ -39,7 +41,7 @@
                 port:libmpeg2 \
                 port:libdvdread \
                 port:jpeg \
-                port:lame 
+                port:lame
 
 pre-configure       { cd ${worksrcpath}
             system "LIBTOOLIZE=glibtoolize autoreconf -i -f"
@@ -53,9 +55,9 @@
                 --with-libmpeg2-prefix=${prefix} \
                 --with-libdvdread-prefix=${prefix} \
                 --with-libjpeg-prefix=${prefix} \
-                --with-lame-prefix=${prefix} 
+                --with-lame-prefix=${prefix}
 
-# Optional components 
+# Optional components
 
 variant a52dec {
     depends_lib-append port:a52dec

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080323/ce085033/attachment.html 


More information about the macports-changes mailing list