summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-08 13:13:11 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-08 13:13:11 +0000
commitde8b763b8d79d0d47a85e250f715929e328aadb7 (patch)
treefe6dd9e99200caf75b4fe03bdaecab7977399231 /media-libs/evas
parentupdate siunitx as current version was not working properly, bug #444165 by E... (diff)
downloadgentoo-2-de8b763b8d79d0d47a85e250f715929e328aadb7.tar.gz
gentoo-2-de8b763b8d79d0d47a85e250f715929e328aadb7.tar.bz2
gentoo-2-de8b763b8d79d0d47a85e250f715929e328aadb7.zip
Version bump, drop old
(Portage version: 2.2.0_alpha144-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'media-libs/evas')
-rw-r--r--media-libs/evas/ChangeLog8
-rw-r--r--media-libs/evas/evas-1.7.3.ebuild (renamed from media-libs/evas/evas-1.7.1.ebuild)17
2 files changed, 15 insertions, 10 deletions
diff --git a/media-libs/evas/ChangeLog b/media-libs/evas/ChangeLog
index 0e95be5bcb00..7bb68d6d9499 100644
--- a/media-libs/evas/ChangeLog
+++ b/media-libs/evas/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/evas
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.17 2012/11/30 16:36:22 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.18 2012/12/08 13:13:11 tommy Exp $
+
+*evas-1.7.3 (08 Dec 2012)
+
+ 08 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -evas-1.7.1.ebuild,
+ +evas-1.7.3.ebuild:
+ Version bump, drop old
30 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> evas-1.7.2.ebuild:
Drop svg USE flag, disable experimental svg support, suggest external loader
diff --git a/media-libs/evas/evas-1.7.1.ebuild b/media-libs/evas/evas-1.7.3.ebuild
index 1a8637c73cc4..07e9c91a6a19 100644
--- a/media-libs/evas/evas-1.7.1.ebuild
+++ b/media-libs/evas/evas-1.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.1.ebuild,v 1.1 2012/10/22 13:33:11 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.3.ebuild,v 1.1 2012/12/08 13:13:11 tommy Exp $
EAPI=2
@@ -11,7 +11,7 @@ HOMEPAGE="http://trac.enlightenment.org/e/wiki/Evas"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 svg static-libs tga +threads tiff X xcb xpm"
+IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 static-libs tga +threads tiff X xcb xpm"
RDEPEND=">=dev-libs/eina-1.7.0
>=media-libs/freetype-2.3.9
@@ -34,12 +34,7 @@ RDEPEND=">=dev-libs/eina-1.7.0
xcb? (
x11-libs/xcb-util
) )
- eet? ( >=dev-libs/eet-1.7.0 )
- svg? (
- >=gnome-base/librsvg-2.14.0
- x11-libs/cairo
- x11-libs/libsvg-cairo
- )"
+ eet? ( >=dev-libs/eet-1.7.0 )"
DEPEND="${RDEPEND}"
src_configure() {
@@ -88,7 +83,7 @@ src_configure() {
$(use_enable psd image-loader-psd)
$(use_enable sse cpu-sse)
$(use_enable sse3 cpu-sse3)
- $(use_enable svg image-loader-svg)
+ --disable-image-loader-svg
$(use_enable tga image-loader-tga)
$(use_enable tiff image-loader-tiff)
$(use_enable threads pthreads)
@@ -132,3 +127,7 @@ src_configure() {
enlightenment_src_configure
}
+
+pkg_postinst() {
+ elog "for svg support install media-plugins/evas_generic_loaders[svg]"
+}