git: 2dbfb23504b9 - main - emulators/ppsspp: unbundle archivers/zstd after 30529d609400
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jun 2023 01:02:43 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2dbfb23504b963c6bc6f445cda85704a9bbbd9a8
commit 2dbfb23504b963c6bc6f445cda85704a9bbbd9a8
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-19 12:53:30 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-20 00:50:00 +0000
emulators/ppsspp: unbundle archivers/zstd after 30529d609400
https://github.com/hrydgard/ppsspp/commit/63966cb7a70d
Inspired by: Alpine, Arch, Gentoo, OpenBSD, openSUSE, Void
---
emulators/libretro-ppsspp/Makefile | 2 +-
emulators/ppsspp-qt5/Makefile | 2 +-
emulators/ppsspp/Makefile | 6 +++---
emulators/ppsspp/distinfo | 2 --
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile
index 59effea19ca9..f4ad77bc1aa2 100644
--- a/emulators/libretro-ppsspp/Makefile
+++ b/emulators/libretro-ppsspp/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMEPREFIX= libretro-
MASTERDIR= ${.CURDIR}/../ppsspp
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile
index 2b5cf472f7e3..41539a191451 100644
--- a/emulators/ppsspp-qt5/Makefile
+++ b/emulators/ppsspp-qt5/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../ppsspp
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 4aeb28099620..d1d560036b91 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ppsspp
DISTVERSIONPREFIX= v
DISTVERSION?= 1.15.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
@@ -21,6 +21,7 @@ NOT_FOR_ARCHS_REASON= only little-endian is supported, see \
LIB_DEPENDS= libzip.so:archivers/libzip \
libsnappy.so:archivers/snappy \
+ libzstd.so:archivers/zstd \
libavcodec.so:multimedia/ffmpeg
RUN_DEPENDS= xdg-open:devel/xdg-utils
@@ -28,7 +29,6 @@ USE_GITHUB= yes
GH_ACCOUNT= hrydgard
GH_TUPLE?= hrydgard:glslang:8.13.3743-948-gb34f619e:glslang/ext/glslang \
hrydgard:miniupnp:miniupnpd_2_1-502-g3a87be3:miniupnp/ext/miniupnp \
- facebook:zstd:v1.5.5:zstd/ext/zstd \
google:cpu_features:v0.7.0-60-g75ec988:cpu_features/ext/cpu_features \
unknownbrackets:ppsspp-debugger:9776332:debugger/assets/debugger \
KhronosGroup:SPIRV-Cross:sdk-1.3.239.0:SPIRV/ext/SPIRV-Cross \
@@ -41,7 +41,7 @@ USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig shared-mime-info
EXCLUDE= libzip zlib
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
USE_GL= glew opengl
-CMAKE_ON= ${FFMPEG LIBZIP SNAPPY:L:S/^/USE_SYSTEM_/} USE_WAYLAND_WSI
+CMAKE_ON= ${FFMPEG LIBZIP SNAPPY ZSTD:L:S/^/USE_SYSTEM_/} USE_WAYLAND_WSI
CMAKE_OFF= USE_DISCORD
SUB_FILES= pkg-message
PORTDATA= assets
diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo
index bcb4c5b8b62c..7c1a3f958497 100644
--- a/emulators/ppsspp/distinfo
+++ b/emulators/ppsspp/distinfo
@@ -7,8 +7,6 @@ SHA256 (hrydgard-glslang-8.13.3743-948-gb34f619e_GH0.tar.gz) = 8f002c902a5bc5a9d
SIZE (hrydgard-glslang-8.13.3743-948-gb34f619e_GH0.tar.gz) = 3689872
SHA256 (hrydgard-miniupnp-miniupnpd_2_1-502-g3a87be3_GH0.tar.gz) = 3aefaee9eb86e5f44267aa9e8d37b46d2be8f1c72879cebefa365690a9348190
SIZE (hrydgard-miniupnp-miniupnpd_2_1-502-g3a87be3_GH0.tar.gz) = 448853
-SHA256 (facebook-zstd-v1.5.5_GH0.tar.gz) = 98e9c3d949d1b924e28e01eccb7deed865eefebf25c2f21c702e5cd5b63b85e1
-SIZE (facebook-zstd-v1.5.5_GH0.tar.gz) = 2386533
SHA256 (google-cpu_features-v0.7.0-60-g75ec988_GH0.tar.gz) = 6bf96c7c07fec41863b8744913896e326dc84c762984e2e1835ce2fd64fbb473
SIZE (google-cpu_features-v0.7.0-60-g75ec988_GH0.tar.gz) = 102340
SHA256 (unknownbrackets-ppsspp-debugger-9776332_GH0.tar.gz) = adc88664cb127b7797b03ffe07274096ac8ac037f143bf636b6208084c47e4d7