public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qt3d/
Date: Sun, 26 Feb 2017 03:09:36 +0000 (UTC)	[thread overview]
Message-ID: <1488078566.130b857abae7d59970828532ee59b55f65e4c34e.kensington@gentoo> (raw)

commit:     130b857abae7d59970828532ee59b55f65e4c34e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 02:54:03 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 03:09:26 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=130b857a

dev-qt/qt3d: ensure that system media-libs/assimp is used

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-qt/qt3d/qt3d-5.8.0.ebuild    | 7 +++++++
 dev-qt/qt3d/qt3d-5.8.9999.ebuild | 9 ++++++++-
 dev-qt/qt3d/qt3d-5.9999.ebuild   | 9 ++++++++-
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt3d/qt3d-5.8.0.ebuild b/dev-qt/qt3d/qt3d-5.8.0.ebuild
index 4f238ff7..e869a76b 100644
--- a/dev-qt/qt3d/qt3d-5.8.0.ebuild
+++ b/dev-qt/qt3d/qt3d-5.8.0.ebuild
@@ -18,5 +18,12 @@ DEPEND="
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtnetwork-${PV}
+	>=media-libs/assimp-3.1.1
 "
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	rm -r src/3rdparty/assimp/{code,contrib,include} || die
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qt3d/qt3d-5.8.9999.ebuild b/dev-qt/qt3d/qt3d-5.8.9999.ebuild
index aad66b97..e869a76b 100644
--- a/dev-qt/qt3d/qt3d-5.8.9999.ebuild
+++ b/dev-qt/qt3d/qt3d-5.8.9999.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
 # $Id$
 
@@ -18,5 +18,12 @@ DEPEND="
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtnetwork-${PV}
+	>=media-libs/assimp-3.1.1
 "
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	rm -r src/3rdparty/assimp/{code,contrib,include} || die
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qt3d/qt3d-5.9999.ebuild b/dev-qt/qt3d/qt3d-5.9999.ebuild
index aad66b97..e869a76b 100644
--- a/dev-qt/qt3d/qt3d-5.9999.ebuild
+++ b/dev-qt/qt3d/qt3d-5.9999.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
 # $Id$
 
@@ -18,5 +18,12 @@ DEPEND="
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtnetwork-${PV}
+	>=media-libs/assimp-3.1.1
 "
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	rm -r src/3rdparty/assimp/{code,contrib,include} || die
+
+	qt5-build_src_prepare
+}


             reply	other threads:[~2017-02-26  3:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-26  3:09 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-06 18:46 [gentoo-commits] proj/qt:master commit in: dev-qt/qt3d/ Jimi Huotari
2023-01-09 11:15 Andreas Sturmlechner
2023-01-05 11:42 Andreas Sturmlechner
2022-06-18 14:27 Andreas Sturmlechner
2022-04-01 18:23 Andreas Sturmlechner
2022-03-17 20:42 Andreas Sturmlechner
2021-08-26 12:10 Andreas Sturmlechner
2020-11-25 22:22 Andreas Sturmlechner
2020-11-25 22:22 Andreas Sturmlechner
2020-04-03 20:03 Andreas Sturmlechner
2019-08-26 10:50 Jimi Huotari
2019-01-07 19:28 Davide Pesavento
2017-07-25 15:09 Michael Palimaka
2017-07-25 15:09 Michael Palimaka
2017-07-25 15:09 Michael Palimaka
2017-06-11 12:36 Michael Palimaka
2017-02-26  3:09 Michael Palimaka
2017-02-26  3:09 Michael Palimaka
2017-02-26  3:09 Michael Palimaka
2017-02-26  3:09 Michael Palimaka
2014-09-27 21:35 Davide Pesavento

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=1488078566.130b857abae7d59970828532ee59b55f65e4c34e.kensington@gentoo \
    --to=kensington@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