summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-23 21:13:40 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-23 21:13:40 +0000
commit3295e071fbbb5655169f053125c9a11d129cef1b (patch)
tree6277d8cb6026c9555ec209e941a59841d3dc32a1 /media-libs
parentversion bump (diff)
downloadgentoo-2-3295e071fbbb5655169f053125c9a11d129cef1b.tar.gz
gentoo-2-3295e071fbbb5655169f053125c9a11d129cef1b.tar.bz2
gentoo-2-3295e071fbbb5655169f053125c9a11d129cef1b.zip
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/babl/ChangeLog8
-rw-r--r--media-libs/babl/babl-0.1.10.ebuild59
-rw-r--r--media-libs/babl/babl-0.1.4-r2.ebuild45
-rw-r--r--media-libs/babl/babl-0.1.4.ebuild38
-rw-r--r--media-libs/babl/babl-0.1.6.ebuild50
-rw-r--r--media-libs/babl/babl-0.1.8.ebuild51
-rw-r--r--media-libs/babl/files/babl-0.1.0-build-fixes.patch20
-rw-r--r--media-libs/babl/files/babl-0.1.4-introspection.patch16
-rw-r--r--media-libs/babl/files/babl-0.1.6-introspection.patch11
9 files changed, 7 insertions, 291 deletions
diff --git a/media-libs/babl/ChangeLog b/media-libs/babl/ChangeLog
index c3497bb5baac..9c1591ae5176 100644
--- a/media-libs/babl/ChangeLog
+++ b/media-libs/babl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/babl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.61 2014/03/04 20:02:39 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.62 2014/04/23 21:13:40 pacho Exp $
+
+ 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -babl-0.1.10.ebuild,
+ -babl-0.1.4-r2.ebuild, -babl-0.1.4.ebuild, -babl-0.1.6.ebuild,
+ -babl-0.1.8.ebuild, -files/babl-0.1.0-build-fixes.patch,
+ -files/babl-0.1.4-introspection.patch, -files/babl-0.1.6-introspection.patch:
+ Drop old
04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> babl-0.1.10-r1.ebuild:
Add ~mips keyword.
diff --git a/media-libs/babl/babl-0.1.10.ebuild b/media-libs/babl/babl-0.1.10.ebuild
deleted file mode 100644
index 2f6855a2a0a4..000000000000
--- a/media-libs/babl/babl-0.1.10.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10.ebuild,v 1.10 2013/05/02 14:04:30 ago Exp $
-
-EAPI=4
-
-VALA_MIN_API_VERSION=0.14
-VALA_USE_DEPEND=vapigen
-
-inherit vala autotools eutils
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="altivec +introspection sse mmx vala"
-
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2
- vala? ( $(vala_depend) )
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-clang.patch
-
- # fix compilation on OSX, can be dropped on next release:
- # http://mail.gnome.org/archives/commits-list/2012-April/msg02589.html
- sed -i -e 's/values\.h/limits.h/' babl/babl-palette.c || die
- epatch "${FILESDIR}"/${P}-introspection.patch
- epatch "${FILESDIR}"/${P}-g-ir-compiler-crash.patch
- eautoreconf
-
- use vala && vala_src_prepare
-}
-
-src_configure() {
- # Automagic rsvg support is just for website generation we do not call,
- # so we don't need to fix it
- # w3m is used for dist target thus no issue for us that it is automagically
- # detected
- econf \
- --disable-static \
- --disable-maintainer-mode \
- $(use_enable altivec) \
- $(use_enable introspection) \
- $(use_enable mmx) \
- $(use_enable sse) \
- $(use_with vala)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS
-}
diff --git a/media-libs/babl/babl-0.1.4-r2.ebuild b/media-libs/babl/babl-0.1.4-r2.ebuild
deleted file mode 100644
index 58b22f774b3b..000000000000
--- a/media-libs/babl/babl-0.1.4-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4-r2.ebuild,v 1.3 2012/05/05 08:02:35 jdhore Exp $
-
-EAPI=3
-
-inherit autotools eutils
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="altivec +introspection sse mmx"
-
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-introspection.patch
- eautoreconf
-}
-
-src_configure() {
- # Automagic rsvg support is just for website generation we do not call,
- # so we don't need to fix it
- # w3m is used for dist target thus no issue for us that it is automagically
- # detected
- econf \
- --disable-static \
- --disable-maintainer-mode \
- $(use_enable altivec) \
- $(use_enable introspection) \
- $(use_enable mmx) \
- $(use_enable sse)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}
diff --git a/media-libs/babl/babl-0.1.4.ebuild b/media-libs/babl/babl-0.1.4.ebuild
deleted file mode 100644
index faf114e79bc2..000000000000
--- a/media-libs/babl/babl-0.1.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.13 2012/05/05 08:02:35 jdhore Exp $
-
-EAPI=3
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="altivec +introspection sse mmx"
-
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- # Automagic rsvg support is just for website generation we do not call,
- # so we don't need to fix it
- # w3m is used for dist target thus no issue for us that it is automagically
- # detected
- econf \
- --disable-static \
- --disable-maintainer-mode \
- $(use_enable altivec) \
- $(use_enable introspection) \
- $(use_enable mmx) \
- $(use_enable sse)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}
diff --git a/media-libs/babl/babl-0.1.6.ebuild b/media-libs/babl/babl-0.1.6.ebuild
deleted file mode 100644
index f1b3fdd4f553..000000000000
--- a/media-libs/babl/babl-0.1.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.6.ebuild,v 1.6 2012/05/05 08:02:35 jdhore Exp $
-
-EAPI=3
-VALASLOT=0.14
-
-inherit autotools eutils
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="altivec +introspection sse mmx vala"
-
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2
- vala? ( dev-lang/vala:${VALASLOT}[vapigen] )
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-introspection.patch
- eautoreconf
-}
-
-src_configure() {
- # Automagic rsvg support is just for website generation we do not call,
- # so we don't need to fix it
- # w3m is used for dist target thus no issue for us that it is automagically
- # detected
- VAPIGEN="$(type -p vapigen-${VALASLOT})" \
- econf \
- --disable-static \
- --disable-maintainer-mode \
- $(use_enable altivec) \
- $(use_enable introspection) \
- $(use_enable mmx) \
- $(use_enable sse) \
- $(use_with vala)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}
diff --git a/media-libs/babl/babl-0.1.8.ebuild b/media-libs/babl/babl-0.1.8.ebuild
deleted file mode 100644
index 43a085d925c6..000000000000
--- a/media-libs/babl/babl-0.1.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.8.ebuild,v 1.3 2013/04/30 20:13:01 sping Exp $
-
-EAPI=3
-VALASLOT=0.14
-
-inherit autotools eutils
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="altivec +introspection sse mmx vala"
-
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2
- vala? ( dev-lang/vala:${VALASLOT}[vapigen] )
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.1.6-introspection.patch
- epatch "${FILESDIR}"/${PN}-0.1.10-g-ir-compiler-crash.patch
- eautoreconf
-}
-
-src_configure() {
- # Automagic rsvg support is just for website generation we do not call,
- # so we don't need to fix it
- # w3m is used for dist target thus no issue for us that it is automagically
- # detected
- VAPIGEN="$(type -p vapigen-${VALASLOT})" \
- econf \
- --disable-static \
- --disable-maintainer-mode \
- $(use_enable altivec) \
- $(use_enable introspection) \
- $(use_enable mmx) \
- $(use_enable sse) \
- $(use_with vala)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}
diff --git a/media-libs/babl/files/babl-0.1.0-build-fixes.patch b/media-libs/babl/files/babl-0.1.0-build-fixes.patch
deleted file mode 100644
index 3cd0559438cb..000000000000
--- a/media-libs/babl/files/babl-0.1.0-build-fixes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- babl-0.1.0.orig/extensions/Makefile.am 2009-04-17 12:05:15.000000000 -0500
-+++ babl-0.1.0/extensions/Makefile.am 2009-08-19 00:53:21.435970261 -0500
-@@ -1,7 +1,7 @@
- if OS_WIN32
- AM_LDFLAGS = -module -no-undefined
- else
--AM_LDFLAGS = -module
-+AM_LDFLAGS = -module -avoid-version
- endif
-
- noinst_HEADERS = util.h
-@@ -12,7 +12,7 @@
- -I$(top_srcdir)/babl \
- -I$(top_srcdir)/extensions
-
--extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@
-+extdir = $(libdir)/babl-@BABL_API_VERSION@
- ext_LTLIBRARIES = \
- CIE-Lab.la \
- gegl-fixups.la \
diff --git a/media-libs/babl/files/babl-0.1.4-introspection.patch b/media-libs/babl/files/babl-0.1.4-introspection.patch
deleted file mode 100644
index 14f2b9c3fa65..000000000000
--- a/media-libs/babl/files/babl-0.1.4-introspection.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/babl/Makefile.am b/babl/Makefile.am
-index 6abf148..6b3e270 100644
---- a/babl/Makefile.am
-+++ b/babl/Makefile.am
-@@ -92,10 +92,9 @@ if HAVE_INTROSPECTION
- Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am
- $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
- --add-include-path=$(srcdir) --add-include-path=. \
-- --library=babl-$(BABL_API_VERSION) \
-+ --library=libbabl-$(BABL_API_VERSION).la \
- --libtool="$(LIBTOOL)" \
- --output $@ \
-- --pkg babl \
- -DBABL_IS_BEING_COMPILED \
- -I$(top_srcdir) \
- -I$(top_builddir) \
diff --git a/media-libs/babl/files/babl-0.1.6-introspection.patch b/media-libs/babl/files/babl-0.1.6-introspection.patch
deleted file mode 100644
index 840678c9b0c3..000000000000
--- a/media-libs/babl/files/babl-0.1.6-introspection.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- babl/Makefile.am 2012-01-01 13:24:26.837016532 +0100
-+++ babl/Makefile.am 2012-01-01 13:24:38.047876380 +0100
-@@ -95,7 +95,7 @@
- Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am
- $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
- --add-include-path=$(srcdir) --add-include-path=. \
-- --library=babl-$(BABL_API_VERSION) \
-+ --library=libbabl-$(BABL_API_VERSION).la \
- --libtool="$(LIBTOOL)" \
- --output $@ \
- -DBABL_IS_BEING_COMPILED \