public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raúl Porcel" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pandaboard:master commit in: media-libs/tiler/
Date: Mon,  4 Apr 2011 17:48:03 +0000 (UTC)	[thread overview]
Message-ID: <b783aacb4b87c13fb936c4101cfff403160319e2.armin76@gentoo> (raw)

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
+}



                 reply	other threads:[~2011-04-04 17:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=b783aacb4b87c13fb936c4101cfff403160319e2.armin76@gentoo \
    --to=armin76@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