svn commit: r472320 - in branches/2018Q2/emulators: ppsspp ppsspp-qt5 ppsspp/files
Jan Beich
jbeich at FreeBSD.org
Wed Jun 13 13:26:09 UTC 2018
Author: jbeich
Date: Wed Jun 13 13:26:08 2018
New Revision: 472320
URL: https://svnweb.freebsd.org/changeset/ports/472320
Log:
MFH: r472312 r472319
emulators/ppsspp: unbreak in-game movies
PR: 228972
Approved by: ports-secteam blanket
Modified:
branches/2018Q2/emulators/ppsspp-qt5/Makefile
branches/2018Q2/emulators/ppsspp/Makefile
branches/2018Q2/emulators/ppsspp/distinfo
branches/2018Q2/emulators/ppsspp/files/pkg-message.in
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/emulators/ppsspp-qt5/Makefile
==============================================================================
--- branches/2018Q2/emulators/ppsspp-qt5/Makefile Wed Jun 13 13:21:56 2018 (r472319)
+++ branches/2018Q2/emulators/ppsspp-qt5/Makefile Wed Jun 13 13:26:08 2018 (r472320)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../ppsspp
Modified: branches/2018Q2/emulators/ppsspp/Makefile
==============================================================================
--- branches/2018Q2/emulators/ppsspp/Makefile Wed Jun 13 13:21:56 2018 (r472319)
+++ branches/2018Q2/emulators/ppsspp/Makefile Wed Jun 13 13:26:08 2018 (r472320)
@@ -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 at FreeBSD.org
COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
Modified: branches/2018Q2/emulators/ppsspp/distinfo
==============================================================================
--- branches/2018Q2/emulators/ppsspp/distinfo Wed Jun 13 13:21:56 2018 (r472319)
+++ branches/2018Q2/emulators/ppsspp/distinfo Wed Jun 13 13:26:08 2018 (r472320)
@@ -15,3 +15,5 @@ SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH
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
Modified: branches/2018Q2/emulators/ppsspp/files/pkg-message.in
==============================================================================
--- branches/2018Q2/emulators/ppsspp/files/pkg-message.in Wed Jun 13 13:21:56 2018 (r472319)
+++ branches/2018Q2/emulators/ppsspp/files/pkg-message.in Wed Jun 13 13:26:08 2018 (r472320)
@@ -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
More information about the svn-ports-branches
mailing list