[145587] trunk/dports/multimedia/ffmpeg/Portfile

devans at macports.org devans at macports.org
Wed Feb 10 08:25:00 PST 2016


Revision: 145587
          https://trac.macports.org/changeset/145587
Author:   devans at macports.org
Date:     2016-02-10 08:25:00 -0800 (Wed, 10 Feb 2016)
Log Message:
-----------
ffmpeg: add +high10 variant to enable build using libx264 with 10-bit output, increment revision to rebuild with x264 build 148 (#50584).

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

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2016-02-10 16:16:16 UTC (rev 145586)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2016-02-10 16:25:00 UTC (rev 145587)
@@ -11,6 +11,7 @@
 conflicts           ffmpeg-devel
 epoch               1
 version             2.8.6
+revision            1
 license             LGPL-2.1+
 categories          multimedia
 maintainers         devans jeremyhu openmaintainer
@@ -276,6 +277,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/70a2d4bc/attachment.html>


More information about the macports-changes mailing list