media-video/stk11xx: remove last-rited package

This commit is contained in:
Michael Palimaka
2016-03-21 02:43:35 +11:00
parent c602fdef6b
commit cbb8874bda
6 changed files with 0 additions and 112 deletions

View File

@@ -1 +0,0 @@
DIST stk11xx-2.1.0_p104.tar.xz 52104 SHA256 e4c88e5a135d68b38b87c65f4f2dc43b7d6e2e32e593c4076c9c9dad43cb8249 SHA512 66afb473f080b72f25f88bc9d605ebcbd575ad5bd1e1464b57bed9e8e9d5404b66d78e4f64a194690d4d3ef80d368586f5c4ace88d54e830ee8f76bb7d31e445 WHIRLPOOL 3080a569b52e10c6fa2f09b842010053b427de8f133831cd364bfffce47e19ef68d5787dbe1bc7a1984854954207c4592118adafd5210f4ca52b05ccda0805e4

View File

@@ -1,16 +0,0 @@
diff -ruN driver.org//stk11xx-usb.c driver/stk11xx-usb.c
--- driver.org//stk11xx-usb.c 2011-01-06 21:51:53.674999852 +0200
+++ driver/stk11xx-usb.c 2011-01-06 21:56:44.418999851 +0200
@@ -844,7 +844,12 @@
}
// Init mutexes, spinlock, etc.
+
+#ifndef init_MUTEX
+ sema_init(&dev->mutex,1);
+#else
init_MUTEX(&dev->mutex);
+#endif
mutex_init(&dev->modlock);
spin_lock_init(&dev->spinlock);
init_waitqueue_head(&dev->wait_frame);

View File

@@ -1,15 +0,0 @@
Patch fixing compilation on amd64, thanks to Krzysztof Magusiak.
Upstream accepted and applied into r95:
http://syntekdriver.svn.sourceforge.net/viewvc/syntekdriver?view=rev&revision=95
--- stk11xx-2.1.0/stk11xx-v4l.c.old 2009-07-03 19:27:15.882898391 +0200
+++ stk11xx-2.1.0/stk11xx-v4l.c 2009-07-03 19:27:40.246883049 +0200
@@ -1733,7 +1733,7 @@
.poll = v4l_stk11xx_poll,
.mmap = v4l_stk11xx_mmap,
.ioctl = v4l_stk11xx_ioctl,
-#ifdef CONFIG_COMPAT
+#if defined(CONFIG_COMPAT) && defined(v4l_compat_ioctl32)
.compat_ioctl = v4l_compat_ioctl32,
#endif
};

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">syntekdriver</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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 )
}

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
inherit base linux-mod
#if LIVE
ESVN_REPO_URI="https://syntekdriver.svn.sourceforge.net/svnroot/syntekdriver/trunk/driver"
inherit subversion
#endif
DESCRIPTION="A driver for Syntek webcams often found in Asus notebooks"
HOMEPAGE="http://syntekdriver.sourceforge.net/"
SRC_URI="mirror://sourceforge/syntekdriver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
MODULE_NAMES="${PN}(media/video:)"
CONFIG_CHECK="VIDEO_V4L2"
#if LIVE
KEYWORDS=
SRC_URI=
#endif
pkg_setup() {
linux-mod_pkg_setup
BUILD_TARGETS="${PN}.ko"
BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
MODULESD_STK11XX_DOCS=( README )
}
#if LIVE
src_prepare() {
base_src_prepare
}
#endif