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

mojca at macports.org mojca at macports.org
Thu Aug 29 03:35:27 PDT 2013


Revision: 110263
          https://trac.macports.org/changeset/110263
Author:   mojca at macports.org
Date:     2013-08-29 03:35:27 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
mkvtoolnix: adapt to new wxWidgets-3.0 (without testing due to problems with boost) (#38375)

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

Modified: trunk/dports/multimedia/mkvtoolnix/Portfile
===================================================================
--- trunk/dports/multimedia/mkvtoolnix/Portfile	2013-08-29 10:29:15 UTC (rev 110262)
+++ trunk/dports/multimedia/mkvtoolnix/Portfile	2013-08-29 10:35:27 UTC (rev 110263)
@@ -3,9 +3,11 @@
 
 PortSystem          1.0
 PortGroup           muniversal 1.0
+PortGroup           wxWidgets 1.0
 
 name                mkvtoolnix
 version             6.3.0
+revision            1
 categories          multimedia
 maintainers         nomaintainer
 license             GPL-2+ LGPL-2.1+
@@ -23,6 +25,8 @@
 checksums           rmd160  7147271b54cf7ccb1ea9683428f6d9ccd47ae3fb \
                     sha256  bc05f07d92190d018e901091a07ed5139f4eec833203af04672e4d3a0c619ba1
 
+wxWidgets.use       wxWidgets-3.0
+
 depends_build       port:pkgconfig \
                     port:libebml \
                     port:libmatroska
@@ -69,12 +73,17 @@
                     --disable-wxwidgets
 
 variant wxwidgets description {Build with the wxWidgets GUI} {
-    depends_lib-append port:wxWidgets30
+    # TODO: make the GUI application respond by creating an app bundle
+    #       and using http://wiki.wxwidgets.org/WxMac-specific_topics#My_app_can.27t_be_brought_to_the_front.21
+    #
+    # see:  https://trac.macports.org/ticket/17366
+    depends_lib-append port:${wxWidgets.port}
 
     configure.args-delete \
         --disable-gui \
         --disable-wxwidgets
     configure.args-append \
         --enable-gui \
-        --enable-wxwidgets
+        --enable-wxwidgets \
+        --with-wx-config=${wxWidgets.wxconfig}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/4fafa3ff/attachment.html>


More information about the macports-changes mailing list