git: 9d3e27360634 - main - emulators/libretro-ppsspp: enable Vulkan for KMS console after 34a5259f5126
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jun 2023 01:02:44 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d3e27360634c50d9194602608a4dcc453c37d23 commit 9d3e27360634c50d9194602608a4dcc453c37d23 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-19 13:04:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-20 00:50:00 +0000 emulators/libretro-ppsspp: enable Vulkan for KMS console after 34a5259f5126 https://github.com/hrydgard/ppsspp/commit/e3540ccd1719 --- emulators/libretro-ppsspp/Makefile | 2 +- emulators/ppsspp/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile index f4ad77bc1aa2..0b8a371c9109 100644 --- a/emulators/libretro-ppsspp/Makefile +++ b/emulators/libretro-ppsspp/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= libretro- MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index d1d560036b91..a837555530de 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -1,7 +1,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.15.4 -PORTREVISION?= 1 +PORTREVISION?= 2 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 @@ -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 ZSTD:L:S/^/USE_SYSTEM_/} USE_WAYLAND_WSI +CMAKE_ON= ${FFMPEG LIBZIP SNAPPY ZSTD:L:S/^/USE_SYSTEM_/} USE_WAYLAND_WSI USE_VULKAN_DISPLAY_KHR CMAKE_OFF= USE_DISCORD SUB_FILES= pkg-message PORTDATA= assets