arcan: update to 0.6.1.
This commit is contained in:
parent
493c781abc
commit
06ca686f89
3 changed files with 8 additions and 20 deletions
|
@ -3229,11 +3229,11 @@ 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.13 arcan-0.6.0_1
|
||||
libarcan_shmif_ext.so.0.13 arcan-0.6.0_1
|
||||
libarcan_shmif_server.so.0.13 arcan-0.6.0_1
|
||||
libarcan_tui.so.0.13 arcan-0.6.0_1
|
||||
libarcan_a12.so.0.1 arcan-0.6.0_1
|
||||
libarcan_shmif.so.0.14 arcan-0.6.1_1
|
||||
libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
|
||||
libarcan_shmif_server.so.0.14 arcan-0.6.1_1
|
||||
libarcan_tui.so.0.14 arcan-0.6.1_1
|
||||
libarcan_a12.so.0.1 arcan-0.6.1_1
|
||||
liblwipv6.so.2 lwipv6-1.5a_1
|
||||
libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
|
||||
libpipewire-0.3.so.0 libpipewire-0.3.6_1
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/src/platform/cmake/modules/FindEspeak.cmake b/src/platform/cmake/modules/FindEspeak.cmake
|
||||
index 6815e874..a548a232 100644
|
||||
--- a/src/platform/cmake/modules/FindEspeak.cmake
|
||||
+++ b/src/platform/cmake/modules/FindEspeak.cmake
|
||||
@@ -1,5 +1,5 @@
|
||||
-FIND_PATH( ESPEAK_INCLUDE_DIR espeak/speak_lib.h )
|
||||
-FIND_LIBRARY(ESPEAK_LIBRARIES NAMES espeak )
|
||||
+FIND_PATH( ESPEAK_INCLUDE_DIR espeak/speak_lib.h)
|
||||
+FIND_LIBRARY(ESPEAK_LIBRARIES NAMES espeak espeak-ng)
|
||||
|
||||
IF( ESPEAK_LIBRARIES )
|
||||
SET( ESPEAK_FOUND TRUE )
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'arcan'
|
||||
pkgname=arcan
|
||||
version=0.6.0.1
|
||||
revision=2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_wrksrc=src
|
||||
build_style=cmake
|
||||
make_cmd=make
|
||||
|
@ -25,7 +25,7 @@ homepage="https://arcan-fe.com/"
|
|||
_versionOpenal=0.5.4
|
||||
distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
|
||||
https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
|
||||
checksum="7ae00a9dee79f9b58ac2bacbf532ff0631280297cfde30e8996382a3f42a52ed
|
||||
checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
|
||||
3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
|
Loading…
Reference in a new issue