diff options
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 11 | ||||
-rw-r--r-- | network/PaleMoon/PaleMoon.desktop | 2 | ||||
-rw-r--r-- | network/PaleMoon/PaleMoon.info | 8 |
3 files changed, 15 insertions, 6 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild index 8772368cfb..a60adc4288 100644 --- a/network/PaleMoon/PaleMoon.SlackBuild +++ b/network/PaleMoon/PaleMoon.SlackBuild @@ -25,7 +25,7 @@ # Modified by SlackBuilds.org PRGNAM=PaleMoon -VERSION=${VERSION:-27.2.0} +VERSION=${VERSION:-27.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -150,6 +150,14 @@ 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="\ @@ -162,6 +170,7 @@ OPTIONS="\ --disable-mochitests \ --enable-jemalloc \ --with-pthreads \ + $GST_LIBAV \ $DEVTOOLS \ $DEBUG \ --x-libraries=/usr/lib${LIBDIRSUFFIX} \ diff --git a/network/PaleMoon/PaleMoon.desktop b/network/PaleMoon/PaleMoon.desktop index 37f48215af..b27cc6c9fb 100644 --- a/network/PaleMoon/PaleMoon.desktop +++ b/network/PaleMoon/PaleMoon.desktop @@ -8,6 +8,6 @@ Terminal=false X-MultipleArgs=false Type=Application Icon=PaleMoon-@VERSION@ -Categories=Network;WebBrowser; +Categories=Network;WebBrowser;Internet MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; StartupNotify=true diff --git a/network/PaleMoon/PaleMoon.info b/network/PaleMoon/PaleMoon.info index ca4f462ded..de7599f835 100644 --- a/network/PaleMoon/PaleMoon.info +++ b/network/PaleMoon/PaleMoon.info @@ -1,14 +1,14 @@ PRGNAM="PaleMoon" -VERSION="27.2.0" +VERSION="27.2.1" HOMEPAGE="http://www.palemoon.org/" -DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.2.0_Release/Pale-Moon-27.2.0_Release.tar.gz \ +DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.2.1_Release/Pale-Moon-27.2.1_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="d122a69ceaac94efeeb365fce39aa31f \ +MD5SUM="85da96b5a1403be3772885f9c5852268 \ f2994d302cf736e7e71974edfa51da3c \ d6cdb231911a8d0b08a25b8dd8c5935c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg" MAINTAINER="khronosschoty" -EMAIL="khronosschoty@utmail.net" +EMAIL="khronosschoty@posteo.org" |