diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-05 06:08:55 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-05 06:08:55 +0000 |
commit | 7e11a5420847042f79a9bc3c482612ac6669b459 (patch) | |
tree | a3529a552a2d5a7e87439d563f41be864e02636d /media-libs/libv4l | |
parent | Drop old. (diff) | |
download | gentoo-2-7e11a5420847042f79a9bc3c482612ac6669b459.tar.gz gentoo-2-7e11a5420847042f79a9bc3c482612ac6669b459.tar.bz2 gentoo-2-7e11a5420847042f79a9bc3c482612ac6669b459.zip |
Drop old.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-libs/libv4l')
-rw-r--r-- | media-libs/libv4l/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libv4l/files/libv4l-0.8.5-disable_fancy_upsampling.patch | 13 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.8.5-r1.ebuild | 45 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.8.5.ebuild | 43 |
4 files changed, 6 insertions, 102 deletions
diff --git a/media-libs/libv4l/ChangeLog b/media-libs/libv4l/ChangeLog index 33c0bd2590b9..9765d493f8fe 100644 --- a/media-libs/libv4l/ChangeLog +++ b/media-libs/libv4l/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libv4l # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.73 2012/10/20 07:15:40 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.74 2012/12/05 06:08:55 tetromino Exp $ + + 05 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + -libv4l-0.8.5.ebuild, -libv4l-0.8.5-r1.ebuild, + -files/libv4l-0.8.5-disable_fancy_upsampling.patch: + Drop old. *libv4l-0.8.9 (20 Oct 2012) diff --git a/media-libs/libv4l/files/libv4l-0.8.5-disable_fancy_upsampling.patch b/media-libs/libv4l/files/libv4l-0.8.5-disable_fancy_upsampling.patch deleted file mode 100644 index 7f385df497b4..000000000000 --- a/media-libs/libv4l/files/libv4l-0.8.5-disable_fancy_upsampling.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/401865 -http://bugs.debian.org/647273 - ---- lib/libv4lconvert/jpeg.c -+++ lib/libv4lconvert/jpeg.c -@@ -390,6 +390,7 @@ - } - - data->cinfo.raw_data_out = TRUE; -+ data->cinfo.do_fancy_upsampling = FALSE; - jpeg_start_decompress(&data->cinfo); - /* Make libjpeg errors report that we've got some data */ - data->jerr_errno = EPIPE; diff --git a/media-libs/libv4l/libv4l-0.8.5-r1.ebuild b/media-libs/libv4l/libv4l-0.8.5-r1.ebuild deleted file mode 100644 index 063fc84520fb..000000000000 --- a/media-libs/libv4l/libv4l-0.8.5-r1.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/libv4l/libv4l-0.8.5-r1.ebuild,v 1.2 2012/10/20 07:15:40 tetromino Exp $ - -EAPI=4 -inherit eutils linux-info multilib toolchain-funcs - -MY_P=v4l-utils-${PV} - -DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package" -HOMEPAGE="http://git.linuxtv.org/v4l-utils.git" -SRC_URI="http://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="virtual/jpeg" -DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.30-r1" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="~SHMEM" - -src_prepare() { - epatch "${FILESDIR}"/${P}-disable_fancy_upsampling.patch - - sed -i \ - -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \ - -e "/^LIBDIR =/s:/lib:/$(get_libdir):" \ - -e "/^CFLAGS :=/d" \ - Make.rules || die - tc-export CC -} - -src_compile() { - emake -C lib -} - -src_install() { - emake -C lib DESTDIR="${D}" install - dodoc ChangeLog README.lib* TODO -} diff --git a/media-libs/libv4l/libv4l-0.8.5.ebuild b/media-libs/libv4l/libv4l-0.8.5.ebuild deleted file mode 100644 index 6b785d685473..000000000000 --- a/media-libs/libv4l/libv4l-0.8.5.ebuild +++ /dev/null @@ -1,43 +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/libv4l/libv4l-0.8.5.ebuild,v 1.9 2012/10/20 07:15:40 tetromino Exp $ - -EAPI=4 -inherit linux-info multilib toolchain-funcs - -MY_P=v4l-utils-${PV} - -DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package" -HOMEPAGE="http://git.linuxtv.org/v4l-utils.git" -SRC_URI="http://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="virtual/jpeg" -DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.30-r1" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="~SHMEM" - -src_prepare() { - sed -i \ - -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \ - -e "/^LIBDIR =/s:/lib:/$(get_libdir):" \ - -e "/^CFLAGS :=/d" \ - Make.rules || die - tc-export CC -} - -src_compile() { - emake -C lib -} - -src_install() { - emake -C lib DESTDIR="${D}" install - dodoc ChangeLog README.lib* TODO -} |