First off, thanks for uploading this package and keeping it updated. Should nspr be removed from the depends array with the --with-system-nspr option removed? I also see --enable-mobile-optimize, --enable-b2g-bt, --enable-b2g-camera, and --enable-b2g-ril in https://raw.githubusercontent.com/MoonchildProductions/Pale-Moon/master/configure.in so I'll be leaving those disabled here just to be sure.
Search Criteria
Package Details: palemoon 1:33.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/palemoon.git (read-only, click to copy) |
---|---|
Package Base: | palemoon |
Description: | Open source web browser based on Firefox focusing on efficiency. |
Upstream URL: | https://www.palemoon.org/ |
Keywords: | browser goanna web |
Licenses: | MPL-2.0 |
Submitter: | artiom |
Maintainer: | WorMzy |
Last Packager: | WorMzy |
Votes: | 141 |
Popularity: | 0.128622 |
First Submitted: | 2014-06-05 10:54 (UTC) |
Last Updated: | 2024-11-05 20:54 (UTC) |
Dependencies (14)
- alsa-lib
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libxt
- mime-types (mailcap)
- git (git-gitAUR, git-glAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- yasm (yasm-gitAUR) (make)
- zip (zip-natspecAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – various video and audio support
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – PulseAudio audio driver
Required by (6)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 38 Next › Last »
0strodamus commented on 2016-07-29 02:03 (UTC)
WorMzy commented on 2016-07-28 21:57 (UTC)
Thanks for the pointers, Matt, I'll implement the explicit changes you described shortly.
mattatobin commented on 2016-07-28 21:18 (UTC) (edited on 2016-07-28 21:26 (UTC) by mattatobin)
Greetings, My name is Matt A. Tobin and I am the Administrator and Coordinator of Secondary Services at the Pale Moon project..
Some recent forum posts have prompted me to reach out to the package maintainer for Pale Moon on Arch..
Your .mozconfig needs a little work to be brought up to how we build Pale Moon in general.
Please change the following configure flags:
ac_add_options --enable-safe-browsing to ac_add_options --disable-safe-browsing
ac_add_options --disable-crashreporter no longer exists and can be removed
ac_add_options --disable-metro no longer exists and can be removed
ac_add_options --disable-maintenance-service no longer exists and can be removed
ac_add_options --disable-windows-mobile-components hasn't existed for quite sometime and can be removed
ac_add_options --disable-mobile-optimize hasn't existed for quite sometime and can be removed
We require building the in-tree version of NSPR/NSS due to changes we have made to those modules and cannot ensure full compatibility with system versions from upstream. So please remove ac_add_options --with-system-nspr.
In general we prefer in-tree libs vs system libs where possible for compatibility reasons.
I also think the three b2g configure flags are disabled by default and can be removed.
If the package maintainer has other questions or concerned he may contact us at our forum.
WorMzy commented on 2016-07-28 20:34 (UTC)
Thanks for pointing that out. It's something that was enabled in the mozconfig when I took over the package, and I've never had any reason to disable it. Shall be disabled shortly.
Wuzzy commented on 2016-07-28 20:03 (UTC)
I am using version 26.3.3-1 of this package.
I noticed the “safebrowsing” feature is still in this package. You can check this by checking if browser.safebrowsing exists in about:config, or if in Preferences, Security tab there are 2 checkboxes for blocking websites. They should NOT be there.
According to the Pale Moon developers, this feature should be gone but this feature is still in my version for some reason. Can you please investigate if there is something strange going on?
wolf commented on 2016-05-12 23:37 (UTC)
Yep, let's shift debate over there.
WorMzy commented on 2016-05-12 22:32 (UTC) (edited on 2016-05-12 22:32 (UTC) by WorMzy)
I've opened a thread on the Pale Moon forums with various logs. Feel free to take a look and participate in the thread, or make suggestions here or by email if you don't have a forum account. :)
EDIT: Link: http://forum.palemoon.org/viewtopic.php?f=37&t=12045
wolf commented on 2016-05-12 04:24 (UTC) (edited on 2016-05-12 04:24 (UTC) by wolf)
To the best of my knowledge, `-flto=7` shouldn't have any success on any asserts.. Link time optimization shouldn't really affect if the program compiles or not. I can try it without the `-flto` just to make sure when I get from work, but I would be really surprised if it won't compile without it.
Could you post the error you get during compilation here or to my email? Maybe I can help.
WorMzy commented on 2016-05-11 23:43 (UTC)
Thanks for the offer.
I think you're on to something with the -flto flag you're using -- another PM user had similar success with LTO with gcc6: https://forum.palemoon.org/viewtopic.php?t=11715
Unfortunately, I don't know what LTO is, and just adding -flto=7 to my *FLAGS didn't seem to make any difference on my system. I'm going to have to read up on LTO and see if I can't figure out why it seems to help in some cases. I'd quite like to drop the gcc5 dep asap.
wolf commented on 2016-05-11 20:52 (UTC) (edited on 2016-05-11 21:26 (UTC) by wolf)
Standard gcc from core/gcc:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160501 (GCC)
PKGBUILD
- only change was upaded md5sum of mozconfig.in
mozconfig.in
- only change was removing the `-5` suffix for CC and CXX
makepkg.conf
CFLAGS="-flto=7 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
CXXFLAGS="-flto=7 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
LDFLAGS="-flto=7 -Wl,-O1,--sort-common,--as-needed,-z,relro"
MAKEFLAGS="-j7"
[..]
#-- Destination: specify a fixed directory where all packages will be placed
PKGDEST=~/archrepo/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=~/archrepo/sources
#-- Source packages: specify a fixed directory where all src packages will be placed
SRCPKGDEST=~/archrepo/srcpackages
#-- Log files: specify a fixed directory where all log files will be placed
#LOGDEST=/home/makepkglogs
#-- Packager: name/email of the person or organization building packages
PACKAGER="Wolf <wolf@wolfsden.cz>"
#-- Specify a key to use for package signing
GPGKEY="52C5A16E"
Nothing else was changed afaik.
Pinned Comments
WorMzy commented on 2021-03-02 16:19 (UTC) (edited on 2022-08-03 21:12 (UTC) by WorMzy)
The following key is used to sign release commits:
40481E7B8FCF9CEC
Import it into your keyring however you want.
https://wiki.archlinux.org/index.php/GnuPG#Import_a_public_key