public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2015-08-24 15:57 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2015-08-24 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     97c1e799be6c5e743ecc156b79132f1e934910af
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:55:54 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 15:57:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c1e799

media-libs/SoQt: keyword ~arm

Package-Manager: portage-2.2.20.1

 media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
index f3dfa7a..1a43d73 100644
--- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
+++ b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ftp.coin3d.org/coin/src/all/${P}.tar.gz"
 HOMEPAGE="http://www.coin3d.org/"
 
 LICENSE="|| ( GPL-2 PEL )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 SLOT="0"
 IUSE="debug doc static-libs"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2017-08-29 14:34 Guilherme Amadio
  0 siblings, 0 replies; 11+ messages in thread
From: Guilherme Amadio @ 2017-08-29 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c0379aac3800ae0475fe22093828b014cd124b5a
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 14:33:42 2017 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 14:33:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0379aac

media-libs/SoQt: add prefix support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
index 7c8840dc88b..95494b3c400 100644
--- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
+++ b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/Coin3D/soqt"
 SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 PEL )"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="debug doc static-libs"
 
@@ -34,13 +34,13 @@ DOCS=(AUTHORS ChangeLog FAQ HACKING NEWS README)
 
 src_configure() {
 	local myeconfargs=(
-		htmldir="/usr/share/doc/${PF}/html"
+		htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
 		--disable-compact
 		--disable-html-help
 		--disable-loadlibrary
 		--disable-man
 		--enable-pkgconfig
-		--includedir="/usr/include/coin"
+		--includedir="${EPREFIX}/usr/include/coin"
 		--with-coin
 		$(use_enable debug)
 		$(use_enable debug symbols)


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2020-10-05 22:10 Maciej Mrozowski
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Mrozowski @ 2020-10-05 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     23b04b0d1462ca6efe5780edd27cefb423260153
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 22:04:26 2020 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 22:06:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b04b0d

media-libs/SoQt: re-add package

Closes: https://bugs.gentoo.org/686972
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>

 media-libs/SoQt/Manifest          |  1 +
 media-libs/SoQt/SoQt-1.6.0.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
 media-libs/SoQt/metadata.xml      | 16 +++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest
new file mode 100644
index 00000000000..4b5188f20ea
--- /dev/null
+++ b/media-libs/SoQt/Manifest
@@ -0,0 +1 @@
+DIST SoQt-1.6.0-src.tar.gz 1675532 BLAKE2B 9935c32a7f0ad0d0e4248c6f81d2aacad00f3674d8e14aa192a87be5dc3b99e29213fbd96044ad4cc6548aef7f1d281aadebc48256bbfc11ad305e2136f6e12a SHA512 4221e98f51cca4dda23043428e869b60ab4d994710f97c0f44cd82631ffad2bd8bbaf0b820434a4636892df663d66ecd2aec14b185972671b2d22c0fe242b553

diff --git a/media-libs/SoQt/SoQt-1.6.0.ebuild b/media-libs/SoQt/SoQt-1.6.0.ebuild
new file mode 100644
index 00000000000..987b9268d17
--- /dev/null
+++ b/media-libs/SoQt/SoQt-1.6.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+MY_P=${P/soqt/SoQt}
+
+HOMEPAGE="https://github.com/coin3d/coin/wiki"
+DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
+SRC_URI="https://github.com/coin3d/soqt/releases/download/${MY_P}/${P}-src.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="debug doc"
+
+RDEPEND="
+	media-libs/coin
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtopengl:5
+	virtual/opengl
+	x11-libs/libX11
+	x11-libs/libXi
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	x11-base/xorg-proto
+	doc? ( app-doc/doxygen )
+"
+
+S="${WORKDIR}/soqt"
+
+DOCS=(AUTHORS ChangeLog HACKING NEWS README)
+
+src_configure() {
+	use debug && append-cppflags -DSOQT_DEBUG=1
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+		-DSOQT_BUILD_DOCUMENTATION=$(usex doc)
+		-DSOQT_BUILD_INTERNAL_DOCUMENTATION=OFF
+		-DSOQT_VERBOSE=$(usex debug)
+	)
+	cmake_src_configure
+}

diff --git a/media-libs/SoQt/metadata.xml b/media-libs/SoQt/metadata.xml
new file mode 100644
index 00000000000..4b5cc76b6e9
--- /dev/null
+++ b/media-libs/SoQt/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>reavertm@gentoo.org</email>
+    <description>Feel free to maintain/fix</description>
+  </maintainer>
+  <longdescription lang="en">
+  SoQt is a Qt GUI component toolkit library for Coin. It is also compatible
+  with SGI and TGS Open Inventor, and the API is based on the API of the
+  InventorXt GUI component toolkit.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">coin3d/soqt</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2021-04-11  0:13 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2021-04-11  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0de8e358be5b6f2a7690fdc540c719c3642015de
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 00:10:39 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 00:13:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de8e358

media-libs/SoQt: x86 stable (bug #781968)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-libs/SoQt/SoQt-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/SoQt/SoQt-1.6.0.ebuild b/media-libs/SoQt/SoQt-1.6.0.ebuild
index 987b9268d17..b8d6f0cd19d 100644
--- a/media-libs/SoQt/SoQt-1.6.0.ebuild
+++ b/media-libs/SoQt/SoQt-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
 SRC_URI="https://github.com/coin3d/soqt/releases/download/${MY_P}/${P}-src.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 SLOT="0"
 IUSE="debug doc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2021-04-11 11:11 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-04-11 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     74b206b6bff3806493b07f5786699adfd0017efc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 11:11:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 11:11:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b206b6

media-libs/SoQt: Stabilize 1.6.0 amd64, #781968

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/SoQt/SoQt-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/SoQt/SoQt-1.6.0.ebuild b/media-libs/SoQt/SoQt-1.6.0.ebuild
index b8d6f0cd19d..0e10d8cd816 100644
--- a/media-libs/SoQt/SoQt-1.6.0.ebuild
+++ b/media-libs/SoQt/SoQt-1.6.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
 SRC_URI="https://github.com/coin3d/soqt/releases/download/${MY_P}/${P}-src.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE="debug doc"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2023-12-09  1:54 Maciej Mrozowski
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Mrozowski @ 2023-12-09  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e46fe8cd2f29d87fa1fdd32e6b2ac88483d221db
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 01:53:37 2023 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 01:53:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46fe8cd

media-libs/SoQt: add 1.6.1

Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>

 media-libs/SoQt/Manifest          |  1 +
 media-libs/SoQt/SoQt-1.6.1.ebuild | 49 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest
index 4b5188f20ea8..687d0e25533f 100644
--- a/media-libs/SoQt/Manifest
+++ b/media-libs/SoQt/Manifest
@@ -1 +1,2 @@
 DIST SoQt-1.6.0-src.tar.gz 1675532 BLAKE2B 9935c32a7f0ad0d0e4248c6f81d2aacad00f3674d8e14aa192a87be5dc3b99e29213fbd96044ad4cc6548aef7f1d281aadebc48256bbfc11ad305e2136f6e12a SHA512 4221e98f51cca4dda23043428e869b60ab4d994710f97c0f44cd82631ffad2bd8bbaf0b820434a4636892df663d66ecd2aec14b185972671b2d22c0fe242b553
+DIST soqt-1.6.1-src.tar.gz 1705089 BLAKE2B 514eb67f00df857fd3621ec81caec1a028a643e78350af6cc38061c6c7fc07fdf32fbeee5138c25207dd7f4594f982d14fd672e34ec7792994f3ae9cfc87bb49 SHA512 8691b0f1b011e48e824d07c56e4f578c3d6669b8fd955e720b399274589c8bf0e97d08941756a95cf7925d723ae044e1dda9ba0afce9377a0137b9c73e7834dd

diff --git a/media-libs/SoQt/SoQt-1.6.1.ebuild b/media-libs/SoQt/SoQt-1.6.1.ebuild
new file mode 100644
index 000000000000..e90a6e81568c
--- /dev/null
+++ b/media-libs/SoQt/SoQt-1.6.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+MY_P=${P/SoQt/soqt}
+
+HOMEPAGE="https://github.com/coin3d/coin/wiki"
+DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
+SRC_URI="https://github.com/coin3d/soqt/releases/download/v${PV}/${MY_P}-src.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="debug doc"
+
+RDEPEND="
+	media-libs/coin
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtopengl:5
+	virtual/opengl
+	x11-libs/libX11
+	x11-libs/libXi
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	x11-base/xorg-proto
+	doc? ( app-doc/doxygen )
+"
+
+S="${WORKDIR}/soqt"
+
+DOCS=(AUTHORS ChangeLog HACKING NEWS README)
+
+src_configure() {
+	use debug && append-cppflags -DSOQT_DEBUG=1
+	local mycmakeargs=(
+		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+		-DSOQT_BUILD_DOCUMENTATION=$(usex doc)
+		-DSOQT_BUILD_INTERNAL_DOCUMENTATION=OFF
+		-DSOQT_USE_QT6=OFF
+		-DSOQT_VERBOSE=$(usex debug)
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2024-02-24  0:21 Maciej Mrozowski
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Mrozowski @ 2024-02-24  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b966c28f4de2c9d31d7b6b8407d0be6dcfd03570
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 00:20:11 2024 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 00:20:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b966c28f

media-libs/SoQt: add 1.6.2, drop 1.6.1

Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>

 media-libs/SoQt/Manifest                                 | 2 +-
 media-libs/SoQt/{SoQt-1.6.1.ebuild => SoQt-1.6.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest
index 687d0e25533f..82860951afc9 100644
--- a/media-libs/SoQt/Manifest
+++ b/media-libs/SoQt/Manifest
@@ -1,2 +1,2 @@
 DIST SoQt-1.6.0-src.tar.gz 1675532 BLAKE2B 9935c32a7f0ad0d0e4248c6f81d2aacad00f3674d8e14aa192a87be5dc3b99e29213fbd96044ad4cc6548aef7f1d281aadebc48256bbfc11ad305e2136f6e12a SHA512 4221e98f51cca4dda23043428e869b60ab4d994710f97c0f44cd82631ffad2bd8bbaf0b820434a4636892df663d66ecd2aec14b185972671b2d22c0fe242b553
-DIST soqt-1.6.1-src.tar.gz 1705089 BLAKE2B 514eb67f00df857fd3621ec81caec1a028a643e78350af6cc38061c6c7fc07fdf32fbeee5138c25207dd7f4594f982d14fd672e34ec7792994f3ae9cfc87bb49 SHA512 8691b0f1b011e48e824d07c56e4f578c3d6669b8fd955e720b399274589c8bf0e97d08941756a95cf7925d723ae044e1dda9ba0afce9377a0137b9c73e7834dd
+DIST soqt-1.6.2-src.tar.gz 1709116 BLAKE2B 45d87af95e90a88d97188b7efa6d22ad2238e4957d8c21712ad6161ea94748db0df596d0dcedbeff94abfd163ad40cd2f1649aae5ba4bf94e3892c1ed1990839 SHA512 4039d0c8e36e89995e77b1b49efcb52d15ca213c7d53ba9d628259763e261288192078caed8e2efb02772dd8f513e971731eeb0a761d1642985af7b9c4852c18

diff --git a/media-libs/SoQt/SoQt-1.6.1.ebuild b/media-libs/SoQt/SoQt-1.6.2.ebuild
similarity index 100%
rename from media-libs/SoQt/SoQt-1.6.1.ebuild
rename to media-libs/SoQt/SoQt-1.6.2.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2024-02-24  4:46 Maciej Mrozowski
  0 siblings, 0 replies; 11+ messages in thread
From: Maciej Mrozowski @ 2024-02-24  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f330102cb784869c8e89b34e5a3f6493e8b1d1c8
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 02:40:30 2024 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 04:44:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f330102c

media-libs/SoQt: 1.6.2: update EAPI 7 -> 8, add qt6 USE flag

Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>

 media-libs/SoQt/SoQt-1.6.2.ebuild | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/media-libs/SoQt/SoQt-1.6.2.ebuild b/media-libs/SoQt/SoQt-1.6.2.ebuild
index 1d15e23f337a..02627ad53741 100644
--- a/media-libs/SoQt/SoQt-1.6.2.ebuild
+++ b/media-libs/SoQt/SoQt-1.6.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake flag-o-matic
 
@@ -14,21 +14,30 @@ SRC_URI="https://github.com/coin3d/soqt/releases/download/v${PV}/${MY_P}-src.tar
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
-IUSE="debug doc"
+IUSE="debug doc qt6"
 
 RDEPEND="
 	media-libs/coin
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtopengl:5
 	virtual/opengl
 	x11-libs/libX11
 	x11-libs/libXi
+	!qt6? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+		dev-qt/qtopengl:5
+	)
+	qt6? (
+		dev-qt/qtbase:6[gui,opengl,widgets]
+	)
 "
+
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
 	x11-base/xorg-proto
+"
+
+BDEPEND="
+	virtual/pkgconfig
 	doc? ( app-text/doxygen )
 "
 
@@ -42,7 +51,7 @@ src_configure() {
 		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
 		-DSOQT_BUILD_DOCUMENTATION=$(usex doc)
 		-DSOQT_BUILD_INTERNAL_DOCUMENTATION=OFF
-		-DSOQT_USE_QT6=OFF
+		-DSOQT_USE_QT6=$(usex qt6)
 		-DSOQT_VERBOSE=$(usex debug)
 	)
 	cmake_src_configure


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2024-03-25 11:22 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-03-25 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4c23b9d1a2075e2cc1270b0dc0b7a1acc944e1cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 11:22:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 11:22:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c23b9d1

media-libs/SoQt: Stabilize 1.6.2 amd64, #926343

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/SoQt/SoQt-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/SoQt/SoQt-1.6.2.ebuild b/media-libs/SoQt/SoQt-1.6.2.ebuild
index 02627ad53741..04b90fc4059c 100644
--- a/media-libs/SoQt/SoQt-1.6.2.ebuild
+++ b/media-libs/SoQt/SoQt-1.6.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
 SRC_URI="https://github.com/coin3d/soqt/releases/download/v${PV}/${MY_P}-src.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="debug doc qt6"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2024-03-25 11:22 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-03-25 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     417f97d3fabd8950e582499e015ea51909dd9df8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 11:22:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 11:22:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417f97d3

media-libs/SoQt: Stabilize 1.6.2 x86, #926343

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/SoQt/SoQt-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/SoQt/SoQt-1.6.2.ebuild b/media-libs/SoQt/SoQt-1.6.2.ebuild
index 04b90fc4059c..f76d31bfbcbf 100644
--- a/media-libs/SoQt/SoQt-1.6.2.ebuild
+++ b/media-libs/SoQt/SoQt-1.6.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
 SRC_URI="https://github.com/coin3d/soqt/releases/download/v${PV}/${MY_P}-src.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE="debug doc qt6"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/
@ 2024-03-25 12:38 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2024-03-25 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     af1555d7738d9d42fe671f11cdf48b8b62b8e7b1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 11:37:19 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 12:38:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1555d7

media-libs/SoQt: drop 1.6.0

Closes: https://bugs.gentoo.org/926343
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/SoQt/Manifest          |  1 -
 media-libs/SoQt/SoQt-1.6.0.ebuild | 48 ---------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest
index 82860951afc9..994215068537 100644
--- a/media-libs/SoQt/Manifest
+++ b/media-libs/SoQt/Manifest
@@ -1,2 +1 @@
-DIST SoQt-1.6.0-src.tar.gz 1675532 BLAKE2B 9935c32a7f0ad0d0e4248c6f81d2aacad00f3674d8e14aa192a87be5dc3b99e29213fbd96044ad4cc6548aef7f1d281aadebc48256bbfc11ad305e2136f6e12a SHA512 4221e98f51cca4dda23043428e869b60ab4d994710f97c0f44cd82631ffad2bd8bbaf0b820434a4636892df663d66ecd2aec14b185972671b2d22c0fe242b553
 DIST soqt-1.6.2-src.tar.gz 1709116 BLAKE2B 45d87af95e90a88d97188b7efa6d22ad2238e4957d8c21712ad6161ea94748db0df596d0dcedbeff94abfd163ad40cd2f1649aae5ba4bf94e3892c1ed1990839 SHA512 4039d0c8e36e89995e77b1b49efcb52d15ca213c7d53ba9d628259763e261288192078caed8e2efb02772dd8f513e971731eeb0a761d1642985af7b9c4852c18

diff --git a/media-libs/SoQt/SoQt-1.6.0.ebuild b/media-libs/SoQt/SoQt-1.6.0.ebuild
deleted file mode 100644
index 162049efff71..000000000000
--- a/media-libs/SoQt/SoQt-1.6.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-MY_P=${P/soqt/SoQt}
-
-HOMEPAGE="https://github.com/coin3d/coin/wiki"
-DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt"
-SRC_URI="https://github.com/coin3d/soqt/releases/download/${MY_P}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE="debug doc"
-
-RDEPEND="
-	media-libs/coin
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtopengl:5
-	virtual/opengl
-	x11-libs/libX11
-	x11-libs/libXi
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	x11-base/xorg-proto
-	doc? ( app-text/doxygen )
-"
-
-S="${WORKDIR}/soqt"
-
-DOCS=(AUTHORS ChangeLog HACKING NEWS README)
-
-src_configure() {
-	use debug && append-cppflags -DSOQT_DEBUG=1
-	local mycmakeargs=(
-		-DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-		-DSOQT_BUILD_DOCUMENTATION=$(usex doc)
-		-DSOQT_BUILD_INTERNAL_DOCUMENTATION=OFF
-		-DSOQT_VERBOSE=$(usex debug)
-	)
-	cmake_src_configure
-}


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

end of thread, other threads:[~2024-03-25 12:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 12:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-25 11:22 Sam James
2024-03-25 11:22 Sam James
2024-02-24  4:46 Maciej Mrozowski
2024-02-24  0:21 Maciej Mrozowski
2023-12-09  1:54 Maciej Mrozowski
2021-04-11 11:11 Sam James
2021-04-11  0:13 Thomas Deutschmann
2020-10-05 22:10 Maciej Mrozowski
2017-08-29 14:34 Guilherme Amadio
2015-08-24 15:57 Alexis Ballier

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