summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-11-12 18:30:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-11-12 18:30:01 +0000
commit92dc23a7a73c8c1e628fc0d2593889fad88b4a96 (patch)
tree3d8e6c614d8a0dc02d2d9f3e7f9d32ed7731cc30 /media-libs/libv4l
parentStable on ppc64; bug #245850 (diff)
downloadgentoo-2-92dc23a7a73c8c1e628fc0d2593889fad88b4a96.tar.gz
gentoo-2-92dc23a7a73c8c1e628fc0d2593889fad88b4a96.tar.bz2
gentoo-2-92dc23a7a73c8c1e628fc0d2593889fad88b4a96.zip
remove old
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'media-libs/libv4l')
-rw-r--r--media-libs/libv4l/ChangeLog5
-rw-r--r--media-libs/libv4l/libv4l-0.5.1.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/media-libs/libv4l/ChangeLog b/media-libs/libv4l/ChangeLog
index 135a33b339ef..0b343e4c89ac 100644
--- a/media-libs/libv4l/ChangeLog
+++ b/media-libs/libv4l/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libv4l
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.8 2008/11/09 14:25:21 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.9 2008/11/12 18:30:01 aballier Exp $
+
+ 12 Nov 2008; Alexis Ballier <aballier@gentoo.org> -libv4l-0.5.1.ebuild:
+ remove old
09 Nov 2008; Tobias Klausmann <klausman@gentoo.org> libv4l-0.5.3.ebuild:
Stable on alpha, bug #245774
diff --git a/media-libs/libv4l/libv4l-0.5.1.ebuild b/media-libs/libv4l/libv4l-0.5.1.ebuild
deleted file mode 100644
index 0f02f2e5d26b..000000000000
--- a/media-libs/libv4l/libv4l-0.5.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.5.1.ebuild,v 1.3 2008/10/29 13:18:53 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="~amd64 ~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
-}