diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2015-03-09 14:33:00 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-12 21:49:56 +0700 |
commit | dee930d53f90b362169b711c7a7dbe1334ce9e39 (patch) | |
tree | 1a834f9172075856a6e41308f699927b059cc212 /multimedia/parole/parole.SlackBuild | |
parent | 934d45180a585b44abb6899453b97a80498c2281 (diff) |
multimedia/parole: Updated for version 0.5.4 + new maintainer.
Diffstat (limited to 'multimedia/parole/parole.SlackBuild')
-rw-r--r-- | multimedia/parole/parole.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/parole/parole.SlackBuild b/multimedia/parole/parole.SlackBuild index bad5a1aeccdc..2d189b94d994 100644 --- a/multimedia/parole/parole.SlackBuild +++ b/multimedia/parole/parole.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for parole -# Copyright 2007 Hans Strijards <hannesworst@gmail.com> +# Copyright 2007 Hans Strijards <hannesworst@gmail.com> +# Copyright 2015 Aaditya Bagga <aaditya_gnulinux@zoho.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=parole -VERSION=${VERSION:-0.3.0.3} +VERSION=${VERSION:-0.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,9 +81,9 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --enable-debug=no \ --disable-static \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux \ + --with-gstreamer=0.10 -make V=1 make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |