diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2007-06-27 06:39:26 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2007-06-27 06:39:26 +0000 |
commit | 01b79e199f3e771462f958b57fd8e2894f48d918 (patch) | |
tree | a11904293237f6a88dc006de561cc6cde4b0033b /media-video | |
parent | New upstream version, and cleaning up old versions (diff) | |
download | pauldv-01b79e199f3e771462f958b57fd8e2894f48d918.tar.gz pauldv-01b79e199f3e771462f958b57fd8e2894f48d918.tar.bz2 pauldv-01b79e199f3e771462f958b57fd8e2894f48d918.zip |
Add syntek driver for laptop webcam
svn path=/trunk/overlay/; revision=35
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/stk11xx/Manifest | 12 | ||||
-rw-r--r-- | media-video/stk11xx/files/digest-stk11xx-1.0.0 | 3 | ||||
-rw-r--r-- | media-video/stk11xx/files/stk11xx-1.0.0-ctags.patch | 12 | ||||
-rw-r--r-- | media-video/stk11xx/stk11xx-1.0.0.ebuild | 34 |
4 files changed, 61 insertions, 0 deletions
diff --git a/media-video/stk11xx/Manifest b/media-video/stk11xx/Manifest new file mode 100644 index 0000000..6c169b0 --- /dev/null +++ b/media-video/stk11xx/Manifest @@ -0,0 +1,12 @@ +AUX stk11xx-1.0.0-ctags.patch 348 RMD160 d8be2afaa8202dba7cfa1745634f0bba182ffdc1 SHA1 6711d4e4e79c2e0771240d731ec9e8003b330e9a SHA256 3c4387fcd9473fb8f150ab6edbf852163fcacb9b125eefd5618901e98f396829 +MD5 78823cccddf3e8ec7414db0d9446a4a5 files/stk11xx-1.0.0-ctags.patch 348 +RMD160 d8be2afaa8202dba7cfa1745634f0bba182ffdc1 files/stk11xx-1.0.0-ctags.patch 348 +SHA256 3c4387fcd9473fb8f150ab6edbf852163fcacb9b125eefd5618901e98f396829 files/stk11xx-1.0.0-ctags.patch 348 +DIST stk11xx-1.0.0.tar.gz 42767 RMD160 f46f19e81a8df088ecafaa53e0ffdee576f7fc2a SHA1 61e581c807b3e84375e09863899916195095c2a3 SHA256 843b9aaf99f79463fba694fe45d547269c18aeafde3ddc1d5f4ff93328750e98 +EBUILD stk11xx-1.0.0.ebuild 684 RMD160 fb8fd0f2c5db95ef82a848c3209fac64b2a871f1 SHA1 cf9ec2c22cd78b17fcf800627c8fb54f4ae790bf SHA256 2cad10bae9f7b9ffc396e001f0d1649eaf50cf554cee699cd7343d6bd986a4f9 +MD5 bae6c33f2e229d2fa315fa996a111220 stk11xx-1.0.0.ebuild 684 +RMD160 fb8fd0f2c5db95ef82a848c3209fac64b2a871f1 stk11xx-1.0.0.ebuild 684 +SHA256 2cad10bae9f7b9ffc396e001f0d1649eaf50cf554cee699cd7343d6bd986a4f9 stk11xx-1.0.0.ebuild 684 +MD5 e4d9c5aac28a1ed9fb2af871b67038b6 files/digest-stk11xx-1.0.0 238 +RMD160 22da03adeb4b2ab916950b39d6d6b72ddece6eb4 files/digest-stk11xx-1.0.0 238 +SHA256 ef4d47c6188588ce75ff0f5fc85864abb2bc4ec24df64ccf2c8274a0d90cd02b files/digest-stk11xx-1.0.0 238 diff --git a/media-video/stk11xx/files/digest-stk11xx-1.0.0 b/media-video/stk11xx/files/digest-stk11xx-1.0.0 new file mode 100644 index 0000000..f20f788 --- /dev/null +++ b/media-video/stk11xx/files/digest-stk11xx-1.0.0 @@ -0,0 +1,3 @@ +MD5 4d7bdf860a3d0a56c950cd156b4da27f stk11xx-1.0.0.tar.gz 42767 +RMD160 f46f19e81a8df088ecafaa53e0ffdee576f7fc2a stk11xx-1.0.0.tar.gz 42767 +SHA256 843b9aaf99f79463fba694fe45d547269c18aeafde3ddc1d5f4ff93328750e98 stk11xx-1.0.0.tar.gz 42767 diff --git a/media-video/stk11xx/files/stk11xx-1.0.0-ctags.patch b/media-video/stk11xx/files/stk11xx-1.0.0-ctags.patch new file mode 100644 index 0000000..e5bf398 --- /dev/null +++ b/media-video/stk11xx/files/stk11xx-1.0.0-ctags.patch @@ -0,0 +1,12 @@ +diff -Naur stk11xx-1.0.0-or/Makefile stk11xx-1.0.0/Makefile +--- stk11xx-1.0.0-or/Makefile 2007-05-10 19:58:37.000000000 +0200 ++++ stk11xx-1.0.0/Makefile 2007-05-17 23:02:40.000000000 +0200 +@@ -10,7 +10,7 @@ + + driver: + $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules +- @ctags -R ++ @exuberant-ctags -R + + clean: + $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) clean diff --git a/media-video/stk11xx/stk11xx-1.0.0.ebuild b/media-video/stk11xx/stk11xx-1.0.0.ebuild new file mode 100644 index 0000000..9cfbc22 --- /dev/null +++ b/media-video/stk11xx/stk11xx-1.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit linux-mod + +DESCRIPTION="stk-11xx driver for Syntek webcams." +HOMEPAGE="http://syntekdriver.sourceforge.net/" +SRC_URI="mirror://sourceforge/syntekdriver/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="nomirror" +DEPEND="dev-util/ctags" +RDEPEND="" + +MODULE_NAMES="stk11xx(usb/video:)" +BUILD_TARGETS=" " +CONFIG_CHECK="VIDEO_DEV VIDEO_V4L1_COMPAT" + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KDIR=${KV_DIR}" +} + +src_unpack() { + unpack ${A} + epatch "${FILESDIR}"/${P}-ctags.patch +} + +src_install() { + dodoc README + linux-mod_src_install +} |