From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
Date: Tue, 10 Mar 2015 02:55:10 +0000 (UTC) [thread overview]
Message-ID: <1425956049.7cbfbed032548f9a5fab2baee412a84cd5bfc139.leio@gentoo> (raw)
commit: 7cbfbed032548f9a5fab2baee412a84cd5bfc139
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 02:54:09 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 02:54:09 2015 +0000
URL: https://gitweb.gentoo.org/dev/leio.git/commit/?id=7cbfbed0
raspberrypi-userland: Claim a mesa version for wayland-egl package
Otherwise versioned checks for wayland-egl package fail.
In particular, gst-plugins-bad needs at least version 9.0 (probably a mesa[egl] ver)
.../raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
index c6f42a6..33d8520 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
@@ -74,5 +74,9 @@ src_install() {
doins "${FILESDIR}"/bcm_host.pc
doins "${FILESDIR}"/egl.pc
doins "${FILESDIR}"/glesv2.pc
- use wayland && doins "${ED}"/opt/vc/lib/pkgconfig/wayland-egl.pc # Maybe move?
+ if use wayland; then
+ # Missing wayland-egl version from the patch; claim 9.0 (a mesa version) for now, so gst-plugins-bad wayland-egl check is happy
+ sed -i -e 's/Version: /Version: 9.0/' "${ED}"/opt/vc/lib/pkgconfig/wayland-egl.pc
+ doins "${ED}"/opt/vc/lib/pkgconfig/wayland-egl.pc # Maybe move?
+ fi
}
next reply other threads:[~2015-03-10 2:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 2:55 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-02-26 13:46 [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/ Mart Raudsepp
2015-02-17 7:39 Mart Raudsepp
2015-02-14 17:42 Mart Raudsepp
2015-02-14 16:08 Mart Raudsepp
2014-11-25 13:17 Mart Raudsepp
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=1425956049.7cbfbed032548f9a5fab2baee412a84cd5bfc139.leio@gentoo \
--to=leio@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