Search Criteria
Package Details: browservice 0.9.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/browservice.git (read-only, click to copy) |
---|---|
Package Base: | browservice |
Description: | Browse the modern web on historical browsers - source build |
Upstream URL: | https://github.com/ttalvitie/browservice |
Licenses: | MIT |
Conflicts: | browservice-bin |
Submitter: | Dylan14 |
Maintainer: | Dylan14 |
Last Packager: | Dylan14 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-14 01:04 (UTC) |
Last Updated: | 2025-01-25 23:55 (UTC) |
Dependencies (22)
- alsa-lib
- at-spi2-atk (at-spi2-core-gitAUR, at-spi2-core)
- cmake (cmake-gitAUR)
- fuse2
- fuse3 (fuse3-gitAUR)
- gtkglextAUR
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxkbcommon (libxkbcommon-gitAUR)
- libxss
- nss (nss-hgAUR)
- pango (pango-gitAUR)
- poco (poco-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- ttf-ms-fontsAUR (ttf-win7-fontsAUR, ttf-ms-win8AUR, ttf-ms-win8-arabicAUR, ttf-ms-win8-hebrewAUR, ttf-ms-win8-seaAUR, ttf-ms-win8-indicAUR, ttf-ms-win8-japaneseAUR, ttf-ms-win8-koreanAUR, ttf-ms-win8-zh_cnAUR, ttf-ms-win8-zh_twAUR, ttf-ms-win8-thaiAUR, ttf-ms-win8-otherAUR, ttf-ms-win10AUR, fake-ms-fontsAUR, ttf-ms-win10-autoAUR, ttf-ms-win11-autoAUR, ttf-ms-win10-cdnAUR, ttf-ms-win11AUR)
- wget (wget-gitAUR, wurlAUR)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR)
- xorg-xauth
Latest Comments
micwoj92 commented on 2025-01-27 19:51 (UTC)
in that case gtk3 needs to be added to (make)deps.
after adding still fails with same error.
Dylan14 commented on 2025-01-27 14:52 (UTC)
@micwoj92 - Interesting, because it isn't failing on my end. I do have two suggestions: 1. try installing the gtk3 package (as there are a few notes about gtk+-3.0.pc not existing on the system through pkg-config) 2. in the setup_cef.sh file try adding "CFLAGS='-Wno-error'" before libcef_dll_wrapper in the line reading make -j2 libcef_dll_wrapper.
micwoj92 commented on 2025-01-27 11:05 (UTC)
Build fails, here log: https://gist.github.com/micwoj92/e155a42c504bfec33c3efe02fd91bb3b
micwoj92 commented on 2025-01-25 19:30 (UTC)
Please either switch to build from source (as it was in beginning) or reupload as browservice-bin
Dylan14 commented on 2022-10-15 23:28 (UTC)
@nyanpasu64 - The checksum you got is the same I get on a fresh download. I will fix the checksum in the PKGBUILD.
nyanpasu64 commented on 2022-10-15 14:36 (UTC)
The sha256sum fails to verify, on my machine I'm getting f1f6daa28fff4080bdff4b19348696f6d022787746a6d89ad1071bbfe0b7f5b0 instead of your PKGBUILD's e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855. Did they change the appimage or am I being hacked?
Dylan14 commented on 2021-09-17 19:37 (UTC)
New version of browservice posted, now uses the precompiled appimages instead of building from source.
SelfRef commented on 2021-03-18 22:56 (UTC) (edited on 2021-03-18 22:57 (UTC) by SelfRef)
Line
install -Dm755 release/bin/retrojsvice.so "${pkgdir}/usr/lib/retrojsvice.so"
is missing frompackage()
.Dylan14 commented on 2021-01-17 14:25 (UTC)
Updated the pkgbuild to limit the number of compilation processes to the number of cores available, see https://github.com/ttalvitie/browservice/issues/8#issuecomment-761758648 for details.