diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-02 00:16:24 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-02 00:16:24 -0400 |
commit | 7cd2b6cb7ebd13df3957980669d6d78cf9e4f043 (patch) | |
tree | 75554b5adfb0cc7a3939e7da9b980f0176b0b465 /media-libs | |
parent | media-plugins/imlib2_loaders: version bump to 1.4.8 (diff) | |
download | gentoo-7cd2b6cb7ebd13df3957980669d6d78cf9e4f043.tar.gz gentoo-7cd2b6cb7ebd13df3957980669d6d78cf9e4f043.tar.bz2 gentoo-7cd2b6cb7ebd13df3957980669d6d78cf9e4f043.zip |
punt old e17 ebuilds #571796
Diffstat (limited to 'media-libs')
23 files changed, 0 insertions, 1293 deletions
diff --git a/media-libs/edje/Manifest b/media-libs/edje/Manifest deleted file mode 100644 index d27d303d37e3..000000000000 --- a/media-libs/edje/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST edje-1.7.10.tar.bz2 1120320 SHA256 1fd5bbf7a105e4cb455d59f82de136c0cbc74f8b0a16e0f6a845fc6471ab85fe SHA512 222b2e1265d9083edb927994ed0afdcdd10399fccd867835e180604abde8c0d43bd94b3727f121ba159e2ca4bf870c1078a0894522ccdebe75e91e9ca9d95bec WHIRLPOOL 81f74f34c90ad43fda7bb5aaa66aecde2e0a655ef3ad168893144110fdf4ab89996931e5c60d98cbab5cbdedcf13aad921e00477725a9915663ff142bee86f2e -DIST edje-1.7.8.tar.bz2 1120710 SHA256 eb400f7bcda5ec6a67b35fabe65b333dc87c8c62a9a6082bd0180a49fc3309c2 SHA512 ccaae74936ba16e3403dc428bc42e8ea5361a89cb2527f21a6963c026e58527b8abd51d23fbebaf43bb5335f11d3a3f5cc65ed72eb7550f4e5aa696474035d24 WHIRLPOOL 2eaa6c13b12ecf6a52f0a857b6d0706f55679ac7b27175255c09668616866aafbcdf76df64bae5da03c79a1e3c9652bf919afc8bf0762862e5f8b89d79ccd70e -DIST edje-1.7.9.tar.bz2 1120824 SHA256 846dcf4b56b48465e6b8373389984c2e06a06fd681a803cb341a985e1c5d5f3c SHA512 ccb9f9c78fe3ee372c8cf11d594a2053a3a8f60670454d5cd878dc78a7fade12852ca28b889944a1b1609486c27bc58e119ea10d7843f91530a99293db813b23 WHIRLPOOL 0f6de4c0d186af23f289ea35769f00e31482c8b0bd6fc242e0ff2344e518537e1c8623a870a61cf23f4c7904b0e5fa71c6b6b250eecb75fbcf043680b1282fe7 diff --git a/media-libs/edje/edje-1.7.10.ebuild b/media-libs/edje/edje-1.7.10.ebuild deleted file mode 100644 index ab0d43222434..000000000000 --- a/media-libs/edje/edje-1.7.10.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="graphical layout and animation library" -HOMEPAGE="https://www.enlightenment.org/pages/edje.html" - -LICENSE="BSD-2 GPL-2" -IUSE="debug +cache static-libs vim-syntax" - -DEPEND="dev-lang/lua - >=dev-libs/eet-${PV} - >=dev-libs/eina-${PV} - >=dev-libs/embryo-${PV} - >=media-libs/evas-${PV} - >=dev-libs/ecore-${PV}" -RDEPEND=${DEPEND} - -src_configure() { - E_ECONF=( - $(use_enable cache edje-program-cache) - $(use_enable cache edje-calc-cache) - $(use_enable !debug amalgamation) - $(use_enable doc) - $(use_with vim-syntax vim /usr/share/vim) - ) - enlightenment_src_configure -} - -src_install() { - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/syntax - doins data/edc.vim - fi - dodoc utils/{gimp-edje-export.py,inkscape2edc} - enlightenment_src_install -} diff --git a/media-libs/edje/edje-1.7.8.ebuild b/media-libs/edje/edje-1.7.8.ebuild deleted file mode 100644 index 34ae5d7d7303..000000000000 --- a/media-libs/edje/edje-1.7.8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit autotools enlightenment - -DESCRIPTION="graphical layout and animation library" -HOMEPAGE="https://www.enlightenment.org/pages/edje.html" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2 GPL-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug +cache static-libs vim-syntax" - -DEPEND="dev-lang/lua - >=dev-libs/eet-1.7.8 - >=dev-libs/eina-1.7.8 - >=dev-libs/embryo-1.7.4 - >=media-libs/evas-1.7.8 - >=dev-libs/ecore-1.7.8" -RDEPEND=${DEPEND} - -src_prepare() { - sed -i "s:1.7.8:1.7.4:g" configure.ac - eautoreconf -} - -src_configure() { - MY_ECONF+=" - $(use_enable cache edje-program-cache) - $(use_enable cache edje-calc-cache) - $(use_enable !debug amalgamation) - $(use_enable doc) - $(use_with vim-syntax vim /usr/share/vim) - " - enlightenment_src_configure -} - -src_install() { - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/syntax/ - doins data/edc.vim || die - fi - dodoc utils/{gimp-edje-export.py,inkscape2edc} || die - enlightenment_src_install -} diff --git a/media-libs/edje/edje-1.7.9.ebuild b/media-libs/edje/edje-1.7.9.ebuild deleted file mode 100644 index 82e1714f84b0..000000000000 --- a/media-libs/edje/edje-1.7.9.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit enlightenment - -DESCRIPTION="graphical layout and animation library" -HOMEPAGE="https://www.enlightenment.org/pages/edje.html" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2 GPL-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug +cache static-libs vim-syntax" - -DEPEND="dev-lang/lua - >=dev-libs/eet-1.7.9 - >=dev-libs/eina-1.7.9 - >=dev-libs/embryo-1.7.9 - >=media-libs/evas-1.7.9 - >=dev-libs/ecore-1.7.9" -RDEPEND=${DEPEND} - -src_configure() { - MY_ECONF+=" - $(use_enable cache edje-program-cache) - $(use_enable cache edje-calc-cache) - $(use_enable !debug amalgamation) - $(use_enable doc) - $(use_with vim-syntax vim /usr/share/vim) - " - enlightenment_src_configure -} - -src_install() { - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/syntax/ - doins data/edc.vim || die - fi - dodoc utils/{gimp-edje-export.py,inkscape2edc} || die - enlightenment_src_install -} diff --git a/media-libs/edje/edje-9999.ebuild b/media-libs/edje/edje-9999.ebuild deleted file mode 100644 index ab0d43222434..000000000000 --- a/media-libs/edje/edje-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="graphical layout and animation library" -HOMEPAGE="https://www.enlightenment.org/pages/edje.html" - -LICENSE="BSD-2 GPL-2" -IUSE="debug +cache static-libs vim-syntax" - -DEPEND="dev-lang/lua - >=dev-libs/eet-${PV} - >=dev-libs/eina-${PV} - >=dev-libs/embryo-${PV} - >=media-libs/evas-${PV} - >=dev-libs/ecore-${PV}" -RDEPEND=${DEPEND} - -src_configure() { - E_ECONF=( - $(use_enable cache edje-program-cache) - $(use_enable cache edje-calc-cache) - $(use_enable !debug amalgamation) - $(use_enable doc) - $(use_with vim-syntax vim /usr/share/vim) - ) - enlightenment_src_configure -} - -src_install() { - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/syntax - doins data/edc.vim - fi - dodoc utils/{gimp-edje-export.py,inkscape2edc} - enlightenment_src_install -} diff --git a/media-libs/edje/metadata.xml b/media-libs/edje/metadata.xml deleted file mode 100644 index 36f9542c08d8..000000000000 --- a/media-libs/edje/metadata.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>enlightenment@gentoo.org</email> - <name>Project Enlightenment</name> -</maintainer> -<use> - <flag name="cache">Enable caching</flag> -</use> -<longdescription> -Edje is a complex graphical design and layout library. - -It's purpose is to be a sequel to 'Ebits' which to date has serviced the needs of -Enlightenment development for version 0.17. The original design paramteres under -which Ebits came about were a lot more restricted than the resulting use of them, -thus Edje was born. - -Edje is a more complex layout engine compared to Ebits. It doesn't pretend to do -containering and regular layout like a widget set. It still inherits the more -simplistic layout ideas behind Ebits, but it now does them a lot more cleanly, -allowing for easy expansion, and the ability to cover much more ground than Ebits -ever could. For the purposes of Enlightenment 0.17, Edje should serve all the -purposes of creating visual elements (borders of windows, scrollbars, etc.) and -allow the designer the ability to animate, layout and control the look and feel of -any program using Edje as its basic GUI constructor. This library allows for -multiple collections of Layouts in one file, sharing the same image database and -thus allowing a whole theme to be conveneintly packaged into 1 file and shipped -around. - -Edje, unlike Ebits, separates the layout and behavior logic. Edje files ship with an -image database, used by all the parts in all the collections to source graphical -data. It has a directory of logical part names pointing to the part collection entry -ID in the file (thus allowing for multiple logical names to point to the same part -collection, allowing for the sharing of data betwene display elements). Each part -collection consists of a list of visual parts, as well as a list of programs. A -program is a conditionally run program that if a particular event occurs (a button -is pressed, a mouse enters or leaves a part) will trigger an action that may affect -other parts. In this way a part collection can be 'programmed' via its file as to -hilight buttons when the mouse passes over them or show hidden parts when a button -is clicked somewhere etc. The actions performed in changing from one state to -another ar also allowed to transition over a period of time, allowing animation. - -This separation and simplistic event driven style of programming can produce almost -any look and feel one could want for basic visual elements. Anything more complex is -likely the domain of an application or widget set that may use Edje as a conveneient -way of being able to configure parts of the display. -</longdescription> -</pkgmetadata> diff --git a/media-libs/emotion/Manifest b/media-libs/emotion/Manifest deleted file mode 100644 index 7cd3a9c04df9..000000000000 --- a/media-libs/emotion/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST emotion-1.7.10.tar.bz2 497860 SHA256 642f408580952ec37574c214d1315a518e48d2667cc004988813a5590412714c SHA512 9ac38d6b785ce3d3cc0f8b3bf712dfa2816a9a5452df434f81fce1645c7eb2d4739600433e4fd29890b4c1b2a5adb515f7234e757634a1d10ea7ff9819311895 WHIRLPOOL 29762874aafba1ef722ec1b131d31a851bd6cb910d698c6f87e3b9b94bc72287ef32c6aadb7ac27758d0224081ffa78f1f43729a9202f38e8a6487703400bf14 -DIST emotion-1.7.8.tar.bz2 497727 SHA256 de5f3962c9dd5616c886decf6fa9fa9dbec16fa7a7f61b83b98f252cb28fb56c SHA512 650f15cb656cbd97011c4690f67260646871fa788924128f6fb2798ca9c7734b4488572009decf538300dce0b7fb10bd0aba51d54c1c29844bb30b07a9b6b909 WHIRLPOOL c8a9e39137862131683ee147f620e1af80e2db7778859b45e1420b877ae5703ff2c7bd3e3ddafa587bc82cc6801cb0e3eb38cd0c3cc9d559cb4f17d5a04ead8f -DIST emotion-1.7.9.tar.bz2 497737 SHA256 deaeb3ed147c5f057ea05a3caf3c89ee247cdff433149c7e3a7141269008cec9 SHA512 099864b1bba47d0c45db5fbfdce3b3e5c2a8fd43b690e4d362b7dbc539ee4ce9a01e527dc44950eb282164f85c85b11091b7652c01d5bede89aa263e0eeaa20c WHIRLPOOL c1108f17e559815d8f921e56c1dbfe14bf5e5c97aaeaa0ae8edeb0d2603b3d27d01dff39336cc3d15af15386e2cfffde690aaa65112a74096e102df0db1702d6 diff --git a/media-libs/emotion/emotion-1.7.10.ebuild b/media-libs/emotion/emotion-1.7.10.ebuild deleted file mode 100644 index 034d49e92a0f..000000000000 --- a/media-libs/emotion/emotion-1.7.10.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="video libraries for e17" - -LICENSE="BSD-2" -# The video deps (vlc/xine-lib/gstreamer) are a pain to keyword. -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="gstreamer static-libs vlc xine" - -DEPEND=">=media-libs/evas-${PV} - >=media-libs/edje-${PV} - >=dev-libs/ecore-${PV} - >=dev-libs/eina-${PV} - >=dev-libs/eeze-${PV} - vlc? ( media-video/vlc ) - xine? ( >=media-libs/xine-lib-1.1.1 ) - !gstreamer? ( !vlc? ( !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_configure() { - if ! use vlc && ! use xine && ! use gstreamer ; then - E_ECONF+=( - --enable-xine - --disable-gstreamer - --disable-generic-vlc - ) - else - E_ECONF+=( - $(use_enable xine) - $(use_enable gstreamer) - $(use_enable vlc generic-vlc) - ) - fi - - E_ECONF+=( - $(use_enable doc) - ) - - if use gstreamer ; then - addpredict "/root/.gconfd" - addpredict "/root/.gconf" - fi - - enlightenment_src_configure -} diff --git a/media-libs/emotion/emotion-1.7.8.ebuild b/media-libs/emotion/emotion-1.7.8.ebuild deleted file mode 100644 index b178f1c18a70..000000000000 --- a/media-libs/emotion/emotion-1.7.8.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit enlightenment - -DESCRIPTION="video libraries for e17" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer static-libs vlc xine" - -DEPEND=">=media-libs/evas-1.7.8 - >=media-libs/edje-1.7.8 - >=dev-libs/ecore-1.7.8 - >=dev-libs/eina-1.7.8 - >=dev-libs/eeze-1.7.4 - vlc? ( media-video/vlc ) - xine? ( >=media-libs/xine-lib-1.1.1 ) - !gstreamer? ( !vlc? ( !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_configure() { - if ! use vlc && ! use xine && ! use gstreamer ; then - E_ECONF+=( - --enable-xine - --disable-gstreamer - --disable-generic-vlc - ) - else - E_ECONF+=( - $(use_enable xine) - $(use_enable gstreamer) - $(use_enable vlc generic-vlc) - ) - fi - - E_ECONF+=( - $(use_enable doc) - ) - - if use gstreamer ; then - addpredict "/root/.gconfd" - addpredict "/root/.gconf" - fi - - enlightenment_src_configure -} diff --git a/media-libs/emotion/emotion-1.7.9.ebuild b/media-libs/emotion/emotion-1.7.9.ebuild deleted file mode 100644 index c904338b9950..000000000000 --- a/media-libs/emotion/emotion-1.7.9.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit enlightenment - -DESCRIPTION="video libraries for e17" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer static-libs vlc xine" - -DEPEND=">=media-libs/evas-1.7.9 - >=media-libs/edje-1.7.9 - >=dev-libs/ecore-1.7.9 - >=dev-libs/eina-1.7.9 - >=dev-libs/eeze-1.7.9 - vlc? ( media-video/vlc ) - xine? ( >=media-libs/xine-lib-1.1.1 ) - !gstreamer? ( !vlc? ( !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_configure() { - if ! use vlc && ! use xine && ! use gstreamer ; then - E_ECONF+=( - --enable-xine - --disable-gstreamer - --disable-generic-vlc - ) - else - E_ECONF+=( - $(use_enable xine) - $(use_enable gstreamer) - $(use_enable vlc generic-vlc) - ) - fi - - E_ECONF+=( - $(use_enable doc) - ) - - if use gstreamer ; then - addpredict "/root/.gconfd" - addpredict "/root/.gconf" - fi - - enlightenment_src_configure -} diff --git a/media-libs/emotion/emotion-9999.ebuild b/media-libs/emotion/emotion-9999.ebuild deleted file mode 100644 index 38a66f095b6e..000000000000 --- a/media-libs/emotion/emotion-9999.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="video libraries for e17" - -LICENSE="BSD-2" -IUSE="gstreamer static-libs vlc xine" - -DEPEND=">=media-libs/evas-${PV} - >=media-libs/edje-${PV} - >=dev-libs/ecore-${PV} - >=dev-libs/eina-${PV} - >=dev-libs/eeze-${PV} - vlc? ( media-video/vlc ) - xine? ( >=media-libs/xine-lib-1.1.1 ) - !gstreamer? ( !vlc? ( !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_configure() { - if ! use vlc && ! use xine && ! use gstreamer ; then - E_ECONF+=( - --enable-xine - --disable-gstreamer - --disable-generic-vlc - ) - else - E_ECONF+=( - $(use_enable xine) - $(use_enable gstreamer) - $(use_enable vlc generic-vlc) - ) - fi - - E_ECONF+=( - $(use_enable doc) - ) - - if use gstreamer ; then - addpredict "/root/.gconfd" - addpredict "/root/.gconf" - fi - - enlightenment_src_configure -} diff --git a/media-libs/emotion/files/respect-ldflags-with-gstreamer-backend.patch b/media-libs/emotion/files/respect-ldflags-with-gstreamer-backend.patch deleted file mode 100644 index 725b2788e259..000000000000 --- a/media-libs/emotion/files/respect-ldflags-with-gstreamer-backend.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 78870f848cc8c9440d35e84646a110a86404d3e9 Mon Sep 17 00:00:00 2001 -From: Tom Hacohen <tom@stosb.com> -Date: Wed, 03 Apr 2013 16:44:57 +0000 -Subject: Fixed LDFLAGS usage when using the gstreamer backend. - -Reported by Tommy[D] on IRC. ---- -diff --git a/configure.ac b/configure.ac -index 0986b8a..324ea57 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -284,7 +284,7 @@ if test "x${enable_gstreamer}" = "xyes" ; then - AC_CHECK_LIB([gstinterfaces-0.10], - [gst_x_overlay_set_window_handle], - [AC_DEFINE([HAVE_X_OVERLAY_SET], [1], [Use gst_x_overlay_set_window_handle instead of old deprecated gst_x_overlay_set_xwindow_id])]) -- LDFLAGS=$sava_LDFLAGS -+ LDFLAGS=$save_LDFLAGS - fi - fi - --- -cgit v0.9.1 diff --git a/media-libs/emotion/metadata.xml b/media-libs/emotion/metadata.xml deleted file mode 100644 index 5d3ab7438265..000000000000 --- a/media-libs/emotion/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>enlightenment@gentoo.org</email> - <name>Project Enlightenment</name> -</maintainer> -<use> - <flag name="vlc">Enable support for the <pkg>media-video/vlc</pkg> player backend</flag> -</use> -</pkgmetadata> diff --git a/media-libs/ethumb/Manifest b/media-libs/ethumb/Manifest deleted file mode 100644 index af5016ffb70e..000000000000 --- a/media-libs/ethumb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ethumb-1.7.8.tar.bz2 401664 SHA256 c1e6f2bf5117a1b6b9bac8c9ccd72b4b8ade6c03ca1cb77f2ff51538ec5f1ba7 SHA512 a04270852d49cf8f9127fcdc4bd5994374905f5514954d0d18ee731bfd5269a0a511f0741ff046a95d028e3b031f7ab5806262d29ee9acf50b957d2c7003822b WHIRLPOOL a2f7936c712d51ed35bc4ec0035bc3eda6f8c9acf05d3500a8a231f99604f7331200a9f17bc2fa45d640096b71d7dd8adb99769402cfc770ed2eb31438064580 -DIST ethumb-1.7.9.tar.bz2 401952 SHA256 9bbf89f82c5c74a70ffd03a4942d0c28a019c3763d1c0b8c14301036981312af SHA512 2ff6149104e1d1b55382cfa156b9fa6415be78f55b73e50c49211fb0714519611b04b6142e38a28ffe8209899d3fbd0981de12e983486511a61d9d66ef8186b5 WHIRLPOOL 72e7fad74a7c688fc4b8a76d5f0e4ab8987c62ea3c64ea45d68c2a165b44b6b443375907c7a856e97f6aa4c60164f78b9ce04b070032bf3f28fc89618c7cd7a7 diff --git a/media-libs/ethumb/ethumb-1.7.8.ebuild b/media-libs/ethumb/ethumb-1.7.8.ebuild deleted file mode 100644 index b94e77147254..000000000000 --- a/media-libs/ethumb/ethumb-1.7.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit enlightenment - -DESCRIPTION="Enlightenment thumbnailing library (meant to replace epsilon)" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Ethumb" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" -IUSE="+dbus emotion static-libs" - -DEPEND=">=dev-libs/eina-1.7.8 - >=dev-libs/ecore-1.7.8 - >=media-libs/edje-1.7.8 - >=media-libs/evas-1.7.8 - media-libs/libexif - dbus? ( >=dev-libs/e_dbus-1.7.8 ) - emotion? ( >=media-libs/emotion-1.7.8 )" -RDEPEND="${DEPEND}" - -src_configure() { - E_ECONF+=( - $(use_enable dbus ethumbd) - $(use_enable emotion) - --disable-epdf - ) - enlightenment_src_configure -} diff --git a/media-libs/ethumb/ethumb-1.7.9.ebuild b/media-libs/ethumb/ethumb-1.7.9.ebuild deleted file mode 100644 index 2399f897418e..000000000000 --- a/media-libs/ethumb/ethumb-1.7.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit enlightenment - -DESCRIPTION="Enlightenment thumbnailing library (meant to replace epsilon)" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Ethumb" -SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" -IUSE="+dbus emotion static-libs" - -DEPEND=">=dev-libs/eina-1.7.9 - >=dev-libs/ecore-1.7.9 - >=media-libs/edje-1.7.9 - >=media-libs/evas-1.7.9 - media-libs/libexif - dbus? ( >=dev-libs/e_dbus-1.7.9 ) - emotion? ( >=media-libs/emotion-1.7.9 )" -RDEPEND="${DEPEND}" - -src_configure() { - E_ECONF+=( - $(use_enable dbus ethumbd) - $(use_enable emotion) - --disable-epdf - ) - enlightenment_src_configure -} diff --git a/media-libs/ethumb/metadata.xml b/media-libs/ethumb/metadata.xml deleted file mode 100644 index 2d1aca365623..000000000000 --- a/media-libs/ethumb/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>enlightenment@gentoo.org</email> - <name>Project Enlightenment</name> -</maintainer> -<use> - <flag name="emotion">Add support for <pkg>media-libs/emotion</pkg></flag> -</use> -</pkgmetadata> diff --git a/media-libs/evas/Manifest b/media-libs/evas/Manifest deleted file mode 100644 index 0a1ba23fa8d5..000000000000 --- a/media-libs/evas/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST evas-1.7.10.tar.bz2 9463058 SHA256 0f2a30b4f2dcd0d39507aca51399fa5574723b0bd031d3cec66181810bb4e70d SHA512 6a2f877dbeed86fa36d4f21ccf2a4ff74d1f9922d17d394094e18d024f9e4b4fceb2f133b28ecc7f1dfe7ab551b3dc501a90878c311f979a84ea708e4a060e01 WHIRLPOOL 750f92f6b159b4b190e8e965a70bf0f4cc1ef78e8a83aa224a1dcc858a7e280c09ac056e3dd79a3e07b25f6190e0ac5744a4d039d5bdc102e51018d9e523eb12 -DIST evas-1.7.8.tar.bz2 9453923 SHA256 9ce94f5da82aeb6fe571d9a648d8c4749ee86a7fb02c4132e3a2c145316d531c SHA512 e915beb930d9906ba6b2b2d768643aeb45f7cbf23786e3f7972992380b6f3a4a2bc08b290094f352c494721db74db6aac3c547ed11a8878a976c8e4fad8158b0 WHIRLPOOL 41151ac770742c27cf785c5e30d0f526fae1331633ed310514e0506e7d090e19cea9ea41da65de6d7eca1ba6a86e72a539ba89f520ad2a490f9b67ec9510f0fd -DIST evas-1.7.9-freetype251.patch 593 SHA256 6a4e17dd9c591b635acacd6886515a6d6978c0c67c5059853d598ef22c62d331 SHA512 ccf8d9a58c2921cc49b53ef62e70c709ca32d266cf41dd17d68fee5a7cf60228f4503a57ffe117ddceaa2042ebd778685aa3ca8e3d389ab146658bf797389ad1 WHIRLPOOL bc742e705f1c2fef5ae805378a5e27231e6e09988848fc3a3abf6c647c6a40f4403b84e2ec1f7d7f74031bc63935c54b168fff68d09298d583d00f788c848443 -DIST evas-1.7.9.tar.bz2 9459596 SHA256 ae3065ecc16158b45e83a62042ac7d577c72fb6427123a126ec7ed8abe8408f7 SHA512 ce526fbb7c897d27b0bdb7ebb4e5107e3705df0bc13cfd72b747982278858e7699d6df73bfcc17f48441e3c2fbe6b005a15b9ee2ba2631d322de08d61ffc854a WHIRLPOOL c1412cb4193339fa227459adaf426ea968de9895368ba501ca41b8fa558bf07ce9465359e60bc2aa004eca311d3b9bb1097e505f59a005afa25359939a1271ae diff --git a/media-libs/evas/evas-1.7.10.ebuild b/media-libs/evas/evas-1.7.10.ebuild deleted file mode 100644 index 45ddd3958150..000000000000 --- a/media-libs/evas/evas-1.7.10.ebuild +++ /dev/null @@ -1,162 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="hardware-accelerated retained canvas API" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Evas" - -LICENSE="BSD-2" -IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm" - -RDEPEND=">=dev-libs/eina-${PV} - >=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:0= ) - 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-${PV} )" -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 - E_ECONF+=( - --disable-software-xcb - $(use_enable opengl gl-xlib) - ) - elif use xcb ; then - E_ECONF+=( - --disable-gl-xlib - --enable-software-xcb - $(use_enable opengl gl-xcb) - ) - else - E_ECONF+=( - --disable-gl-xlib - --disable-software-xcb - --disable-gl-xcb - ) - fi - if use wayland ; then - E_ECONF+=( - --enable-wayland-shm - ) - if use gles ; then - E_ECONF+=( - --enable-wayland-egl - ) - else - E_ECONF+=( - --disable-wayland-egl - ) - fi - else - E_ECONF+=( - --disable-wayland-egl - --disable-wayland-shm - ) - fi - - E_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 cpu_flags_x86_mmx cpu-mmx) - $(use_enable png image-loader-png) - $(use_enable ppm image-loader-pmaps) - $(use_enable psd image-loader-psd) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse3 cpu-sse3) - --disable-image-loader-svg - $(use_enable tga image-loader-tga) - $(use_enable tiff image-loader-tiff) - --enable-pthreads - --enable-async-events - --enable-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]" -} diff --git a/media-libs/evas/evas-1.7.8.ebuild b/media-libs/evas/evas-1.7.8.ebuild deleted file mode 100644 index 45ddd3958150..000000000000 --- a/media-libs/evas/evas-1.7.8.ebuild +++ /dev/null @@ -1,162 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="hardware-accelerated retained canvas API" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Evas" - -LICENSE="BSD-2" -IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm" - -RDEPEND=">=dev-libs/eina-${PV} - >=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:0= ) - 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-${PV} )" -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 - E_ECONF+=( - --disable-software-xcb - $(use_enable opengl gl-xlib) - ) - elif use xcb ; then - E_ECONF+=( - --disable-gl-xlib - --enable-software-xcb - $(use_enable opengl gl-xcb) - ) - else - E_ECONF+=( - --disable-gl-xlib - --disable-software-xcb - --disable-gl-xcb - ) - fi - if use wayland ; then - E_ECONF+=( - --enable-wayland-shm - ) - if use gles ; then - E_ECONF+=( - --enable-wayland-egl - ) - else - E_ECONF+=( - --disable-wayland-egl - ) - fi - else - E_ECONF+=( - --disable-wayland-egl - --disable-wayland-shm - ) - fi - - E_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 cpu_flags_x86_mmx cpu-mmx) - $(use_enable png image-loader-png) - $(use_enable ppm image-loader-pmaps) - $(use_enable psd image-loader-psd) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse3 cpu-sse3) - --disable-image-loader-svg - $(use_enable tga image-loader-tga) - $(use_enable tiff image-loader-tiff) - --enable-pthreads - --enable-async-events - --enable-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]" -} diff --git a/media-libs/evas/evas-1.7.9.ebuild b/media-libs/evas/evas-1.7.9.ebuild deleted file mode 100644 index afca33a900dc..000000000000 --- a/media-libs/evas/evas-1.7.9.ebuild +++ /dev/null @@ -1,170 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2 - https://dev.gentoo.org/~polynomial-c/${PN}-1.7.9-freetype251.patch" - EKEY_STATE="snap" -fi - -inherit autotools enlightenment - -DESCRIPTION="hardware-accelerated retained canvas API" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Evas" - -LICENSE="BSD-2" -IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm" - -RDEPEND=">=dev-libs/eina-1.7.9 - >=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:0= ) - 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.8 )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${DISTDIR}"/${PN}-1.7.9-freetype251.patch - sed -i "s:1.7.9:1.7.8:g" configure.ac - eautoreconf - enlightenment_src_prepare -} - -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 - E_ECONF+=( - --disable-software-xcb - $(use_enable opengl gl-xlib) - ) - elif use xcb ; then - E_ECONF+=( - --disable-gl-xlib - --enable-software-xcb - $(use_enable opengl gl-xcb) - ) - else - E_ECONF+=( - --disable-gl-xlib - --disable-software-xcb - --disable-gl-xcb - ) - fi - if use wayland ; then - E_ECONF+=( - --enable-wayland-shm - ) - if use gles ; then - E_ECONF+=( - --enable-wayland-egl - ) - else - E_ECONF+=( - --disable-wayland-egl - ) - fi - else - E_ECONF+=( - --disable-wayland-egl - --disable-wayland-shm - ) - fi - - E_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 cpu_flags_x86_mmx cpu-mmx) - $(use_enable png image-loader-png) - $(use_enable ppm image-loader-pmaps) - $(use_enable psd image-loader-psd) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse3 cpu-sse3) - --disable-image-loader-svg - $(use_enable tga image-loader-tga) - $(use_enable tiff image-loader-tiff) - --enable-pthreads - --enable-async-events - --enable-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]" -} diff --git a/media-libs/evas/evas-9999.ebuild b/media-libs/evas/evas-9999.ebuild deleted file mode 100644 index 45ddd3958150..000000000000 --- a/media-libs/evas/evas-9999.ebuild +++ /dev/null @@ -1,162 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -if [[ ${PV} == "9999" ]] ; then - EGIT_SUB_PROJECT="legacy" - EGIT_URI_APPEND=${PN} - EGIT_BRANCH=${PN}-1.7 -else - SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="hardware-accelerated retained canvas API" -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Evas" - -LICENSE="BSD-2" -IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm" - -RDEPEND=">=dev-libs/eina-${PV} - >=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:0= ) - 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-${PV} )" -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 - E_ECONF+=( - --disable-software-xcb - $(use_enable opengl gl-xlib) - ) - elif use xcb ; then - E_ECONF+=( - --disable-gl-xlib - --enable-software-xcb - $(use_enable opengl gl-xcb) - ) - else - E_ECONF+=( - --disable-gl-xlib - --disable-software-xcb - --disable-gl-xcb - ) - fi - if use wayland ; then - E_ECONF+=( - --enable-wayland-shm - ) - if use gles ; then - E_ECONF+=( - --enable-wayland-egl - ) - else - E_ECONF+=( - --disable-wayland-egl - ) - fi - else - E_ECONF+=( - --disable-wayland-egl - --disable-wayland-shm - ) - fi - - E_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 cpu_flags_x86_mmx cpu-mmx) - $(use_enable png image-loader-png) - $(use_enable ppm image-loader-pmaps) - $(use_enable psd image-loader-psd) - $(use_enable cpu_flags_x86_sse cpu-sse) - $(use_enable cpu_flags_x86_sse3 cpu-sse3) - --disable-image-loader-svg - $(use_enable tga image-loader-tga) - $(use_enable tiff image-loader-tiff) - --enable-pthreads - --enable-async-events - --enable-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]" -} diff --git a/media-libs/evas/metadata.xml b/media-libs/evas/metadata.xml deleted file mode 100644 index 2c49a0f125c9..000000000000 --- a/media-libs/evas/metadata.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>enlightenment@gentoo.org</email> - <name>Project Enlightenment</name> -</maintainer> -<use> - <flag name="bmp">Support windows bitmap (bmp) image loader</flag> - <flag name="eet">Support dev-libs/eet</flag> - <flag name="ico">Support windows icon (ico) image loader</flag> - <flag name="gles">Enable gles flavor of gl instead of standard</flag> - <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 -anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as -drop down to using normal X11 primitives such as pixmaps, lines and rectangles -for speed if your CPU or graphics hardware are too slow. - -Evas abstracts any need to know much about what the characteristics of your -XServer's display are, what depth or what magic visuals etc, it has. The most you -need to tell Evas is how many colors (at a maximum) to use if the display is not -a truecolor display. By default it is suggested to use 216 colors (as this -equates to a 6x6x6 color cube - exactly the same color cube Netscape, Mozilla, -gdkrgb etc. use so colors will be shared). If Evas can't allocate enough colors -it keeps reducing the size of the color cube until it reaches plain black and -white. This way, it can display on anything from a black and white only terminal -to 16 color VGA to 256 color and all the way up through 15, 16, 24 and 32bit -color. -</longdescription> -</pkgmetadata> |