network/PaleMoon: Updated for version 27.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d0d84dfdf0
commit
61e5a6737d
|
@ -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} \
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue