* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2016-08-06 9:16 Pacho Ramos
0 siblings, 0 replies; 21+ messages in thread
From: Pacho Ramos @ 2016-08-06 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 4ac4adb603c631a848d9520fdccf04140038f12d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 08:57:34 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 09:16:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac4adb6
media-gfx/opencsg: Cleanup per bug #66633
Package-Manager: portage-2.3.0
media-gfx/opencsg/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index 96adf7a..73e240b 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>mattm@gentoo.org</email>
-<name>Matthew Marlowe</name>
-</maintainer>
<longdescription>
OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system. What is CSG, anyway? CSG is short for Constructive Solid Geometry and denotes an approach to model complex 3D-shapes using simpler ones. I.e., two shapes can be combined by taking the union of them, by intersecting them, or by subtracting one shape of the other. SG is often used as fundamental modeling technique in CAD/CAM applications. Here, image-based CSG rendering is the key to interactively manipulate CSG shapes. Since OpenCSG renders even complex CSG shapes fast, it can be advantageously used in such applications. The OpenCSG library requires graphics hardware that either supports frame buffer objects or PBuffers in OpenGL.
</longdescription>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2016-08-06 17:55 Michael Orlitzky
0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2016-08-06 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 5240857d2fa1a97af5e582042d8aa04aafc863f1
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 17:53:25 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 17:55:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5240857d
media-gfx/opencsg: new version 1.4.0 to fix two bugs.
This fixes a version bump request from one of our users, and also a
build failure. Version 1.3.2 tried to link with QtGui, even though
that wasn't a declared dependency, causing the build to fail when it
was missing. The new v1.4.0 doesn't seem to have that problem, so the
build failure should be gone.
In the process, the ebuild was updated to use EAPI=6 and
qmake-utils.eclass.
Gentoo-Bug: 514210
Gentoo-Bug: 515124
Package-Manager: portage-2.2.28
media-gfx/opencsg/Manifest | 2 +-
media-gfx/opencsg/opencsg-1.3.2-r1.ebuild | 40 ---------------------------
media-gfx/opencsg/opencsg-1.4.0.ebuild | 45 +++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 41 deletions(-)
diff --git a/media-gfx/opencsg/Manifest b/media-gfx/opencsg/Manifest
index c508e0d..c066167 100644
--- a/media-gfx/opencsg/Manifest
+++ b/media-gfx/opencsg/Manifest
@@ -1 +1 @@
-DIST OpenCSG-1.3.2.tar.gz 744712 SHA256 c790c92998f7113cb35cde825f81c5532755908a0a3f43c3c3c8df2326b3b925 SHA512 12c4308234d61ae013db62039974178d49a7298fb18c9d4e431d3629c75c808e0892c6553f1676d991b50d69e26eeb6d6da1f1eea6b8b2785d06683f523ca0d8 WHIRLPOOL ed59764c861ede60dd430ad111613de92c44bbe6b9d5f33f6c0aee93671b7abb9ef266627f126820c877ee54a651aa0d560beaf1458cbce952e30ed88a6bf908
+DIST OpenCSG-1.4.0.tar.gz 852213 SHA256 ecb46be54cfb8a338d2a9b62dec90ec8da6c769078c076f58147d4a6ba1c878d SHA512 da465c07201002834787dbe79ec29898310f4d726d9c44072e5ce947078fd7342ab1347886cab53b7f75458989aa4218738a7a8969d03184dc5fdcc1f96ce190 WHIRLPOOL 1d29789275926c9847486314c693e33873d97aa3e74f892634c9b72ec2f518a4e5a048934346033dec731fd45be4f5f1755ab11465fc8488ebf0c5976946bc36
diff --git a/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild
deleted file mode 100644
index fcc9205..0000000
--- a/media-gfx/opencsg/opencsg-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit qt4-r2
-
-DESCRIPTION="The Constructive Solid Geometry rendering library"
-HOMEPAGE="http://www.opencsg.org"
-SRC_URI="http://www.opencsg.org/OpenCSG-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="media-libs/glew dev-qt/qtcore:4"
-DEPEND="${CDEPEND} sys-devel/gcc"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/OpenCSG-${PV}"
-
-src_prepare() {
- # removes duplicated headers
- rm -r "${S}"/glew || die
-
- # We actually want to install something
- cat << EOF >> src/src.pro
-include.path=/usr/include
-include.files=../include/*
-target.path=/usr/$(get_libdir)
-INSTALLS += target include
-EOF
-
-}
-
-src_configure() {
- eqmake4 "${S}"/src/src.pro
-}
diff --git a/media-gfx/opencsg/opencsg-1.4.0.ebuild b/media-gfx/opencsg/opencsg-1.4.0.ebuild
new file mode 100644
index 0000000..f9eb9d7
--- /dev/null
+++ b/media-gfx/opencsg/opencsg-1.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P="OpenCSG-${PV}"
+DESCRIPTION="The Constructive Solid Geometry rendering library"
+HOMEPAGE="http://www.opencsg.org"
+SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="media-libs/glew:0 dev-qt/qtcore:4"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+S="${WORKDIR}/${MY_P}/src"
+
+src_prepare() {
+ default
+
+ # removes duplicated headers
+ rm -r ../glew || die "failed to remove bundled glew"
+
+ sed -i -e 's:^INSTALLDIR.*:INSTALLDIR = /usr:' src.pro \
+ || die 'failed to fix INSTALLDIR in src.pro'
+
+ sed -i -e "s:^target.path.*:target.path = \$\$INSTALLDIR/$(get_libdir):" \
+ src.pro \
+ || die 'failed to fix target.path in src.pro'
+}
+
+src_configure() {
+ eqmake4 src.pro
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2017-07-04 13:29 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-07-04 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 62743237f197457f7c43bc71620ff143b9acc7c2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 13:23:29 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 13:29:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62743237
media-gfx/opencsg: version bump 1.4.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-gfx/opencsg/Manifest | 1 +
media-gfx/opencsg/opencsg-1.4.2.ebuild | 42 ++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-gfx/opencsg/Manifest b/media-gfx/opencsg/Manifest
index c066167c2ba..58c54267f47 100644
--- a/media-gfx/opencsg/Manifest
+++ b/media-gfx/opencsg/Manifest
@@ -1 +1,2 @@
DIST OpenCSG-1.4.0.tar.gz 852213 SHA256 ecb46be54cfb8a338d2a9b62dec90ec8da6c769078c076f58147d4a6ba1c878d SHA512 da465c07201002834787dbe79ec29898310f4d726d9c44072e5ce947078fd7342ab1347886cab53b7f75458989aa4218738a7a8969d03184dc5fdcc1f96ce190 WHIRLPOOL 1d29789275926c9847486314c693e33873d97aa3e74f892634c9b72ec2f518a4e5a048934346033dec731fd45be4f5f1755ab11465fc8488ebf0c5976946bc36
+DIST OpenCSG-1.4.2.tar.gz 933135 SHA256 d952ec5d3a2e46a30019c210963fcddff66813efc9c29603b72f9553adff4afb SHA512 fbe6f925982717ecca7bd0eacc4fc5b362c80c7663b1ff0d9a228f2b5e1d3625d3e6d324d9e634665c74e9c0fc37d10290ece293e59a3eba67035b6b700b7778 WHIRLPOOL 6b8666021549e93de0de6ebe3a16a93c3719fec9630623165791ae3761553c339bb19833f73802067cdeabb2f07017db363bee75f49a03eef6a6819349e0e9ee
diff --git a/media-gfx/opencsg/opencsg-1.4.2.ebuild b/media-gfx/opencsg/opencsg-1.4.2.ebuild
new file mode 100644
index 00000000000..1c905349bf8
--- /dev/null
+++ b/media-gfx/opencsg/opencsg-1.4.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P="OpenCSG-${PV}"
+DESCRIPTION="The Constructive Solid Geometry rendering library"
+HOMEPAGE="http://www.opencsg.org"
+SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/glew:0="
+DEPEND="${RDEPEND}
+ dev-qt/qtcore:5
+"
+
+S="${WORKDIR}/${MY_P}/src"
+
+src_prepare() {
+ default
+
+ # removes duplicated headers
+ rm -r ../glew || die "failed to remove bundled glew"
+
+ sed -i -e "s:^target.path.*:target.path = \$\$INSTALLDIR/$(get_libdir):" \
+ src.pro \
+ || die 'failed to fix target.path in src.pro'
+}
+
+src_configure() {
+ eqmake5 src.pro INSTALLDIR="/usr"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2017-09-03 6:08 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-09-03 6:08 UTC (permalink / raw
To: gentoo-commits
commit: 287402f55540be17631b01fd7e02773ce41828c0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 06:00:58 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 06:07:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287402f5
media-gfx/opencsg: whitespace
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-gfx/opencsg/metadata.xml | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index 73e240b893d..de418786b91 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -1,9 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<longdescription>
-OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system. What is CSG, anyway? CSG is short for Constructive Solid Geometry and denotes an approach to model complex 3D-shapes using simpler ones. I.e., two shapes can be combined by taking the union of them, by intersecting them, or by subtracting one shape of the other. SG is often used as fundamental modeling technique in CAD/CAM applications. Here, image-based CSG rendering is the key to interactively manipulate CSG shapes. Since OpenCSG renders even complex CSG shapes fast, it can be advantageously used in such applications. The OpenCSG library requires graphics hardware that either supports frame buffer objects or PBuffers in OpenGL.
-</longdescription>
-<use>
-</use>
+ <longdescription>
+ OpenCSG is a library that does image-based CSG rendering using
+ OpenGL. OpenCSG is written in C++ and supports most modern
+ graphics hardware using Microsoft Windows or the Linux operating
+ system. What is CSG, anyway? CSG is short for Constructive Solid
+ Geometry and denotes an approach to model complex 3D-shapes using
+ simpler ones. I.e., two shapes can be combined by taking the union
+ of them, by intersecting them, or by subtracting one shape of the
+ other. SG is often used as fundamental modeling technique in CAD/CAM
+ applications. Here, image-based CSG rendering is the key to
+ interactively manipulate CSG shapes. Since OpenCSG renders even
+ complex CSG shapes fast, it can be advantageously used in such
+ applications. The OpenCSG library requires graphics hardware that
+ either supports frame buffer objects or PBuffers in OpenGL.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2017-09-03 6:08 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-09-03 6:08 UTC (permalink / raw
To: gentoo-commits
commit: fdc306b6dfc545ba05a6f65766d983332908da97
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 05:59:14 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 06:07:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc306b6
media-gfx/opencsg: remove 1.4.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-gfx/opencsg/Manifest | 1 -
media-gfx/opencsg/opencsg-1.4.0.ebuild | 44 ----------------------------------
2 files changed, 45 deletions(-)
diff --git a/media-gfx/opencsg/Manifest b/media-gfx/opencsg/Manifest
index 58c54267f47..9f66c08f3fa 100644
--- a/media-gfx/opencsg/Manifest
+++ b/media-gfx/opencsg/Manifest
@@ -1,2 +1 @@
-DIST OpenCSG-1.4.0.tar.gz 852213 SHA256 ecb46be54cfb8a338d2a9b62dec90ec8da6c769078c076f58147d4a6ba1c878d SHA512 da465c07201002834787dbe79ec29898310f4d726d9c44072e5ce947078fd7342ab1347886cab53b7f75458989aa4218738a7a8969d03184dc5fdcc1f96ce190 WHIRLPOOL 1d29789275926c9847486314c693e33873d97aa3e74f892634c9b72ec2f518a4e5a048934346033dec731fd45be4f5f1755ab11465fc8488ebf0c5976946bc36
DIST OpenCSG-1.4.2.tar.gz 933135 SHA256 d952ec5d3a2e46a30019c210963fcddff66813efc9c29603b72f9553adff4afb SHA512 fbe6f925982717ecca7bd0eacc4fc5b362c80c7663b1ff0d9a228f2b5e1d3625d3e6d324d9e634665c74e9c0fc37d10290ece293e59a3eba67035b6b700b7778 WHIRLPOOL 6b8666021549e93de0de6ebe3a16a93c3719fec9630623165791ae3761553c339bb19833f73802067cdeabb2f07017db363bee75f49a03eef6a6819349e0e9ee
diff --git a/media-gfx/opencsg/opencsg-1.4.0.ebuild b/media-gfx/opencsg/opencsg-1.4.0.ebuild
deleted file mode 100644
index ff18388f029..00000000000
--- a/media-gfx/opencsg/opencsg-1.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-MY_P="OpenCSG-${PV}"
-DESCRIPTION="The Constructive Solid Geometry rendering library"
-HOMEPAGE="http://www.opencsg.org"
-SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="media-libs/glew:0 dev-qt/qtcore:4"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-S="${WORKDIR}/${MY_P}/src"
-
-src_prepare() {
- default
-
- # removes duplicated headers
- rm -r ../glew || die "failed to remove bundled glew"
-
- sed -i -e 's:^INSTALLDIR.*:INSTALLDIR = /usr:' src.pro \
- || die 'failed to fix INSTALLDIR in src.pro'
-
- sed -i -e "s:^target.path.*:target.path = \$\$INSTALLDIR/$(get_libdir):" \
- src.pro \
- || die 'failed to fix target.path in src.pro'
-}
-
-src_configure() {
- eqmake4 src.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2018-10-23 10:09 Matthew Marlowe
0 siblings, 0 replies; 21+ messages in thread
From: Matthew Marlowe @ 2018-10-23 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 441b460159bbfc13ec0501c77d30b43ede62eddb
Author: Matthew Marlowe <mattm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 10:09:02 2018 +0000
Commit: Matthew Marlowe <mattm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 10:09:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441b4601
media-gfx/opencsg: Attempt fix for Bug #639314
Signed-off-by: Matthew Marlowe <mattm <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-gfx/opencsg/metadata.xml | 4 +++
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 43 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index de418786b91..706f6998b30 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>mattm@gentoo.org</email>
+ <name>Matthew Marlowe</name>
+ </maintainer>
<longdescription>
OpenCSG is a library that does image-based CSG rendering using
OpenGL. OpenCSG is written in C++ and supports most modern
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
new file mode 100644
index 00000000000..faa23f4458b
--- /dev/null
+++ b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P="OpenCSG-${PV}"
+DESCRIPTION="The Constructive Solid Geometry rendering library"
+HOMEPAGE="http://www.opencsg.org"
+SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/glew:0="
+DEPEND="${RDEPEND}
+ dev-qt/qtcore:5
+ media-libs/mesa[gles2]
+"
+
+S="${WORKDIR}/${MY_P}/src"
+
+PATCHES=(
+ "${FILESDIR}/${P}-includepath.patch"
+)
+
+src_prepare() {
+ default
+
+ # removes duplicated headers
+ rm -r ../glew || die "failed to remove bundled glew"
+}
+
+src_configure() {
+ eqmake5 src.pro INSTALLDIR="/usr" LIBDIR="$(get_libdir)"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2020-04-05 19:47 Andreas Sturmlechner
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2020-04-05 19:47 UTC (permalink / raw
To: gentoo-commits
commit: ab7351c27933940bd742882a61e2f2237721d054
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 5 18:59:29 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 5 19:47:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7351c2
media-gfx/opencsg: Drop 1.4.2 (r0)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.4.2.ebuild | 42 ----------------------------------
1 file changed, 42 deletions(-)
diff --git a/media-gfx/opencsg/opencsg-1.4.2.ebuild b/media-gfx/opencsg/opencsg-1.4.2.ebuild
deleted file mode 100644
index 9f02e2a9c1d..00000000000
--- a/media-gfx/opencsg/opencsg-1.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-MY_P="OpenCSG-${PV}"
-DESCRIPTION="The Constructive Solid Geometry rendering library"
-HOMEPAGE="http://www.opencsg.org"
-SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/glew:0="
-DEPEND="${RDEPEND}
- dev-qt/qtcore:5
-"
-
-S="${WORKDIR}/${MY_P}/src"
-
-PATCHES=(
- "${FILESDIR}/${P}-includepath.patch"
-)
-
-src_prepare() {
- default
-
- # removes duplicated headers
- rm -r ../glew || die "failed to remove bundled glew"
-}
-
-src_configure() {
- eqmake5 src.pro INSTALLDIR="/usr" LIBDIR="$(get_libdir)"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2020-04-13 8:31 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2020-04-13 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 429823fe5a9db48fc42b020db14515e029199087
Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Sat Apr 11 19:36:41 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 08:31:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429823fe
media-gfx/opencsg: restrict testing
Closes: https://bugs.gentoo.org/717104
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15319
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
index bf738882fe5..f82f36eaa17 100644
--- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
+RESTRICT="test"
RDEPEND="
dev-libs/libbsd
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2020-04-14 7:58 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 542d420fd73d558bfb3b20a63d4255a7e8d3d476
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 07:58:03 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 07:58:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542d420f
media-gfx/opencsg: amd64 stable wrt bug #716134
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
index f82f36eaa17..545a3a6e3b6 100644
--- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2020-04-14 12:32 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 9205b68db4a1a703fe6017f184a5113aab20ab40
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 12:31:30 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 12:31:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9205b68d
media-gfx/opencsg: x86 stable wrt bug #716134
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
index 545a3a6e3b6..29b05428f62 100644
--- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2020-08-25 10:25 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-08-25 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 3b0d26e1b7e2073b6eff3b7ac58546f9250273a5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 10:24:17 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 10:24:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0d26e1
media-gfx/opencsg: arm64 keyworded (bug #734822)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
index 29b05428f62..7471f56363b 100644
--- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2020-12-28 2:19 Jonas Stein
0 siblings, 0 replies; 21+ messages in thread
From: Jonas Stein @ 2020-12-28 2:19 UTC (permalink / raw
To: gentoo-commits
commit: b3e9db35115e0c2e0d9e97e0a12838e175516d2f
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 02:19:26 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 02:19:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e9db35
media-gfx/opencsg: meatadata QA Fix
Corrected tag
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
media-gfx/opencsg/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index a6159b39f26..a1b015f1f90 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
- <description>Gentoo Proxy Maintainer Team</description>
+ <name>Proxy Maintainers</name>
</maintainer>
<longdescription>
OpenCSG is a library that does image-based CSG rendering using
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2021-02-07 17:07 Conrad Kostecki
0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2021-02-07 17:07 UTC (permalink / raw
To: gentoo-commits
commit: f4a6be901a36442406dde1296abbc21509924554
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sun Feb 7 16:14:27 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 17:07:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a6be90
media-gfx/opencsg: fix metadata email
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-gfx/opencsg/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index a1b015f1f90..be0edabb665 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>waebbl@gmail.com</email>
+ <email>waebbl-gentoo@posteo.net</email>
<name>Bernd Waibel</name>
</maintainer>
<maintainer type="project">
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2021-12-08 10:14 Yixun Lan
0 siblings, 0 replies; 21+ messages in thread
From: Yixun Lan @ 2021-12-08 10:14 UTC (permalink / raw
To: gentoo-commits
commit: cddbe725d6e88eaf7b3c2903f56ff5ff5052bb06
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec 6 18:31:31 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 8 10:11:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddbe725
media-gfx/opencsg: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
index 7471f56363b9..dbd6994433fe 100644
--- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.4.2-r1.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 @@ SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2022-04-22 10:22 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-04-22 10:22 UTC (permalink / raw
To: gentoo-commits
commit: c38e764c452df53a9a7959debddd7b46bbaab8b1
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Fri Apr 15 10:24:33 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 10:22:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e764c
media-gfx/opencsg: bump to 1.5.1
Closes: https://bugs.gentoo.org/838439
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/Manifest | 1 +
media-gfx/opencsg/opencsg-1.5.1.ebuild | 58 ++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/media-gfx/opencsg/Manifest b/media-gfx/opencsg/Manifest
index d211f22f22dd..3f9563bd4b32 100644
--- a/media-gfx/opencsg/Manifest
+++ b/media-gfx/opencsg/Manifest
@@ -1 +1,2 @@
DIST OpenCSG-1.4.2.tar.gz 933135 BLAKE2B 20882afaddf40cc4e0c43c3e70bad334aae3885241a3993ce7083de20f9b10d6e6c4eb3a55abba2b1eca64fdae784c491492543a5012b8b2d67eb63a16dd693b SHA512 fbe6f925982717ecca7bd0eacc4fc5b362c80c7663b1ff0d9a228f2b5e1d3625d3e6d324d9e634665c74e9c0fc37d10290ece293e59a3eba67035b6b700b7778
+DIST OpenCSG-1.5.1.tar.gz 967182 BLAKE2B a24d7e736b58af78dfed218e7015c9a580c447b65367209fade0c90a36cf7bb638c4abe10cdf37a07c8f16d46389e92341ab72ea8d9c189e380502cbb2962d29 SHA512 aef3e785e730fd8f2ee06719d1c7a57c105e7432fb4dc6f4ad4305aabf1c7d4438ef869ae4eb840dc272b35f20c4ff296e6dd5418337230081e74ac4c91cd342
diff --git a/media-gfx/opencsg/opencsg-1.5.1.ebuild b/media-gfx/opencsg/opencsg-1.5.1.ebuild
new file mode 100644
index 000000000000..e530115c0f39
--- /dev/null
+++ b/media-gfx/opencsg/opencsg-1.5.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+MY_P="OpenCSG-${PV}"
+
+DESCRIPTION="The Constructive Solid Geometry rendering library"
+HOMEPAGE="https://www.opencsg.org"
+SRC_URI="https://www.opencsg.org/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="doc"
+RESTRICT="test"
+
+RDEPEND="
+ media-libs/glew:0=
+ virtual/opengl
+"
+
+# qtgui is needed for opengles2 feature by
+# /usr/lib64/qt5/mkspecs/feature/unix/opengl.prf
+DEPEND="${RDEPEND}
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+"
+
+DOCS=( build.txt changelog.txt )
+
+PATCHES=( "${FILESDIR}"/${PN}-1.4.2-includepath.patch )
+
+src_prepare() {
+ default
+
+ # removes duplicated headers
+ rm -r glew || die "failed to remove bundled glew"
+}
+
+src_configure() {
+ eqmake5 opencsg.pro INSTALLDIR="${EPREFIX}/usr" LIBDIR="$(get_libdir)"
+}
+
+src_compile() {
+ # rebuild Makefiles in subdirs
+ emake INSTALLDIR="${EPREFIX}/usr" LIBDIR="$(get_libdir)" qmake_all
+ emake sub-src
+}
+
+src_install() {
+ emake -C src INSTALL_ROOT="${ED}" install
+ use doc && local HTML_DOCS=( doc/. )
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2022-04-22 13:28 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-04-22 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 7f21d4ad8d0781879b327075cda26a43ba7f0732
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 13:27:42 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 13:27:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f21d4ad
media-gfx/opencsg: add subslot for 1.5.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/{opencsg-1.5.1.ebuild => opencsg-1.5.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.5.1.ebuild b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
similarity index 98%
rename from media-gfx/opencsg/opencsg-1.5.1.ebuild
rename to media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
index e530115c0f39..7792bedb9d2f 100644
--- a/media-gfx/opencsg/opencsg-1.5.1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.opencsg.org/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
-SLOT="0"
+SLOT="0/1.5"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2022-06-03 7:16 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-06-03 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 8ba0d26467d912bb7aa1e7dfa280ddc4812ae48b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 07:16:01 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 07:16:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba0d264
media-gfx/opencsg: Stabilize 1.5.1-r1 x86, #849428
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.5.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
index 3602f8be4c3c..c1d920445b01 100644
--- a/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0/1.5"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2022-06-03 7:16 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-06-03 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 57d3c0cf80a0365f43c55110ab2b5093d4e7cb6c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 07:15:19 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 07:16:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d3c0cf
media-gfx/opencsg: Stabilize 1.5.1-r1 amd64, #849428
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.5.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
index 7792bedb9d2f..3602f8be4c3c 100644
--- a/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0/1.5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2022-06-22 7:03 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-06-22 7:03 UTC (permalink / raw
To: gentoo-commits
commit: c714dba3f32f182ccc6012de50060b929f6a7652
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Wed Jun 22 05:48:03 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 07:02:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c714dba3
media-gfx/opencsg: drop 1.4.2-r1
cleanup old
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/26032
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/Manifest | 1 -
media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 66 -------------------------------
2 files changed, 67 deletions(-)
diff --git a/media-gfx/opencsg/Manifest b/media-gfx/opencsg/Manifest
index 3f9563bd4b32..1ed379730a40 100644
--- a/media-gfx/opencsg/Manifest
+++ b/media-gfx/opencsg/Manifest
@@ -1,2 +1 @@
-DIST OpenCSG-1.4.2.tar.gz 933135 BLAKE2B 20882afaddf40cc4e0c43c3e70bad334aae3885241a3993ce7083de20f9b10d6e6c4eb3a55abba2b1eca64fdae784c491492543a5012b8b2d67eb63a16dd693b SHA512 fbe6f925982717ecca7bd0eacc4fc5b362c80c7663b1ff0d9a228f2b5e1d3625d3e6d324d9e634665c74e9c0fc37d10290ece293e59a3eba67035b6b700b7778
DIST OpenCSG-1.5.1.tar.gz 967182 BLAKE2B a24d7e736b58af78dfed218e7015c9a580c447b65367209fade0c90a36cf7bb638c4abe10cdf37a07c8f16d46389e92341ab72ea8d9c189e380502cbb2962d29 SHA512 aef3e785e730fd8f2ee06719d1c7a57c105e7432fb4dc6f4ad4305aabf1c7d4438ef869ae4eb840dc272b35f20c4ff296e6dd5418337230081e74ac4c91cd342
diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
deleted file mode 100644
index dbd6994433fe..000000000000
--- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-MY_P="OpenCSG-${PV}"
-DESCRIPTION="The Constructive Solid Geometry rendering library"
-HOMEPAGE="http://www.opencsg.org"
-SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="doc"
-RESTRICT="test"
-
-RDEPEND="
- dev-libs/libbsd
- media-libs/glew:0=
- virtual/opengl
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libxcb:=
-"
-
-# qtgui is needed for opengles2 feature by
-# /usr/lib64/qt5/mkspecs/feature/unix/opengl.prf
-DEPEND="${RDEPEND}
- dev-qt/qtcore:5
- dev-qt/qtgui:5
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( build.txt changelog.txt )
-
-PATCHES=(
- "${FILESDIR}/${P}-includepath.patch"
-)
-
-src_prepare() {
- default
-
- # removes duplicated headers
- rm -r glew || die "failed to remove bundled glew"
-}
-
-src_configure() {
- eqmake5 opencsg.pro INSTALLDIR="${EPREFIX}/usr" LIBDIR="$(get_libdir)"
-}
-
-src_compile() {
- # rebuild Makefiles in subdirs
- emake INSTALLDIR="${EPREFIX}/usr" LIBDIR="$(get_libdir)" qmake_all
- emake sub-src
-}
-
-src_install() {
- emake -C src INSTALL_ROOT="${ED}" install
- use doc && local HTML_DOCS=( doc/. )
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2023-12-03 5:45 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2023-12-03 5:45 UTC (permalink / raw
To: gentoo-commits
commit: de5496f5d21213d0789d241910f65f9aba0daac4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 05:44:47 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 05:44:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5496f5
media-gfx/opencsg: Keyword 1.5.1-r1 ppc64, #886101
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.5.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
index c1d920445b01..5afe93217eaf 100644
--- a/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
+++ b/media-gfx/opencsg/opencsg-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0/1.5"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
@ 2023-12-11 13:30 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2023-12-11 13:30 UTC (permalink / raw
To: gentoo-commits
commit: 19c595bb5ce26515b498e970ff03610b5fb65194
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 13:29:52 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 13:30:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c595bb
media-gfx/opencsg: keyword 1.6.0 for ~ppc64
- the previous version seems to have been keyworded.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/opencsg/opencsg-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/opencsg/opencsg-1.6.0.ebuild b/media-gfx/opencsg/opencsg-1.6.0.ebuild
index cdcf6421d4a4..7afafcd37947 100644
--- a/media-gfx/opencsg/opencsg-1.6.0.ebuild
+++ b/media-gfx/opencsg/opencsg-1.6.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0/1.6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="doc"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2023-12-11 13:30 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 13:30 [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2023-12-03 5:45 Arthur Zamarin
2022-06-22 7:03 Joonas Niilola
2022-06-03 7:16 Joonas Niilola
2022-06-03 7:16 Joonas Niilola
2022-04-22 13:28 Joonas Niilola
2022-04-22 10:22 Joonas Niilola
2021-12-08 10:14 Yixun Lan
2021-02-07 17:07 Conrad Kostecki
2020-12-28 2:19 Jonas Stein
2020-08-25 10:25 Sam James
2020-04-14 12:32 Agostino Sarubbo
2020-04-14 7:58 Agostino Sarubbo
2020-04-13 8:31 Joonas Niilola
2020-04-05 19:47 Andreas Sturmlechner
2018-10-23 10:09 Matthew Marlowe
2017-09-03 6:08 Michael Palimaka
2017-09-03 6:08 Michael Palimaka
2017-07-04 13:29 Michael Palimaka
2016-08-06 17:55 Michael Orlitzky
2016-08-06 9:16 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox