* [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/
@ 2016-05-06 16:27 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-05-06 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 665cbdb7f4992b03e3eaae9469864cf1184d5a06
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 16:26:09 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri May 6 16:27:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665cbdb7
games-emulation/yabause: drop 'opengl?' USE dependency on dev-qt/qtwidgets:5
OpenGL support is no longer optional in dev-qt/qtwidgets.
Package-Manager: portage-2.2.28
games-emulation/yabause/yabause-0.9.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/yabause/yabause-0.9.14.ebuild b/games-emulation/yabause/yabause-0.9.14.ebuild
index 93e58c9..03d52f6 100644
--- a/games-emulation/yabause/yabause-0.9.14.ebuild
+++ b/games-emulation/yabause/yabause-0.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,7 +28,7 @@ RDEPEND="
)
qt5? (
dev-qt/qtcore:5
- dev-qt/qtwidgets:5[opengl?]
+ dev-qt/qtwidgets:5
opengl? ( dev-qt/qtopengl:5 )
)
!qt5? (
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/
@ 2017-10-16 0:08 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-10-16 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 70cb1d693b17aea28a455ad8bfc896edb076ee82
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:51:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cb1d69
games-emulation/yabause: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
games-emulation/yabause/yabause-0.9.14.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/games-emulation/yabause/yabause-0.9.14.ebuild b/games-emulation/yabause/yabause-0.9.14.ebuild
index 7ac82647b3d..57559da8b5b 100644
--- a/games-emulation/yabause/yabause-0.9.14.ebuild
+++ b/games-emulation/yabause/yabause-0.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -39,9 +39,13 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}"/${P}-RWX.patch
+ "${FILESDIR}"/${P}-cmake.patch
+)
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-RWX.patch \
- "${FILESDIR}"/${P}-cmake.patch
+ cmake-utils_src_prepare
}
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/
@ 2018-07-15 19:28 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-07-15 19:28 UTC (permalink / raw
To: gentoo-commits
commit: c2f928218e188e321d8894181fa4e25111e44d31
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 19:26:11 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 19:27:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f92821
games-emulation/yabause: metadata: Update upstream remote-id
Package-Manager: Portage-2.3.42, Repoman-2.3.9
games-emulation/yabause/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/yabause/metadata.xml b/games-emulation/yabause/metadata.xml
index 10b6034ed44..93d5ca4ee29 100644
--- a/games-emulation/yabause/metadata.xml
+++ b/games-emulation/yabause/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
- <remote-id type="sourceforge">yabause</remote-id>
+ <remote-id type="github">Yabause/yabause</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/
@ 2020-01-12 15:37 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2020-01-12 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 03bb3ab3b9ce3d606ff92c0aa44ee3dc9517b681
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 00:11:25 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 15:37:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bb3ab3
games-emulation/yabause: Drop USE qt5, EAPI-7 bump
Qt5 is used unconditionally from now on.
Closes: https://bugs.gentoo.org/705140
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-emulation/yabause/yabause-0.9.15.ebuild | 41 +++++++++++----------------
1 file changed, 17 insertions(+), 24 deletions(-)
diff --git a/games-emulation/yabause/yabause-0.9.15.ebuild b/games-emulation/yabause/yabause-0.9.15.ebuild
index b0f88a4d472..7a9c578d68a 100644
--- a/games-emulation/yabause/yabause-0.9.15.ebuild
+++ b/games-emulation/yabause/yabause-0.9.15.ebuild
@@ -1,47 +1,40 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+inherit cmake
-DESCRIPTION="A Sega Saturn emulator"
+DESCRIPTION="Sega Saturn emulator"
HOMEPAGE="https://yabause.org/"
SRC_URI="https://download.tuxfamily.org/${PN}/releases/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="openal opengl +qt5 sdl"
+IUSE="openal opengl sdl"
-# Qt5 is the recommended UI and 0.9.15 the last release w/ GTK+
+BDEPEND="
+ virtual/pkgconfig
+"
RDEPEND="
- sys-libs/zlib:=
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtmultimedia:5
+ dev-qt/qtwidgets:5
+ sys-libs/zlib
x11-libs/libXrandr
x11-libs/libX11
openal? ( media-libs/openal )
opengl? (
+ dev-qt/qtopengl:5
media-libs/freeglut
virtual/glu
virtual/opengl
)
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtwidgets:5
- opengl? ( dev-qt/qtopengl:5 )
- )
- !qt5? (
- dev-libs/glib:2
- x11-libs/gtk+:2
- x11-libs/gtkglext
- )
sdl? ( media-libs/libsdl2[opengl?,video] )
"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-RWX.patch
@@ -61,7 +54,7 @@ src_configure() {
-DYAB_WANT_SDL=$(usex sdl)
-DYAB_WANT_OPENAL=$(usex openal)
-DYAB_WANT_OPENGL=$(usex opengl)
- -DYAB_PORTS=$(usex qt5 "qt" "gtk")
+ -DYAB_PORTS=qt
)
- cmake-utils_src_configure
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/
@ 2020-08-22 19:10 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2020-08-22 19:10 UTC (permalink / raw
To: gentoo-commits
commit: a2bd1eadeaadcc64001c40f6db30aa47887484c4
Author: Andrew Udvare <audvare <AT> gmail <DOT> com>
AuthorDate: Sat Feb 1 04:02:48 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 19:05:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd1ead
games-emulation/yabause: disable building shared libs
Bug: https://bugs.gentoo.org/705338
Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14519
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-emulation/yabause/yabause-0.9.15.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-emulation/yabause/yabause-0.9.15.ebuild b/games-emulation/yabause/yabause-0.9.15.ebuild
index 7a9c578d68a..cc176432448 100644
--- a/games-emulation/yabause/yabause-0.9.15.ebuild
+++ b/games-emulation/yabause/yabause-0.9.15.ebuild
@@ -43,6 +43,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=OFF # bug 705338
-DYAB_NETWORK=ON
-DYAB_USE_CXX=ON
-DYAB_USE_SCSP2=OFF # breaks build
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-08-22 19:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 19:10 [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2020-01-12 15:37 Andreas Sturmlechner
2018-07-15 19:28 Andreas Sturmlechner
2017-10-16 0:08 David Seifert
2016-05-06 16:27 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox