28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
# Template file for 'lightspark'
|
|
pkgname=lightspark
|
|
version=0.7.0
|
|
revision=3
|
|
build_style=cmake
|
|
configure_args="-DAUDIO_BACKEND=pulse -DENABLE_CURL=1 -DCOMPILE_PLUGIN=1"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
makedepends="pkg-config cmake nasm pcre-devel>=8.30 libffi-devel libX11-devel
|
|
fontconfig-devel boost-devel SDL-devel ffmpeg-devel>=1.0.1 libcurl-devel
|
|
MesaLib-devel ftgl-devel glew-devel>=1.9.0 libxml2-devel libxml++-devel
|
|
glibmm-devel gtk+-devel jpeg-devel pulseaudio-devel llvm-devel librtmp-devel
|
|
liblzma-devel"
|
|
conf_files="/etc/xdg/lightspark.conf"
|
|
short_desc="Modern, free, open-source flash player implementation"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://lightspark.github.com/"
|
|
license="LGPL-3"
|
|
distfiles="http://launchpad.net/lightspark/trunk/$pkgname-$version/+download/$pkgname-$version.tar.gz"
|
|
checksum=f3df63692ad8409888336a58f4db96b3344737d492df3a3f06c7359fdf26c85b
|
|
long_desc="
|
|
Lightspark features:
|
|
|
|
* JIT compilation of Actionscript to native x86 bytecode using LLVM
|
|
* Hardware accelerated rendering using OpenGL Shaders (GLSL)
|
|
* Very good and robust support for current-generation Actionscript 3
|
|
* A new, clean, codebase exploiting multithreading and optimized for modern
|
|
hardware. Designed from scratch after the official Flash documentation was
|
|
released."
|