summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-07-20 23:16:32 +0000
committer Eric Hameleers <alien@slackware.com>2018-07-21 09:00:35 +0200
commit00d6960a08e6f93912de4288aad90310fbf390ee (patch)
tree838c9bb3995e57d68b6f5a4896b9cd1112179334 /extra
parent522c806a269fbab51a9615e50fb7a3d82506d475 (diff)
downloadcurrent-00d6960a08e6f93912de4288aad90310fbf390ee.tar.gz
current-00d6960a08e6f93912de4288aad90310fbf390ee.tar.xz
Fri Jul 20 23:16:32 UTC 201820180720231632
ap/cups-filters-1.20.4-x86_64-2.txz: Rebuilt. Recompiled against poppler-0.67.0. kde/calligra-2.9.11-x86_64-23.txz: Rebuilt. Recompiled against poppler-0.67.0. l/ffmpeg-3.4.4-x86_64-1.txz: Upgraded. l/gst-plugins-base-1.14.2-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.14.2-x86_64-1.txz: Upgraded. l/gst-plugins-libav-1.14.2-x86_64-1.txz: Upgraded. l/gstreamer-1.14.2-x86_64-1.txz: Upgraded. l/poppler-0.67.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/php-7.2.8-x86_64-1.txz: Upgraded. This is a security release which also contains several minor bug fixes. (* Security fix *) t/texlive-2018.180630-x86_64-2.txz: Rebuilt. Recompiled against poppler-0.67.0. xap/MPlayer-20180720-x86_64-1.txz: Upgraded. xfce/tumbler-0.2.1-x86_64-5.txz: Rebuilt. Recompiled against poppler-0.67.0. extra/pure-alsa-system/MPlayer-20180720-x86_64-1_alsa.txz: Upgraded. extra/pure-alsa-system/ffmpeg-3.4.4-x86_64-1_alsa.txz: Upgraded. extra/pure-alsa-system/gst-plugins-good-1.14.2-x86_64-1_alsa.txz: Upgraded. pasture/php-5.6.37-x86_64-1.txz: Upgraded. Several security bugs have been fixed in this release, including: Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c heap-buffer-overflow (READ of size 48) while reading exif data (* Security fix *)
Diffstat (limited to 'extra')
-rwxr-xr-x[-rw-r--r--]extra/pure-alsa-system/README1
-rwxr-xr-xextra/pure-alsa-system/revert-to-using-pulseaudio.sh14
2 files changed, 15 insertions, 0 deletions
diff --git a/extra/pure-alsa-system/README b/extra/pure-alsa-system/README
index e715ca1d0..94baaed86 100644..100755
--- a/extra/pure-alsa-system/README
+++ b/extra/pure-alsa-system/README
@@ -1,3 +1,4 @@
+#!/bin/sh
# Don't like PulseAudio?
# Fine, we're not going to force you to use it.
#
diff --git a/extra/pure-alsa-system/revert-to-using-pulseaudio.sh b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
new file mode 100755
index 000000000..4a4ddcf2e
--- /dev/null
+++ b/extra/pure-alsa-system/revert-to-using-pulseaudio.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# This script should be run in the current directory if you wish to uninstall
+# the pure ALSA packages and switch back to using Pulseaudio.
+
+removepkg xfce4-mixer xfce4-volumed
+for package in MPlayer alsa-lib alsa-plugins audacious-plugins ffmpeg \
+ fluidsynth gst-plugins-good gst-plugins-good0 kde-runtime kmix libao \
+ pulseaudio pamixer pavucontrol xfce4-pulseaudio-plugin \
+ libcanberra mpg123 phonon sox xine-lib ; do
+ upgradepkg --install-new ../../slackware*/*/${package}-*.txz
+done
+mv /etc/asound.conf.new /etc/asound.conf
+echo "System is converted back to using Pulseaudio."