Date: Sun, 24 Jul 2022 21:50:05 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: daf3314e4e05 - main - emulators/sameboy: Update to 0.15.2 Message-ID: <202207242150.26OLo5pL012050@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=daf3314e4e0548a7dc6d2cf9ea73e92de0de0cb9 commit daf3314e4e0548a7dc6d2cf9ea73e92de0de0cb9 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-07-24 21:48:57 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-24 21:48:57 +0000 emulators/sameboy: Update to 0.15.2 ChangeLog: https://sameboy.github.io/changelog/ --- emulators/sameboy/Makefile | 5 +++-- emulators/sameboy/distinfo | 6 +++--- emulators/sameboy/pkg-plist | 7 +++++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/emulators/sameboy/Makefile b/emulators/sameboy/Makefile index bd849990cbba..1966c2e0c74a 100644 --- a/emulators/sameboy/Makefile +++ b/emulators/sameboy/Makefile @@ -1,6 +1,6 @@ PORTNAME= sameboy DISTVERSIONPREFIX= v -DISTVERSION= 0.15.1 +DISTVERSION= 0.15.2 CATEGORIES= emulators games MAINTAINER= eduardo@FreeBSD.org @@ -19,7 +19,8 @@ GH_PROJECT= SameBoy USE_GL= gl USE_SDL= sdl2 -MAKE_ARGS= FREEDESKTOP=true WARNINGS="-Wno-error" +MAKE_ARGS= FREEDESKTOP=true \ + WARNINGS="-Wno-error" ALL_TARGET= sdl OPTIONS_DEFINE= LIBRETRO diff --git a/emulators/sameboy/distinfo b/emulators/sameboy/distinfo index 330e465b8e23..007d259a03a3 100644 --- a/emulators/sameboy/distinfo +++ b/emulators/sameboy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657416291 -SHA256 (LIJI32-SameBoy-v0.15.1_GH0.tar.gz) = 89b8d9109bfac3c2116fd018d0cdeba1c25cfd1ab3efe8581a9a7699fa619b26 -SIZE (LIJI32-SameBoy-v0.15.1_GH0.tar.gz) = 3082898 +TIMESTAMP = 1658698511 +SHA256 (LIJI32-SameBoy-v0.15.2_GH0.tar.gz) = 2ec81c4f1dbbabf07f27956e2f26ab4a05c42e19ac91a2256fa05de41e3dc7a1 +SIZE (LIJI32-SameBoy-v0.15.2_GH0.tar.gz) = 3094548 diff --git a/emulators/sameboy/pkg-plist b/emulators/sameboy/pkg-plist index 1443af3f4d38..74c9626eafaa 100644 --- a/emulators/sameboy/pkg-plist +++ b/emulators/sameboy/pkg-plist @@ -21,6 +21,13 @@ share/icons/hicolor/64x64/mimetypes/x-gameboy-color-rom.png share/icons/hicolor/64x64/mimetypes/x-gameboy-rom.png share/mime/packages/sameboy.xml @comment %%DATADIR%%/LICENSE +%%DATADIR%%/Palettes/Desert.sbp +%%DATADIR%%/Palettes/Evening.sbp +%%DATADIR%%/Palettes/Fog.sbp +%%DATADIR%%/Palettes/Magic Eggplant.sbp +%%DATADIR%%/Palettes/Radioactive Pea.sbp +%%DATADIR%%/Palettes/Seaweed.sbp +%%DATADIR%%/Palettes/Twilight.sbp %%DATADIR%%/Shaders/AAOmniScaleLegacy.fsh %%DATADIR%%/Shaders/AAScale2x.fsh %%DATADIR%%/Shaders/AAScale4x.fsh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207242150.26OLo5pL012050>