public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/, app-emulation/fs-uae/files/
@ 2019-04-20 10:04 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2019-04-20 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     061131ac2bfd6a8ee8795e2c4b6c503ba11f4015
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 10:03:47 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 10:03:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061131ac

app-emulation/fs-uae: New Amiga emulator package

Closes: https://bugs.gentoo.org/403913
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-emulation/fs-uae/Manifest                      |   1 +
 .../fs-uae/files/fs-uae-2.8.3-libmpeg2.patch       |  36 +++++++
 app-emulation/fs-uae/fs-uae-2.8.3.ebuild           | 116 +++++++++++++++++++++
 app-emulation/fs-uae/metadata.xml                  |  15 +++
 4 files changed, 168 insertions(+)

diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
new file mode 100644
index 00000000000..7ddd296728c
--- /dev/null
+++ b/app-emulation/fs-uae/Manifest
@@ -0,0 +1 @@
+DIST fs-uae-2.8.3.tar.gz 5017047 BLAKE2B 3d921446381b56d39410e4d68291c1cb696abd5e1b25105bdcc367c07112e79197d8267cfcb21f3f844cf5ac0a02a19ebec76611f34e747c6d03fefc2858a020 SHA512 1ccab4329a6b678a97f336b963bfaf9ea26bccccba31c90f1b7a8c2a6d3a9f343f9095733be744d4357495c808216d32c08a2bd8ce05bba73017147616d5e8cf

