Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (13831adf88d25aa9fcd08e0b81ddb1277af4aebc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (13831adf88d25aa9fcd08e0b81ddb1277af4aebc)
  • Date: Thu, 8 Jan 2009 09:54:20 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
video-libs/libv4l/BUILD | 1 +
video-libs/libv4l/DETAILS | 21 +++++++++++++++++++++
video-libs/libv4l/HISTORY | 3 +++
video-libs/libv4l/INSTALL | 1 +
5 files changed, 29 insertions(+)

New commits:
commit 13831adf88d25aa9fcd08e0b81ddb1277af4aebc
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video-libs/libv4l: new spell

diff --git a/ChangeLog b/ChangeLog
index e340302..3022861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * video-libs/libv4l: new spell, an abstraction layer for v4l2
+
2009-01-08 Julien "_kaze_" ROZO <julien AT rozo.org>
* kde4-apps/kdiff4: new spell, kde4 version of kdiff3

diff --git a/video-libs/libv4l/BUILD b/video-libs/libv4l/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/video-libs/libv4l/BUILD
@@ -0,0 +1 @@
+make
diff --git a/video-libs/libv4l/DETAILS b/video-libs/libv4l/DETAILS
new file mode 100755
index 0000000..106f2db
--- /dev/null
+++ b/video-libs/libv4l/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libv4l
+ VERSION=0.5.7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://people.atrpms.net/~hdegoede/${SOURCE}
+
SOURCE_HASH=sha512:6249b0e95306d2798795f43748d30eaee11942c4645ed669781590eea8639e5c6c4b708f53f3a3214856cb17496fc6ff35446844c3d878068e1fa1f862937a4e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://hansdegoede.livejournal.com/3636.html";
+ LICENSE[0]=LGPL
+ ENTERED=20090108
+ SHORT="a collection of libraries that adds a thin abstraction
layer on top of video4linux2 (V4L2) devices"
+cat << EOF
+The purpose of this layer is to make it easy for application writers
+to support a wide variety of devices without having to write separate
+code for different devices in the same class. It consists of 3 different
+libraries. libv4lconvert offers functions to convert from any (known) pixel
+format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the
+(deprecated) v4l1 API on top of v4l2 devices, independent of the drivers
+for those devices supporting v4l1 compatibility (which many v4l2 drivers do
+not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for
+the application transparent libv4lconvert conversion where necessary.
+EOF
diff --git a/video-libs/libv4l/HISTORY b/video-libs/libv4l/HISTORY
new file mode 100644
index 0000000..b7f1f06
--- /dev/null
+++ b/video-libs/libv4l/HISTORY
@@ -0,0 +1,3 @@
+2009-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, BUILD, INSTALL: spell created
+
diff --git a/video-libs/libv4l/INSTALL b/video-libs/libv4l/INSTALL
new file mode 100755
index 0000000..84b2df1
--- /dev/null
+++ b/video-libs/libv4l/INSTALL
@@ -0,0 +1 @@
+make install PREFIX=/usr



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (13831adf88d25aa9fcd08e0b81ddb1277af4aebc), Florian Franzmann, 01/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page