* [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
@ 2014-11-25 13:17 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2014-11-25 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 4e5734072decc2efbba40da8249858d9590cac8a
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 25 13:13:59 2014 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Nov 25 13:13:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=4e573407
raspberrypi-userland: Update to 20140830 snapshot as found p.masked in portage
Continues to carry the wayland patches, which still apply cleanly.
Requires package.unmasking until main tree unmasks it.
---
media-libs/raspberrypi-userland/Manifest | 2 +-
...d-0_pre20140117.ebuild => raspberrypi-userland-0_pre20140830.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/raspberrypi-userland/Manifest b/media-libs/raspberrypi-userland/Manifest
index b34b0ff..fce3d60 100644
--- a/media-libs/raspberrypi-userland/Manifest
+++ b/media-libs/raspberrypi-userland/Manifest
@@ -1 +1 @@
-DIST raspberrypi-userland-0_pre20140117.tar.xz 31998784 SHA256 2999d711465ddbc6b70d429a0253b8a9c1f838351a96f2b25cc86109a879005f SHA512 5c3dfebdcb36a2a17da94cafcc92067b24b454d5694b0bd216dd0d6752c4f505840880094c22125ab5da60f7b53b9114e8d04359a223e9e00be967cb8585e42e WHIRLPOOL 5179758c2be4b45f640eb8759554e19ea4fc8c83e63b0d4396ae84e67ae82e97824bf12f0766df5a70e2ca5b80e90be80e5c9b2eaa968752829765463d3f6d0d
+DIST raspberrypi-userland-0_pre20140830.tar.xz 32066536 SHA256 f9a06d2ca7d41cdc700b83eeb7c3e06d3ea6bd3fd187880a563144a6bf6ee901 SHA512 775005177e760fff611d7ce7e4beb466ea111dfc4652b97593d1061b97b1ded32979f8666a0aada6338791abab988883bbfd902f267eba5734e8aa932ebcf487 WHIRLPOOL 3066272a88b868ef20f27614f6f680aa6eb8a43cd2e281a7a930b99be341b037fa843a1c36bfdc6be619544e5b4b8751e5ab58c853b1baff44894b39284bfa55
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140117.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
similarity index 100%
rename from media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140117.ebuild
rename to media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
@ 2015-02-14 16:08 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2015-02-14 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 6577c14b1f946544c276f05f712710bb280c3bec
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 16:07:38 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 16:07:38 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=6577c14b
raspberrypi-userland: Add missing wayland and pkgconfig deps from the wayland wsys patch
---
.../raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
index 448d6ee..7482032 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
@@ -23,6 +23,10 @@ LICENSE="BSD"
SLOT="0"
IUSE="wayland"
+RDEPEND="wayland? ( dev-libs/wayland )"
+DEPEND="${RDEPEND}
+ wayland? ( virtual/pkgconfig )"
+
# TODO:
# * port vcfiled init script
# * stuff is still installed to hardcoded /opt/vc location, investigate whether
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
@ 2015-02-14 17:42 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2015-02-14 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 0bcd80b60e54640ec532225190dc1777de7051d8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 17:30:30 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 17:41:41 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=0bcd80b6
raspberrypi-userland: Bump to latest snapshot for RPi2 ARMv7 support
Also remove useless CMAKE_TOOLCHAIN_FILE defining - eclass supposedly overrides that anyways.
Build fails with as-needed, though due to mmal_util linkage issues. Temporarily filter it out.
---
media-libs/raspberrypi-userland/Manifest | 2 +-
...e20140830.ebuild => raspberrypi-userland-0_pre20150214.ebuild} | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-libs/raspberrypi-userland/Manifest b/media-libs/raspberrypi-userland/Manifest
index fce3d60..de9ea72 100644
--- a/media-libs/raspberrypi-userland/Manifest
+++ b/media-libs/raspberrypi-userland/Manifest
@@ -1 +1 @@
-DIST raspberrypi-userland-0_pre20140830.tar.xz 32066536 SHA256 f9a06d2ca7d41cdc700b83eeb7c3e06d3ea6bd3fd187880a563144a6bf6ee901 SHA512 775005177e760fff611d7ce7e4beb466ea111dfc4652b97593d1061b97b1ded32979f8666a0aada6338791abab988883bbfd902f267eba5734e8aa932ebcf487 WHIRLPOOL 3066272a88b868ef20f27614f6f680aa6eb8a43cd2e281a7a930b99be341b037fa843a1c36bfdc6be619544e5b4b8751e5ab58c853b1baff44894b39284bfa55
+DIST raspberrypi-userland-0_pre20150214.tar.xz 32389924 SHA256 1731d41d392129da67dd7e3d9a77ef2b500b6e99b490a981a5a739261c91fade SHA512 5491150d6ba7b3b008304877bd3e5e32641e89ec7a43334b9d652391b3a73a67381934edfecf06642ffd0b1a488a7da2424c5efc21f3f664516fec6881d548fd WHIRLPOOL a426365d5f530ecb43bad4fba5eb2edd7b932917fe985f2575b578b17018a58cb8af47c56124397cbc2ed6e6920f23a17b09f72a44b42beb5964bb3df02aea7f
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
similarity index 88%
rename from media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
rename to media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
index 7482032..2e66015 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
@@ -51,9 +51,11 @@ src_prepare() {
}
src_configure() {
- # toolchain file not needed, but build fails if it is not specified
- local mycmakeargs=(-DCMAKE_TOOLCHAIN_FILE=/dev/null
- $(cmake-utils_use_build wayland WAYLAND))
+ # FIXME: Fails to link apps using libmmal.so, due to libmmal_util getting filtered out and apps not linking to it
+ append-ldflags $(no-as-needed)
+ local mycmakeargs=(
+ $(cmake-utils_use_build wayland WAYLAND)
+ )
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
@ 2015-02-17 7:39 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2015-02-17 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 01:21:27 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 01:21:27 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=20c57ccf
raspberrypi-userland: Copy the wayland-egl pkgconfig file to libdir
so other packages see it
---
.../raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
index 2e66015..6a0c0ed 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
@@ -74,4 +74,5 @@ 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?
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
@ 2015-02-26 13:46 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2015-02-26 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 1a81ac8b60dd32248475535c75b248410c7c2be7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 13:42:29 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 13:46:05 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=1a81ac8b
raspberrypi-userland: Point to an available snapshot tarball location
I didn't end up bumping this in main tree yet, so for now make the
snapshot tarball available from my devspace and use it.
Before I had it only available locally and no-one could use this
rpi-userland version bump.
---
.../raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 2 +-
1 file changed, 1 insertion(+), 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 6a0c0ed..c6f42a6 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then
SRC_URI=""
KEYWORDS=""
else
- SRC_URI="mirror://gentoo/${P}.tar.xz"
+ SRC_URI="http://dev.gentoo.org/~leio/distfiles/${P}.tar.xz"
KEYWORDS="~arm"
fi
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
@ 2015-03-10 2:55 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2015-03-10 2:55 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-10 2:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 2:55 [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/ Mart Raudsepp
-- strict thread matches above, loose matches on Subject: below --
2015-02-26 13:46 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox