diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-06 09:14:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-06 09:14:57 +0000 |
commit | f1017791cb256bd51ec9c2013a6236b5a9feb003 (patch) | |
tree | 67adeb866b2bd289ad3ccec0e31b64201f81842d /media-libs/libv4l | |
parent | Fix incorrect SRC_URI (bug #276462, Jeongsu Kim). (diff) | |
download | historical-f1017791cb256bd51ec9c2013a6236b5a9feb003.tar.gz historical-f1017791cb256bd51ec9c2013a6236b5a9feb003.tar.bz2 historical-f1017791cb256bd51ec9c2013a6236b5a9feb003.zip |
remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libv4l')
-rw-r--r-- | media-libs/libv4l/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.5.8.ebuild | 40 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.6.0.ebuild | 40 |
3 files changed, 5 insertions, 81 deletions
diff --git a/media-libs/libv4l/ChangeLog b/media-libs/libv4l/ChangeLog index 3fa68d33f89f..d1558c323fea 100644 --- a/media-libs/libv4l/ChangeLog +++ b/media-libs/libv4l/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libv4l # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.19 2009/09/06 09:12:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.20 2009/09/06 09:14:57 aballier Exp $ + + 06 Sep 2009; Alexis Ballier <aballier@gentoo.org> -libv4l-0.5.8.ebuild, + -libv4l-0.6.0.ebuild: + remove old *libv4l-0.6.1 (06 Sep 2009) diff --git a/media-libs/libv4l/libv4l-0.5.8.ebuild b/media-libs/libv4l/libv4l-0.5.8.ebuild deleted file mode 100644 index 6340e643f441..000000000000 --- a/media-libs/libv4l/libv4l-0.5.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.8.ebuild,v 1.3 2009/07/04 15:03:17 jer Exp $ - -inherit multilib toolchain-funcs - -DESCRIPTION="V4L userspace libraries" -HOMEPAGE="http://people.atrpms.net/~hdegoede/ - http://hansdegoede.livejournal.com/3636.html" -SRC_URI="http://people.atrpms.net/~hdegoede/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -src_compile() { - tc-export CC - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" CFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \ - DESTDIR="${D}" install || die "emake install failed" - 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.6.0.ebuild b/media-libs/libv4l/libv4l-0.6.0.ebuild deleted file mode 100644 index 8cc4fcb7c052..000000000000 --- a/media-libs/libv4l/libv4l-0.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.6.0.ebuild,v 1.1 2009/07/17 08:33:39 aballier Exp $ - -inherit multilib toolchain-funcs - -DESCRIPTION="V4L userspace libraries" -HOMEPAGE="http://people.atrpms.net/~hdegoede/ - http://hansdegoede.livejournal.com/3636.html" -SRC_URI="http://people.atrpms.net/~hdegoede/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -src_compile() { - tc-export CC - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" CFLAGS="${CFLAGS}" \ - || die "emake failed" -} - -src_install() { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" \ - DESTDIR="${D}" install || die "emake install failed" - 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 -} |