Package Details: servo-latest 20240604-1

Git Clone URL: https://aur.archlinux.org/servo-latest.git (read-only, click to copy)
Package Base: servo-latest
Description: The embeddable, independent, memory-safe, modular, parallel web rendering engine
Upstream URL: https://servo.org
Licenses: MPL-2.0
Conflicts: servo
Provides: servo
Submitter: Oak
Maintainer: ralphptorres
Last Packager: ralphptorres
Votes: 33
Popularity: 0.47
First Submitted: 2016-07-01 15:54 (UTC)
Last Updated: 2024-06-04 11:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

jdarnold commented on 2023-06-30 20:08 (UTC)

It should also have a dependency on the openssl-1.1 package

jdarnold commented on 2023-06-30 20:06 (UTC)

New checksum is 0e4f03f4424e91eda842c139b30e82b90e344a185e438503aafdd3f999b50ffa

xuiqzy commented on 2023-05-13 18:26 (UTC)

Outdated checksum for servo-latest.tar.gz

==> Validating source files with sha256sums...
    servo-latest.tar.gz ... FAILED
    Servo.desktop ... Passed
    LICENSE ... Passed

xuiqzy commented on 2022-12-20 15:23 (UTC)

Checksum is outdated for the tar.gz

apropos commented on 2022-12-15 23:55 (UTC)

+1 to the below comment, this also means that AUR helpers cannot detect updates.

xuiqzy commented on 2021-12-22 00:00 (UTC)

The url of the pkgver() function (and probably the url variable too) should match the one used for the downloaded binary. Currently the pkgver when installed says r20201110-1 (as does the https://servo-builds.s3.amazonaws.com/index.html website) even though the website from the source array download ( https://download.servo.org/ ), which also seems like the official download site, says the binary is from 2021-12-21. The commit info from servo --version is from 2021-12-18 (still newer then 2020-11-10 as implied by the pkgver() ).

Could you change the url(s) to the servor.org ones? :)

ObscureScience commented on 2018-09-06 07:29 (UTC) (edited on 2018-09-06 07:30 (UTC) by ObscureScience)

Installing gst-plugins-bad fixed the missing libgstplayer-1.0.so.0 for me. Unfortunately I get loads of fontconfig errors, and accompanying garbage font rendering on a fresh install with xfce desktop. No other programs has this problem.

Errors are: Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'translate'

Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'selector'

Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'xmlns:its'

Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'version'

Same for all conf.d files and attributes.

raingloom commented on 2018-09-02 15:40 (UTC)

running servo fails with: /opt/servo/servo: error while loading shared libraries: libgstplayer-1.0.so.0: cannot open shared object file: No such file or directory

so, missing dependency?

vasya commented on 2018-04-22 17:29 (UTC)

I think there's an issue on lines 39-40 of the PKGBUILD. $_pkgname does not exist, which results in files ".csh" and ".sh" being created (literally, only dot and extension). Thanks.

watersalesman commented on 2017-10-20 00:36 (UTC)

.SRCINFO version does not match the PKGBUILD, causing installation to fail. A good ol' "makepkg --printsrcinfo > .SRCINFO" should do it.