diff options
author | khronosschoty <khronosschoty@utmail.net> | 2017-03-19 08:10:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-19 08:10:30 +0700 |
commit | 61e5a6737db26a57e2a5a7a97a6a7a9590ef5d7e (patch) | |
tree | 58dc2a3003bcb88c5a27c6081c0916fc57bf9d1f /network/PaleMoon/PaleMoon.SlackBuild | |
parent | d0d84dfdf01e83e426897f4f9fd6e74770952a07 (diff) | |
download | slackbuilds-61e5a6737db26a57e2a5a7a97a6a7a9590ef5d7e.tar.gz |
network/PaleMoon: Updated for version 27.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/PaleMoon/PaleMoon.SlackBuild')
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 11 |
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} \ |