diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/evas_generic_loaders | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-plugins/evas_generic_loaders')
5 files changed, 155 insertions, 0 deletions
diff --git a/media-plugins/evas_generic_loaders/Manifest b/media-plugins/evas_generic_loaders/Manifest new file mode 100644 index 000000000000..5a8301653b80 --- /dev/null +++ b/media-plugins/evas_generic_loaders/Manifest @@ -0,0 +1,2 @@ +DIST evas_generic_loaders-1.12.0.tar.bz2 215245 SHA256 981a6b70cfcc99c95936c835c9992735fcb004a99579e461ae64d2e28ea14f20 SHA512 9752fad43843c4fe2a86d8fcab00176f2dcb27888b84f57632add70a47daa4ab5775c0dcbd785e4a8b20b4ce09f4fd6f361128f166cd1f4753ac86afeb8443d5 WHIRLPOOL 4657ef9113d6e0255c26f65bceda87f29defccfbf7cdb803d722d9dbff1ff45721dd4287bc98dd79a06c3072756e062df9391bb5828657c950cbe0c3baf6a77c +DIST evas_generic_loaders-1.15.0.tar.xz 186976 SHA256 1e539e4d4d4e1590345caeb7fdd84f47ec7cd63bb76b6b7107a87420a401fd7f SHA512 629f2d264b7904dbe4d057878c96ad78257bb73e1304ce441d7f14d4c1d5638793331e0b7bd376b9debe8761a62d96e5342ce642a7b1aa164aee595e327a6b08 WHIRLPOOL b5112d1833f274a90fc2087ece41e4c26057abbdc1ee7b2f73ce960ff4f533ea321e805f732538a4546a2a0305141d775ec0b4ea4f4040e0025bccaf63263611 diff --git a/media-plugins/evas_generic_loaders/evas_generic_loaders-1.12.0.ebuild b/media-plugins/evas_generic_loaders/evas_generic_loaders-1.12.0.ebuild new file mode 100644 index 000000000000..e4a18fa06fca --- /dev/null +++ b/media-plugins/evas_generic_loaders/evas_generic_loaders-1.12.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit enlightenment + +MY_P=${PN}-${PV/_/-} + +DESCRIPTION="Provides external applications as generic loaders for Evas" +HOMEPAGE="http://www.enlightenment.org/" +SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gstreamer pdf postscript raw svg" + +S=${WORKDIR}/${MY_P} + +RDEPEND=" + >=dev-libs/efl-1.12.2 + gstreamer? ( media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 ) + pdf? ( app-text/poppler ) + postscript? ( app-text/libspectre ) + raw? ( media-libs/libraw ) + svg? ( gnome-base/librsvg + x11-libs/cairo )" +DEPEND="${RDEPEND}" + +src_configure() { + local MY_ECONF="$(use_enable gstreamer gstreamer1) + $(use_enable pdf poppler) + $(use_enable postscript spectre) + $(use_enable raw libraw) + $(use_enable svg) + + --disable-gstreamer" + + enlightenment_src_configure +} diff --git a/media-plugins/evas_generic_loaders/evas_generic_loaders-1.15.0.ebuild b/media-plugins/evas_generic_loaders/evas_generic_loaders-1.15.0.ebuild new file mode 100644 index 000000000000..e40192ba49f1 --- /dev/null +++ b/media-plugins/evas_generic_loaders/evas_generic_loaders-1.15.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_P=${PN}-${PV/_/-} + +if [[ "${PV}" == "9999" ]] ; then + EGIT_SUB_PROJECT="core" + EGIT_URI_APPEND="${PN}" +else + SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" + EKEY_STATE="snap" +fi + +inherit enlightenment + +DESCRIPTION="Provides external applications as generic loaders for Evas" +HOMEPAGE="http://www.enlightenment.org/" + +LICENSE="GPL-2" +IUSE="gstreamer pdf postscript raw svg" + +RDEPEND=">=dev-libs/efl-${PV} + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) + pdf? ( app-text/poppler ) + postscript? ( app-text/libspectre ) + raw? ( media-libs/libraw ) + svg? ( + gnome-base/librsvg + x11-libs/cairo + )" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + E_ECONF=( + $(use_enable gstreamer gstreamer1) + $(use_enable pdf poppler) + $(use_enable postscript spectre) + $(use_enable raw libraw) + $(use_enable svg) + + --disable-gstreamer + ) + + enlightenment_src_configure +} diff --git a/media-plugins/evas_generic_loaders/evas_generic_loaders-9999.ebuild b/media-plugins/evas_generic_loaders/evas_generic_loaders-9999.ebuild new file mode 100644 index 000000000000..e40192ba49f1 --- /dev/null +++ b/media-plugins/evas_generic_loaders/evas_generic_loaders-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_P=${PN}-${PV/_/-} + +if [[ "${PV}" == "9999" ]] ; then + EGIT_SUB_PROJECT="core" + EGIT_URI_APPEND="${PN}" +else + SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" + EKEY_STATE="snap" +fi + +inherit enlightenment + +DESCRIPTION="Provides external applications as generic loaders for Evas" +HOMEPAGE="http://www.enlightenment.org/" + +LICENSE="GPL-2" +IUSE="gstreamer pdf postscript raw svg" + +RDEPEND=">=dev-libs/efl-${PV} + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) + pdf? ( app-text/poppler ) + postscript? ( app-text/libspectre ) + raw? ( media-libs/libraw ) + svg? ( + gnome-base/librsvg + x11-libs/cairo + )" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + E_ECONF=( + $(use_enable gstreamer gstreamer1) + $(use_enable pdf poppler) + $(use_enable postscript spectre) + $(use_enable raw libraw) + $(use_enable svg) + + --disable-gstreamer + ) + + enlightenment_src_configure +} diff --git a/media-plugins/evas_generic_loaders/metadata.xml b/media-plugins/evas_generic_loaders/metadata.xml new file mode 100644 index 000000000000..99165add909f --- /dev/null +++ b/media-plugins/evas_generic_loaders/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>enlightenment</herd> +</pkgmetadata> |