Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (ecc16f5303787a416008cd27e9719154b316d7e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (ecc16f5303787a416008cd27e9719154b316d7e9)
  • Date: Wed, 16 Jan 2013 08:22:33 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 8 +++
chat-im/mcabber/BUILD | 3 +
chat-im/mcabber/CONFIGURE | 11 ++++
chat-im/mcabber/DEPENDS | 34
++++++++++-----
chat-im/mcabber/DETAILS | 17 ++++---
chat-im/mcabber/HISTORY | 8 +++
chat-libs/loudmouth/BUILD | 2
chat-libs/loudmouth/CONFIGURE | 4 +
chat-libs/loudmouth/DEPENDS | 32
+++++++++++---
chat-libs/loudmouth/DETAILS | 22 ++++++---
chat-libs/loudmouth/HISTORY | 7 +++
chat-libs/loudmouth/PRE_BUILD | 7 ---
chat-libs/loudmouth/loudmouth-1.5.0-20121201.tar.bz2.sig |binary
chat-libs/loudmouth/loudmouth-1.5.0.tar.gz.sig | 0
dev/null |binary
python-pypi/dnspython/DETAILS | 4 -
python-pypi/dnspython/HISTORY | 5 ++
python-pypi/dnspython/dnspython.gpg |binary
python-pypi/pyasn1-modules/DEPENDS | 2
python-pypi/pyasn1-modules/DETAILS | 18 +++++++
python-pypi/pyasn1-modules/HISTORY | 2
python-pypi/sleekxmpp/DEPENDS | 4 +
python-pypi/sleekxmpp/DETAILS | 15 ++++++
python-pypi/sleekxmpp/HISTORY | 2
video/v4l2ucp/BUILD | 1
video/v4l2ucp/DEPENDS | 2
video/v4l2ucp/DETAILS | 13 +++++
video/v4l2ucp/HISTORY | 2
video/v4l2ucp/PRE_BUILD | 3 +
29 files changed, 186 insertions(+), 42 deletions(-)

New commits:
commit f3600665a25a994181b8dd149b743dec599e3eea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mcabber: => 0.10.2

commit 1764d87074ec2f0705359c84f3516c388482e805
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

loudmouth: => 1.5.0-20121201

commit 995290d4874246e38970d91829982db3cf3c4c0b
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

video/v4l2ucp added into ChangeLog

commit a67dbd0434a8bf871fa220a59e5fe78bb7893790
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

video/v4l2ucp: new spell, universal control panel for V4L2 devices

commit 8ac0c51cf4e0d6859a58465c003d92204696e3ad
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sleekxmpp: new spell, elegant Python library for XMPP

commit 32e778caec92741267cffe535461ba5e91093710
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyasn1-modules: new spell, collection of ASN.1-based protocols modules

commit 391842176a6cd7d112b34d4bdad5341f5f3ab214
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dnspython: => 1.10.0

diff --git a/ChangeLog b/ChangeLog
index 8afaee3..c58ce41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-16 Ladislav Hagara <hgr AT vabo.cz>
+ * video/v4l2ucp: new spell, universal control panel for V4L2 devices
+
+2013-01-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pyasn1-modules: new spell, collection of ASN.1-based
+ protocols modules
+ * python-pypi/sleekxmpp: new spell, elegant Python library for XMPP
+
2013-01-14 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add key 306037D9: "P�draig Brady <P AT draigBrady.com>"

diff --git a/chat-im/mcabber/BUILD b/chat-im/mcabber/BUILD
new file mode 100755
index 0000000..6a770ee
--- /dev/null
+++ b/chat-im/mcabber/BUILD
@@ -0,0 +1,3 @@
+OPTS="$MCABBER_OPTS $OPTS" &&
+
+default_build
diff --git a/chat-im/mcabber/CONFIGURE b/chat-im/mcabber/CONFIGURE
new file mode 100755
index 0000000..5074e43
--- /dev/null
+++ b/chat-im/mcabber/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option MCABBER_OPTS "Enable dynamic modules loading?" y \
+ "--enable-modules" \
+ "--disable-modules" &&
+
+config_query_option MCABBER_OPTS "Enable obsolete Message Events
(XEP-0022)?" n \
+ "--enable-xep0022" \
+ "--disable-xep0022" &&
+
+config_query_option MCABBER_OPTS "Add development compilation options?" n \
+ "--enable-debug" \
+ "--disable-debug"
diff --git a/chat-im/mcabber/DEPENDS b/chat-im/mcabber/DEPENDS
index 900f7f1..62e3c83 100755
--- a/chat-im/mcabber/DEPENDS
+++ b/chat-im/mcabber/DEPENDS
@@ -1,18 +1,32 @@
depends glib2 &&
depends ncurses &&
+depends loudmouth &&
+
optional_depends aspell \
"--enable-aspell" \
"--disable-aspell" \
- "for spellchecking" &&
+ "for spellchecking via aspell" &&
+
+optional_depends enchant \
+ "--enable-enchant" \
+ "--disable-enchant" \
+ "for spellchecking via enchant" &&
+
optional_depends gpgme \
"--enable-gpgme" \
"--disable-gpgme" \
- "for GPG support" &&
-optional_depends libgcrypt \
- "" \
- "" \
- "for libgcrypt support" &&
-optional_depends openssl \
- "--with-ssl" \
- "--without-ssl" \
- "for SSL connections"
+ "for OpenPGP support" &&
+
+optional_depends libotr \
+ "--enable-otr" \
+ "--disable-otr" \
+ "for OTR (Off-the-Record) messaging support" &&
+
+if is_depends_enabled $SPELL libotr; then
+ depends libgcrypt
+fi &&
+
+optional_depends libidn \
+ "--with-libidn" \
+ "--without-libidn" \
+ "for IDN support"
diff --git a/chat-im/mcabber/DETAILS b/chat-im/mcabber/DETAILS
index f1de7a9..06efa93 100755
--- a/chat-im/mcabber/DETAILS
+++ b/chat-im/mcabber/DETAILS
@@ -1,16 +1,19 @@
SPELL=mcabber
- VERSION=0.9.7
+ VERSION=0.10.2
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://www.lilotux.net/~mikael/${SPELL}/files/${SOURCE}
-
SOURCE_HASH=sha512:3c945fbf7c5417f37ff867a983451986f53d5a9e72a163dab280dd05797b9537c70c2603e4e464fad375f5ebcb14aff91d5ae7b8db61b3a6bc021edce8549ae1
+ SOURCE_URL[0]=http://mcabber.com/files/${SOURCE}
+ SOURCE_URL[1]=http://www.lilotux.net/~mikael/${SPELL}/files/${SOURCE}
+
SOURCE_HASH=sha512:976c29ec753a364392ba6b5280c9031d9eb8884236b7d07fbeaa69a731806706f72b93a0bbbca1eca4f11325412d5beff62b14d94acca912841b8b820c2b3652
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.lilotux.net/~mikael/mcabber/";
+ DOC_DIRS=""
+ DOCS="doc/*.txt mcabberrc.example"
+ WEB_SITE=http://mcabber.com/
LICENSE[0]=GPL
ENTERED=20080906
- SHORT="mcabber is a small Jabber console client"
+ SHORT="small Jabber console client"
cat << EOF
mcabber is a small Jabber console client. It includes features such as SSL
support, MUC (Multi-User Chat) support, history logging, command completion,
-OpenPGP encryption, OTR (Off-the-Record Messaging) support and external
-action triggers.
+OpenPGP encryption, OTR (Off-the-Record Messaging) support, dynamic modules
and
+external action triggers.
EOF
diff --git a/chat-im/mcabber/HISTORY b/chat-im/mcabber/HISTORY
index 268cc7e..ef68f5e 100644
--- a/chat-im/mcabber/HISTORY
+++ b/chat-im/mcabber/HISTORY
@@ -1,3 +1,11 @@
+2013-01-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.10.2; updated source urls; disabled
+ doc-duplicating; added example config installation; cleaned up
+ * CONFIGURE: added, for several missing options
+ * BUILD: added, to use MCABBER_OPTS
+ * DEPENDS: added missing dependencies; removed deprecated openssl;
+ handled libgcrypt linking correctly
+
2008-09-06 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS, DETAILS: spell created

diff --git a/chat-libs/loudmouth/BUILD b/chat-libs/loudmouth/BUILD
deleted file mode 100755
index d7d63bd..0000000
--- a/chat-libs/loudmouth/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-make_single &&
-default_build
diff --git a/chat-libs/loudmouth/CONFIGURE b/chat-libs/loudmouth/CONFIGURE
new file mode 100755
index 0000000..3f53c6a
--- /dev/null
+++ b/chat-libs/loudmouth/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_list LOUDMOUTH_SSL "Which SSL backend do you want for SSL
support?" \
+ gnutls \
+ openssl \
+ none
diff --git a/chat-libs/loudmouth/DEPENDS b/chat-libs/loudmouth/DEPENDS
index 94ed4d8..14a4b75 100755
--- a/chat-libs/loudmouth/DEPENDS
+++ b/chat-libs/loudmouth/DEPENDS
@@ -1,6 +1,26 @@
-depends glib2 &&
-depends libidn &&
-optional_depends "openssl" \
- "--with-ssl=openssl" \
- "--with-ssl=no" \
- "for SSL support"
+depends glib2 &&
+
+if spell_ok libidn; then
+ depends libidn
+else
+ optional_depends libidn "" "" "for IDN support"
+fi &&
+
+optional_depends libasyncns \
+ "--with-asyncns" \
+ "--without-asyncns" \
+ "for asynchronous DNS support" &&
+
+case $LOUDMOUTH_SSL in
+ gnutls) depends gnutls "--with-ssl=gnutls"
+ ;;
+ openssl) depends openssl "--with-ssl=openssl"
+ ;;
+ none) OPTS="--without-ssl $OPTS"
+ ;;
+esac &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/chat-libs/loudmouth/DETAILS b/chat-libs/loudmouth/DETAILS
index 155a936..a3aae66 100755
--- a/chat-libs/loudmouth/DETAILS
+++ b/chat-libs/loudmouth/DETAILS
@@ -1,16 +1,22 @@
SPELL=loudmouth
- VERSION=1.5.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://engineyard.github.com/$SPELL/download/$SOURCE
- WEB_SITE=http://www.loudmouth-project.org/
+ VERSION=1.5.0-20121201
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://mcabber.com/files/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/mcabber/loudmouth/
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=LGPL
ENTERED=20030823
KEYWORDS="jabber chat libs"
- SHORT="Loudmouth is a lightweight and easy-to-use C library for
programming with the Jabber protocol."
+ SHORT="lightweight and easy-to-use C library for programming with
the Jabber protocol"
cat << EOF
Loudmouth is a lightweight and easy-to-use C library for programming with the
-Jabber protocol. It's designed to be easy to get started with and yet
-extensible to let you do anything the Jabber protocol allows.
+Jabber protocol. It's designed to be easy to get started with and yet
extensible
+to let you do anything the Jabber protocol allows.
+
+Official loudmouth project is no more maintained - both
+<http://projects.imendio.com/loudmouth> and
+<http://loudmouth-project.org>.
+
+This fork of loudmouth is lazily maintained by MCabber community.
EOF
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index e20fa20..dcfea2f 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,3 +1,10 @@
+2013-01-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.5.0-20121201, renewed 1.5.0 branch
driven
+ by mcabber community; renewed descs
+ * DEPENDS: rewritten dependency tree
+ * CONFIGURE: added, for ability to select SSL backend
+ * {PRE_,}BUILD: dropped, not needed anymore
+
2012-05-20 Arjan Bouter <abouter AT sourcemage.org>
* PRE_BUILD: fix for glib2 includes

diff --git a/chat-libs/loudmouth/PRE_BUILD b/chat-libs/loudmouth/PRE_BUILD
deleted file mode 100755
index 4fe4605..0000000
--- a/chat-libs/loudmouth/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit 's#glib/gerror.h#glib.h#' loudmouth/lm-error.c &&
-sedit '#*glib/gi18n.h*#d' loudmouth/lm-sock.c &&
-if [ $(installed_version glibc | cut -d. -f2) -gt 9 ]; then
- sedit 's/HAVE_STRNDUP/__USE_XOPEN2K8/' loudmouth/asyncns.c
-fi
diff --git a/chat-libs/loudmouth/loudmouth-1.5.0-20121201.tar.bz2.sig
b/chat-libs/loudmouth/loudmouth-1.5.0-20121201.tar.bz2.sig
new file mode 100644
index 0000000..605b172
Binary files /dev/null and
b/chat-libs/loudmouth/loudmouth-1.5.0-20121201.tar.bz2.sig differ
diff --git a/chat-libs/loudmouth/loudmouth-1.5.0.tar.gz.sig
b/chat-libs/loudmouth/loudmouth-1.5.0.tar.gz.sig
deleted file mode 100644
index 4e693cd..0000000
Binary files a/chat-libs/loudmouth/loudmouth-1.5.0.tar.gz.sig and /dev/null
differ
diff --git a/python-pypi/dnspython/DETAILS b/python-pypi/dnspython/DETAILS
index ad699f5..added68 100755
--- a/python-pypi/dnspython/DETAILS
+++ b/python-pypi/dnspython/DETAILS
@@ -1,7 +1,7 @@
SPELL=dnspython
- VERSION=1.8.0
+ VERSION=1.10.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.dnspython.org/kits/$VERSION/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
diff --git a/python-pypi/dnspython/HISTORY b/python-pypi/dnspython/HISTORY
index 6ba87d8..a96dcf1 100644
--- a/python-pypi/dnspython/HISTORY
+++ b/python-pypi/dnspython/HISTORY
@@ -1,3 +1,8 @@
+2013-01-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.0
+ * dnspython.gpg: added public gpg key (2012), FFF5D1DE (Bob Halley
+ <halley AT dnspython.org>)
+
2010-08-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.0; quoting paths
* dnspython.gpg: renewed gpg key (2010)
diff --git a/python-pypi/dnspython/dnspython.gpg
b/python-pypi/dnspython/dnspython.gpg
index 77074bb..ad5864b 100644
Binary files a/python-pypi/dnspython/dnspython.gpg and
b/python-pypi/dnspython/dnspython.gpg differ
diff --git a/python-pypi/pyasn1-modules/DEPENDS
b/python-pypi/pyasn1-modules/DEPENDS
new file mode 100755
index 0000000..5e48f19
--- /dev/null
+++ b/python-pypi/pyasn1-modules/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends pyasn1
diff --git a/python-pypi/pyasn1-modules/DETAILS
b/python-pypi/pyasn1-modules/DETAILS
new file mode 100755
index 0000000..4c815d8
--- /dev/null
+++ b/python-pypi/pyasn1-modules/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pyasn1-modules
+ VERSION=0.0.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f1d310b4fe44984c7646b425e2c5e37a1a46ed4f24a08e9b39ea7222259c28b4c2ea25d7067d45c67277bca961266b591f3c56212667dcbd7f0926041bfcde00
+ WEB_SITE=http://pyasn1.sourceforge.net/
+ ENTERED=20130115
+ LICENSE[0]=BSD
+ KEYWORDS="python devel"
+ SHORT="collection of ASN.1-based protocols modules"
+cat << EOF
+A collection of ASN.1 modules expressed in form of pyasn1 classes.
+
+Includes protocols PDUs definition (SNMP, LDAP etc.) and various data
structures
+(X.509, PKCS etc.).
+EOF
diff --git a/python-pypi/pyasn1-modules/HISTORY
b/python-pypi/pyasn1-modules/HISTORY
new file mode 100644
index 0000000..6dce5e7
--- /dev/null
+++ b/python-pypi/pyasn1-modules/HISTORY
@@ -0,0 +1,2 @@
+2013-01-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/python-pypi/sleekxmpp/DEPENDS b/python-pypi/sleekxmpp/DEPENDS
new file mode 100755
index 0000000..014a04e
--- /dev/null
+++ b/python-pypi/sleekxmpp/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends dnspython &&
+depends pyasn1 &&
+depends pyasn1-modules
diff --git a/python-pypi/sleekxmpp/DETAILS b/python-pypi/sleekxmpp/DETAILS
new file mode 100755
index 0000000..2b1f83a
--- /dev/null
+++ b/python-pypi/sleekxmpp/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=sleekxmpp
+ VERSION=1.1.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3b746d0fd93a1d2ca5a6965ab568c1516a89e5b4b046eee4f0c872c8eaf17b8c5b60090c2623e35c4bea6a1025c832d946b4bc76d9a396a03833d9799f2ab5eb
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/fritzy/SleekXMPP
+ LICENSE[0]=MIT
+ ENTERED=20130115
+ SHORT="elegant Python library for XMPP"
+cat << EOF
+SleekXMPP is an MIT licensed XMPP library for Python 2.6/3.1+, and is
featured
+in examples in XMPP: The Definitive Guide by Kevin Smith, Remko Tronçon, and
+Peter Saint-Andre.
+EOF
diff --git a/python-pypi/sleekxmpp/HISTORY b/python-pypi/sleekxmpp/HISTORY
new file mode 100644
index 0000000..046548c
--- /dev/null
+++ b/python-pypi/sleekxmpp/HISTORY
@@ -0,0 +1,2 @@
+2013-01-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/video/v4l2ucp/BUILD b/video/v4l2ucp/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/video/v4l2ucp/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/video/v4l2ucp/DEPENDS b/video/v4l2ucp/DEPENDS
new file mode 100755
index 0000000..f1232ac
--- /dev/null
+++ b/video/v4l2ucp/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends v4l-utils
diff --git a/video/v4l2ucp/DETAILS b/video/v4l2ucp/DETAILS
new file mode 100755
index 0000000..32ba4ac
--- /dev/null
+++ b/video/v4l2ucp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=v4l2ucp
+ VERSION=2.0.2
+
SOURCE_HASH=sha512:4c1e4e9fa5f8388a179632918edda2f5b84737370bf6eb67fe4b05215f0fc67f59df4749d7e86aa4da288da0eedf646978e0c84332054ec561a7c814b079fefc
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://v4l2ucp.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20130116
+ SHORT="universal control panel for Video for Linux Two (V4L2)
devices"
+cat << EOF
+A universal control panel for Video for Linux Two (V4L2) devices.
+EOF
diff --git a/video/v4l2ucp/HISTORY b/video/v4l2ucp/HISTORY
new file mode 100644
index 0000000..0a58ba7
--- /dev/null
+++ b/video/v4l2ucp/HISTORY
@@ -0,0 +1,2 @@
+2013-01-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 2.0.2
diff --git a/video/v4l2ucp/PRE_BUILD b/video/v4l2ucp/PRE_BUILD
new file mode 100755
index 0000000..e3783cc
--- /dev/null
+++ b/video/v4l2ucp/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s:linux/videodev.h:linux/videodev2.h:" src/v4l2ctrl.c



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (ecc16f5303787a416008cd27e9719154b316d7e9), Vlad Glagolev, 01/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page