mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/ucview: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
047c0fd596
commit
d0add4f89d
4 changed files with 19 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for UCView
|
||||
# Slackware build script for ucview
|
||||
|
||||
# Copyright 2015 Philip Lacroix <philnx at posteo dot de>
|
||||
# Copyright 2015 Philip Lacroix <slackph at posteo dot de>
|
||||
# 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.
|
||||
PRGMAN=$PKG/usr/man/man1
|
||||
PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Compress man page and install documentation.
|
||||
gzip -9 $PRGMAN/$PRGNAM.1
|
||||
|
||||
# Install documentation.
|
||||
mkdir -p $PRGDOC
|
||||
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL README $PRGDOC/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PRGDOC/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue