[141390] trunk/dports/multimedia/avidemux/Portfile

michaelld at macports.org michaelld at macports.org
Sat Dec 12 01:19:46 PST 2015


Revision: 141390
          https://trac.macports.org/changeset/141390
Author:   michaelld at macports.org
Date:     2015-10-16 19:50:21 -0700 (Fri, 16 Oct 2015)
Log Message:
-----------
avidemux:
+ fix to use the qt4 PortGroup, to work with qt4-mac no matter where it is installed;
+ update to 2.6.10;
+ do cmake out of tree build;
+ addresses tickets #49220 and #47197.

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

Modified: trunk/dports/multimedia/avidemux/Portfile
===================================================================
--- trunk/dports/multimedia/avidemux/Portfile	2015-10-17 02:35:25 UTC (rev 141389)
+++ trunk/dports/multimedia/avidemux/Portfile	2015-10-17 02:50:21 UTC (rev 141390)
@@ -4,10 +4,10 @@
 PortSystem                  1.0
 PortGroup                   cmake 1.0
 PortGroup                   app 1.0
+PortGroup                   qt4 1.0
 
 name                        avidemux
-version                     2.6.8
-revision                    1
+version                     2.6.10
 categories                  multimedia
 platforms                   macosx
 license                     GPL-2
@@ -24,19 +24,18 @@
 master_sites                sourceforge:project/avidemux/avidemux/${version}
 distname                    ${name}_${version}
 
-checksums                   md5     33d0cd47cb84a4e9f4e1b3160405c85c \
-                            rmd160  b3d3af569fc2b3ccf485e591313b84000423d182 \
-                            sha256  02998c235a89894d184d745c94cac37b78bc20e9eb44b318ee2bb83f2507e682
+checksums                   rmd160  5a4318dce19efffe85f7e8de8ac33fc2795a4399 \
+                            sha256  176c2482a0656f81e307f1505e6dfcdab086ee73e7de363617b884c5d7205aed
 
 patchfiles                  patch-cmake-ffmpeg_make.sh.cmake.diff
 
-depends_build-append        port:pkgconfig \
-                            port:yasm
+depends_build-append        port:yasm
 
-depends_lib-append          port:qt4-mac
-
 default_variants            +aac +gettext +lame +sqlite +twolame +x264
 
+# do VPATH (out of source tree) build
+cmake.out_of_source yes
+
 # no automatic configure step, everything is done inside build
 use_configure               no
 # only build with one job (otherwise it fails in avidemux_core)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2271a732/attachment.html>


More information about the macports-changes mailing list