Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (6376fd004541563aed04606cf87688c6ca25cf51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Ismael E. Luceno" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael E. Luceno (6376fd004541563aed04606cf87688c6ca25cf51)
  • Date: Sun, 27 Jan 2008 17:46:05 -0600

GIT changes to master grimoire by Ismael E. Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
kernels/linux-uvc/BUILD | 1 +
kernels/linux-uvc/DEPENDS | 1 +
kernels/linux-uvc/DETAILS | 33 +++++++++++++++++++++++++++++++++
kernels/linux-uvc/HISTORY | 3 +++
kernels/linux-uvc/PREPARE | 1 +
6 files changed, 42 insertions(+)

New commits:
commit 21f6fe324c89bd7eaa35c334af17c50d2d3fac12
Author: Ismael E. Luceno <ismael AT sourcemage.org>
Commit: Ismael E. Luceno <ismael AT sourcemage.org>

linux-uvc: new spell, USB Video Class driver

diff --git a/ChangeLog b/ChangeLog
index e2c3d4c..4d774d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * kernels/linux-uvc: new spell, USB Video Class driver
+
2008-01-27 Julien "_kaze_" ROZO <julien AT rozo.org>
* kde-apps/kwave: new spell, a sound editor for KDE

diff --git a/kernels/linux-uvc/BUILD b/kernels/linux-uvc/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/kernels/linux-uvc/BUILD
@@ -0,0 +1 @@
+make
diff --git a/kernels/linux-uvc/DEPENDS b/kernels/linux-uvc/DEPENDS
new file mode 100755
index 0000000..15d5557
--- /dev/null
+++ b/kernels/linux-uvc/DEPENDS
@@ -0,0 +1 @@
+depends subversion
diff --git a/kernels/linux-uvc/DETAILS b/kernels/linux-uvc/DETAILS
new file mode 100755
index 0000000..692dd8b
--- /dev/null
+++ b/kernels/linux-uvc/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=linux-uvc
+if [[ "${UVC_AUTOUPDATE}" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE="${SPELL}.tar.bz2"
+ SOURCE_URL[0]=svn://svn.berlios.de/${SPELL}/${SPELL}/trunk:${SPELL}
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://linux-uvc.berlios.de/";
+ LICENSE[0]=GPL
+ ENTERED=20080127
+ SHORT="USB Video Class driver"
+cat << EOF
+This is the USB Video Class Linux device driver.
+
+The USB Device Class Definition for Video Devices, or USB Video Class,
+defines video streaming functionality on the Universal Serial Bus. Much like
+nearly all mass storage devices (USB flash disks, external IDE disk
+enclosures, ...) can be managed by a single driver because they conform to
+the USB Mass Storage specification, UVC compliant peripherals only need a
+generic driver.
+
+The UVC specification covers webcams, digital camcorders, analog video
+converters, analog and digital television tuners, and still-image cameras
+that support video streaming for both video input and output.
+
+Due to the limited available man power and the broad scope of the UVC
+specification, the Linux UVC project will concentrate the development
+efforts on video input devices, especially webcams. Video output devices
+will be considered at a later time.
+EOF
diff --git a/kernels/linux-uvc/HISTORY b/kernels/linux-uvc/HISTORY
new file mode 100644
index 0000000..013952e
--- /dev/null
+++ b/kernels/linux-uvc/HISTORY
@@ -0,0 +1,3 @@
+2008-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/kernels/linux-uvc/PREPARE b/kernels/linux-uvc/PREPARE
new file mode 100755
index 0000000..6ee0fcf
--- /dev/null
+++ b/kernels/linux-uvc/PREPARE
@@ -0,0 +1 @@
+config_query UVC_AUTOUPDATE "Update to the latest SVN on every cast?"
${DEFAULT:-n}




Archive powered by MHonArc 2.6.24.

Top of Page