Search Criteria
Package Details: ruffle-git 1:r10589.673aa78f9-2
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://ruffle.rs/ |
Licenses: | MIT, Apache |
Conflicts: | ruffle |
Provides: | ruffle |
Submitter: | quininer |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 12 |
Popularity: | 0.007560 |
First Submitted: | 2020-04-16 14:37 (UTC) |
Last Updated: | 2023-10-01 21:26 (UTC) |
Dependencies (14)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- at-spi2-core (at-spi2-core-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, jdk21-temurinAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR, zing-21-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
« First ‹ Previous 1 2
FabioLolix commented on 2022-09-26 13:06 (UTC)
I have revisioned the pkgbuild locally some time ago but still need to push the update, I test on chroot so I'll catch this
herman_rimm commented on 2022-07-21 11:16 (UTC)
From the Ruffle readme: "You must also have Java installed, and available on your PATH as
java
.". I managed to build withjava-runtime=18
, please add it to makedepends.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=().« First ‹ Previous 1 2