[98409] trunk/dports/multimedia/mkvtoolnix/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 4 13:20:55 PDT 2012


Revision: 98409
          http://trac.macports.org//changeset/98409
Author:   ryandesign at macports.org
Date:     2012-10-04 13:20:55 -0700 (Thu, 04 Oct 2012)
Log Message:
-----------
mkvtoolnix: update to 5.8.0, use gcc47, make gcc47 a library dependency, use wxWidgets30 in wxwidgets variant (#36466); add ruby depednency (#34905)

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

Modified: trunk/dports/multimedia/mkvtoolnix/Portfile
===================================================================
--- trunk/dports/multimedia/mkvtoolnix/Portfile	2012-10-04 19:39:05 UTC (rev 98408)
+++ trunk/dports/multimedia/mkvtoolnix/Portfile	2012-10-04 20:20:55 UTC (rev 98409)
@@ -5,7 +5,7 @@
 PortGroup           muniversal 1.0
 
 name                mkvtoolnix
-version             5.6.0
+version             5.8.0
 categories          multimedia
 maintainers         nomaintainer
 license             GPL-2+ LGPL-2.1+
@@ -19,14 +19,11 @@
 master_sites        ${homepage}sources/ \
                     http://svn.mandriva.com/svn/packages/cooker/mkvtoolnix/releases/${version}/1/SOURCES/
 use_bzip2           yes
-set configure.compiler macports-gcc-4.6
 
-checksums           rmd160  6880fca76b162e7a83d6d6dac0617a6dae7be62f \
-                    sha256  09c502de690af0ad405cf66fe9863e86260f89871e9a563f1ede56a53e71fcc3
+checksums           rmd160  29c11e66680d0f0f58f9aab4c9edd69f84f67f1d \
+                    sha256  3c9ec7e4c035b82a35850c5ada98a29904edc44a0d1c9b900ed05d56e6274960
 
-# As of 4.7.0, mkvtoolnix uses internal static libmatroska and libebml.
-depends_build       port:gcc46 \
-                    port:pkgconfig
+depends_build       port:pkgconfig
 
 depends_lib         port:boost \
                     port:bzip2 \
@@ -34,13 +31,17 @@
                     port:expat \
                     port:file \
                     port:flac \
+                    port:gcc47 \
                     port:gettext \
                     port:libogg \
                     port:libvorbis \
                     port:lzo2 \
                     port:pcre \
+                    port:ruby \
                     port:zlib
 
+configure.compiler  macports-gcc-4.7
+
 build.cmd           ./drake
 build.target        default
 build.args          -j${build.jobs}
@@ -53,11 +54,8 @@
                     --disable-wxwidgets
 
 variant wxwidgets description {Build with the wxWidgets GUI} {
-    depends_lib-append port:wxWidgets
+    depends_lib-append port:wxWidgets30
 
-    # wxWidgets is 32-bit only
-    supported_archs i386 ppc
-
     configure.args-delete \
         --diable-gui \
         --disable-wxwidgets
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121004/4720be0a/attachment.html>


More information about the macports-changes mailing list