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 | |
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>
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 11 | ||||
-rw-r--r-- | network/PaleMoon/PaleMoon.info | 6 | ||||
-rw-r--r-- | network/PaleMoon/README | 9 |
3 files changed, 7 insertions, 19 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} \ diff --git a/network/PaleMoon/PaleMoon.info b/network/PaleMoon/PaleMoon.info index 25bb065e8d..32d6bd1185 100644 --- a/network/PaleMoon/PaleMoon.info +++ b/network/PaleMoon/PaleMoon.info @@ -1,10 +1,10 @@ PRGNAM="PaleMoon" -VERSION="27.1.1" +VERSION="27.2.0" HOMEPAGE="http://www.palemoon.org/" -DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.1.1_Release/Pale-Moon-27.1.1_Release.tar.gz \ +DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.2.0_Release/Pale-Moon-27.2.0_Release.tar.gz \ http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz \ http://ponce.cc/slackware/sources/repo/autoconf-2.13-consolidated_fixes-1.patch.gz" -MD5SUM="a4148016d84345b081a3c5350acaa9f6 \ +MD5SUM="d122a69ceaac94efeeb365fce39aa31f \ f2994d302cf736e7e71974edfa51da3c \ d6cdb231911a8d0b08a25b8dd8c5935c" DOWNLOAD_x86_64="" diff --git a/network/PaleMoon/README b/network/PaleMoon/README index 3e803694c0..45507ee87a 100644 --- a/network/PaleMoon/README +++ b/network/PaleMoon/README @@ -33,12 +33,9 @@ Using the Oxygen theme is known to cause Pale Moon to crash; if you are experiencing crashes, and segfaults, make sure you are not using this theme. See the help doc link above for creative tips and workarounds. -Pale Moon has switched its dependency on gst-libav to ffmpeg; and -gstreamer is slated for complete removal in later versions; if desired -however, pass the parameter ENABLE_GST_LIBAV=yes to the SlackBuild to go -on using gstreamer (for now). If you are having issues with media such as -h.264 html 5 video, make sure ffmpeg is installed before compiling -Pale Moon -- installing ffmpeg afterwards may not work. +If you are having issues with media such as h.264 html 5 video, make sure +ffmpeg is installed before compiling Pale Moon -- installing ffmpeg +afterwards may not work. A native fork of FireFox's developer tools exists as an external add-on or internally. Pale Moon by default ships with the developer tools internally; |