From d0add4f89dfca5eed2c2c832b8fb314bd0fb49d6 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Fri, 11 Sep 2015 01:47:38 +0700 Subject: multimedia/ucview: Update EMAIL. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/ucview/README | 2 +- multimedia/ucview/slack-desc | 14 +++++++------- multimedia/ucview/ucview.SlackBuild | 22 ++++++++++------------ multimedia/ucview/ucview.info | 2 +- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/multimedia/ucview/README b/multimedia/ucview/README index 42e683b445..1f62d36ca6 100644 --- a/multimedia/ucview/README +++ b/multimedia/ucview/README @@ -1,4 +1,4 @@ -UCView is a video capture and display program based on the unicap video +UCView is a video capture and display program based on the Unicap video imaging library. It allows high performance live video display, by using XVideo hardware acceleration where possible. It supports a broad range of video capture devices via the unicap library. It allows audio and video diff --git a/multimedia/ucview/slack-desc b/multimedia/ucview/slack-desc index 9fed585bc8..4098ced3c9 100644 --- a/multimedia/ucview/slack-desc +++ b/multimedia/ucview/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -ucview: UCView (video capture and display program) +ucview: ucview (video capture and display program) ucview: -ucview: unicap provides a uniform interface to video capture devices. -ucview: It allows applications to use any supported video capture device -ucview: via a single API. -ucview: -ucview: UCView is a video capture and display program based on the unicap -ucview: video imaging library. +ucview: Unicap provides a uniform interface to video capture devices. It +ucview: allows applications to use any supported video capture device via a +ucview: single API. UCView is a video capture and display program based on +ucview: the Unicap video imaging library. ucview: ucview: Homepage: https://github.com/unicap ucview: +ucview: +ucview: diff --git a/multimedia/ucview/ucview.SlackBuild b/multimedia/ucview/ucview.SlackBuild index 9265ebdefb..4813135b7e 100644 --- a/multimedia/ucview/ucview.SlackBuild +++ b/multimedia/ucview/ucview.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for UCView +# Slackware build script for ucview -# Copyright 2015 Philip Lacroix +# Copyright 2015 Philip Lacroix # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -62,8 +62,8 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$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 @@ -78,9 +78,6 @@ 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 {} \; -PRGMAN=$PKG/usr/man/man1 -PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION - mkdir m4 autoreconf --force --install intltoolize --force @@ -98,13 +95,14 @@ 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 -# Compress man page. -gzip -9 $PRGMAN/$PRGNAM.1 +PRGMAN=$PKG/usr/man/man1 +PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION -# Install documentation. +# Compress man page and install documentation. +gzip -9 $PRGMAN/$PRGNAM.1 mkdir -p $PRGDOC cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README $PRGDOC/ cat $CWD/$PRGNAM.SlackBuild > $PRGDOC/$PRGNAM.SlackBuild diff --git a/multimedia/ucview/ucview.info b/multimedia/ucview/ucview.info index 910e108814..72db971022 100644 --- a/multimedia/ucview/ucview.info +++ b/multimedia/ucview/ucview.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libunicapgtk" MAINTAINER="Philip Lacroix" -EMAIL="philnx at posteo dot de" +EMAIL="slackph at posteo dot de" -- cgit v1.2.3