diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-06-13 20:33:13 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-06-13 20:33:13 +0800 |
commit | bf1319a6e6c89b022ed7165dc16bbdb3c9d6711d (patch) | |
tree | 7c388fec2a500cc801bd8b6ac235a1816f8652cd | |
parent | a7f4a4383a31e0c51c9005c962bf338fcca0a30c (diff) | |
download | freebsd-ports-gnome-bf1319a6e6c89b022ed7165dc16bbdb3c9d6711d.tar.gz freebsd-ports-gnome-bf1319a6e6c89b022ed7165dc16bbdb3c9d6711d.tar.zst freebsd-ports-gnome-bf1319a6e6c89b022ed7165dc16bbdb3c9d6711d.zip |
emulators/ppsspp: unbreak in-game movies
PR: 228972
-rw-r--r-- | emulators/ppsspp/Makefile | 3 | ||||
-rw-r--r-- | emulators/ppsspp/distinfo | 2 | ||||
-rw-r--r-- | emulators/ppsspp/files/pkg-message.in | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 212de4638f0d..c2fa217d9ed4 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.6.3 -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 @@ -14,6 +14,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= c783e7761c2a.patch:-p1 PATCHFILES+= f2a75719d843.patch:-p1 PATCHFILES+= 78a41980dfd7.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 bdc341b3e9c6..b487abb1f626 100644 --- a/emulators/ppsspp/distinfo +++ b/emulators/ppsspp/distinfo @@ -19,3 +19,5 @@ SHA256 (f2a75719d843.patch) = 4a299603dd6c3f5143a7b2c455c948c7aa54af4ac60fcfd19b SIZE (f2a75719d843.patch) = 1043 SHA256 (78a41980dfd7.patch) = 9cfbc62c7e4f5a47ea88b854a83d3bd407a14f96c2b60bc3d190bdbc9266824b SIZE (78a41980dfd7.patch) = 1577 +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 |