summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-05-10 15:07:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-05-10 15:07:28 +0000
commit043ce719d18083501e4d4921b9497da7fef9bd38 (patch)
tree765f4b516d90573a720d621bfa466efb9f51cc33 /media-libs
parentVersion Bump (diff)
downloadgentoo-2-043ce719d18083501e4d4921b9497da7fef9bd38.tar.gz
gentoo-2-043ce719d18083501e4d4921b9497da7fef9bd38.tar.bz2
gentoo-2-043ce719d18083501e4d4921b9497da7fef9bd38.zip
bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libv4l/ChangeLog7
-rw-r--r--media-libs/libv4l/libv4l-0.5.3.ebuild6
-rw-r--r--media-libs/libv4l/libv4l-0.6.4.ebuild39
-rw-r--r--media-libs/libv4l/libv4l-0.7.91.ebuild34
4 files changed, 44 insertions, 42 deletions
diff --git a/media-libs/libv4l/ChangeLog b/media-libs/libv4l/ChangeLog
index 7b7702c18dd5..25aebc38f800 100644
--- a/media-libs/libv4l/ChangeLog
+++ b/media-libs/libv4l/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.28 2010/03/23 20:51:17 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.29 2010/05/10 15:07:28 ssuominen Exp $
+
+*libv4l-0.7.91 (10 May 2010)
+
+ 10 May 2010; Samuli Suominen <ssuominen@gentoo.org> +libv4l-0.7.91.ebuild:
+ Version bump wrt #314885.
23 Mar 2010; Brent Baude <ranger@gentoo.org> libv4l-0.6.1.ebuild:
stable ppc, bug 306419
diff --git a/media-libs/libv4l/libv4l-0.5.3.ebuild b/media-libs/libv4l/libv4l-0.5.3.ebuild
index a85f08701d62..265445726993 100644
--- a/media-libs/libv4l/libv4l-0.5.3.ebuild
+++ b/media-libs/libv4l/libv4l-0.5.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.3.ebuild,v 1.8 2010/02/24 19:30:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.3.ebuild,v 1.9 2010/05/10 15:07:28 ssuominen Exp $
+
+# this version is marked as obsolete, delete asap
inherit multilib toolchain-funcs
@@ -11,7 +13,7 @@ SRC_URI="http://people.atrpms.net/~hdegoede/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86"
+KEYWORDS="alpha hppa"
IUSE=""
src_compile() {
diff --git a/media-libs/libv4l/libv4l-0.6.4.ebuild b/media-libs/libv4l/libv4l-0.6.4.ebuild
deleted file mode 100644
index 0b0710c1e506..000000000000
--- a/media-libs/libv4l/libv4l-0.6.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.6.4.ebuild,v 1.1 2010/02/25 08:07:47 ssuominen Exp $
-
-EAPI=2
-inherit multilib toolchain-funcs
-
-DESCRIPTION="Collection of video4linux userspace libraries"
-HOMEPAGE="http://hansdegoede.livejournal.com/3636.html"
-SRC_URI="http://people.fedoraproject.org/~jwrdegoede/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" \
- install || die
- dodoc ChangeLog README* TODO
-}
-
-pkg_postinst() {
- elog
- elog "libv4l includes wrapper libraries for compatibility and pixel format"
- elog "conversion, which are especially useful for users of the gspca usb"
- elog "webcam driver in kernel 2.6.27 and higher."
- elog
- elog "To add v4l2 compatibility to a v4l application 'myapp', launch it via"
- elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l1compat.so myapp"
- elog "To add automatic pixel format conversion to a v4l2 application, use"
- elog "LD_PRELOAD=/usr/$(get_libdir)/libv4l/v4l2convert.so myapp"
- elog
-}
diff --git a/media-libs/libv4l/libv4l-0.7.91.ebuild b/media-libs/libv4l/libv4l-0.7.91.ebuild
new file mode 100644
index 000000000000..778df238f4c9
--- /dev/null
+++ b/media-libs/libv4l/libv4l-0.7.91.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.7.91.ebuild,v 1.1 2010/05/10 15:07:28 ssuominen Exp $
+
+EAPI=3
+inherit multilib toolchain-funcs
+
+MY_P=v4l-utils-${PV}
+
+DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package"
+HOMEPAGE="http://people.fedoraproject.org/~jwrdegoede/"
+SRC_URI="http://people.fedoraproject.org/~jwrdegoede/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ tc-export CC
+ pushd lib
+ emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ CFLAGS="${CFLAGS}" || die
+ popd
+}
+
+src_install() {
+ pushd lib
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install || die
+ popd
+ dodoc ChangeLog README* TODO || die
+}