multimedia/parole: Updated for version 0.8.1.

This commit is contained in:
Aaditya Bagga 2016-02-21 14:35:26 +05:30 committed by Willy Sudiarto Raharjo
parent 47a95b51a6
commit 218a4739bb
3 changed files with 8 additions and 10 deletions

View file

@ -6,5 +6,4 @@ plugins.
The GStreamer framework provides a strong plugin interface to dynamically
load plugins that support certain media types, the more GStreamer plugins
you have installed in your system the more media formats you can play with
Parole: gst0-plugins-bad and gst0-plugins-ugly are optional dependencies
(and, recursively, their respective optional dependencies too).
Parole.

View file

@ -3,7 +3,7 @@
# Slackware build script for parole
# Copyright 2007 Hans Strijards <hannesworst@gmail.com>
# Copyright 2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2015-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=parole
VERSION=${VERSION:-0.5.4}
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -81,8 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-debug=no \
--disable-static \
--build=$ARCH-slackware-linux \
--with-gstreamer=0.10
--build=$ARCH-slackware-linux
make install DESTDIR=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="parole"
VERSION="0.5.4"
VERSION="0.8.1"
HOMEPAGE="http://docs.xfce.org/apps/parole/introduction"
DOWNLOAD="http://archive.xfce.org/src/apps/parole/0.5/parole-0.5.4.tar.bz2"
MD5SUM="fa25b069c90bb9d59fef46e77c98f9b0"
DOWNLOAD="http://archive.xfce.org/src/apps/parole/0.8/parole-0.8.1.tar.bz2"
MD5SUM="361e3059f1263c76a3711db2c7c1a97b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gst0-ffmpeg"
REQUIRES="gst-libav"
MAINTAINER="Aaditya Bagga"
EMAIL="aaditya_gnulinux@zoho.com"