public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2016-02-16 14:40 Michael Sterrett
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett @ 2016-02-16 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7a9bfb05e70781a6608dfa8a7aed0ca814eb7a84
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:38:43 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:40:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9bfb05

games-emulation/lxdream: EAPI=5; fix underlinking (bug #369323)

Package-Manager: portage-2.2.26

 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
index 4147ddf..aa25c24 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit eutils games
+EAPI=5
+inherit eutils flag-o-matic games
 
 DESCRIPTION="An emulator for the Sega Dreamcast system"
 HOMEPAGE="http://www.lxdream.org/"
@@ -35,13 +35,14 @@ src_prepare() {
 		-e '/Encoding/d' \
 		-e '/FilePattern/d' \
 		-e '/Categories/s|$|;|' \
-		${PN}.desktop || die "sed failed"
+		${PN}.desktop || die
 	# Do not override user-specified CFLAGS
 	sed -i \
 		-e s/'CFLAGS=\"-g -fexceptions\"'/'CFLAGS=\"${CFLAGS} -g -fexceptions\"'/ \
 		-e '/CCOPT/d' \
 		-e '/OBJCOPT/d' \
-		configure || die "sed failed"
+		configure || die
+	append-libs -lX11 -lm
 }
 
 src_configure() {
@@ -57,7 +58,6 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog NEWS README
+	default
 	prepgamesdirs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2016-02-16 14:40 Michael Sterrett
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett @ 2016-02-16 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5350fb35f876cdcccba97781a2cc035694b968b5
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:39:19 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:40:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5350fb35

games-emulation/lxdream: add slot dep for media-libs/libpng

Package-Manager: portage-2.2.26

 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
index aa25c24..3b7b703 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
@@ -16,7 +16,7 @@ IUSE="debug lirc profile pulseaudio sdl"
 
 RDEPEND="lirc? ( app-misc/lirc )
 	media-libs/alsa-lib
-	media-libs/libpng
+	media-libs/libpng:0
 	pulseaudio? ( media-sound/pulseaudio )
 	sdl? ( media-libs/libsdl[sound] )
 	virtual/opengl


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2016-06-12 16:08 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 8+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2016-06-12 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c0a83106d8928fd80a3dd0a74e8b32f2178f3e76
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 16:07:39 2016 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 16:07:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a83106

games-emulation/lxdream: add blocker against gnustep-base/gnustep-gui

Bug: https://bugs.gentoo.org/show_bug.cgi?id=377635

Package-Manager: portage-2.2.28

 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
index 3b7b703..ed4657b 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
@@ -25,7 +25,8 @@ RDEPEND="lirc? ( app-misc/lirc )
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	sys-devel/gettext
-	virtual/os-headers"
+	virtual/os-headers
+	!!gnustep-base/gnustep-gui" #377635
 
 src_prepare() {
 	epatch "${FILESDIR}/${PN}-0.9.1-glib-single-include.patch"


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2018-04-29 11:26 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1cd2b658c4a363450abe75be41eb0ad9b93b652c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:03:03 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2b658

games-emulation/lxdream: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/lxdream/lxdream-0.9.1-r2.ebuild | 63 -------------------------
 1 file changed, 63 deletions(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
deleted file mode 100644
index 38a59d36d6a..00000000000
--- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="An emulator for the Sega Dreamcast system"
-HOMEPAGE="http://www.lxdream.org/"
-SRC_URI="http://www.lxdream.org/count.php?file=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug lirc profile pulseaudio sdl"
-
-RDEPEND="lirc? ( app-misc/lirc )
-	media-libs/alsa-lib
-	media-libs/libpng:0
-	pulseaudio? ( media-sound/pulseaudio )
-	sdl? ( media-libs/libsdl[sound] )
-	virtual/opengl
-	x11-libs/gtk+:2"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	sys-devel/gettext
-	virtual/os-headers
-	!!gnustep-base/gnustep-gui" #377635
-
-src_prepare() {
-	epatch "${FILESDIR}/${PN}-0.9.1-glib-single-include.patch"
-
-	# Make .desktop file pass desktop-file-validate
-	sed -i \
-		-e '/Encoding/d' \
-		-e '/FilePattern/d' \
-		-e '/Categories/s|$|;|' \
-		${PN}.desktop || die
-	# Do not override user-specified CFLAGS
-	sed -i \
-		-e s/'CFLAGS=\"-g -fexceptions\"'/'CFLAGS=\"${CFLAGS} -g -fexceptions\"'/ \
-		-e '/CCOPT/d' \
-		-e '/OBJCOPT/d' \
-		configure || die
-	append-libs -lX11 -lm
-}
-
-src_configure() {
-	egamesconf \
-		--datadir="${GAMES_DATADIR_BASE}" \
-		$(use_enable debug trace) \
-		$(use_enable debug watch) \
-		$(use_enable profile profiled) \
-		$(use_with lirc) \
-		$(use_with pulseaudio pulse) \
-		$(use_with sdl) \
-		--without-esd
-}
-
-src_install() {
-	default
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2018-04-29 11:26 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6484bdb99fb4976311db9068fc289df28460a856
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:03:37 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6484bdb9

games-emulation/lxdream: eautoreconf neither works

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/lxdream/lxdream-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
index b7f1520cfa3..a2024a899bc 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools flag-o-matic
+inherit flag-o-matic
 
 DESCRIPTION="An emulator for the Sega Dreamcast system"
 HOMEPAGE="http://www.lxdream.org/"


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2018-04-29 11:26 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     befc01d6639e191db151b7ebc49b17c674786696
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:02:51 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:26:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befc01d6

games-emulation/lxdream: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/lxdream/lxdream-0.9.1-r3.ebuild | 64 +++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
new file mode 100644
index 00000000000..b7f1520cfa3
--- /dev/null
+++ b/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic
+
+DESCRIPTION="An emulator for the Sega Dreamcast system"
+HOMEPAGE="http://www.lxdream.org/"
+SRC_URI="http://www.lxdream.org/count.php?file=${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# lirc configure option is not recogniced
+IUSE="debug profile pulseaudio sdl" #lirc
+
+RDEPEND="
+	app-misc/lirc
+
+	media-libs/alsa-lib
+	media-libs/libpng:0=
+	pulseaudio? ( media-sound/pulseaudio )
+	sdl? ( media-libs/libsdl[sound] )
+	virtual/opengl
+	x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	sys-devel/gettext
+	virtual/os-headers
+	!!gnustep-base/gnustep-gui" #377635
+
+src_prepare() {
+	default
+
+	eapply "${FILESDIR}/${PN}-0.9.1-glib-single-include.patch"
+
+	# Make .desktop file pass desktop-file-validate
+	sed -i \
+		-e '/Encoding/d' \
+		-e '/FilePattern/d' \
+		-e '/Categories/s|$|;|' \
+		${PN}.desktop || die
+	# Do not override user-specified CFLAGS
+	sed -i \
+		-e s/'CFLAGS=\"-g -fexceptions\"'/'CFLAGS=\"${CFLAGS} -g -fexceptions\"'/ \
+		-e '/CCOPT/d' \
+		-e '/OBJCOPT/d' \
+		configure || die
+	append-libs -lX11 -lm
+}
+
+src_configure() {
+	# lirc configure option is not recognized
+	# $(use_with lirc) \
+	econf \
+		--datadir="/usr/share" \
+		$(use_enable debug trace) \
+		$(use_enable debug watch) \
+		$(use_enable profile profiled) \
+		$(use_with pulseaudio pulse) \
+		$(use_with sdl) \
+		--without-esd
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2020-09-03 10:08 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2020-09-03 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d954331a6a01a38f77474dbce8d1e36e072229ee
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Sep  2 10:53:48 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 10:08:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d954331a

games-emulation/lxdream: update desktop mimeinfo cache

Closes: https://bugs.gentoo.org/739190
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-emulation/lxdream/lxdream-0.9.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
index a2024a899bc..40c8736acef 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit flag-o-matic
+inherit flag-o-matic xdg
 
 DESCRIPTION="An emulator for the Sega Dreamcast system"
 HOMEPAGE="http://www.lxdream.org/"


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/
@ 2023-06-11 18:17 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2023-06-11 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     70007970db6dde53bca0c220cd036b6e669f75ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 20:35:45 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 18:15:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70007970

games-emulation/lxdream: EAPI-8 bump, switch to media-libs/libpulse

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{lxdream-0.9.1-r3.ebuild => lxdream-0.9.1-r4.ebuild}       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r4.ebuild
similarity index 91%
rename from games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
rename to games-emulation/lxdream/lxdream-0.9.1-r4.ebuild
index e4b53ffde512..d3c14eb1b7e9 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r3.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic xdg
 
@@ -21,14 +21,14 @@ RDEPEND="
 	media-libs/libpng:0=
 	virtual/opengl
 	x11-libs/gtk+:2
-	pulseaudio? ( media-sound/pulseaudio )
+	pulseaudio? ( media-libs/libpulse )
 	sdl? ( media-libs/libsdl[sound] )"
 DEPEND="${RDEPEND}
 	!!gnustep-base/gnustep-gui" #377635
 BDEPEND="
-	virtual/pkgconfig
 	sys-devel/gettext
-	virtual/os-headers"
+	virtual/os-headers
+	virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-glib-single-include.patch


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

end of thread, other threads:[~2023-06-11 18:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 18:17 [gentoo-commits] repo/gentoo:master commit in: games-emulation/lxdream/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-09-03 10:08 Joonas Niilola
2018-04-29 11:26 Pacho Ramos
2018-04-29 11:26 Pacho Ramos
2018-04-29 11:26 Pacho Ramos
2016-06-12 16:08 Chí-Thanh Christopher Nguyễn
2016-02-16 14:40 Michael Sterrett
2016-02-16 14:40 Michael Sterrett

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