Date: Wed, 13 Jun 2018 12:33:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472312 - in head/emulators/ppsspp: . files Message-ID: <201806131233.w5DCXDMI008384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jun 13 12:33:13 2018 New Revision: 472312 URL: https://svnweb.freebsd.org/changeset/ports/472312 Log: emulators/ppsspp: unbreak in-game movies PR: 228972 Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/ppsspp/distinfo (contents, props changed) head/emulators/ppsspp/files/pkg-message.in (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Wed Jun 13 12:33:00 2018 (r472311) +++ head/emulators/ppsspp/Makefile Wed Jun 13 12:33:13 2018 (r472312) @@ -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_PRO 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 Modified: head/emulators/ppsspp/distinfo ============================================================================== --- head/emulators/ppsspp/distinfo Wed Jun 13 12:33:00 2018 (r472311) +++ head/emulators/ppsspp/distinfo Wed Jun 13 12:33:13 2018 (r472312) @@ -19,3 +19,5 @@ SHA256 (f2a75719d843.patch) = 4a299603dd6c3f5143a7b2c4 SIZE (f2a75719d843.patch) = 1043 SHA256 (78a41980dfd7.patch) = 9cfbc62c7e4f5a47ea88b854a83d3bd407a14f96c2b60bc3d190bdbc9266824b SIZE (78a41980dfd7.patch) = 1577 +SHA256 (7a7c655615a4.patch) = 48d1ab7f59a2f2fdf7b53b55844d146639f8e638b9a92e92e6d75df56ffea66f +SIZE (7a7c655615a4.patch) = 1035 Modified: head/emulators/ppsspp/files/pkg-message.in ============================================================================== --- head/emulators/ppsspp/files/pkg-message.in Wed Jun 13 12:33:00 2018 (r472311) +++ head/emulators/ppsspp/files/pkg-message.in Wed Jun 13 12:33:13 2018 (r472312) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806131233.w5DCXDMI008384>