summaryrefslogtreecommitdiffstats
path: root/deps/phonon-gstreamer
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-04-20 11:13:38 +0200
committer Eric Hameleers <alien@slackware.com>2016-04-20 11:13:38 +0200
commit312a476890ae830b91ceda3773f9a858110e7586 (patch)
treebb81ce4a7fb30ee0d2635d5f35d2606812ca5099 /deps/phonon-gstreamer
parent9678ae4f1e6973793b583aa600abd01097fb077b (diff)
downloadktown-312a476890ae830b91ceda3773f9a858110e7586.tar.gz
ktown-312a476890ae830b91ceda3773f9a858110e7586.tar.xz
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)
Diffstat (limited to 'deps/phonon-gstreamer')
-rw-r--r--deps/phonon-gstreamer/.url2
-rwxr-xr-xdeps/phonon-gstreamer/phonon-gstreamer.SlackBuild8
2 files changed, 6 insertions, 4 deletions
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 . \