[145588] trunk/dports/multimedia/ffmpeg-devel/Portfile

devans at macports.org devans at macports.org
Wed Feb 10 08:27:39 PST 2016


Revision: 145588
          https://trac.macports.org/changeset/145588
Author:   devans at macports.org
Date:     2016-02-10 08:27:39 -0800 (Wed, 10 Feb 2016)
Log Message:
-----------
ffmpeg-devel: update to git master as of 20160210, add +high10 variant to enable build using libx264 with 10-bit output (#50584).

Modified Paths:
--------------
    trunk/dports/multimedia/ffmpeg-devel/Portfile

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2016-02-10 16:25:00 UTC (rev 145587)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2016-02-10 16:27:39 UTC (rev 145588)
@@ -8,10 +8,10 @@
 PortGroup           active_variants 1.1
 PortGroup           github 1.0
 
-github.setup        FFmpeg FFmpeg 838abfc1d711b42beaf401153b36ef80922b85b8
+github.setup        FFmpeg FFmpeg bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce
 name                ffmpeg-devel
 conflicts           ffmpeg
-version             20160131
+version             20160210
 license             LGPL-2.1+
 categories          multimedia
 maintainers         devans jeremyhu openmaintainer
@@ -50,8 +50,8 @@
 platforms           darwin
 homepage            http://www.ffmpeg.org/
 
-checksums           rmd160  67ade74e87f1d0b0d62221e8abba4ae561266396 \
-                    sha256  16a0001992f2b3c683db7f326837d976aa6a916ef395e04bc55a424bbf155075
+checksums           rmd160  e1c58ae4281e1cf27d947fe5d92d46a3885b4681 \
+                    sha256  f38cde30602b223aad4aa931ea8b59cda79f82f2a6f8f9bfa8f1fcf4c49c2dea
 
 depends_build       port:pkgconfig \
                     port:gmake \
@@ -276,6 +276,14 @@
     }
 }
 
+variant high10 requires gpl2 description {Build using libx264 with 10-bit output} {}
+
+if {[variant_isset high10]} {
+    require_active_variants x264 high10
+} else {
+    require_active_variants x264 "" high10
+}
+
 variant gpl2 description {Enable GPL code, license will be GPL-2+} {
     configure.args-append   --enable-gpl \
                             --enable-postproc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160210/b4d8c61c/attachment.html>


More information about the macports-changes mailing list