summaryrefslogtreecommitdiffstats
path: root/deps/phonon-gstreamer
diff options
context:
space:
mode:
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 . \