yoshimi: update to 1.3.9.
This commit is contained in:
parent
0d58ae0646
commit
a087ddcaf3
1 changed files with 4 additions and 3 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'yoshimi'
|
# Template file for 'yoshimi'
|
||||||
pkgname=yoshimi
|
pkgname=yoshimi
|
||||||
version=1.3.8.2
|
version=1.3.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
hostmakedepends="cmake pkg-config fltk"
|
hostmakedepends="cmake pkg-config fltk"
|
||||||
makedepends="boost-devel jack-devel fltk-devel fftw-devel mxml-devel cairo-devel lv2 readline-devel"
|
makedepends="boost-devel jack-devel fltk-devel fftw-devel mxml-devel cairo-devel lv2 readline-devel ncurses-devel"
|
||||||
short_desc="ZynAddSubFX fork with improved JACK audio & MIDI IO"
|
short_desc="ZynAddSubFX fork with improved JACK audio & MIDI IO"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://yoshimi.sourceforge.net"
|
homepage="http://yoshimi.sourceforge.net"
|
||||||
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
|
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
|
||||||
checksum=9443bc3ed8a4ab29b608f35e4ea57a2ca9fde6a8a00f965100f7e9d139142824
|
checksum=386fff21f5bbcf8165fd3623c4a9857f13571ffc2cdf54f5b6d89bd6f179e085
|
||||||
|
|
||||||
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"
|
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
sed -i 's|ncurses|ncursesw|g' CMakeLists.txt
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) ;;
|
x86_64*) ;;
|
||||||
i686*) ;;
|
i686*) ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue