Hello, $pkgrel don't have to be used in source=()
Search Criteria
Package Details: lightspark 0.8.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lightspark.git (read-only, click to copy) |
---|---|
Package Base: | lightspark |
Description: | An open source flash player implementation |
Upstream URL: | https://github.com/lightspark/lightspark |
Keywords: | actionscript flash implementation lightspark player swf |
Licenses: | LGPL-3.0-only |
Conflicts: | pepper-flash |
Submitter: | xdavidwu |
Maintainer: | dpeukert |
Last Packager: | dpeukert |
Votes: | 6 |
Popularity: | 0.014613 |
First Submitted: | 2020-05-20 15:24 (UTC) |
Last Updated: | 2024-02-24 16:13 (UTC) |
Dependencies (17)
- cairo (cairo-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- 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)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- pango (pango-gitAUR)
- rtmpdump (rtmpdump-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (0)
Sources (1)
Latest Comments
FabioLolix commented on 2022-12-24 22:09 (UTC)
dpeukert commented on 2022-12-24 21:37 (UTC)
The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/lightspark
xdavidwu commented on 2021-02-17 05:46 (UTC)
0.8.4.1 is a hotfix release for Windows and the changes on top of 0.8.4 are all behind #ifdef _WIN32
. There are no changes for Linux so an update is not needed.
xdavidwu commented on 2021-02-09 03:38 (UTC)
aarch64
added. Other architectures still need to be tested.
SpacingBat3 commented on 2021-02-08 07:29 (UTC)
@xdavidwu Oh I see. So I'll give you there an array of the architectures, that should be supported:
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
I've tested it on aarch64
, so it should build on 32-bit ARM architectures as well.
xdavidwu commented on 2021-02-08 03:53 (UTC)
@SpacingBat3 any
in arch
option means that the resulting package would be architecture-independent (like a script). Lightspark compiles into binary so it is not the case. Also, I have no non-x86 machine to test on. I would not add an architecture into the list unless somebody tested it. Users can always download the PKGBUILD and edit it if necessary.
Reference: https://wiki.archlinux.org/index.php/PKGBUILD#arch
SpacingBat3 commented on 2021-02-07 18:13 (UTC)
Please update the arch()
in the PKGBUILD to arch('any')
– as this PKGBUILD compiles and builds from the source code and lightspark isn't really architecture-specific – I wouldn't be suprised if someone would managed to compile it on PowerPC.
Pinned Comments
dpeukert commented on 2022-12-24 21:37 (UTC)
The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/lightspark