public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/
@ 2021-08-23  1:14 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-08-23  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd72a032b38c2b27883bc95f71e5fe91e3d2d8b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 00:15:25 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 01:13:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bbd72a03

dev-qt/qtgamepad: Fix IUSE=sdl to depend on media-libs/libsdl2

Bug: https://bugs.gentoo.org/777516
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild
index 92fd95bd..70434d09 100644
--- a/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild
+++ b/dev-qt/qtgamepad/qtgamepad-5.15.9999.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}[evdev?]
 	evdev? ( virtual/libudev:= )
 	qml? ( ~dev-qt/qtdeclarative-${PV} )
-	sdl? ( media-libs/libsdl )
+	sdl? ( media-libs/libsdl2 )
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/
@ 2022-04-01 18:23 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-04-01 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     21268d90a8a078e56118db9ea71ec78159b16034
Author:     Han Gao <rabenda.cn <AT> gmail <DOT> com>
AuthorDate: Wed Mar 30 19:08:32 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 18:23:22 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=21268d90

dev-qt/qtgamepad: ~riscv keyworing

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Han Gao <rabenda.cn <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild
index 889dad2e..23b8279f 100644
--- a/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild
+++ b/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Qt module to support gamepad hardware"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE="evdev qml sdl"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/
@ 2022-03-17 20:42 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-03-17 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1c63e6f24b144d42afa85359eec270a4766c63bc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 18:53:18 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:38:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1c63e6f2

dev-qt/qtgamepad: Keyword 5.15.2-r1 arm, #833799

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

 dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild
index 8dcfeeb4..889dad2e 100644
--- a/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild
+++ b/dev-qt/qtgamepad/qtgamepad-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Qt module to support gamepad hardware"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 IUSE="evdev qml sdl"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/
@ 2018-02-14 13:26 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2018-02-14 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5896d778d5f984ebb4ead74440020f84f4174b6d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:24:38 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:26:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5896d778

dev-qt/qtgamepad: add missing 5.9999

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-qt/qtgamepad/qtgamepad-5.9999.ebuild | 35 ++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-qt/qtgamepad/qtgamepad-5.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.9999.ebuild
new file mode 100644
index 00000000..a7c4b576
--- /dev/null
+++ b/dev-qt/qtgamepad/qtgamepad-5.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Qt module to support gamepad hardware"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE="evdev qml sdl"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtgui-${PV}[evdev?]
+	evdev? ( virtual/libudev:= )
+	sdl? ( media-libs/libsdl )
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt_use_disable_config evdev evdev \
+		src/plugins/gamepads/gamepads.pro
+
+	qt_use_disable_config sdl sdl2 \
+		src/plugins/gamepads/gamepads.pro
+
+	qt5-build_src_prepare
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/
@ 2018-02-14 13:08 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2018-02-14 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     dac2c02b343907c2e2f1b69780e0f710060b7447
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:05:41 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:08:09 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=dac2c02b

dev-qt/qtgamepad: new package

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-qt/qtgamepad/Manifest                   |  1 +
 dev-qt/qtgamepad/metadata.xml               | 21 +++++++++++++++++
 dev-qt/qtgamepad/qtgamepad-5.10.1.ebuild    | 35 +++++++++++++++++++++++++++++
 dev-qt/qtgamepad/qtgamepad-5.10.9999.ebuild | 35 +++++++++++++++++++++++++++++
 dev-qt/qtgamepad/qtgamepad-5.11.9999.ebuild | 35 +++++++++++++++++++++++++++++
 dev-qt/qtgamepad/qtgamepad-5.9.9999.ebuild  | 35 +++++++++++++++++++++++++++++
 6 files changed, 162 insertions(+)

diff --git a/dev-qt/qtgamepad/Manifest b/dev-qt/qtgamepad/Manifest
new file mode 100644
index 00000000..c00f1b70
--- /dev/null
+++ b/dev-qt/qtgamepad/Manifest
@@ -0,0 +1 @@
+DIST qtgamepad-everywhere-src-5.10.1.tar.xz 385472 BLAKE2B 0ebd5c6e92a40af176d029b69b122eae9f793bff2931c7f7930a80a2e729ddfd2bc2a487f0f6ece7b1a2e990324e46c4dfa60dbd771b0a2b92a5011c5b3ace5d SHA512 d3a58a6675f87b0966483f942d2c317bb9e774f823039585b6c71a63425738e90595f0d1d755ab3c4b23ace9e2c38f5f9438251fa8da55bf1a183e749d440535

