From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencollada/
Date: Fri, 3 Feb 2017 08:00:49 +0000 (UTC) [thread overview]
Message-ID: <1486108803.49a708d7aecf33712d85229f1906a3205bbb77cc.soap@gentoo> (raw)
commit: 49a708d7aecf33712d85229f1906a3205bbb77cc
Author: Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Tue Jan 31 14:36:22 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 08:00:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a708d7
media-libs/opencollada: Remove expat support.
DAEValidator is set to replace COLLADAValidator. However, it only
supports libxml2 and not expat like COLLADAValidator did.
No need for revision bump as expat did not compile forcing users to
unset it.
Also, from upstream:
USE_EXPAT (OFF) - Use expat parser. Unsupported currently. Do not use.
Signed-off by: Jonathan Scruggs (j.scruggs <AT> gmail.com)
Closes: https://github.com/gentoo/gentoo/pull/3735
media-libs/opencollada/opencollada-1.6.36.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/media-libs/opencollada/opencollada-1.6.36.ebuild b/media-libs/opencollada/opencollada-1.6.36.ebuild
index 34c4aa6..319304d 100644
--- a/media-libs/opencollada/opencollada-1.6.36.ebuild
+++ b/media-libs/opencollada/opencollada-1.6.36.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="expat static-libs"
+IUSE="static-libs"
# This is still needed to have so version numbers
MY_SOVERSION="$(get_version_component_range 1-2)"
@@ -24,8 +24,7 @@ RDEPEND="dev-libs/libpcre
dev-libs/zziplib
media-libs/lib3ds
sys-libs/zlib
- expat? ( dev-libs/expat )
- !expat? ( dev-libs/libxml2 )"
+ dev-libs/libxml2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -50,8 +49,7 @@ src_configure() {
local mycmakeargs=(
-DUSE_SHARED=ON
-DUSE_STATIC=$(usex static-libs)
- -DUSE_EXPAT=$(usex expat)
- -DUSE_LIBXML=$(usex !expat)
+ -DUSE_LIBXML=ON
-Dsoversion=${MY_SOVERSION}
)
next reply other threads:[~2017-02-03 8:00 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 8:00 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 9:02 [gentoo-commits] repo/gentoo:master commit in: media-libs/opencollada/ Arthur Zamarin
2024-11-06 13:35 Sam James
2024-11-06 13:35 Sam James
2021-03-05 18:39 Sam James
2021-02-28 15:39 Sam James
2021-02-22 7:12 Sam James
2020-11-08 10:29 Sam James
2020-02-16 20:24 David Seifert
2020-02-13 14:19 Lars Wendler
2020-02-13 14:19 Lars Wendler
2019-10-02 20:48 James Le Cuirot
2019-06-12 10:37 Andreas Sturmlechner
2018-08-07 12:03 Jonathan Scruggs
2018-06-10 9:19 Andreas Sturmlechner
2018-02-19 19:42 David Seifert
2018-01-27 17:19 Jonathan Scruggs
2017-12-09 10:33 Pacho Ramos
2017-12-08 20:39 Thomas Deutschmann
2017-08-27 15:34 Michael Palimaka
2017-01-15 11:14 David Seifert
2016-12-04 0:07 Andreas Hüttel
2016-09-05 21:29 Patrice Clement
2016-07-16 7:56 Patrice Clement
2016-07-09 1:58 Göktürk Yüksek
2016-07-09 1:58 Göktürk Yüksek
2016-07-09 1:58 Göktürk Yüksek
2016-07-09 1:58 Göktürk Yüksek
2016-06-13 5:59 Amy Winston
2016-06-12 18:16 Amy Winston
2016-06-12 18:16 Amy Winston
2016-06-05 12:16 Sebastian Pipping
2015-08-31 20:49 Andreas Hüttel
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=1486108803.49a708d7aecf33712d85229f1906a3205bbb77cc.soap@gentoo \
--to=soap@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