diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-28 05:48:42 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-28 17:59:48 +0100 |
commit | f845c97d2dd37c9cfbc8e21b87f3753167770f1e (patch) | |
tree | ae50b5b0593bccdef649cf9536f41f394c28a1b7 /source/l | |
parent | b0afb726e72ab6716b5be64f5ab3447c9d09a641 (diff) | |
download | current-f845c97d2dd37c9cfbc8e21b87f3753167770f1e.tar.gz |
Sat Mar 28 05:48:42 UTC 202020200328054842
a/lvm2-2.03.09-x86_64-1.txz: Upgraded.
d/guile-3.0.2-x86_64-1.txz: Upgraded.
l/glib-networking-2.64.1-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.16-x86_64-1.txz: Upgraded.
l/gvfs-1.44.1-x86_64-1.txz: Upgraded.
l/librsvg-2.48.1-x86_64-1.txz: Upgraded.
l/vte-0.60.1-x86_64-1.txz: Upgraded.
xap/audacious-4.0-x86_64-3.txz: Rebuilt.
Also support GTK+ interface, including a .desktop file for it.
xap/audacious-plugins-4.0-x86_64-3.txz: Rebuilt.
Rebuilt with --enable-gtk.
extra/pure-alsa-system/audacious-plugins-4.0-x86_64-3_alsa.txz: Rebuilt.
Rebuilt with --enable-gtk.
extra/pure-alsa-system/qt5-5.13.2-x86_64-3_alsa.txz: Added.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/gtk+3/gtk+3.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/qt5/patches/qt5.pulseaudio.diff | 12 | ||||
-rwxr-xr-x | source/l/qt5/qt5.SlackBuild | 5 |
3 files changed, 2 insertions, 17 deletions
diff --git a/source/l/gtk+3/gtk+3.SlackBuild b/source/l/gtk+3/gtk+3.SlackBuild index 140b24a5..fd730030 100755 --- a/source/l/gtk+3/gtk+3.SlackBuild +++ b/source/l/gtk+3/gtk+3.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gtk+3 VERSION=${VERSION:-$(echo gtk+-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/qt5/patches/qt5.pulseaudio.diff b/source/l/qt5/patches/qt5.pulseaudio.diff deleted file mode 100644 index 8d8f616d..00000000 --- a/source/l/qt5/patches/qt5.pulseaudio.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- qt-everywhere-opensource-src-5.4.0/qtwebengine/src/3rdparty/chromium/media/media.gyp.orig 2014-12-05 17:26:44.000000000 +0100 -+++ qt-everywhere-opensource-src-5.4.0/qtwebengine/src/3rdparty/chromium/media/media.gyp 2014-12-12 10:27:20.393735405 +0100 -@@ -29,7 +29,7 @@ - ['use_cras==1', { - 'use_pulseaudio%': 0, - }, { -- 'use_pulseaudio%': 1, -+ 'use_pulseaudio%': 0, - }], - ], - }, { - diff --git a/source/l/qt5/qt5.SlackBuild b/source/l/qt5/qt5.SlackBuild index 4ec23c9c..0821b2ae 100755 --- a/source/l/qt5/qt5.SlackBuild +++ b/source/l/qt5/qt5.SlackBuild @@ -143,10 +143,7 @@ cd - 1>/dev/null # If PulseAudio is not found, use the _alsa $TAG and disable it in the build: if ! pkg-config --exists libpulse 2>/dev/null ; then - # Forcibly disable pulseaudio in qtwebengine: - zcat $CWD/patches/qt5.pulseaudio.diff.gz | patch -p1 --verbose || exit 1 - # Disable pulseaudio in Qt5: - PULSEAUDIO_OPTION="-no-pulseaudio" + PULSEAUDIO_OPTION="-no-pulseaudio -no-webengine-pulseaudio" TAG="_alsa" else unset PULSEAUDIO_OPTION |