aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-13 13:26:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-06-13 13:26:08 +0000
commitfac87fa00e85df03ad90b7041534f3dd7c36a10f (patch)
treeba8b21ca46d34460b849a9f16062ee43999e4bf5
parent5daa05182bb15ece74703fc4c278268cbe882087 (diff)
downloadports-fac87fa00e85df03ad90b7041534f3dd7c36a10f.tar.gz
ports-fac87fa00e85df03ad90b7041534f3dd7c36a10f.zip
MFH: r472312 r472319
emulators/ppsspp: unbreak in-game movies PR: 228972 Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2018Q2/; revision=472320
-rw-r--r--emulators/ppsspp-qt5/Makefile2
-rw-r--r--emulators/ppsspp/Makefile3
-rw-r--r--emulators/ppsspp/distinfo2
-rw-r--r--emulators/ppsspp/files/pkg-message.in1
4 files changed, 5 insertions, 3 deletions
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 345fe206e6d9..7e68d35509d0 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
@@ -12,6 +12,7 @@ EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//}
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= c783e7761c2a.patch:-p1
+PATCHFILES+= 7a7c655615a4.patch:-p1
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo
index 73182ba60249..c8ca7f6e6476 100644
--- a/emulators/ppsspp/distinfo
+++ b/emulators/ppsspp/distinfo
@@ -15,3 +15,5 @@ SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b45920472
SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286
SHA256 (c783e7761c2a.patch) = 588701f2e5ef299dad9ec820716791bfa2261f17516bae1d884138d58b64c872
SIZE (c783e7761c2a.patch) = 1272
+SHA256 (7a7c655615a4.patch) = 48d1ab7f59a2f2fdf7b53b55844d146639f8e638b9a92e92e6d75df56ffea66f
+SIZE (7a7c655615a4.patch) = 1035
diff --git a/emulators/ppsspp/files/pkg-message.in b/emulators/ppsspp/files/pkg-message.in
index cf6946b3fb95..78ce933a201b 100644
--- a/emulators/ppsspp/files/pkg-message.in
+++ b/emulators/ppsspp/files/pkg-message.in
@@ -1,5 +1,4 @@
Known issues:
-- Videos are garbled since multimedia/ffmpeg update to 3.2, see #9026
- %%DATADIR%%/assets/gamecontrollerdb.txt cannot be used
as is because SDL_JoystickGetGUID is a stub on FreeBSD. Create the
file using controllermap (or antimicro) then check with testgamecontroller