diff options
author | Robert Piasek <dagger@gentoo.org> | 2009-05-27 11:51:47 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2009-05-27 11:51:47 +0000 |
commit | 1a48118371ec6d202d37027496ef7640da934705 (patch) | |
tree | 0200dcad5c20e76da507fc132542996e8611043b /media-libs | |
parent | revision bumo for epsilon (diff) | |
download | embedded-cross-1a48118371ec6d202d37027496ef7640da934705.tar.gz embedded-cross-1a48118371ec6d202d37027496ef7640da934705.tar.bz2 embedded-cross-1a48118371ec6d202d37027496ef7640da934705.zip |
Revision bumo for emotion
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/emotion/Manifest | 3 | ||||
-rw-r--r-- | media-libs/emotion/emotion-20090212.ebuild | 39 | ||||
-rw-r--r-- | media-libs/emotion/emotion-20090422.ebuild (renamed from media-libs/emotion/emotion-20090313.ebuild) | 12 |
3 files changed, 7 insertions, 47 deletions
diff --git a/media-libs/emotion/Manifest b/media-libs/emotion/Manifest index 5cd6cf7..9c369b7 100644 --- a/media-libs/emotion/Manifest +++ b/media-libs/emotion/Manifest @@ -1,2 +1 @@ -EBUILD emotion-20090212.ebuild 856 RMD160 a6f8788449361f475d329b59dc4b35ca37903ff9 SHA1 bcaa13240d3211730e08f70297f5205351085a47 SHA256 b1245b310ba3a8117d93aaf218ebced6243fd1db52897d085d8fbb7358587e7f -EBUILD emotion-20090313.ebuild 959 RMD160 f2f8608e1a8049318984beb864b19ac0c852788c SHA1 218640b6bffe0a5b9fed4333dcccf18496e13119 SHA256 94bc882205becce23f01691b58991d2460027c78074facf62e8d4a66003d1983 +EBUILD emotion-20090422.ebuild 955 RMD160 ae61bcd485edb5cf847e8c66e8a4045aa0a6c4a3 SHA1 7bf39cf03bd1a39a776afc0dba788bbd65bdcb15 SHA256 367b74887e8aa0f4816d067827ae54431daff4a9377bad1092869911af535243 diff --git a/media-libs/emotion/emotion-20090212.ebuild b/media-libs/emotion/emotion-20090212.ebuild deleted file mode 100644 index f64b4f1..0000000 --- a/media-libs/emotion/emotion-20090212.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit enlightenment_svn - -DESCRIPTION="The Enlightenment emotion library." -HOMEPAGE="http://enlightenment.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="gstreamer xine vlc" - -RDEPEND="=dev-libs/eet-${PVR} - =x11-libs/evas-${PVR} - =x11-libs/ecore-${PVR} - =media-libs/edje-${PVR} - gstreamer? ( media-libs/gstreamer - media-libs/gst-plugins-base ) - xine? ( media-libs/xine-lib ) - vlc? ( media-video/vlc )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - media-libs/edje" - -S="${WORKDIR}/${PN}" - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable gstreamer) \ - $(use_enable xine) \ - $(use_enable vlc)" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} diff --git a/media-libs/emotion/emotion-20090313.ebuild b/media-libs/emotion/emotion-20090422.ebuild index 28c6a14..8997ea9 100644 --- a/media-libs/emotion/emotion-20090313.ebuild +++ b/media-libs/emotion/emotion-20090422.ebuild @@ -2,20 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=1 + inherit enlightenment_svn DESCRIPTION="The Enlightenment emotion library." HOMEPAGE="http://enlightenment.org" -LICENSE="GPL-2" -SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="+gstreamer xine vlc" -RDEPEND="=dev-libs/eet-${PV} - =x11-libs/evas-${PV} - =x11-libs/ecore-${PV} - =media-libs/edje-${PV} +RDEPEND="=dev-libs/eet-1.2.0 + =x11-libs/evas-0.9.9.060 + =x11-libs/ecore-0.9.9.060 + =media-libs/edje-0.9.92.060 gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) xine? ( media-libs/xine-lib ) |