* [gentoo-commits] proj/pandaboard:master commit in: media-libs/tiler/
@ 2011-04-04 17:48 Raúl Porcel
0 siblings, 0 replies; only message in thread
From: Raúl Porcel @ 2011-04-04 17:48 UTC (permalink / raw
To: gentoo-commits
commit: b783aacb4b87c13fb936c4101cfff403160319e2
Author: Daniel Diaz <ddiaz <AT> ti <DOT> com>
AuthorDate: Thu Jan 13 22:45:36 2011 +0000
Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 22:59:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pandaboard.git;a=commit;h=b783aacb
Add ebuild for TILER.
Signed-off-by: Daniel Diaz <ddiaz <AT> ti.com>
---
media-libs/tiler/Manifest | 1 +
media-libs/tiler/tiler-24.11-r0.ebuild | 38 ++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/media-libs/tiler/Manifest b/media-libs/tiler/Manifest
new file mode 100644
index 0000000..dd0556d
--- /dev/null
+++ b/media-libs/tiler/Manifest
@@ -0,0 +1 @@
+EBUILD tiler-24.11-r0.ebuild 776 RMD160 e9aa02bdb189806c7af3a62d5e1001afe8c5cb24 SHA1 8abb2ca2f7036ec1f436eb6c4cd664584355281f SHA256 76cf528272302c11db4f0ece3dbb6d194952c2762f6ae5c81f68647cea61d7fc
diff --git a/media-libs/tiler/tiler-24.11-r0.ebuild b/media-libs/tiler/tiler-24.11-r0.ebuild
new file mode 100644
index 0000000..f78ef5c
--- /dev/null
+++ b/media-libs/tiler/tiler-24.11-r0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit git autotools eutils libtool
+
+DESCRIPTION="TI TILER Memory Manager"
+HOMEPAGE="http://dev.omapzoom.org/?p=tiler/tiler-userspace.git;a=summary"
+#DEPEND=""
+LICENSE="BSD"
+KEYWORDS="arm"
+SLOT="0"
+IUSE=""
+
+SRC_URI=""
+NPV=${PV/_/-}; NPV=${NPV^^}
+EGIT_REPO_URI="git://git.omapzoom.org/platform/hardware/ti/tiler.git"
+EGIT_BRANCH="memmgr_1.0"
+# FIXME: Can't use tags?
+#EGIT_COMMIT="${NPV}"
+EGIT_COMMIT="d74be6020e970228f6bd25112fde12ecb4322f65"
+S="${WORKDIR}/${P}/memmgr"
+
+src_unpack() {
+ MY_S="${WORKDIR}/${P}"
+ S=${MY_S} git_src_unpack
+}
+
+src_prepare() {
+ cd ${S} && ./bootstrap.sh
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-04 17:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04 17:48 [gentoo-commits] proj/pandaboard:master commit in: media-libs/tiler/ Raúl Porcel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox