mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/frei0r: Cleanup of redundant docs.
Added the optional dependencies opencv and gavl. Changed maintainer Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
8b95e78892
commit
8037057f60
3 changed files with 8 additions and 6 deletions
|
@ -2,3 +2,5 @@ Frei0r is a minimalistic plugin API for video sources and filters. The
|
|||
behaviour of the effects can be controlled from the host by simple parameters.
|
||||
The intent is to solve the recurring reimplementation or adaptation issue of
|
||||
standard effects.
|
||||
|
||||
Optional dependencies are opencv and gavl.
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
PRGNAM=frei0r
|
||||
VERSION=1.3
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -95,14 +95,14 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
# move html doc and clean $PKG/usr/share
|
||||
#mv $PKG/usr/share/doc/$PRGNAM-plugins-$VERSION/html $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
#rm -fR $PKG/usr/share
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
# Remove misplaced docs, thanks to Niki Kovacs
|
||||
rm -fR $PKG/usr/share
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="a2eb63feeeb0c5cf439ccca276cbf70c"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Jonathan Larsen"
|
||||
EMAIL="agentc0re@learnix.net"
|
||||
MAINTAINER="Matteo Bernardini"
|
||||
EMAIL="ponce@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue