diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-07-26 07:31:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-07-26 07:31:14 +0000 |
commit | 7a3f15ce91dfaaa364c5a6c5c21f5f41722392be (patch) | |
tree | 93e036bbe603ffcc5d4d3f3a1d82c92d96788a89 /media-video/stk11xx | |
parent | Stable on all arches (diff) | |
download | gentoo-2-7a3f15ce91dfaaa364c5a6c5c21f5f41722392be.tar.gz gentoo-2-7a3f15ce91dfaaa364c5a6c5c21f5f41722392be.tar.bz2 gentoo-2-7a3f15ce91dfaaa364c5a6c5c21f5f41722392be.zip |
Version bump to a snapshot. The snapshot has preliminary support for V4L2.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'media-video/stk11xx')
-rw-r--r-- | media-video/stk11xx/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/stk11xx/stk11xx-2.1.0_p104.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/media-video/stk11xx/ChangeLog b/media-video/stk11xx/ChangeLog index 84491be2514f..8f9fb0b8e13d 100644 --- a/media-video/stk11xx/ChangeLog +++ b/media-video/stk11xx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/stk11xx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v 1.3 2011/02/04 23:39:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v 1.4 2011/07/26 07:31:14 mgorny Exp $ + +*stk11xx-2.1.0_p104 (26 Jul 2011) + + 26 Jul 2011; Michał Górny <mgorny@gentoo.org> +stk11xx-2.1.0_p104.ebuild: + Version bump to a snapshot. The snapshot has preliminary support for V4L2. 04 Feb 2011; Michał Górny <mgorny@gentoo.org> stk11xx-2.1.0.ebuild, +files/stk11xx-2.6.37.patch: diff --git a/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild b/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild new file mode 100644 index 000000000000..2f368a275a3e --- /dev/null +++ b/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0_p104.ebuild,v 1.1 2011/07/26 07:31:14 mgorny Exp $ + +EAPI=4 +inherit base linux-mod + +DESCRIPTION="A driver for Syntek webcams often found in Asus notebooks" +HOMEPAGE="http://syntekdriver.sourceforge.net/" +SRC_URI="mirror://gentoo/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/xz-utils" + +MODULE_NAMES="${PN}(media/video:)" +CONFIG_CHECK="VIDEO_V4L2" + +pkg_setup() { + linux-mod_pkg_setup + + BUILD_TARGETS="${PN}.ko" + BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" + + MODULESD_STK11XX_DOCS=( README ) +} |