forked from ports/contrib
module-usb-quickcam: removed dupe as it is qc-usb now
This commit is contained in:
parent
ff23861d93
commit
91488ae73d
@ -1,24 +0,0 @@
|
||||
drwxr-xr-x root/root lib/
|
||||
drwxr-xr-x root/root lib/modules/
|
||||
drwxr-xr-x root/root lib/modules/<kernel-version>/
|
||||
drwxr-xr-x root/root lib/modules/<kernel-version>/misc/
|
||||
-rw-r--r-- root/root lib/modules/<kernel-version>/misc/quickcam.ko
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/qcset
|
||||
drwxr-xr-x root/root usr/src/
|
||||
drwxr-xr-x root/root usr/src/linux-2.6.17/
|
||||
drwxr-xr-x root/root usr/src/linux-2.6.17/drivers/
|
||||
drwxr-xr-x root/root usr/src/linux-2.6.17/drivers/usb/
|
||||
drwxr-xr-x root/root usr/src/linux-2.6.17/drivers/usb/misc/
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-driver.c
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-formats.c
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-hdcs.c
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-memory.c
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-memory.h
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-mjpeg.c
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-pb0100.c
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/drivers/usb/misc/qc-vv6410.c
|
||||
drwxr-xr-x root/root usr/src/linux-2.6.17/include/
|
||||
drwxr-xr-x root/root usr/src/linux-2.6.17/include/linux/
|
||||
-rw-r--r-- root/root usr/src/linux-2.6.17/include/linux/quickcam.h
|
@ -1 +0,0 @@
|
||||
6f6787e1dda11ca3b936ad434154f426 qc-usb-0.6.5.tar.gz
|
@ -1,39 +0,0 @@
|
||||
# Description: Driver for the QuickCam Express and other QuickCam-related and QuickCam-compatible USB web cameras.
|
||||
# URL: http://qce-ga.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Depends on:
|
||||
|
||||
name=module-usb-quickcam
|
||||
version=0.6.5
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/qce-ga/qc-usb-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd qc-usb-$version
|
||||
make all
|
||||
|
||||
export PORT_KERNEL_VERSION=$(uname -r)
|
||||
|
||||
install -c -D -m644 quickcam.ko $PKG/lib/modules/$PORT_KERNEL_VERSION/misc/quickcam.ko
|
||||
install -c -D -m755 qcset $PKG/usr/bin/qcset
|
||||
|
||||
# This refuses to install to the PKG dir, so its done manually.
|
||||
#make DESTDIR=$PKG install
|
||||
|
||||
install -c -D -m644 quickcam.h $PKG/usr/src/linux-$PORT_KERNEL_VERSION/include/linux/quickcam.h
|
||||
|
||||
# This dosn't work, so I've manually installed the files.
|
||||
#make DESTDIR=$PKG kernel-files
|
||||
|
||||
export PORT_PKG_LIST="qc-driver.c qc-formats.c qc-mjpeg.c qc-memory.c qc-memory.h qc-vv6410.c qc-hdcs.c qc-pb0100.c"
|
||||
|
||||
for i in $PORT_PKG_LIST; do
|
||||
install -c -D -m644 $i $PKG/usr/src/linux-$PORT_KERNEL_VERSION/drivers/usb/misc/$i
|
||||
done
|
||||
|
||||
# Clean up vars.
|
||||
unset PORT_KERNEL_VERSION
|
||||
unset PORT_PKG_LIST
|
||||
}
|
||||
|
@ -1,27 +0,0 @@
|
||||
REQUIREMENTS:
|
||||
|
||||
PRECAUTION:
|
||||
|
||||
Remove this port before upgrading the kernel then do a force rebuild then
|
||||
install, after you have rebooted into the new kernel.
|
||||
|
||||
PRE-INSTALL:
|
||||
|
||||
USB and Video4Linux must be in the kernel, and modprobed if built as modules,
|
||||
also the kernel source must be present in:
|
||||
"/usr/src/linux-VERSION" VERSION being what "uname -r" returns.
|
||||
|
||||
POST-INSTALL:
|
||||
|
||||
Add "/sbin/modprobe quickcam" to /etc/rc.modules
|
||||
|
||||
PRE-REMOVE:
|
||||
|
||||
POST-REMOVE:
|
||||
|
||||
NOTES:
|
||||
|
||||
I find setting MODPROBE=/sbin/modprobe easier, then use:
|
||||
|
||||
$MODPROBE quickcam
|
||||
|
Loading…
x
Reference in New Issue
Block a user