[154237] trunk/dports/multimedia/ffmpeg-devel/Portfile
devans at macports.org
devans at macports.org
Tue Oct 25 09:47:20 CEST 2016
Revision: 154237
https://trac.macports.org/changeset/154237
Author: devans at macports.org
Date: 2016-10-25 09:47:20 +0200 (Tue, 25 Oct 2016)
Log Message:
-----------
ffmpeg-devel: update to upstream git master as 20161024
* libsdl outdev dropped, replaced by libsdl2
* update dependencies
* to match libsdl2, +x11 is no longer a default variant
Modified Paths:
--------------
trunk/dports/multimedia/ffmpeg-devel/Portfile
Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile 2016-10-25 05:10:28 UTC (rev 154236)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile 2016-10-25 07:47:20 UTC (rev 154237)
@@ -8,10 +8,10 @@
PortGroup active_variants 1.1
PortGroup github 1.0
-github.setup FFmpeg FFmpeg b7bd5b9794223f12203142159a22b176da2378e8
+github.setup FFmpeg FFmpeg 85d23e5cbc9ad6835eef870a5b4247de78febe56
name ffmpeg-devel
conflicts ffmpeg
-version 20161002
+version 20161024
license LGPL-2.1+
categories multimedia
maintainers devans jeremyhu openmaintainer
@@ -50,8 +50,8 @@
platforms darwin
homepage http://www.ffmpeg.org/
-checksums rmd160 ae4d5ef5e8ed253497dee95878d57068faa5e361 \
- sha256 404702532d7cb2be0d857cd360cb65654052adf71cf98ad44fce18bdade5cbdd
+checksums rmd160 4f82065f34a43fb381e6fa2d0b3523c00b23867e \
+ sha256 98bd06d24ae17e567ef37633aaec2147bcef90e05b355b9b1e29ff90dc784e5f
depends_build port:pkgconfig \
port:gmake \
@@ -78,7 +78,7 @@
port:freetype \
port:fribidi \
path:lib/libspeex.dylib:speex \
- port:libsdl \
+ port:libsdl2 \
port:soxr \
port:bzip2 \
port:xz \
@@ -253,12 +253,10 @@
--disable-libxcb-xfixes \
}
-default_variants +x11
-
if {[variant_isset x11]} {
- require_active_variants libsdl x11
+ require_active_variants libsdl2 x11
} else {
- require_active_variants libsdl "" x11
+ require_active_variants libsdl2 "" x11
}
variant libdc1394 description {Enable IIDC-1394 frame grabbing using libdc1394 (experimental)} {
@@ -329,8 +327,7 @@
variant nonfree description {enable nonfree code, libraries and binaries will not be redistributable} {
configure.args-append --enable-nonfree \
--enable-libfdk-aac
- depends_lib-append port:libfdk-aac \
- port:faac
+ depends_lib-append port:libfdk-aac
license Restrictive
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161025/e907ca97/attachment-0002.html>
More information about the macports-changes
mailing list