From 312a476890ae830b91ceda3773f9a858110e7586 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 20 Apr 2016 11:13:38 +0200 Subject: Refresh the 'deps' for upcoming KDE 5_16.04. New packages: - deps/ninja (needed for easier compilation of qt5-webkit) - deps/qt5-webkit (sources have been split off qt5) --- deps/phonon-gstreamer/.url | 2 ++ deps/phonon-gstreamer/phonon-gstreamer.SlackBuild | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 deps/phonon-gstreamer/.url (limited to 'deps/phonon-gstreamer') diff --git a/deps/phonon-gstreamer/.url b/deps/phonon-gstreamer/.url new file mode 100644 index 0000000..4172160 --- /dev/null +++ b/deps/phonon-gstreamer/.url @@ -0,0 +1,2 @@ +http://download.kde.org/stable/phonon/phonon-backend-gstreamer/4.9.0/phonon-backend-gstreamer-4.9.0.tar.xz + diff --git a/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild b/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild index e355306..e413c03 100755 --- a/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild +++ b/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild @@ -25,8 +25,8 @@ PKGNAM=phonon-gstreamer SRCNAM=phonon-backend-gstreamer -VERSION=${VERSION:-4.8.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.9.0} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j7 "} @@ -66,9 +66,9 @@ PKG=$TMP/package-$PKGNAM rm -rf $PKG mkdir -p $TMP $PKG cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $PKGNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* || exit 1 -cd $SRCNAM-$VERSION || exit 1 +cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ -- cgit v1.2.3