summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-11-18 18:39:41 +0000
committerThomas Sachau <tommy@gentoo.org>2012-11-18 18:39:41 +0000
commit8fa6a2c2721d5b9a384898042df6ff7e21de3570 (patch)
tree3a4cd37286924f31ea66806b09b746b40082df1b /media-libs/emotion
parentAdd ~amd64 (diff)
downloadgentoo-2-8fa6a2c2721d5b9a384898042df6ff7e21de3570.tar.gz
gentoo-2-8fa6a2c2721d5b9a384898042df6ff7e21de3570.tar.bz2
gentoo-2-8fa6a2c2721d5b9a384898042df6ff7e21de3570.zip
Initial commit
(Portage version: 2.2.0_alpha142-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'media-libs/emotion')
-rw-r--r--media-libs/emotion/ChangeLog10
-rw-r--r--media-libs/emotion/emotion-1.7.1.ebuild42
-rw-r--r--media-libs/emotion/metadata.xml8
3 files changed, 60 insertions, 0 deletions
diff --git a/media-libs/emotion/ChangeLog b/media-libs/emotion/ChangeLog
new file mode 100644
index 000000000000..61fd914df664
--- /dev/null
+++ b/media-libs/emotion/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/emotion
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.5 2012/11/18 18:39:41 tommy Exp $
+
+*emotion-1.7.1 (18 Nov 2012)
+
+ 18 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ +emotion-1.7.1.ebuild, +metadata.xml:
+ Initial commit
+
diff --git a/media-libs/emotion/emotion-1.7.1.ebuild b/media-libs/emotion/emotion-1.7.1.ebuild
new file mode 100644
index 000000000000..df74fc97dd6b
--- /dev/null
+++ b/media-libs/emotion/emotion-1.7.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.1.ebuild,v 1.1 2012/11/18 18:39:41 tommy Exp $
+
+inherit enlightenment
+
+DESCRIPTION="video libraries for e17"
+SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer static-libs xine"
+
+DEPEND=">=media-libs/evas-1.7.0
+ >=media-libs/edje-1.7.0
+ >=dev-libs/ecore-1.7.0
+ >=dev-libs/eeze-1.7.0
+ xine? ( >=media-libs/xine-lib-1.1.1 )
+ !gstreamer? ( !xine? ( >=media-libs/xine-lib-1.1.1 ) )
+ gstreamer? (
+ =media-libs/gstreamer-0.10*
+ =media-libs/gst-plugins-good-0.10*
+ =media-plugins/gst-plugins-ffmpeg-0.10*
+ )"
+RDEPEND=${DEPEND}
+
+src_compile() {
+ if ! use xine && ! use gstreamer ; then
+ export MY_ECONF="--enable-xine --disable-gstreamer"
+ else
+ export MY_ECONF="
+ $(use_enable xine) \
+ $(use_enable gstreamer) \
+ "
+ fi
+
+ if use gstreamer ; then
+ addpredict "/root/.gconfd"
+ addpredict "/root/.gconf"
+ fi
+
+ enlightenment_src_compile
+}
diff --git a/media-libs/emotion/metadata.xml b/media-libs/emotion/metadata.xml
new file mode 100644
index 000000000000..832c5fc91e12
--- /dev/null
+++ b/media-libs/emotion/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>enlightenment@gentoo.org</email>
+</maintainer>
+</pkgmetadata>