diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 15:07:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 15:07:27 +0000 |
commit | c400a2c8b66ef7d81b63a185371097fcd14de2f7 (patch) | |
tree | f71697e1f45a6271e1a15499aca86ed380d94710 /emulators | |
parent | c27599182b75f6ae7b04d33b80e60bfb8b2dc111 (diff) | |
download | freebsd-ports-c400a2c8b66ef7d81b63a185371097fcd14de2f7.zip |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | emulators/kcemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/mgba/Makefile | 3 | ||||
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 2 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 | ||||
-rw-r--r-- | emulators/visualboyadvance-m/Makefile | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index d9f59b6a2151..35dce4bffdb0 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index bec7ea488e71..a72d88af2e73 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= kcemu PORTVERSION= 0.5.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index ffe28e0de2af..3d371973f842 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -2,7 +2,7 @@ PORTNAME= mgba DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= greg@unrelenting.technology @@ -47,6 +47,7 @@ QT5_DESC= Qt 5 frontend DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB DEBUGGERS_USES= libedit +FFMPEG_BROKEN= fails to build with ffmpeg 4.0 FFMPEG_CMAKE_BOOL= USE_FFMPEG FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index e436926eb3db..ce0f451bc9d5 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 3fba6e7d8ff0..f2580a48198a 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.5.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 52736b9d397d..a2cc64fb9653 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -4,7 +4,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.5-232 DISTVERSIONSUFFIX= -g98b715d8c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index e41159e525ce..7f74d4fcf3ec 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ PORTNAME= vice PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile index 256f1006b55b..9384d097b7a5 100644 --- a/emulators/visualboyadvance-m/Makefile +++ b/emulators/visualboyadvance-m/Makefile @@ -3,7 +3,7 @@ PORTNAME= visualboyadvance-m PORTVERSION= 2.0.0b2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MAINTAINER= root@cooltrainer.org |