mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/guvcview: Updated for version 1.4.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
8ba117aac1
commit
59e0bcf46f
2 changed files with 7 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=guvcview
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
@ -85,6 +84,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# ignores --mandir
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="guvcview"
|
||||
VERSION="1.3.1"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="http://guvcview.berlios.de/index.html"
|
||||
DOWNLOAD="http://download.berlios.de/guvcview/guvcview-src-1.3.1.tar.gz"
|
||||
MD5SUM="a3df7d7de4574b93b16fd570e3eed8cf"
|
||||
DOWNLOAD="http://download.berlios.de/guvcview/guvcview-src-1.4.0.tar.gz"
|
||||
MD5SUM="636ef743d939b8c841c86c658c5d8981"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
|
|
Loading…
Reference in a new issue