From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/
Date: Fri, 11 Aug 2017 13:21:01 +0000 (UTC) [thread overview]
Message-ID: <1502457636.4aa7924438c00522755826b8ebe9292b9d7be27d.mgorny@gentoo> (raw)
commit: 4aa7924438c00522755826b8ebe9292b9d7be27d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 05:13:07 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 13:20:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa79244
media-libs/libkate: Enable multilib build
media-libs/libkate/libkate-0.4.1-r3.ebuild | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild b/media-libs/libkate/libkate-0.4.1-r3.ebuild
index b9892bb4c9f..a2653bad4c3 100644
--- a/media-libs/libkate/libkate-0.4.1-r3.ebuild
+++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
+inherit multilib-minimal python-single-r1
DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
HOMEPAGE="https://code.google.com/p/libkate/"
@@ -18,12 +18,12 @@ IUSE="debug doc wxwidgets"
REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"
COMMON_DEPEND="
- media-libs/libogg:=
- media-libs/libpng:0=
+ media-libs/libogg:=[${MULTILIB_USEDEP}]
+ media-libs/libpng:0=[${MULTILIB_USEDEP}]
"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- sys-devel/flex
+ virtual/pkgconfig[${MULTILIB_USEDEP}]
+ sys-devel/flex[${MULTILIB_USEDEP}]
sys-devel/bison
doc? ( app-doc/doxygen )
"
@@ -38,16 +38,17 @@ pkg_setup() {
use wxwidgets && python-single-r1_pkg_setup
}
-src_configure() {
+multilib_src_configure() {
+ local ECONF_SOURCE=${S}
econf \
--disable-static \
$(use_enable debug) \
- $(use_enable doc) \
- $(usex wxwidgets '' 'PYTHON=:')
+ $(multilib_native_use_enable doc) \
+ $(multilib_native_usex wxwidgets '' 'PYTHON=:')
}
-src_install() {
- default
+multilib_src_install_all() {
+ einstalldocs
find "${D}" -name '*.la' -delete || die
use wxwidgets && python_fix_shebang "${D}"
}
next reply other threads:[~2017-08-11 13:21 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 13:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-27 11:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/ Sam James
2022-12-03 6:08 WANG Xuerui
2021-08-21 8:44 Marek Szuba
2021-03-27 15:35 Sam James
2020-09-09 10:36 Michał Górny
2020-02-09 16:29 Michał Górny
2020-01-26 13:33 David Seifert
2018-06-10 20:42 Andreas Sturmlechner
2018-06-10 18:46 Sergei Trofimovich
2018-06-10 9:39 Andreas Sturmlechner
2018-06-10 9:19 Andreas Sturmlechner
2018-06-09 19:22 Sergei Trofimovich
2018-04-16 6:53 Mikle Kolyada
2018-04-01 21:49 Sergei Trofimovich
2018-03-05 14:52 Tobias Klausmann
2018-02-22 7:55 Sergei Trofimovich
2018-02-18 23:17 Thomas Deutschmann
2017-12-02 10:41 Sergei Trofimovich
2017-12-01 22:57 Sergei Trofimovich
2017-10-23 17:45 Pacho Ramos
2017-10-15 18:37 Sergei Trofimovich
2017-10-15 12:32 Sergei Trofimovich
2017-08-11 13:21 Michał Górny
2017-08-11 13:21 Michał Górny
2017-08-06 8:44 Markus Meier
2017-07-15 18:25 Sergei Trofimovich
2017-07-15 17:25 Tobias Klausmann
2017-07-08 9:20 Alexis Ballier
2017-06-05 10:21 Pacho Ramos
2017-02-18 19:47 Michał Górny
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=1502457636.4aa7924438c00522755826b8ebe9292b9d7be27d.mgorny@gentoo \
--to=mgorny@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