diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-03-10 21:28:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:29 +0700 |
commit | 0bb61486aeb7a7db7b931336774c880ce1f232ff (patch) | |
tree | c45f1af012f4c50026359e48bd8b7f03bf983b31 /multimedia/xawtv | |
parent | b1f15c103b516fdc5e8fbb900e82159c24edcdf4 (diff) | |
download | slackbuilds-0bb61486aeb7a7db7b931336774c880ce1f232ff.tar.gz |
multimedia/xawtv: Updated for version 3.106.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/xawtv.SlackBuild | 9 | ||||
-rw-r--r-- | multimedia/xawtv/xawtv.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/multimedia/xawtv/xawtv.SlackBuild b/multimedia/xawtv/xawtv.SlackBuild index b8bc78c183..36485bc3ec 100644 --- a/multimedia/xawtv/xawtv.SlackBuild +++ b/multimedia/xawtv/xawtv.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xawtv -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xawtv -VERSION=${VERSION:-3.105} +VERSION=${VERSION:-3.106} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,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 {} \; -autoconf -autoheader -rm -rf autom4te.cache CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -80,9 +77,9 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-motif \ + --enable-gl \ --build=$ARCH-slackware-linux -make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/multimedia/xawtv/xawtv.info b/multimedia/xawtv/xawtv.info index f4ea2496fc..c2f8f49a71 100644 --- a/multimedia/xawtv/xawtv.info +++ b/multimedia/xawtv/xawtv.info @@ -1,8 +1,8 @@ PRGNAM="xawtv" -VERSION="3.105" +VERSION="3.106" HOMEPAGE="https://www.kraxel.org/blog/linux/xawtv/" -DOWNLOAD="https://linuxtv.org/downloads/xawtv/xawtv-3.105.tar.bz2" -MD5SUM="17ffe1cec52d12c37e55975613d85c1d" +DOWNLOAD="https://linuxtv.org/downloads/xawtv/xawtv-3.106.tar.bz2" +MD5SUM="1fd7c98fa8973f501d52449202c71ca7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |