public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Marlowe" <mattm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/
Date: Tue, 23 Oct 2018 10:09:50 +0000 (UTC)	[thread overview]
Message-ID: <1540289342.441b460159bbfc13ec0501c77d30b43ede62eddb.mattm@gentoo> (raw)

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
+}


             reply	other threads:[~2018-10-23 10:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-23 10:09 Matthew Marlowe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06  7:49 [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/ Sam James
2024-12-05 21:16 Sam James
2024-12-03  7:58 Joonas Niilola
2024-12-01 22:36 Jakov Smolić
2023-12-11 13:30 Joonas Niilola
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
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1540289342.441b460159bbfc13ec0501c77d30b43ede62eddb.mattm@gentoo \
    --to=mattm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox