arcan: update to 0.6.3.3.
This commit is contained in:
parent
47426cea5f
commit
78440184e9
|
@ -3309,10 +3309,10 @@ libaacs.so.0 libaacs-0.9.0_1
|
|||
libttfautohint.so.1 ttfautohint-1.8.1_1
|
||||
libcob.so.4 gnucobol-libs-2.2_1
|
||||
libkrfbprivate.so.5.0 krfb-17.08.1_1
|
||||
libarcan_shmif.so.0.15 arcan-0.6.1.1_1
|
||||
libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
|
||||
libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
|
||||
libarcan_tui.so.0.15 arcan-0.6.1.1_1
|
||||
libarcan_shmif.so.0.16 arcan-0.6.3.3_1
|
||||
libarcan_shmif_ext.so.0.16 arcan-0.6.3.3_1
|
||||
libarcan_shmif_server.so.0.16 arcan-0.6.3.3_1
|
||||
libarcan_tui.so.0.16 arcan-0.6.3.3_1
|
||||
libarcan_a12.so.0.1 arcan-0.6.1.1_1
|
||||
liblwipv6.so.2 lwipv6-1.5a_1
|
||||
libpipewire-0.3.so.0 libpipewire-0.3.6_1
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'arcan'
|
||||
# !! keep synced with: acfgfs aclip aloadimage
|
||||
pkgname=arcan
|
||||
version=0.6.2.1
|
||||
revision=3
|
||||
version=0.6.3.3
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=arcan/src
|
||||
build_style=cmake
|
||||
make_cmd=make
|
||||
configure_args="-DDISTR_TAG='Void Linux' -DVIDEO_PLATFORM=egl-dri
|
||||
configure_args="-DDISTR_TAG='VoidLinux' -DVIDEO_PLATFORM=egl-dri
|
||||
-DHYBRID_SDL=On -DDISABLE_WAYLAND=$(vopt_if wayland OFF ON)
|
||||
$(vopt_if luajit '-DDISABLE_JIT=OFF' '-DDISABLE_JIT=ON')"
|
||||
hostmakedepends="pkg-config
|
||||
$(vopt_if wayland wayland-devel)"
|
||||
makedepends="MesaLib-devel ffmpeg6-devel file-devel freetype-devel liblzma-devel
|
||||
libopenal-devel libusb-devel libvncserver-devel libxkbcommon-devel sqlite-devel
|
||||
vlc-devel SDL2-devel xcb-util-devel xcb-util-wm-devel
|
||||
vlc-devel SDL2-devel xcb-util-devel xcb-util-wm-devel mupdf-devel
|
||||
$(vopt_if tts 'libespeak-ng-devel')
|
||||
$(vopt_if luajit 'LuaJIT-devel' 'lua51-devel')
|
||||
$(vopt_if tesseract 'tesseract-ocr-devel leptonica-devel')
|
||||
|
@ -24,11 +24,11 @@ short_desc="Combined display server, multimedia framework and game engine"
|
|||
maintainer="Piraty <mail@piraty.dev>"
|
||||
license="GPL-2.0-or-later, LGPL-2.0-or-later, BSD-3-Clause"
|
||||
homepage="https://arcan-fe.com/"
|
||||
_versionOpenal=0.5.4
|
||||
_versionOpenal=0.6.2
|
||||
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz
|
||||
https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
|
||||
checksum="30900dd80dfa272e6cc3343d50e9d2748eb06d97c78a8e87a743abd475638deb
|
||||
3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
|
||||
checksum="77ae043899a28110012d6f930e101d173214e6649af87564d05ccfaca5d0d726
|
||||
7c6ac2bd5228f56335da944f5a85b67d6dd95ba4d84f74be4209ba6aee38664b"
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
|
|
Loading…
Reference in New Issue