diff --git a/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch b/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch
new file mode 100644
index 00000000000..660cd2fc903
--- /dev/null
+++ b/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch
@@ -0,0 +1,36 @@
+From 5937f7587de5b96cbab120e99b6ae3a0cd722c53 Mon Sep 17 00:00:00 2001
+From: James Le Cuirot <chewi@gentoo.org>
+Date: Fri, 19 Apr 2019 21:56:58 +0100
+Subject: [PATCH] Only run configure in libmpeg2 when using built-in version
+
+---
+ configure.ac | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 39958ad..941391a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -200,7 +200,7 @@ AS_IF([test "x$with_glew" = xyes], [
+ ])
+ 
+ AC_ARG_WITH(libmpeg2, AS_HELP_STRING(
+-    [--without-libmpeg2], [or --with-libmpeg=builtin to use included version]))
++    [--without-libmpeg2], [or --with-libmpeg2=builtin to use included version]))
+ AM_CONDITIONAL([BUILTIN_LIBMPEG2], [test x$with_libmpeg2 = xbuiltin])
+ AS_IF([test "x$with_libmpeg2" != xno], [
+     AS_IF([test "x$with_libmpeg2" = xbuiltin], [
+@@ -776,7 +776,9 @@ OPT_FEATURE([A_ZIP], [zip], [zip],
+ 
+ AC_DEFINE([FPU_UAE], [1], [Define to 1])
+ 
+-AC_CONFIG_SUBDIRS([libmpeg2])
++AS_IF([test "x$with_libmpeg2" = xbuiltin], [
++    AC_CONFIG_SUBDIRS([libmpeg2])
++])
+ 
+ # Write Makefile
+ 
+-- 
+2.20.1
+

diff --git a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild b/app-emulation/fs-uae/fs-uae-2.8.3.ebuild
new file mode 100644
index 00000000000..698c12210c5
--- /dev/null
+++ b/app-emulation/fs-uae/fs-uae-2.8.3.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg-utils
+
+DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE"
+HOMEPAGE="https://fs-uae.net/"
+SRC_URI="https://fs-uae.net/stable/${PV}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="fmv glew"
+
+RDEPEND="
+	dev-libs/glib:2
+	media-libs/libpng:0=
+	media-libs/libsdl2[opengl]
+	media-libs/openal
+	virtual/opengl
+	x11-libs/libdrm
+	x11-libs/libX11
+	fmv? ( media-libs/libmpeg2 )
+	glew? ( media-libs/glew:0= )
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.8.3-libmpeg2.patch
+)
+
+src_prepare() {
+	default
+	AT_NO_RECURSIVE=1 eautoreconf
+
+	# Ensure bundled libraries are not used. GLee and Udis86 are unused
+	# regardless. Only FLAC headers are bundled and the library is never
+	# used? Lua is bundled but differs from upstream. We keep the
+	# default of disabling the Lua feature anyway as it is unfinished.
+	rm -r glee/ libmpeg2/ libudis86/ || die
+}
+
+src_configure() {
+	# Qt and Udis86 are unused.
+	econf \
+		--enable-a2065 \
+		--enable-action-replay \
+		--enable-aga \
+		--enable-arcadia \
+		--enable-bsdsocket \
+		--enable-caps \
+		--enable-cd32 \
+		--enable-cdtv \
+		--enable-codegen \
+		--enable-dms \
+		--enable-drivesound \
+		--enable-fdi2raw \
+		--enable-gfxboard \
+		--enable-jit \
+		--enable-jit-fpu \
+		--enable-ncr9x \
+		--enable-ncr \
+		--enable-netplay \
+		--enable-parallel-port \
+		--enable-prowizard \
+		--enable-qemu-cpu \
+		--enable-qemu-slirp \
+		--enable-savestate \
+		--enable-scp \
+		--enable-serial-port \
+		--enable-slirp \
+		--enable-softfloat \
+		--enable-uaenative \
+		--enable-uaenet \
+		--enable-uaescsi \
+		--enable-uaeserial \
+		--disable-udis86 \
+		--enable-vpar \
+		--enable-xml-shader \
+		--enable-zip \
+		--with-glad \
+		--without-qt \
+		$(use_with fmv libmpeg2) \
+		$(use_with glew)
+}
+
+src_install() {
+	default
+
+	# Needed for QEMU-UAE.
+	insinto /usr/include/uae
+	doins src/include/uae/{api,attributes,log,ppc,qemu,types}.h
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	xdg_icon_cache_update
+
+	elog "Install app-emulation/fs-uae-launcher for a better graphical interface."
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	xdg_icon_cache_update
+}

diff --git a/app-emulation/fs-uae/metadata.xml b/app-emulation/fs-uae/metadata.xml
new file mode 100644
index 00000000000..e92d93d760f
--- /dev/null
+++ b/app-emulation/fs-uae/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>chewi@gentoo.org</email>
+		<name>James Le Cuirot</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">FrodeSolheim/fs-uae</remote-id>
+	</upstream>
+	<use>
+		<flag name="fmv">Enable support for CD32 FMV (full motion video)</flag>
+		<flag name="glew">Enable support for The OpenGL Extension Wrangler Library (<pkg>media-libs/glew</pkg>)</flag>
+	</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/, app-emulation/fs-uae/files/
@ 2019-07-21 20:58 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2019-07-21 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8ba12835b4de2ddce464157330141c1e3182a327
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 20:57:41 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 20:57:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba12835

app-emulation/fs-uae: Drop old 2.8.3

Package-Manager: Portage-2.3.69, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-emulation/fs-uae/Manifest                      |   1 -
 .../fs-uae/files/fs-uae-2.8.3-libmpeg2.patch       |  36 -------
 app-emulation/fs-uae/fs-uae-2.8.3.ebuild           | 116 ---------------------
 3 files changed, 153 deletions(-)

diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
index 57bd86b287d..778992906c0 100644
--- a/app-emulation/fs-uae/Manifest
+++ b/app-emulation/fs-uae/Manifest
@@ -1,2 +1 @@
-DIST fs-uae-2.8.3.tar.gz 5017047 BLAKE2B 3d921446381b56d39410e4d68291c1cb696abd5e1b25105bdcc367c07112e79197d8267cfcb21f3f844cf5ac0a02a19ebec76611f34e747c6d03fefc2858a020 SHA512 1ccab4329a6b678a97f336b963bfaf9ea26bccccba31c90f1b7a8c2a6d3a9f343f9095733be744d4357495c808216d32c08a2bd8ce05bba73017147616d5e8cf
 DIST fs-uae-3.0.0.tar.gz 4841427 BLAKE2B 318bf457cca60e763a938d3d1a846e72a50f9b899dd8eefd79bc331f385a3529cb2bf2adc1616c1c5a04c1a1c92d4257c88593ada103d3e05847656a26a1c435 SHA512 3ceee2434b3aa3f545370a17149b3cda8d2eeb1bd093a45869a897a00b82ae4395efc52c129124e44262b47b7f56337e1adb9f58b0a1562efa73ee3ea3915b68

diff --git a/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch b/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch
deleted file mode 100644
index 660cd2fc903..00000000000
--- a/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 5937f7587de5b96cbab120e99b6ae3a0cd722c53 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot <chewi@gentoo.org>
-Date: Fri, 19 Apr 2019 21:56:58 +0100
-Subject: [PATCH] Only run configure in libmpeg2 when using built-in version
-
----
- configure.ac | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 39958ad..941391a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -200,7 +200,7 @@ AS_IF([test "x$with_glew" = xyes], [
- ])
- 
- AC_ARG_WITH(libmpeg2, AS_HELP_STRING(
--    [--without-libmpeg2], [or --with-libmpeg=builtin to use included version]))
-+    [--without-libmpeg2], [or --with-libmpeg2=builtin to use included version]))
- AM_CONDITIONAL([BUILTIN_LIBMPEG2], [test x$with_libmpeg2 = xbuiltin])
- AS_IF([test "x$with_libmpeg2" != xno], [
-     AS_IF([test "x$with_libmpeg2" = xbuiltin], [
-@@ -776,7 +776,9 @@ OPT_FEATURE([A_ZIP], [zip], [zip],
- 
- AC_DEFINE([FPU_UAE], [1], [Define to 1])
- 
--AC_CONFIG_SUBDIRS([libmpeg2])
-+AS_IF([test "x$with_libmpeg2" = xbuiltin], [
-+    AC_CONFIG_SUBDIRS([libmpeg2])
-+])
- 
- # Write Makefile
- 
--- 
-2.20.1
-

diff --git a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild b/app-emulation/fs-uae/fs-uae-2.8.3.ebuild
deleted file mode 100644
index 698c12210c5..00000000000
--- a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools xdg-utils
-
-DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE"
-HOMEPAGE="https://fs-uae.net/"
-SRC_URI="https://fs-uae.net/stable/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="fmv glew"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-libs/libpng:0=
-	media-libs/libsdl2[opengl]
-	media-libs/openal
-	virtual/opengl
-	x11-libs/libdrm
-	x11-libs/libX11
-	fmv? ( media-libs/libmpeg2 )
-	glew? ( media-libs/glew:0= )
-"
-
-DEPEND="
-	${RDEPEND}
-"
-
-BDEPEND="
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-2.8.3-libmpeg2.patch
-)
-
-src_prepare() {
-	default
-	AT_NO_RECURSIVE=1 eautoreconf
-
-	# Ensure bundled libraries are not used. GLee and Udis86 are unused
-	# regardless. Only FLAC headers are bundled and the library is never
-	# used? Lua is bundled but differs from upstream. We keep the
-	# default of disabling the Lua feature anyway as it is unfinished.
-	rm -r glee/ libmpeg2/ libudis86/ || die
-}
-
-src_configure() {
-	# Qt and Udis86 are unused.
-	econf \
-		--enable-a2065 \
-		--enable-action-replay \
-		--enable-aga \
-		--enable-arcadia \
-		--enable-bsdsocket \
-		--enable-caps \
-		--enable-cd32 \
-		--enable-cdtv \
-		--enable-codegen \
-		--enable-dms \
-		--enable-drivesound \
-		--enable-fdi2raw \
-		--enable-gfxboard \
-		--enable-jit \
-		--enable-jit-fpu \
-		--enable-ncr9x \
-		--enable-ncr \
-		--enable-netplay \
-		--enable-parallel-port \
-		--enable-prowizard \
-		--enable-qemu-cpu \
-		--enable-qemu-slirp \
-		--enable-savestate \
-		--enable-scp \
-		--enable-serial-port \
-		--enable-slirp \
-		--enable-softfloat \
-		--enable-uaenative \
-		--enable-uaenet \
-		--enable-uaescsi \
-		--enable-uaeserial \
-		--disable-udis86 \
-		--enable-vpar \
-		--enable-xml-shader \
-		--enable-zip \
-		--with-glad \
-		--without-qt \
-		$(use_with fmv libmpeg2) \
-		$(use_with glew)
-}
-
-src_install() {
-	default
-
-	# Needed for QEMU-UAE.
-	insinto /usr/include/uae
-	doins src/include/uae/{api,attributes,log,ppc,qemu,types}.h
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-
-	elog "Install app-emulation/fs-uae-launcher for a better graphical interface."
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/, app-emulation/fs-uae/files/
@ 2019-08-27 21:32 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2019-08-27 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     07e7677694e74d5410824fa70febbff79d77d5bf
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 21:31:42 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 21:32:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e76776

app-emulation/fs-uae: Fix missing X11/Xatom.h include

I think this was breaking when SDL2 was built with USE=-X. I think it
needs USE=X but I have added the missing include anyway and sent the
patch upstream.

Closes: https://bugs.gentoo.org/689994
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../fs-uae/files/fs-uae-3.0.0-Xatom.h.patch        | 25 ++++++++++++++++++++++
 app-emulation/fs-uae/fs-uae-3.0.0.ebuild           |  3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/app-emulation/fs-uae/files/fs-uae-3.0.0-Xatom.h.patch b/app-emulation/fs-uae/files/fs-uae-3.0.0-Xatom.h.patch
new file mode 100644
index 00000000000..8fa5bd612c4
--- /dev/null
+++ b/app-emulation/fs-uae/files/fs-uae-3.0.0-Xatom.h.patch
@@ -0,0 +1,25 @@
+From c4c267a90d412bc6d072615d38ce891325282b6d Mon Sep 17 00:00:00 2001
+From: James Le Cuirot <chewi@gentoo.org>
+Date: Tue, 27 Aug 2019 22:22:57 +0100
+Subject: [PATCH] Add missing X11/Xatom.h include
+
+It is sometimes (but not always?) included by SDL2.
+---
+ libfsemu/src/ml/x11.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libfsemu/src/ml/x11.c b/libfsemu/src/ml/x11.c
+index c20073d3..4dc5487c 100644
+--- a/libfsemu/src/ml/x11.c
++++ b/libfsemu/src/ml/x11.c
+@@ -26,6 +26,7 @@ extern SDL_Window* g_fs_ml_window;
+ 
+ #include <X11/Xlib.h>
+ #include <X11/keysym.h>
++#include <X11/Xatom.h>
+ #ifdef USE_X11_XTEST
+ #include <X11/extensions/XTest.h>
+ #endif
+-- 
+2.21.0
+

diff --git a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
index 376c782ca59..f0492ee2c5a 100644
--- a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
+++ b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
@@ -16,7 +16,7 @@ IUSE="fmv glew"
 RDEPEND="
 	dev-libs/glib:2
 	media-libs/libpng:0=
-	media-libs/libsdl2[opengl]
+	media-libs/libsdl2[opengl,X]
 	media-libs/openal
 	virtual/opengl
 	x11-libs/libdrm
@@ -37,6 +37,7 @@ BDEPEND="
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch
+	"${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch
 )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/, app-emulation/fs-uae/files/
@ 2021-10-17  9:16 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2021-10-17  9:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f712611c6f04468ae39086048324adcef92b453a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:16:31 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:16:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f712611c

app-emulation/fs-uae: Fix 3.1.35 to not call ar directly

Closes: https://bugs.gentoo.org/818487
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch | 25 +++++++++++++++++++++++
 app-emulation/fs-uae/fs-uae-3.1.35.ebuild         |  1 +
 2 files changed, 26 insertions(+)

diff --git a/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch b/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch
new file mode 100644
index 00000000000..9075723da74
--- /dev/null
+++ b/app-emulation/fs-uae/files/fs-uae-3.1.35-ar.patch
@@ -0,0 +1,25 @@
+From 4e6295094978817ba02e16ac5404ac9c9e287c82 Mon Sep 17 00:00:00 2001
+From: James Le Cuirot <chewi@gentoo.org>
+Date: Sun, 17 Oct 2021 09:54:24 +0100
+Subject: [PATCH] Have configure respect the AR variable instead of setting it
+ to "ar"
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index bb2c69de..6e41d68e 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -66,6 +66,7 @@ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
++AM_PROG_AR
+ AM_PROG_CC_C_O
+ # AC_PATH_TOOL(OBJCOPY, objcopy)
+ AC_PATH_PROG([MSGFMT], [msgfmt], [not found])
+-- 
+2.32.0
+

diff --git a/app-emulation/fs-uae/fs-uae-3.1.35.ebuild b/app-emulation/fs-uae/fs-uae-3.1.35.ebuild
index 0df1e65c2b8..d60ff90041d 100644
--- a/app-emulation/fs-uae/fs-uae-3.1.35.ebuild
+++ b/app-emulation/fs-uae/fs-uae-3.1.35.ebuild
@@ -40,6 +40,7 @@ BDEPEND="
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch
 	"${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch
+	"${FILESDIR}"/${PN}-3.1.35-ar.patch
 )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-17  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17  9:16 [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/, app-emulation/fs-uae/files/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2019-08-27 21:32 James Le Cuirot
2019-07-21 20:58 James Le Cuirot
2019-04-20 10:04 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox