summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Philip Lacroix <philnx at posteo dot de>2015-04-19 23:53:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-19 23:53:42 +0700
commit4cf210384686ecf6bcd212a8860f38f51ba736bb (patch)
treebcc61c95e0af6443074b564fbf9c808b9eff2014 /libraries
parentbd9dc7a7cca3c6b91f2bca714391ccf6e5e0d469 (diff)
downloadslackbuilds-4cf210384686ecf6bcd212a8860f38f51ba736bb.tar.gz
slackbuilds-4cf210384686ecf6bcd212a8860f38f51ba736bb.tar.xz
libraries/libucil: Updated for version 20150328.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libucil/README1
-rw-r--r--libraries/libucil/libucil.SlackBuild21
-rw-r--r--libraries/libucil/libucil.info6
-rw-r--r--libraries/libucil/slack-desc6
4 files changed, 17 insertions, 17 deletions
diff --git a/libraries/libucil/README b/libraries/libucil/README
index b7a1627f9a..9be7fbbc44 100644
--- a/libraries/libucil/README
+++ b/libraries/libucil/README
@@ -1,5 +1,4 @@
unicap provides a uniform interface to video capture devices. It allows
applications to use any supported video capture device via a single API.
-
The ucil library provides easy to use functions to render text and graphic
overlays onto video images.
diff --git a/libraries/libucil/libucil.SlackBuild b/libraries/libucil/libucil.SlackBuild
index db80221ec5..1c0f4972e6 100644
--- a/libraries/libucil/libucil.SlackBuild
+++ b/libraries/libucil/libucil.SlackBuild
@@ -24,8 +24,8 @@
PRGNAM=libucil
SRCNAM=unicap
-VERSION=${VERSION:-20110724}
-SRCVERSION=${SRCVERSION:-c56564102dbf88d525b1cce4da7b031324aea718}
+VERSION=${VERSION:-20150328}
+SRCVERSION=${SRCVERSION:-2c600aef122e1b82d7ff08c176663db181f8d002}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,8 +63,8 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$SRCVERSION
-# The upstream tarball will be named differently, depending on the
-# file being downloaded manually (web browser) or with wget.
+# The upstream tarball will be named differently, depending on
+# the file being downloaded manually (web browser) or with wget.
if [ -e $CWD/$SRCVERSION.tar.gz ]; then
tar xvzf $CWD/$SRCVERSION.tar.gz
else
@@ -79,10 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-PRGSHR=$PKG/usr/share
-PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
-
-# Generate build files.
+# Generate configuration files.
autoreconf --force --install
CFLAGS="$SLKCFLAGS" \
@@ -95,9 +92,13 @@ CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
+ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
+PRGSHR=$PKG/usr/share
+PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
+# Install documentation.
mkdir -p $PRGDOC
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README $PRGDOC/
ln -sf /usr/share/gtk-doc/html/$PRGNAM $PRGDOC/html
diff --git a/libraries/libucil/libucil.info b/libraries/libucil/libucil.info
index a75b60622c..57fb769674 100644
--- a/libraries/libucil/libucil.info
+++ b/libraries/libucil/libucil.info
@@ -1,8 +1,8 @@
PRGNAM="libucil"
-VERSION="20110724"
+VERSION="20150328"
HOMEPAGE="https://github.com/unicap"
-DOWNLOAD="https://github.com/unicap/unicap/archive/c56564102dbf88d525b1cce4da7b031324aea718.tar.gz"
-MD5SUM="094fc4e2918c8785988215e4584940c5"
+DOWNLOAD="https://github.com/unicap/unicap/archive/2c600aef122e1b82d7ff08c176663db181f8d002.tar.gz"
+MD5SUM="84ef19aaf131d44af9bde5a83781e1bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libunicap"
diff --git a/libraries/libucil/slack-desc b/libraries/libucil/slack-desc
index 6bbb85cd04..372b32d3ed 100644
--- a/libraries/libucil/slack-desc
+++ b/libraries/libucil/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-libucil: libucil (a functions library)
+libucil: libucil (simple image processing functions)
libucil:
libucil: unicap provides a uniform interface to video capture devices.
libucil: It allows applications to use any supported video capture device
libucil: via a single API.
-libucil:
libucil: The ucil library provides easy to use functions to render text
libucil: and graphic overlays onto video images.
libucil:
libucil: Homepage: https://github.com/unicap
-libucil:
+libucil:
+libucil: