aboutsummaryrefslogtreecommitdiff
path: root/network/PaleMoon/PaleMoon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/PaleMoon/PaleMoon.SlackBuild')
-rw-r--r--network/PaleMoon/PaleMoon.SlackBuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild
index d5230094f5..8772368cfb 100644
--- a/network/PaleMoon/PaleMoon.SlackBuild
+++ b/network/PaleMoon/PaleMoon.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=PaleMoon
-VERSION=${VERSION:-27.1.1}
+VERSION=${VERSION:-27.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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} \