From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/movit/
Date: Sat, 14 Nov 2020 20:22:08 +0000 (UTC) [thread overview]
Message-ID: <1605385162.0f4544f41c4b6a8548d88123cfbc75916f2fa747.soap@gentoo> (raw)
commit: 0f4544f41c4b6a8548d88123cfbc75916f2fa747
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 20:19:22 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 20:19:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4544f4
media-video/movit: disable static libs
Closes: https://bugs.gentoo.org/740490
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-video/movit/movit-1.6.1.ebuild | 9 +++++++++
media-video/movit/movit-1.6.2.ebuild | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/media-video/movit/movit-1.6.1.ebuild b/media-video/movit/movit-1.6.1.ebuild
index 461e4f729bf..0a66dbe65a8 100644
--- a/media-video/movit/movit-1.6.1.ebuild
+++ b/media-video/movit/movit-1.6.1.ebuild
@@ -27,6 +27,10 @@ RDEPEND="media-libs/mesa[X(+)]
"
DEPEND="${RDEPEND}"
+src_configure() {
+ econf --disable-static
+}
+
src_compile() {
GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake
}
@@ -34,3 +38,8 @@ src_compile() {
src_test() {
GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake check
}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
diff --git a/media-video/movit/movit-1.6.2.ebuild b/media-video/movit/movit-1.6.2.ebuild
index 4dd215db466..13006461570 100644
--- a/media-video/movit/movit-1.6.2.ebuild
+++ b/media-video/movit/movit-1.6.2.ebuild
@@ -27,6 +27,10 @@ RDEPEND="media-libs/mesa[X(+)]
"
DEPEND="${RDEPEND}"
+src_configure() {
+ econf --disable-static
+}
+
src_compile() {
GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake
}
@@ -34,3 +38,8 @@ src_compile() {
src_test() {
GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake check
}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2020-11-14 20:22 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-14 20:22 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-15 19:06 [gentoo-commits] repo/gentoo:master commit in: media-video/movit/ Matt Turner
2024-05-10 23:33 Sam James
2024-05-10 23:33 Sam James
2024-05-10 23:33 Sam James
2024-05-02 8:51 Sam James
2023-06-12 8:22 罗百科
2022-04-21 18:51 Sam James
2022-04-10 13:33 Yixun Lan
2022-01-29 14:03 Jakov Smolić
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 16:24 Agostino Sarubbo
2022-01-14 14:40 Arthur Zamarin
2021-11-25 16:53 Marek Szuba
2021-11-25 16:53 Marek Szuba
2021-05-31 20:45 David Seifert
2021-01-09 10:36 Sam James
2020-12-02 0:32 Aaron Bauman
2019-09-08 10:55 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2019-09-07 15:38 Aaron Bauman
2019-02-19 18:04 Andreas Sturmlechner
2018-03-30 18:53 Patrick Lauer
2018-02-25 9:59 Patrick Lauer
2017-08-26 18:40 Patrick Lauer
2017-07-30 6:33 Patrick Lauer
2017-06-26 13:50 Patrick Lauer
2017-04-08 17:10 Patrick Lauer
2016-11-28 10:56 Patrick Lauer
2016-06-23 13:40 Michael Palimaka
2016-06-13 14:34 Patrick Lauer
2016-02-26 14:15 Patrick Lauer
2016-02-18 9:48 Patrick Lauer
2016-02-11 17:41 Patrick Lauer
2015-12-21 13:22 Patrick Lauer
2015-10-04 9:58 Jeroen Roovers
2015-08-26 23:51 Manuel Rüger
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=1605385162.0f4544f41c4b6a8548d88123cfbc75916f2fa747.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