summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-02-04 00:55:07 +0000
committerSamuli Suominen <drac@gentoo.org>2007-02-04 00:55:07 +0000
commitad09bd59e630729fddf880311132dce977b440e9 (patch)
treeb34b9188d76bb14af9742f5180b9f4f742e1bad1 /media-video
parentRegenerate digest in Manifest2 format. (diff)
downloadgentoo-2-ad09bd59e630729fddf880311132dce977b440e9.tar.gz
gentoo-2-ad09bd59e630729fddf880311132dce977b440e9.tar.bz2
gentoo-2-ad09bd59e630729fddf880311132dce977b440e9.zip
Remove a pile of deprecated patches with old versions.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/qc-usb/files/digest-qc-usb-0.6.33
-rw-r--r--media-video/qc-usb/files/digest-qc-usb-0.6.43
-rw-r--r--media-video/qc-usb/files/qc-usb-0.6.3-linux-2.6.16.patch12
-rw-r--r--media-video/qc-usb/files/qc-usb-0.6.4-koutput.patch58
-rw-r--r--media-video/qc-usb/files/qc-usb-gcc4.patch93
-rw-r--r--media-video/qc-usb/files/qc-usb-linux-2.6.18-1.patch21
-rw-r--r--media-video/qc-usb/files/qc-usb-linux-2.6.18-2.patch10
-rw-r--r--media-video/qc-usb/qc-usb-0.6.3.ebuild46
-rw-r--r--media-video/qc-usb/qc-usb-0.6.4.ebuild43
9 files changed, 0 insertions, 289 deletions
diff --git a/media-video/qc-usb/files/digest-qc-usb-0.6.3 b/media-video/qc-usb/files/digest-qc-usb-0.6.3
deleted file mode 100644
index df58dd30fac4..000000000000
--- a/media-video/qc-usb/files/digest-qc-usb-0.6.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3d33380a29a7f92c4eef1f82d61b4ee0 qc-usb-0.6.3.tar.gz 148994
-RMD160 248768b551dc810dea524567e73b591353c0f8ed qc-usb-0.6.3.tar.gz 148994
-SHA256 fee6264949107e5d879525487c1c3b27ea208ea854792d8c87142143cb2f2aa5 qc-usb-0.6.3.tar.gz 148994
diff --git a/media-video/qc-usb/files/digest-qc-usb-0.6.4 b/media-video/qc-usb/files/digest-qc-usb-0.6.4
deleted file mode 100644
index 75a96b517adf..000000000000
--- a/media-video/qc-usb/files/digest-qc-usb-0.6.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7e91c3a633382c99100e3ef4f1d9f50a qc-usb-0.6.4.tar.gz 144247
-RMD160 8717f7664d760dd503b097dd8fb68a873112ccd9 qc-usb-0.6.4.tar.gz 144247
-SHA256 366b454ffd99dc5afcb47443657801e38bcd0fbffe0bee6ad1663957d5b9cd8c qc-usb-0.6.4.tar.gz 144247
diff --git a/media-video/qc-usb/files/qc-usb-0.6.3-linux-2.6.16.patch b/media-video/qc-usb/files/qc-usb-0.6.3-linux-2.6.16.patch
deleted file mode 100644
index e91d99958b40..000000000000
--- a/media-video/qc-usb/files/qc-usb-0.6.3-linux-2.6.16.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur qc-usb-0.6.3.ori/qc-driver.c qc-usb-0.6.3/qc-driver.c
---- qc-usb-0.6.3.ori/qc-driver.c 2005-04-15 20:32:49.000000000 +0100
-+++ qc-usb-0.6.3/qc-driver.c 2006-03-27 13:02:14.000000000 +0100
-@@ -3027,7 +3027,7 @@
- name: qc_name,
- probe: qc_usb_probe,
- disconnect: qc_usb_disconnect,
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) && LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15)
- owner: THIS_MODULE,
- #endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
diff --git a/media-video/qc-usb/files/qc-usb-0.6.4-koutput.patch b/media-video/qc-usb/files/qc-usb-0.6.4-koutput.patch
deleted file mode 100644
index 5bf3a7f4bdfa..000000000000
--- a/media-video/qc-usb/files/qc-usb-0.6.4-koutput.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-diff -urN qc-usb-0.6.4.old/Makefile qc-usb-0.6.4/Makefile
---- qc-usb-0.6.4.old/Makefile 2006-05-02 06:18:30.000000000 -0700
-+++ qc-usb-0.6.4/Makefile 2006-06-05 05:29:25.000000000 -0700
-@@ -41,7 +41,7 @@
- MODULE_DIR := /lib/modules/$(shell uname -r)
- else
- # Note: the brackets on line below contain a space and a _tab_!
--RELEASE := $(shell awk -F \" '/[ ]*\#[ ]*define[ ]*UTS_RELEASE[ ]*/ { print $$2 }' $(LINUX_DIR)/include/linux/version.h|tail -n 1)
-+RELEASE := $(shell awk -F \" '/[ ]*\#[ ]*define[ ]*UTS_RELEASE[ ]*/ { print $$2 }' $(OUTPUT_DIR)/include/linux/version.h|tail -n 1)
- MODULE_DIR := /lib/modules/$(RELEASE)
- endif
- endif
-@@ -51,6 +51,11 @@
- LINUX_DIR := $(MODULE_DIR)/build
- endif
-
-+# Due to delayed subsitution, can handle OUTPUT_DIR here
-+ifndef OUTPUT_DIR
-+OUTPUT_DIR := $(LINUX_DIR)
-+endif
-+
- ifndef USER_OPT
- USER_OPT :=
- endif
-@@ -60,7 +65,7 @@
- DEPMOD := $(shell which depmod || which /sbin/depmod || echo "true You should now run depmod")
-
- # Get VERSION_CODE (from version.h in kernel source directory)
--VERSION_CODE := $(shell awk '/[ ]*\#[ ]*define[ ]*LINUX_VERSION_CODE[ ]*/ { print $$3 }' $(LINUX_DIR)/include/linux/version.h|tail -n 1)
-+VERSION_CODE := $(shell awk '/[ ]*\#[ ]*define[ ]*LINUX_VERSION_CODE[ ]*/ { print $$3 }' $(OUTPUT_DIR)/include/linux/version.h|tail -n 1)
-
- ifeq ($(shell if [ $(VERSION_CODE) -ge 132608 ]; then echo y; fi),y)
- MODULE_NAME := quickcam.ko # for 2.6.x
-@@ -76,6 +81,7 @@
- @echo "make all - Compile driver and utilities against current running kernel"
- @echo "make all USER_OPT=-DDEBUG - Compile with debugging code and messages"
- @echo "make all LINUX_DIR=/usr/src/linux - Compile against specified kernel source"
-+ @echo "make all OUTPUT_DIR=/var/tmp/kernel-output/2.6.13 - Specifiy binary output dir"
- @echo "make install - Copy driver and utilities into standard locations (needs root)"
- @echo "make install PREFIX=/usr - Copy utilities to /usr/bin instead of /usr/local/bin"
- @echo "make install MODULE_DIR=/lib/modules/2.4.0 - Copy module to /lib/modules/2.4.0/misc"
-@@ -93,6 +99,7 @@
- @echo "Current configuration:"
- @echo "Driver source directory (PWD): $(PWD)"
- @echo "Kernel source directory (LINUX_DIR): $(LINUX_DIR)"
-+ @echo "Kernel output directory (OUTPUT_DIR): $(OUTPUT_DIR)"
- @echo "Module install directory (MODULE_DIR): $(MODULE_DIR)"
- @echo "Utility install directory (PREFIX): $(PREFIX)"
- @echo "User options (USER_OPT): $(USER_OPT)"
-@@ -115,7 +122,7 @@
- else
- # No, 2.4.x or older
-
--MODULE_INC := -I$(LINUX_DIR)/include -nostdinc -iwithprefix include
-+MODULE_INC := -I$(LINUX_DIR)/include -I$(OUTPUT_DIR)/include -nostdinc -iwithprefix include
- MODULE_DEF := -DMODULE -D__KERNEL__ -DNOKERNEL
- MODULE_OPT := -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
- MODULE_WARN := -Wall -Wstrict-prototypes -Wno-trigraphs
diff --git a/media-video/qc-usb/files/qc-usb-gcc4.patch b/media-video/qc-usb/files/qc-usb-gcc4.patch
deleted file mode 100644
index 3854814c8c2d..000000000000
--- a/media-video/qc-usb/files/qc-usb-gcc4.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-diff -ur qc-usb-0.6.3.orig/qc-driver.c qc-usb-0.6.3/qc-driver.c
---- qc-usb-0.6.3.orig/qc-driver.c 2006-05-04 00:41:21.000000000 +0200
-+++ qc-usb-0.6.3/qc-driver.c 2006-05-04 00:44:19.000000000 +0200
-@@ -75,63 +75,63 @@
- #endif
- /* }}} */
- /* {{{ [fold] Module parameters */
--MODULE_PARM_DESC(qcdebug, "Sets the debug output (bitfield)");
--MODULE_PARM(qcdebug, "i");
- int qcdebug = DEBUGLEVEL;
-+MODULE_PARM_DESC(qcdebug, "Sets the debug output (bitfield)");
-+module_param(qcdebug, int, 0);
-
--MODULE_PARM_DESC(keepsettings, "Keep picture settings across one open to another (0-1)");
--MODULE_PARM(keepsettings, "i");
- static int keepsettings = 0;
-+MODULE_PARM_DESC(keepsettings, "Keep picture settings across one open to another (0-1)");
-+module_param(keepsettings, int, 0);
-
--MODULE_PARM_DESC(settle, "Maximum number of frames to wait picture brightness to settle (0-255)");
--MODULE_PARM(settle, "i");
- static int settle = 0;
-+MODULE_PARM_DESC(settle, "Maximum number of frames to wait picture brightness to settle (0-255)");
-+module_param(settle, int, 0);
-
- /* Subsampling is used to allow higher scan rate with smaller images. */
--MODULE_PARM_DESC(subsample, "Sets subsampling (0-1)");
--MODULE_PARM(subsample, "i");
- static int subsample = 0; /* normal or sub-sample (sub-sample to increase the speed) */
-+MODULE_PARM_DESC(subsample, "Sets subsampling (0-1)");
-+module_param(subsample, int, 0);
-
--MODULE_PARM_DESC(compress, "Enable compressed mode (0-1)");
--MODULE_PARM(compress, "i");
- static int compress = 0; /* Enable compressed mode if available (higher framerate) */
-+MODULE_PARM_DESC(compress, "Enable compressed mode (0-1)");
-+module_param(compress, int, 0);
-
--MODULE_PARM_DESC(frameskip, "How frequently capture frames (0-10)");
--MODULE_PARM(frameskip, "i");
- static int frameskip = 0;
-+MODULE_PARM_DESC(frameskip, "How frequently capture frames (0-10)");
-+module_param(frameskip, int, 0);
-
--MODULE_PARM_DESC(quality, "Sets the picture quality (0-5)");
--MODULE_PARM(quality, "i");
- static int quality = 5; /* 5 = generalized adjustable Pei-Tam method */
-+MODULE_PARM_DESC(quality, "Sets the picture quality (0-5)");
-+module_param(quality, int, 0);
-
--MODULE_PARM_DESC(adaptive, "Automatic adaptive brightness control (0-1)");
--MODULE_PARM(adaptive, "i");
- static int adaptive = 1;
-+MODULE_PARM_DESC(adaptive, "Automatic adaptive brightness control (0-1)");
-+module_param(adaptive, int, 0);
-
--MODULE_PARM_DESC(equalize, "Equalize image (0-1)");
--MODULE_PARM(equalize, "i");
- static int equalize = 0; /* Disabled by default */
-+MODULE_PARM_DESC(equalize, "Equalize image (0-1)");
-+module_param(equalize, int, 0);
-
--MODULE_PARM_DESC(userlut, "Apply user-specified lookup-table (0-1)");
--MODULE_PARM(userlut, "i");
- static int userlut = 0; /* Disabled by default */
-+MODULE_PARM_DESC(userlut, "Apply user-specified lookup-table (0-1)");
-+module_param(userlut, int, 0);
-
--MODULE_PARM_DESC(retryerrors, "Retry if image capture fails, otherwise return error code (0-1)");
--MODULE_PARM(retryerrors, "i");
- static int retryerrors = 1; /* Enabled by default */
-+MODULE_PARM_DESC(retryerrors, "Retry if image capture fails, otherwise return error code (0-1)");
-+module_param(retryerrors, int, 0);
-
- /* Bug in Xvideo(?): if the width is not divisible by 8 and Xvideo is used, the frame is shown wrongly */
--MODULE_PARM_DESC(compatible, "Enable workaround for bugs in application programs (bitfield)");
--MODULE_PARM(compatible, "i");
- static int compatible = 0; /* Disabled by default */
-+MODULE_PARM_DESC(compatible, "Enable workaround for bugs in application programs (bitfield)");
-+module_param(compatible, int, 0);
-
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,5)
-+static int video_nr = -1;
- MODULE_PARM_DESC(video_nr, "Set videodevice number (/dev/videoX)");
--MODULE_PARM(video_nr,"i");
-+module_param(video_nr, int, 0);
- /* video_nr option allows to specify a certain /dev/videoX device */
- /* (like /dev/video0 or /dev/video1 ...) */
- /* for autodetect first available use video_nr=-1 (defaultvalue) */
--static int video_nr = -1;
- #endif
- /* }}} */
- /* {{{ [fold] Miscellaneous data */
diff --git a/media-video/qc-usb/files/qc-usb-linux-2.6.18-1.patch b/media-video/qc-usb/files/qc-usb-linux-2.6.18-1.patch
deleted file mode 100644
index a0efb331dab7..000000000000
--- a/media-video/qc-usb/files/qc-usb-linux-2.6.18-1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- qc-usb-0.6.4.old/qc-driver.c 2006-05-05 21:51:50.000000000 -0500
-+++ qc-usb-0.6.4/qc-driver.c 2006-10-16 21:49:03.000000000 -0500
-@@ -867,7 +867,6 @@
-
- out += sprintf(out, "\tGeneral driver status\n");
- out += sprintf(out, "Driver version : %s\n", VERSION);
-- out += sprintf(out, "Kernel version : %s\n", UTS_RELEASE);
- if (qc->dev!=NULL) {
- out += sprintf(out, "Device Id : %04X:%04X\n", (int)GET_VENDORID(qc), (int)GET_PRODUCTID(qc));
- out += sprintf(out, "USB bus number : %i\n", qc->dev->bus->busnum);
-@@ -3266,8 +3265,8 @@
-
- /* We found a QuickCam */
- PRINTK(KERN_INFO,"QuickCam USB camera found (driver version %s)", VERSION);
-- PRINTK(KERN_INFO,"Kernel:%s bus:%i class:%02X subclass:%02X vendor:%04X product:%04X",
-- UTS_RELEASE, usbdev->bus->busnum, ifacedesc->bInterfaceClass, ifacedesc->bInterfaceSubClass,
-+ PRINTK(KERN_INFO,"bus:%i class:%02X subclass:%02X vendor:%04X product:%04X",
-+ usbdev->bus->busnum, ifacedesc->bInterfaceClass, ifacedesc->bInterfaceSubClass,
- usbdev->descriptor.idVendor, usbdev->descriptor.idProduct);
-
- /* The interface is claimed (bound) automatically to us when we return from this function (without error code) */
diff --git a/media-video/qc-usb/files/qc-usb-linux-2.6.18-2.patch b/media-video/qc-usb/files/qc-usb-linux-2.6.18-2.patch
deleted file mode 100644
index 08c56d7620fa..000000000000
--- a/media-video/qc-usb/files/qc-usb-linux-2.6.18-2.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- qc-usb-0.6.4.old/quickcam.h 2006-05-05 22:00:26.000000000 -0500
-+++ qc-usb-0.6.4/quickcam.h 2006-10-16 21:49:39.000000000 -0500
-@@ -93,6 +93,7 @@
- #endif
-
- #include <linux/videodev.h>
-+#include <media/v4l2-dev.h>
- #include <linux/usb.h>
- #include <asm/pgtable.h> /* This is required for testing pte_offset_map */
- #include <linux/spinlock.h>
diff --git a/media-video/qc-usb/qc-usb-0.6.3.ebuild b/media-video/qc-usb/qc-usb-0.6.3.ebuild
deleted file mode 100644
index e785532a054b..000000000000
--- a/media-video/qc-usb/qc-usb-0.6.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.3.ebuild,v 1.8 2006/11/09 15:00:59 dsd Exp $
-
-inherit linux-mod eutils multilib
-
-DESCRIPTION="Logitech USB Quickcam Express Linux Driver Modules"
-HOMEPAGE="http://qce-ga.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qce-ga/${P}.tar.gz"
-
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-
-CONFIG_CHECK="USB VIDEO_DEV"
-MODULE_NAMES="quickcam(usb:)"
-BUILD_TARGETS="all"
-
-pkg_setup() {
- ABI=${KERNEL_ABI}
- linux-mod_pkg_setup
- BUILD_PARAMS="LINUX_DIR=${KV_DIR}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Linux 2.6.16 compatibility, bug #127018
- epatch ${FILESDIR}/${P}-linux-2.6.16.patch
- convert_to_m ${S}/Makefile
- epatch ${FILESDIR}/qc-usb-gcc4.patch
- epatch ${FILESDIR}/qc-usb-linux-2.6.18-1.patch
- epatch ${FILESDIR}/qc-usb-linux-2.6.18-2.patch
-}
-
-src_install() {
- linux-mod_src_install
-
- dobin qcset
- dodoc README* APPLICATIONS COPYING CREDITS TODO FAQ
-
- insinto /usr/share/doc/${PF}
- doins quickcam.sh debug.sh freeshm.sh
-}
diff --git a/media-video/qc-usb/qc-usb-0.6.4.ebuild b/media-video/qc-usb/qc-usb-0.6.4.ebuild
deleted file mode 100644
index ed325813608a..000000000000
--- a/media-video/qc-usb/qc-usb-0.6.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.4.ebuild,v 1.3 2006/10/20 19:07:01 genstef Exp $
-
-inherit linux-mod eutils multilib
-
-DESCRIPTION="Logitech USB Quickcam Express Linux Driver Modules"
-HOMEPAGE="http://qce-ga.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qce-ga/${P}.tar.gz"
-
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-
-CONFIG_CHECK="USB VIDEO_DEV"
-MODULE_NAMES="quickcam(usb:)"
-BUILD_TARGETS="all"
-
-pkg_setup() {
- ABI=${KERNEL_ABI}
- linux-mod_pkg_setup
- BUILD_PARAMS="LINUX_DIR=${KV_DIR} OUTPUT_DIR=${KV_OUT_DIR}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- convert_to_m ${S}/Makefile
- epatch ${FILESDIR}/${P}-koutput.patch
- epatch ${FILESDIR}/qc-usb-linux-2.6.18-1.patch
- epatch ${FILESDIR}/qc-usb-linux-2.6.18-2.patch
-}
-
-src_install() {
- linux-mod_src_install
-
- dobin qcset
- dodoc README* APPLICATIONS COPYING CREDITS TODO FAQ
-
- insinto /usr/share/doc/${PF}
- doins quickcam.sh debug.sh freeshm.sh
-}