Package Details: lightspark-git 0.8.6.1.r123.111064f9-1

Git Clone URL: https://aur.archlinux.org/lightspark-git.git (read-only, click to copy)
Package Base: lightspark-git
Description: Open source Flash player implementation
Upstream URL: https://lightspark.github.io
Licenses: LGPL3
Conflicts: lightspark
Provides: lightspark
Submitter: heftig
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 118
Popularity: 0.100278
First Submitted: 2010-05-18 17:00 (UTC)
Last Updated: 2023-03-21 19:17 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

Score_Under commented on 2023-03-09 01:09 (UTC)

You can hack the pkgbuild to work again by replacing the pkgver function as follows:

pkgver() {
  cd "$srcdir/$pkgname"
  git describe --long --tags --exclude latest --exclude '*/*' | sed -r 's/^lightspark-//;s/([^-]*-g)/r\1/;s/-/./g'
}

snogard commented on 2023-02-17 11:18 (UTC)

ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.

ERROR: pkgver() generated an invalid version: refs/heads/master.r0.g78ae64af

nobodywasishere commented on 2022-03-16 18:22 (UTC)

arichiardi: -git packages don't need to have up-to-date package versions

daniel_shub commented on 2020-01-25 21:41 (UTC)

The package seems to require cairo and pango at least as a makedepends and maybe as a depends.

Alad commented on 2019-08-01 12:32 (UTC)

vfjpl: AUR helpers are not supported.

z3ntu: I'll make the changes.

vfjpl commented on 2018-12-16 14:01 (UTC)

Cloning into bare repository '/var/tmp/pamac-build-kacper/lightspark-git/lightspark-git'... fatal: unable to open /var/tmp/pamac-build-kacper/lightspark-git/lightspark-git/objects/pack/tmp_pack_57hOLN: Nie ma takiego pliku ani katalogu fatal: index-pack failed

z3ntu commented on 2018-05-12 18:28 (UTC)

It seems that the gtk2 dependency was removed from lightspark but is not reflected in the packaging: https://github.com/lightspark/lightspark/commit/229771bb87383f6bcd32114d9d944bde1f0e94f2

z3ntu commented on 2018-03-09 14:58 (UTC)

@Alad: You can remove the lightspark-git.install from the git repo as it's not used.

lemel commented on 2017-09-14 12:30 (UTC) (edited on 2017-09-14 15:57 (UTC) by lemel)

Unable to build. Possibly because of llvm Logs here below. https://pastebin.com/34kzWDVW Edit: I solved the problem by downgrading llvm-5.0.0 and llvm-libs-5.0.0 to llvm-4.0.1 and llvm-libs-4.0.1 respectively. After building and installing lightspark I updated llvm-libs again. Seems to be a temporary solution.