FreeBSD Bugzilla – Attachment 253112 Details for
Bug 281080
emulators/ares: update to 139.20240825 and unbundle librashader dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update to 139.20240825 and unbundle librashader dependency
0001-emulators-ares-update-to-139.20240825-and-unbundle-l.patch (text/plain), 6.94 KB, created by
Stefan Schlosser
on 2024-08-27 08:26:10 UTC
(
hide
)
Description:
update to 139.20240825 and unbundle librashader dependency
Filename:
MIME Type:
Creator:
Stefan Schlosser
Created:
2024-08-27 08:26:10 UTC
Size:
6.94 KB
patch
obsolete
>From 5ae38925c8f13103929bfbf484567cfa9624e503 Mon Sep 17 00:00:00 2001 >From: Stefan Schlosser <bsdcode@disroot.org> >Date: Mon, 26 Aug 2024 19:19:42 +0200 >Subject: [PATCH] emulators/ares: update to 139.20240825 and unbundle > librashader dependency > >Commit changes: >https://github.com/ares-emulator/ares/compare/3cd82c8..efb7f61 > >Port changes: > * SHADER: set BUILD_DEPENDS and RUN_DEPENDS on devel/librashader > * SHADER: remove -I../thirdparty/librashader/include from the build process > * SHADER: use external headerfiles from devel/librashader > * SHADER: set required preprocessor constant LIBRA_RUNTIME_OPENGL > * remove librashader section from pkg-message > * remove pkg-message from SUB_FILES, it doesn't have variable strings anymore > * replace 'hiro/GNUmakefile'-patch with ${REINPLACE_CMD}, simplifies port >--- > emulators/ares/Makefile | 21 ++++++++++++------- > emulators/ares/distinfo | 6 +++--- > .../ares/files/patch-desktop-ui_GNUmakefile | 2 +- > emulators/ares/files/patch-hiro_GNUmakefile | 11 ---------- > .../{files/pkg-message.in => pkg-message} | 12 ----------- > 5 files changed, 18 insertions(+), 34 deletions(-) > delete mode 100644 emulators/ares/files/patch-hiro_GNUmakefile > rename emulators/ares/{files/pkg-message.in => pkg-message} (67%) > >diff --git a/emulators/ares/Makefile b/emulators/ares/Makefile >index 869f4ec3bd15..0f3c9edd7c7a 100644 >--- a/emulators/ares/Makefile >+++ b/emulators/ares/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= ares >-DISTVERSION= 139.20240823 >+DISTVERSION= 139.20240825 > CATEGORIES= emulators > > MAINTAINER= bsdcode@disroot.org >@@ -13,7 +13,7 @@ USES= compiler:c++17-lang gmake gnome localbase:ldflags pkgconfig \ > xorg > USE_GITHUB= yes > GH_ACCOUNT= ares-emulator >-GH_TAGNAME= 3cd82c8 >+GH_TAGNAME= efb7f61 > USE_GNOME= gtksourceview3 > USE_XORG= x11 xext xrandr > >@@ -29,9 +29,6 @@ MAKE_ARGS= compiler=${CC} \ > symbols=false \ > threaded=true > >-SUB_FILES= pkg-message >-SUB_LIST= LIBRASHADER=${_LIBRASHADER} >- > OPTIONS_DEFINE= DEBUG DOCS HOTKEYS NVIDIA OPENMP SHADER > OPTIONS_DEFAULT= A26 ALSA AO CV FC GB GBA GLX MD MS MSX MYVISION N64 NG \ > NGP OPENAL OPENMP OSS PCE PERFORMANCE PS1 SDLAUDIO \ >@@ -157,9 +154,12 @@ SFC_MAKE_ARGS= cores+=sfc > > SG_MAKE_ARGS= cores+=sg > >-SHADER_RUN_DEPENDS= ${LOCALBASE}/${_SHADERS}/bilinear.slangp:games/libretro-shaders-slang >+SHADER_BUILD_DEPENDS= ${LOCALBASE}/include/librashader/librashader.h:devel/librashader >+SHADER_RUN_DEPENDS= ${LOCALBASE}/${_SHADERS}/bilinear.slangp:games/libretro-shaders-slang \ >+ ${LOCALBASE}/lib/librashader.so:devel/librashader > SHADER_MAKE_ARGS= librashader=true > SHADER_MAKE_ARGS_OFF= librashader=false >+SHADER_CFLAGS= -DLIBRA_RUNTIME_OPENGL > SHADER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-desktop-ui_desktop-ui.cpp > > SPEC_MAKE_ARGS= cores+=spec >@@ -176,7 +176,6 @@ XLIB_MAKE_ARGS= ruby+=input.xlib > XVIDEO_USE= XORG=xv > XVIDEO_MAKE_ARGS= ruby+=video.xvideo > >-_LIBRASHADER= 0.3.3 > _SHADERS= share/libretro/shaders/shaders_slang > > .include <bsd.port.options.mk> >@@ -185,7 +184,15 @@ _SHADERS= share/libretro/shaders/shaders_slang > LLD_UNSAFE= yes > .endif > >+post-patch: >+ ${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \ >+ ${WRKSRC}/hiro/GNUmakefile >+ > post-patch-SHADER-on: >+ ${REINPLACE_CMD} 's|-I../thirdparty/librashader/include||g' \ >+ ${WRKSRC}/desktop-ui/GNUmakefile >+ ${REINPLACE_CMD} 's|"librashader_ld.h"|<librashader/librashader_ld.h>|g' \ >+ ${WRKSRC}/ruby/video/opengl/opengl.hpp > ${REINPLACE_CMD} 's|@@SHADERS@@|${LOCALBASE}/${_SHADERS}/|g' \ > ${WRKSRC}/desktop-ui/desktop-ui.cpp > >diff --git a/emulators/ares/distinfo b/emulators/ares/distinfo >index 74c15f75fd96..3ad7898531d2 100644 >--- a/emulators/ares/distinfo >+++ b/emulators/ares/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1724488423 >-SHA256 (ares-emulator-ares-139.20240823-3cd82c8_GH0.tar.gz) = ac559920cb8d54e94b37fcdae3d65343c62bd9d6fb658e97dfbb6ec5304498ff >-SIZE (ares-emulator-ares-139.20240823-3cd82c8_GH0.tar.gz) = 50955635 >+TIMESTAMP = 1724663853 >+SHA256 (ares-emulator-ares-139.20240825-efb7f61_GH0.tar.gz) = 8d4a410b9141399ec0d592edc34ca8dd35d582a87cae3f4ec5fdacc8a1c3c64e >+SIZE (ares-emulator-ares-139.20240825-efb7f61_GH0.tar.gz) = 50956365 >diff --git a/emulators/ares/files/patch-desktop-ui_GNUmakefile b/emulators/ares/files/patch-desktop-ui_GNUmakefile >index 99f77d976d74..05c91c9504a3 100644 >--- a/emulators/ares/files/patch-desktop-ui_GNUmakefile >+++ b/emulators/ares/files/patch-desktop-ui_GNUmakefile >@@ -1,4 +1,4 @@ >---- desktop-ui/GNUmakefile.orig 2024-08-09 17:39:54 UTC >+--- desktop-ui/GNUmakefile.orig 2024-08-25 09:06:06 UTC > +++ desktop-ui/GNUmakefile > @@ -8,6 +8,8 @@ flags += -I. -I.. -I../ares -I../thirdparty -I../third > lto := true >diff --git a/emulators/ares/files/patch-hiro_GNUmakefile b/emulators/ares/files/patch-hiro_GNUmakefile >deleted file mode 100644 >index c3f6b4fe5a2d..000000000000 >--- a/emulators/ares/files/patch-hiro_GNUmakefile >+++ /dev/null >@@ -1,11 +0,0 @@ >---- hiro/GNUmakefile.orig 2024-08-14 11:19:20 UTC >-+++ hiro/GNUmakefile >-@@ -62,7 +62,7 @@ ifneq ($(filter $(platform),linux bsd),) >- else ifeq ($(hiro),gtk3-se) >- flags += -DHiro_SourceEdit >- hiro.flags = $(flags.cpp) -DHIRO_GTK=3 $(shell $(pkg_config) --cflags gtk+-3.0 gtksourceview-3.0) -Wno-deprecated-declarations >-- hiro.options = -L/usr/local/lib -lX11 $(shell $(pkg_config) --libs gtk+-3.0 gtksourceview-3.0) >-+ hiro.options = -lX11 $(shell $(pkg_config) --libs gtk+-3.0 gtksourceview-3.0) >- else ifeq ($(hiro),qt4) >- moc = /usr/local/lib/qt4/bin/moc >- hiro.flags = $(flags.cpp) -DHIRO_QT=4 $(shell $(pkg_config) --cflags QtCore QtGui) >diff --git a/emulators/ares/files/pkg-message.in b/emulators/ares/pkg-message >similarity index 67% >rename from emulators/ares/files/pkg-message.in >rename to emulators/ares/pkg-message >index 70eef70b8788..839b14b86e30 100644 >--- a/emulators/ares/files/pkg-message.in >+++ b/emulators/ares/pkg-message >@@ -23,18 +23,6 @@ locks all hotkey execution in the unpaused state of the emulator. This can be a > convenience for gamepad-only users who want to assign hotkey actions to gamepad > buttons but who don't have enough free unassigned buttons left on the gamepad. > >-ares uses librashader for its shader support. This library is not available in >-the FreeBSD ports tree yet, but it is being worked on, see >-https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280470. In the meantime users >-have to compile the library themselves if they want to actually use shaders: >- >- $ su root -c 'pkg install rust-nightly' >- $ fetch https://github.com/SnowflakePowered/librashader/archive/refs/tags/librashader-v%%LIBRASHADER%%.tar.gz >- $ tar -xf librashader-v%%LIBRASHADER%%.tar.gz >- $ cd librashader-librashader-v%%LIBRASHADER%% >- $ cargo run -p librashader-build-script -- --profile release >- $ su root -c 'cp target/release/librashader.so %%LOCALBASE%%/lib' >- > The port uses the shaders from games/libretro-shaders-slang by default. Users > can curate and utilize their own provided collection of shaders by putting them > into the user data directory >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bsdcode
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 281080
:
253107
| 253112