public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: media-libs/rbpi-videocore-bin/, media-libs/rbpi-videocore-bin/files/
@ 2012-06-18  2:27 Michael Weber
  0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2012-06-18  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     79c6c41ee96bee725e475571fee0db248f943ad6
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 02:26:00 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 02:26:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=79c6c41e

media-libs/rbpi-videocore-bin: Initial import

(Portage version: 2.1.10.65/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 media-libs/rbpi-videocore-bin/ChangeLog            |   10 +++++++
 media-libs/rbpi-videocore-bin/Manifest             |   12 +++++++++
 .../rbpi-videocore-bin/files/04rbpi-videocore-bin  |    3 ++
 media-libs/rbpi-videocore-bin/metadata.xml         |   12 +++++++++
 .../rbpi-videocore-bin-0_p20120617.ebuild          |   26 ++++++++++++++++++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/media-libs/rbpi-videocore-bin/ChangeLog b/media-libs/rbpi-videocore-bin/ChangeLog
new file mode 100644
index 0000000..49bee11
--- /dev/null
+++ b/media-libs/rbpi-videocore-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/rbpi-videocore-bin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*rbpi-videocore-bin-0_p20120617 (18 Jun 2012)
+
+  18 Jun 2012; Michael Weber <xmw@gentoo.org> +files/04rbpi-videocore-bin,
+  +rbpi-videocore-bin-0_p20120617.ebuild, +metadata.xml:
+  Initial import
+

diff --git a/media-libs/rbpi-videocore-bin/Manifest b/media-libs/rbpi-videocore-bin/Manifest
new file mode 100644
index 0000000..6c756e9
--- /dev/null
+++ b/media-libs/rbpi-videocore-bin/Manifest
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST rbpi-videocore-0_p20120617.tar.xz 750328 RMD160 a6e27f543ad4439df89531a7f68970d4818ee0bc SHA1 0f369fdc2b2ab4afd620bfbf6ee534163884d6b4 SHA256 310b56f7160ca80a7bba85ec29a77355f21c27558be3c4c149b534454cdcedbe
+DIST rbpi-videocore-hardfp-0_p20120617.tar.xz 750808 RMD160 20d16fa4456cb458ebb5dc297c157e6d453b136e SHA1 493f85092136b2e3d57e9c667a78a355cfc7d88e SHA256 d6dba54b93ce006e52bed8e7f3afdb61c22c027018529c9a16c973e90313e866
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk/ekbgACgkQknrdDGLu8JBRbQD+NAN2r+Irw5puBuw7NyNUN51m
+9JAZgr8wUFS0efS+V3oA/i8+rkOf/IY6kMa+CiaqdHv2Ejdus7B/XDy28HAPFGNs
+=vLze
+-----END PGP SIGNATURE-----

diff --git a/media-libs/rbpi-videocore-bin/files/04rbpi-videocore-bin b/media-libs/rbpi-videocore-bin/files/04rbpi-videocore-bin
new file mode 100644
index 0000000..600a954
--- /dev/null
+++ b/media-libs/rbpi-videocore-bin/files/04rbpi-videocore-bin
@@ -0,0 +1,3 @@
+
+PATH='/opt/bin'
+LDPATH='/opt/vc/lib'

diff --git a/media-libs/rbpi-videocore-bin/metadata.xml b/media-libs/rbpi-videocore-bin/metadata.xml
new file mode 100644
index 0000000..a0cb81f
--- /dev/null
+++ b/media-libs/rbpi-videocore-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+<use>
+	<flag name="hardfp">Use armv6 hardfp ABI</flag>
+</use>
+</pkgmetadata>
+

diff --git a/media-libs/rbpi-videocore-bin/rbpi-videocore-bin-0_p20120617.ebuild b/media-libs/rbpi-videocore-bin/rbpi-videocore-bin-0_p20120617.ebuild
new file mode 100644
index 0000000..2caea68
--- /dev/null
+++ b/media-libs/rbpi-videocore-bin/rbpi-videocore-bin-0_p20120617.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Raspberry PI precompiled userspace VideoCoreIV"
+HOMEPAGE="https://github.com/raspberrypi/firmware"
+SRC_URI="hardfp? ( http://xmw.de/mirror/raspberrypi-firmware/${PN/-bin/}-hardfp-${PV}.tar.xz )
+	!hardfp? ( http://xmw.de/mirror/raspberrypi-firmware/${P/-bin/}.tar.xz )"
+
+LICENSE="${PN}"
+SLOT="0"
+KEYWORDS="~arm -*"
+IUSE="+hardfp"
+
+S=${WORKDIR}
+
+src_prepare() {
+	rm opt/vc/LICENCE || die
+}
+
+src_install() {
+	mv opt ${D} || die
+	doenvd "${FILESDIR}"/04${PN}
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-18  2:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18  2:27 [gentoo-commits] dev/xmw:master commit in: media-libs/rbpi-videocore-bin/, media-libs/rbpi-videocore-bin/files/ Michael Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox