mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
emulators/ppsspp: unbreak in-game movies
PR: 228972
This commit is contained in:
parent
e5ec3eafed
commit
4515b8fd2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472312
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user