summaryrefslogtreecommitdiffstats
path: root/network/PaleMoon
diff options
context:
space:
mode:
author khronosschoty <khronosschoty@posteo.org>2017-04-22 23:39:03 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-29 12:51:17 +0700
commit67049dfacd81c07666fd4b1849a818b04458605d (patch)
tree36b5a2a0fecaba5d38d65234d7524ffad2981510 /network/PaleMoon
parent2c312c396fbe67b48400abae95994fdb9c4a128c (diff)
downloadslackbuilds-67049dfacd81c07666fd4b1849a818b04458605d.tar.gz
slackbuilds-67049dfacd81c07666fd4b1849a818b04458605d.tar.xz
network/PaleMoon: Remove unused option.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/PaleMoon')
-rw-r--r--network/PaleMoon/PaleMoon.SlackBuild9
-rw-r--r--network/PaleMoon/README6
2 files changed, 3 insertions, 12 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild
index a60adc4288..9ce1557cc5 100644
--- a/network/PaleMoon/PaleMoon.SlackBuild
+++ b/network/PaleMoon/PaleMoon.SlackBuild
@@ -150,14 +150,6 @@ else
DEVTOOLS="--enable-devtools"
fi
-# "gst-libav" has been replaced with ffmpeg in PaleMoon, and is slated for complete
-# removal; pass the parameter ENABLE_GST_LIBAV=yes, however, to keep using it (for now).
-if [ "$ENABLE_GST_LIBAV" = "yes" ]; then
- GST_LIBAV="--enable-gstreamer --disable-ffmpeg"
-else
- GST_LIBAV=""
-fi
-
# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
# Our building options, in a configure-like display ;)
OPTIONS="\
@@ -170,7 +162,6 @@ OPTIONS="\
--disable-mochitests \
--enable-jemalloc \
--with-pthreads \
- $GST_LIBAV \
$DEVTOOLS \
$DEBUG \
--x-libraries=/usr/lib${LIBDIRSUFFIX} \
diff --git a/network/PaleMoon/README b/network/PaleMoon/README
index 45507ee87a..67fe910948 100644
--- a/network/PaleMoon/README
+++ b/network/PaleMoon/README
@@ -21,9 +21,9 @@ Slackware style, in a manner that conforms to official Pale Moon Linux
releases; while, at the same time, providing useful and easy ways to deviate
if desired.
-To package this version of Pale Moon for installation along side any other version of
-Pale Moon, (such as the before mentioned version known here as "palemoon") pass the
-script the parameter:
+To package this version of Pale Moon for installation along side any
+other version of Pale Moon, (such as the before mentioned version known
+here as "palemoon") pass the script the parameter:
APPEND_VERSION_SUFFIX=yes
See http://docs.slackware.com/howtos:software:palemoon for additional