Search Criteria
Package Details: ruffle-git 0.1.0.3210.g7ac53be2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruffle-git.git (read-only, click to copy) |
---|---|
Package Base: | ruffle-git |
Description: | A Flash Player emulator written in Rust |
Upstream URL: | https://github.com/ruffle-rs/ruffle |
Licenses: | MIT, Apache |
Conflicts: | ruffle |
Provides: | ruffle |
Submitter: | quininer |
Maintainer: | quininer |
Last Packager: | quininer |
Votes: | 6 |
Popularity: | 0.019361 |
First Submitted: | 2020-04-16 14:37 (UTC) |
Last Updated: | 2020-11-22 14:07 (UTC) |
Dependencies (10)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- libxcb (libxcb-git)
- openssl (libressl-git, openssl-static, openssl-hardened, quictls-openssl, openssl-git)
- xz (xz-git)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- cargo (cargo-git, rust-nightly-bin, rustup-git, rust, rustup) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- libx11 (libx11-git) (make)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32) (make)
- rust (rust-i586-git, rust-git, rust-nightly, rust-nightly-bin, rustup-git, rustup) (make)
Latest Comments
Ranguvar commented on 2021-09-11 01:41 (UTC)
Agreed with colbatspace, options=(!lto) would be nice.
lmartinez-mirror commented on 2021-06-29 02:35 (UTC)
Got a patch here with a few suggestions for the PKGBUILD. You will probably need to do a clean build for this. The main highlight is a saner
pkgver()
that doesn't need any sort of piping.ddeberhar commented on 2021-06-26 08:16 (UTC)
Building ruffle-git 0.1.0.3210.g7ac53be2-1 fails on my system - unfortunately I'm just a user who'd appreciate the package to build for use - please, fix:
cobaltspace commented on 2021-06-12 03:59 (UTC)
lto
causes this package to fail to compile.options=(!lto)
should be set.abouvier commented on 2020-11-21 18:06 (UTC) (edited on 2020-11-21 18:06 (UTC) by abouvier)
libx11
andpython
are needed in makedepends=().openssl
,libxcb
,zlib
,alsa-lib
andxz
are needed in depends=().