[87932] trunk/dports/multimedia

ryandesign at macports.org ryandesign at macports.org
Tue Dec 13 01:14:25 PST 2011


Revision: 87932
          http://trac.macports.org/changeset/87932
Author:   ryandesign at macports.org
Date:     2011-12-13 01:14:19 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
mlt: update to 0.7.6 and use llvm-gcc-4.2 instead of clang; kdenlive: update to 0.8.2.1; see #30461

Modified Paths:
--------------
    trunk/dports/multimedia/kdenlive/Portfile
    trunk/dports/multimedia/mlt/Portfile

Modified: trunk/dports/multimedia/kdenlive/Portfile
===================================================================
--- trunk/dports/multimedia/kdenlive/Portfile	2011-12-13 04:20:33 UTC (rev 87931)
+++ trunk/dports/multimedia/kdenlive/Portfile	2011-12-13 09:14:19 UTC (rev 87932)
@@ -5,9 +5,7 @@
 PortGroup           kde4 1.1
 
 name                kdenlive
-version             0.8
-revision            1
-set branch          [join [lrange [split ${version} .] 0 1] .]
+version             0.8.2.1
 categories          multimedia
 maintainers         dennedy.org:dan
 description         A non-linear video editing suite.
@@ -17,11 +15,11 @@
                     FFmpeg for video formats, thus offering a comprehensive solution.
 
 homepage            http://www.kdenlive.org/
-master_sites        sourceforge:project/kdenlive/kdenlive/${branch}
+master_sites        sourceforge:project/kdenlive/kdenlive/${version}
 platforms           darwin
 
-checksums           sha1    ee2b3b5fe6125da4c7520bddec8edefd04c9988c \
-                    rmd160  fed23d55daa520402971cb3994c4afd16bc73095
+checksums           sha1    14c3d17ed3388ef6f90a00f4d5f58934307e3e40 \
+                    rmd160  443ad814827220cd7985cf3160e77f6e6899a1cf
 
 depends_lib-append  port:mlt \
                     port:kdelibs4 \

Modified: trunk/dports/multimedia/mlt/Portfile
===================================================================
--- trunk/dports/multimedia/mlt/Portfile	2011-12-13 04:20:33 UTC (rev 87931)
+++ trunk/dports/multimedia/mlt/Portfile	2011-12-13 09:14:19 UTC (rev 87932)
@@ -6,7 +6,7 @@
 
 name                mlt
 epoch               3
-version             0.7.2
+version             0.7.6
 categories          multimedia
 maintainers         dennedy.org:dan
 description         Open source multimedia framework - core libraries
@@ -23,8 +23,8 @@
 master_sites        sourceforge:project/mlt/mlt
 platforms           darwin
 
-checksums           sha1    ada5bbe9c5d38ff2f42a5d89c0cdb5a56586a699 \
-                    rmd160  50d4e7601338a94bf30eac78d0b39422bf4f522e
+checksums           sha1    f23c8bddb9b1f406c3cfcd155e74f8d9d37b5120 \
+                    rmd160  898256dfbbda158f51796a7d4468a6a54b9b246d
 
 # frei0r-plugins is not universal
 universal_variant   no
@@ -42,6 +42,10 @@
                     port:libvorbis \
                     port:sox
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args      --enable-gpl \
                     --qimage-libdir=${qt_libs_dir} \
                     --qimage-includedir=${qt_includes_dir}/Qt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111213/10855db5/attachment.html>


More information about the macports-changes mailing list