diff --git a/dev-qt/qtgamepad/metadata.xml b/dev-qt/qtgamepad/metadata.xml
new file mode 100644
index 00000000..2b9a633c
--- /dev/null
+++ b/dev-qt/qtgamepad/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<use>
+		<flag name="evdev">Enable support for input devices via evdev</flag>
+		<flag name="qml">Build QML bindings</flag>
+	</use>
+	<upstream>
+		<bugs-to>https://bugreports.qt.io/</bugs-to>
+		<doc>https://doc.qt.io/</doc>
+	</upstream>
+	<slots>
+		<subslots>
+			Must only be used by packages that are known to use private parts of the Qt API.
+		</subslots>
+	</slots>
+</pkgmetadata>

diff --git a/dev-qt/qtgamepad/qtgamepad-5.10.1.ebuild b/dev-qt/qtgamepad/qtgamepad-5.10.1.ebuild
new file mode 100644
index 00000000..a7c4b576
--- /dev/null
+++ b/dev-qt/qtgamepad/qtgamepad-5.10.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Qt module to support gamepad hardware"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE="evdev qml sdl"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtgui-${PV}[evdev?]
+	evdev? ( virtual/libudev:= )
+	sdl? ( media-libs/libsdl )
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt_use_disable_config evdev evdev \
+		src/plugins/gamepads/gamepads.pro
+
+	qt_use_disable_config sdl sdl2 \
+		src/plugins/gamepads/gamepads.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtgamepad/qtgamepad-5.10.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.10.9999.ebuild
new file mode 100644
index 00000000..a7c4b576
--- /dev/null
+++ b/dev-qt/qtgamepad/qtgamepad-5.10.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Qt module to support gamepad hardware"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE="evdev qml sdl"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtgui-${PV}[evdev?]
+	evdev? ( virtual/libudev:= )
+	sdl? ( media-libs/libsdl )
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt_use_disable_config evdev evdev \
+		src/plugins/gamepads/gamepads.pro
+
+	qt_use_disable_config sdl sdl2 \
+		src/plugins/gamepads/gamepads.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtgamepad/qtgamepad-5.11.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.11.9999.ebuild
new file mode 100644
index 00000000..a7c4b576
--- /dev/null
+++ b/dev-qt/qtgamepad/qtgamepad-5.11.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Qt module to support gamepad hardware"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE="evdev qml sdl"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtgui-${PV}[evdev?]
+	evdev? ( virtual/libudev:= )
+	sdl? ( media-libs/libsdl )
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt_use_disable_config evdev evdev \
+		src/plugins/gamepads/gamepads.pro
+
+	qt_use_disable_config sdl sdl2 \
+		src/plugins/gamepads/gamepads.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtgamepad/qtgamepad-5.9.9999.ebuild b/dev-qt/qtgamepad/qtgamepad-5.9.9999.ebuild
new file mode 100644
index 00000000..a7c4b576
--- /dev/null
+++ b/dev-qt/qtgamepad/qtgamepad-5.9.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Qt module to support gamepad hardware"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE="evdev qml sdl"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtgui-${PV}[evdev?]
+	evdev? ( virtual/libudev:= )
+	sdl? ( media-libs/libsdl )
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt_use_disable_config evdev evdev \
+		src/plugins/gamepads/gamepads.pro
+
+	qt_use_disable_config sdl sdl2 \
+		src/plugins/gamepads/gamepads.pro
+
+	qt5-build_src_prepare
+}


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

end of thread, other threads:[~2022-04-01 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23  1:14 [gentoo-commits] proj/qt:master commit in: dev-qt/qtgamepad/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 18:23 Andreas Sturmlechner
2022-03-17 20:42 Andreas Sturmlechner
2018-02-14 13:26 Michael Palimaka
2018-02-14 13:08 Michael Palimaka

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