* [gentoo-commits] gentoo-x86 commit in media-libs/evas: metadata.xml evas-1.7.5-r1.ebuild ChangeLog
@ 2013-04-02 8:56 Thomas Sachau (tommy)
0 siblings, 0 replies; only message in thread
From: Thomas Sachau (tommy) @ 2013-04-02 8:56 UTC (permalink / raw
To: gentoo-commits
tommy 13/04/02 08:56:39
Modified: metadata.xml ChangeLog
Added: evas-1.7.5-r1.ebuild
Log:
Add USE flag support for wayland, fixes bug 459872
(Portage version: 2.2.0_alpha170-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Revision Changes Path
1.5 media-libs/evas/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/metadata.xml?r1=1.4&r2=1.5
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/evas/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml 7 Sep 2012 20:21:40 -0000 1.4
+++ metadata.xml 2 Apr 2013 08:56:39 -0000 1.5
@@ -10,6 +10,7 @@
<flag name='ppm'>Support PPM image loader</flag>
<flag name='psd'>Support PSD image loader</flag>
<flag name='tga'>Support tga image loader</flag>
+ <flag name='wayland'>Add support for <pkg>dev-libs/wayland</pkg></flag>
</use>
<longdescription>
Evas is a hardware-accelerated canvas API for X-Windows that can draw
1.21 media-libs/evas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 4 Jan 2013 17:59:08 -0000 1.20
+++ ChangeLog 2 Apr 2013 08:56:39 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/evas
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.20 2013/01/04 17:59:08 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.21 2013/04/02 08:56:39 tommy Exp $
+
+*evas-1.7.5-r1 (02 Apr 2013)
+
+ 02 Apr 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ +evas-1.7.5-r1.ebuild, metadata.xml:
+ Add USE flag support for wayland, fixes bug 459872
*evas-1.7.5 (04 Jan 2013)
1.1 media-libs/evas/evas-1.7.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/evas-1.7.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/evas/evas-1.7.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: evas-1.7.5-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.5-r1.ebuild,v 1.1 2013/04/02 08:56:39 tommy Exp $
EAPI=2
inherit enlightenment
DESCRIPTION="hardware-accelerated retained canvas API"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Evas"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 static-libs tga +threads tiff wayland X xcb xpm"
RDEPEND=">=dev-libs/eina-1.7.0
>=media-libs/freetype-2.3.9
fontconfig? ( media-libs/fontconfig )
gles? ( media-libs/mesa[gallium,gles2] )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
png? ( media-libs/libpng )
bidi? ( >=dev-libs/fribidi-0.19.1 )
directfb? ( >=dev-libs/DirectFB-0.9.16 )
tiff? ( media-libs/tiff )
wayland? ( dev-libs/wayland )
xpm? ( x11-libs/libXpm )
X? (
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
opengl? ( virtual/opengl )
)
!X? (
xcb? (
x11-libs/xcb-util
) )
eet? ( >=dev-libs/eet-1.7.0 )"
DEPEND="${RDEPEND}"
src_configure() {
if use X ; then
if use xcb ; then
ewarn "You have enabled both 'X' and 'xcb', so we will use"
ewarn "X as it's considered the most stable for evas"
fi
MY_ECONF="
--disable-software-xcb
$(use_enable opengl gl-xlib)
"
elif use xcb ; then
MY_ECONF="
--disable-gl-xlib
--enable-software-xcb
$(use_enable opengl gl-xcb)
"
else
MY_ECONF="
--disable-gl-xlib
--disable-software-xcb
--disable-gl-xcb
"
fi
if use wayland ; then
MY_ECONF+="
--enable-wayland-shm
"
if use gles ; then
MY_ECONF+="
--enable-wayland-egl
"
else
MY_ECONF+="
--disable-wayland-egl
"
fi
else
MY_ECONF+="
--disable-wayland-egl
--disable-wayland-shm
"
fi
MY_ECONF+="
$(use_enable altivec cpu-altivec)
$(use_enable bidi fribidi)
$(use_enable bmp image-loader-bmp)
$(use_enable bmp image-loader-wbmp)
$(use_enable directfb)
$(use_enable doc)
$(use_enable eet font-loader-eet)
$(use_enable eet image-loader-eet)
$(use_enable fbcon fb)
$(use_enable fontconfig)
$(use_enable gles gl-flavor-gles)
$(use_enable gles gles-variety-sgx)
$(use_enable gif image-loader-gif)
$(use_enable ico image-loader-ico)
$(use_enable jpeg image-loader-jpeg)
$(use_enable mmx cpu-mmx)
$(use_enable png image-loader-png)
$(use_enable ppm image-loader-pmaps)
$(use_enable psd image-loader-psd)
$(use_enable sse cpu-sse)
$(use_enable sse3 cpu-sse3)
--disable-image-loader-svg
$(use_enable tga image-loader-tga)
$(use_enable tiff image-loader-tiff)
$(use_enable threads pthreads)
$(use_enable threads async-events)
$(use_enable threads async-preload)
$(use_enable X software-xlib)
$(use_enable xpm image-loader-xpm)
--enable-evas-magic-debug \
--enable-static-software-generic \
--enable-buffer \
--enable-cpu-c \
--enable-scale-sample \
--enable-scale-smooth \
--enable-convert-8-rgb-332 \
--enable-convert-8-rgb-666 \
--enable-convert-8-rgb-232 \
--enable-convert-8-rgb-222 \
--enable-convert-8-rgb-221 \
--enable-convert-8-rgb-121 \
--enable-convert-8-rgb-111 \
--enable-convert-16-rgb-565 \
--enable-convert-16-rgb-555 \
--enable-convert-16-rgb-444 \
--enable-convert-16-rgb-rot-0 \
--enable-convert-16-rgb-rot-270 \
--enable-convert-16-rgb-rot-90 \
--enable-convert-24-rgb-888 \
--enable-convert-24-bgr-888 \
--enable-convert-32-rgb-8888 \
--enable-convert-32-rgbx-8888 \
--enable-convert-32-bgr-8888 \
--enable-convert-32-bgrx-8888 \
--enable-convert-32-rgb-rot-0 \
--enable-convert-32-rgb-rot-270 \
--enable-convert-32-rgb-rot-90 \
--enable-image-loader-generic \
--disable-harfbuzz \
--disable-image-loader-edb \
--disable-static-software-16 \
--disable-software-16-x11"
enlightenment_src_configure
}
pkg_postinst() {
elog "for svg support install media-plugins/evas_generic_loaders[svg]"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-02 8:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 8:56 [gentoo-commits] gentoo-x86 commit in media-libs/evas: metadata.xml evas-1.7.5-r1.ebuild ChangeLog Thomas Sachau (tommy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox