arcan: update to 0.5.4.5.
This commit is contained in:
parent
014cdf04da
commit
a29678f45f
1 changed files with 6 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'arcan'
|
||||
pkgname=arcan
|
||||
version=0.5.4.4
|
||||
version=0.5.4.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
build_wrksrc=src
|
||||
short_desc="Combined display server, multimedia framework and game engine"
|
||||
maintainer="Piraty <piraty1@inbox.ru>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://arcan-fe.com/"
|
||||
distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum="42d2fab2fb5d1b0b80b673335de14e131aa684bbad7f62c80693510a4fab71c2"
|
||||
checksum="0d35c85a121fc550aa3a0fe70f1941f9e347bd90855a2d2208106bbcc19791c3"
|
||||
|
||||
# the _lwa part of the build relies on a patched openAL implementation
|
||||
# that is statically linked
|
||||
|
@ -24,10 +24,9 @@ configure_args=" -DDISTR_TAG='Void Linux'
|
|||
-DSTATIC_OPENAL=Off -DSTATIC_FREETYPE=Off
|
||||
-DVIDEO_PLATFORM=egl-dri -DENABLE_SIMD=On -DENABLE_LTO=Off"
|
||||
|
||||
makedepends="libgbm libGL libdrm-devel MesaLib-devel libEGL LuaJIT-devel
|
||||
freetype-devel sqlite-devel libusb-devel libxkbcommon-devel harfbuzz-devel
|
||||
libopenal-devel vlc-devel ffmpeg-devel bzip2-devel liblzma-devel
|
||||
libvncserver-devel $(vopt_if tesseract tesseract-ocr-devel)"
|
||||
makedepends="LuaJIT-devel ffmpeg-devel harfbuzz-devel liblzma-devel
|
||||
libopenal-devel libusb-devel libvncserver-devel libxkbcommon-devel sqlite-devel
|
||||
tesseract-ocr-devel vlc-devel"
|
||||
|
||||
build_options="tesseract"
|
||||
desc_option_tesseract="Enable support for OCR via tesseract"
|
||||
|
|
Loading…
Reference in a new issue