summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-05-02 14:53:18 +0200
committer Eric Hameleers <alien@slackware.com>2016-05-02 14:53:18 +0200
commit7421c20de5acb7d2fd42d60a3761f0fe2741f2a4 (patch)
treefb042d16bcaf94d897f771fb664cfcca020b947d
parentd269b37e14f135e702ae4cd26dc27bc812184144 (diff)
downloadktown-7421c20de5acb7d2fd42d60a3761f0fe2741f2a4.tar.gz
ktown-7421c20de5acb7d2fd42d60a3761f0fe2741f2a4.tar.xz
DEPS: Recompiled 32bit packages for phonon, phonon-gstreamer and phonon-vlc.
When they were compiled initially, I had not installed a Qt5 package and therefore the phonon packages could not pick up support for qt5. The new packages have been compiled in the presence of Qt5 so that the broken Powerdevil and NetworkManagement services work again.
-rwxr-xr-xdeps/phonon-gstreamer/phonon-gstreamer.SlackBuild4
-rwxr-xr-xdeps/phonon-vlc/phonon-vlc.SlackBuild4
-rwxr-xr-xdeps/phonon/phonon.SlackBuild2
3 files changed, 5 insertions, 5 deletions
diff --git a/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild b/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild
index e413c03..617c14e 100755
--- a/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild
+++ b/deps/phonon-gstreamer/phonon-gstreamer.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2011, 2012, 2014, 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2011, 2012, 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL
# Copyright 2011, 2012 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -26,7 +26,7 @@
PKGNAM=phonon-gstreamer
SRCNAM=phonon-backend-gstreamer
VERSION=${VERSION:-4.9.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j7 "}
diff --git a/deps/phonon-vlc/phonon-vlc.SlackBuild b/deps/phonon-vlc/phonon-vlc.SlackBuild
index 75200ec..7116058 100755
--- a/deps/phonon-vlc/phonon-vlc.SlackBuild
+++ b/deps/phonon-vlc/phonon-vlc.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2011, 2012, 2014, 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2011, 2012, 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL
# Copyright 2011, 2012 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -26,7 +26,7 @@
PKGNAM=phonon-vlc
SRCNAM=phonon-backend-vlc
VERSION=${VERSION:-0.9.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j7 "}
diff --git a/deps/phonon/phonon.SlackBuild b/deps/phonon/phonon.SlackBuild
index e232962..aa5a620 100755
--- a/deps/phonon/phonon.SlackBuild
+++ b/deps/phonon/phonon.SlackBuild
@@ -26,7 +26,7 @@
PKGNAM=phonon
VERSION=${VERSION:-4.9.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:--j7}