summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2008-02-02 12:17:44 +0000
committerStefan Schweizer <genstef@gentoo.org>2008-02-02 12:17:44 +0000
commita4badf5560e226c9ad511e1f336f817da0b16da3 (patch)
tree0ff8b14be60c5abf02a16ab47670a61835bef50c /media-video/linux-uvc
parentMasking dev-java/jasmin-sable for removal. (diff)
downloadgentoo-2-a4badf5560e226c9ad511e1f336f817da0b16da3.tar.gz
gentoo-2-a4badf5560e226c9ad511e1f336f817da0b16da3.tar.bz2
gentoo-2-a4badf5560e226c9ad511e1f336f817da0b16da3.zip
version bump
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-video/linux-uvc')
-rw-r--r--media-video/linux-uvc/ChangeLog10
-rw-r--r--media-video/linux-uvc/linux-uvc-0.1.0_pre173.ebuild33
2 files changed, 41 insertions, 2 deletions
diff --git a/media-video/linux-uvc/ChangeLog b/media-video/linux-uvc/ChangeLog
index fc50bc4b2fc4..1b065f5695e0 100644
--- a/media-video/linux-uvc/ChangeLog
+++ b/media-video/linux-uvc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/linux-uvc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.12 2007/12/19 11:37:35 genstef Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.13 2008/02/02 12:17:44 genstef Exp $
+
+*linux-uvc-0.1.0_pre173 (02 Feb 2008)
+
+ 02 Feb 2008; Stefan Schweizer <genstef@gentoo.org>
+ +linux-uvc-0.1.0_pre173.ebuild:
+ version bump
*linux-uvc-0.1.0_pre157 (19 Dec 2007)
diff --git a/media-video/linux-uvc/linux-uvc-0.1.0_pre173.ebuild b/media-video/linux-uvc/linux-uvc-0.1.0_pre173.ebuild
new file mode 100644
index 000000000000..a620f78c4e30
--- /dev/null
+++ b/media-video/linux-uvc/linux-uvc-0.1.0_pre173.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre173.ebuild,v 1.1 2008/02/02 12:17:44 genstef Exp $
+
+inherit linux-mod
+
+DESCRIPTION="Linux driver and user-space tools for USB Video Class devices."
+HOMEPAGE="http://linux-uvc.berlios.de/"
+SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
+#ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/"
+#ESVN_OPTIONS="-r ${PV/*_pre}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+DEPEND=""
+
+MODULE_NAMES="uvcvideo(usb/media:)"
+BUILD_TARGETS=" "
+CONFIG_CHECK="VIDEO_DEV"
+
+pkg_setup() {
+ linux-mod_pkg_setup
+
+ BUILD_PARAMS="KERNEL_DIR=${KV_DIR}"
+}
+
+pkg_postinst() {
+ linux-mod_pkg_postinst
+ ewarn "If something is broken, you should get involved, and report"
+ ewarn "back to the mailing list linux-uvc-devel@lists.berlios.de"
+}