summaryrefslogtreecommitdiffstats
path: root/multimedia/parole/parole.SlackBuild
diff options
context:
space:
mode:
author Aaditya Bagga2015-03-09 10:03:00 +0100
committer Willy Sudiarto Raharjo2015-03-12 15:49:56 +0100
commitdee930d53f90b362169b711c7a7dbe1334ce9e39 (patch)
tree1a834f9172075856a6e41308f699927b059cc212 /multimedia/parole/parole.SlackBuild
parent934d45180a585b44abb6899453b97a80498c2281 (diff)
downloadslackbuilds-dee930d53f90b362169b711c7a7dbe1334ce9e39.tar.gz
multimedia/parole: Updated for version 0.5.4 + new maintainer.
Diffstat (limited to 'multimedia/parole/parole.SlackBuild')
-rw-r--r--multimedia/parole/parole.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/parole/parole.SlackBuild b/multimedia/parole/parole.SlackBuild
index bad5a1aecc..2d189b94d9 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 \