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

ryandesign at macports.org ryandesign at macports.org
Sun Aug 31 18:26:37 PDT 2008


Revision: 39706
          http://trac.macosforge.org/projects/macports/changeset/39706
Author:   ryandesign at macports.org
Date:     2008-08-31 18:26:36 -0700 (Sun, 31 Aug 2008)
Log Message:
-----------
transcode: maintainer update:

 * update to 1.1.0beta1
 * add build dependency on pkgconfig (fixes #15547)
 * add variants for quicktime and lzo
 * remove former co-maintainer Chuck Remes at his request as he no longer has time to maintain

http://lists.macosforge.org/pipermail/macports-users/2008-August/011376.html

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

Modified: trunk/dports/multimedia/transcode/Portfile
===================================================================
--- trunk/dports/multimedia/transcode/Portfile	2008-09-01 00:19:17 UTC (rev 39705)
+++ trunk/dports/multimedia/transcode/Portfile	2008-09-01 01:26:36 UTC (rev 39706)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name        transcode
-version     1.1.0beta0
+version     1.1.0beta1
 categories  multimedia
-maintainers cremes at mac.com liontooth at cogweb.net
+maintainers liontooth at cogweb.net
 description Video and audio processing tools
 long_description    transcode is a suite of tools, all of which are \
             command line utilities, for transcoding various \
@@ -30,9 +30,12 @@
 use_bzip2       yes
 
 checksums       ${distname}${extract.suffix} \
-                 md5 6f188b74c64595c30df82fcbc0bb22f3 \
-                 sha1 e0d146278937da76682ba88c2719726f20ab9493
+                md5 b84566b618f2b667ce048993692e69db \
+                sha1 e68f65b6558c97ffc4fef3aaae9fc35a01af4390
 
+
+depends_build   port:pkgconfig
+
 depends_lib     port:automake \
                 port:autoconf \
                 port:libtool \
@@ -94,6 +97,11 @@
     configure.args-append --enable-ogg --with-ogg-prefix=${prefix}
 }
 
+variant libquicktime {
+    depends_lib-append port:libquicktime
+    configure.args-append --enable-libquicktime --with-libquicktime-prefix=${prefix}
+}
+
 variant libsdl {
     depends_lib-append port:libsdl
     configure.args-append --enable-sdl --with-sdl-prefix=${prefix}
@@ -114,6 +122,11 @@
     configure.args-append --enable-libxml2 --with-libxml2-prefix=${prefix}
 }
 
+variant lzo {
+    depends_lib-append port:lzo2
+    configure.args-append --enable-lzo --with-lzo-prefix=${prefix}
+}
+
 variant x264 {
     depends_lib-append port:x264
     configure.args-append --enable-x264 --with-x264-prefix=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080831/87b3d55b/attachment-0001.html 


More information about the macports-changes mailing list