lmms: update to 1.2.0rc7.
This commit is contained in:
parent
0e11fa3128
commit
8893551414
|
@ -1,28 +0,0 @@
|
||||||
--- CMakeLists.txt.orig
|
|
||||||
+++ CMakeLists.txt
|
|
||||||
@@ -57,6 +57,7 @@
|
|
||||||
OPTION(WANT_OGGVORBIS "Include OGG/Vorbis support" ON)
|
|
||||||
OPTION(WANT_PULSEAUDIO "Include PulseAudio support" ON)
|
|
||||||
OPTION(WANT_PORTAUDIO "Include PortAudio support" ON)
|
|
||||||
+OPTION(WANT_SNDIO "Include sndio support" ON)
|
|
||||||
OPTION(WANT_SOUNDIO "Include libsoundio support" ON)
|
|
||||||
OPTION(WANT_SDL "Include SDL (Simple DirectMedia Layer) support" ON)
|
|
||||||
OPTION(WANT_SF2 "Include SoundFont2 player plugin" ON)
|
|
||||||
@@ -429,7 +430,7 @@
|
|
||||||
FIND_PACKAGE(Threads)
|
|
||||||
ENDIF(LMMS_BUILD_LINUX OR LMMS_BUILD_APPLE OR LMMS_BUILD_OPENBSD)
|
|
||||||
|
|
||||||
-IF(LMMS_BUILD_OPENBSD)
|
|
||||||
+IF(WANT_SNDIO)
|
|
||||||
FIND_PACKAGE(Sndio)
|
|
||||||
IF(SNDIO_FOUND)
|
|
||||||
SET(LMMS_HAVE_SNDIO TRUE)
|
|
||||||
@@ -437,7 +438,7 @@
|
|
||||||
ELSE()
|
|
||||||
SET(STATUS_SNDIO "<not found or not supported on this platform>")
|
|
||||||
ENDIF(SNDIO_FOUND)
|
|
||||||
-ENDIF(LMMS_BUILD_OPENBSD)
|
|
||||||
+ENDIF(WANT_SNDIO)
|
|
||||||
|
|
||||||
# check for WINE
|
|
||||||
IF(WANT_VST)
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lmms'
|
# Template file for 'lmms'
|
||||||
pkgname=lmms
|
pkgname=lmms
|
||||||
version=1.2.0rc6
|
version=1.2.0rc7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lmms-${version/r/-r}"
|
wrksrc="lmms-${version/r/-r}"
|
||||||
_x11embed_commit=022b39a1d496d72eb3e5b5188e5559f66afca957
|
_x11embed_commit=022b39a1d496d72eb3e5b5188e5559f66afca957
|
||||||
|
@ -21,7 +21,7 @@ homepage="https://lmms.io/"
|
||||||
distfiles="https://github.com/LMMS/lmms/archive/v${version/r/-r}.tar.gz
|
distfiles="https://github.com/LMMS/lmms/archive/v${version/r/-r}.tar.gz
|
||||||
https://github.com/Lukas-W/qt5-x11embed/archive/${_x11embed_commit}.tar.gz
|
https://github.com/Lukas-W/qt5-x11embed/archive/${_x11embed_commit}.tar.gz
|
||||||
https://github.com/rampantpixels/rpmalloc/archive/${_rpmalloc_version}.tar.gz"
|
https://github.com/rampantpixels/rpmalloc/archive/${_rpmalloc_version}.tar.gz"
|
||||||
checksum="2476371cff5f77412dbb4bb3e741ffe7c62b3ebab52d83379bf7d18860de0a9f
|
checksum="2efba2eda8ec3030ff6d446fd7bbe2245b38472f60c622b9e41053b1981fd592
|
||||||
06159c71a5eeba5662bfb309d215e733f310c2699c8c1de83297d32d13a510bc
|
06159c71a5eeba5662bfb309d215e733f310c2699c8c1de83297d32d13a510bc
|
||||||
9bc0013a0bf8c01540821e84fef0cef067f1d857a01ceceac36f83bd6fedc106"
|
9bc0013a0bf8c01540821e84fef0cef067f1d857a01ceceac36f83bd6fedc106"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue