summaryrefslogtreecommitdiff
path: root/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-04 10:20:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-04 10:20:54 +0100
commita8a8a3282ed1a28dd4ba31bc9b19914f25761abe (patch)
treec211cfafe640aee44d9471407d3405abdba38d8f /media-sound/sidplay/sidplay-2.0.9-r2.ebuild
parent2f71c9152cca32c3c062dabc698b3124e64f0702 (diff)
gentoo auto-resync : 04:09:2023 - 10:20:54
Diffstat (limited to 'media-sound/sidplay/sidplay-2.0.9-r2.ebuild')
-rw-r--r--media-sound/sidplay/sidplay-2.0.9-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9-r2.ebuild b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
new file mode 100644
index 000000000000..626922677fc9
--- /dev/null
+++ b/media-sound/sidplay/sidplay-2.0.9-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="C64 SID player"
+HOMEPAGE="https://sidplay2.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="media-libs/libsidplay:2"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-gcc43.patch"
+ "${FILESDIR}/${P}-gcc44.patch"
+ "${FILESDIR}/${P}-drop-register-keyword.patch"
+)