mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
osmid: update to 0.6.7
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ee9c2e6bdd
commit
643c59acb9
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'osmid'
|
# Template file for 'osmid'
|
||||||
pkgname=osmid
|
pkgname=osmid
|
||||||
version=0.6.5
|
version=0.6.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel libX11-devel"
|
makedepends="alsa-lib-devel libX11-devel"
|
||||||
short_desc="Tool to convert MIDI to OSC and OSC to MIDI"
|
short_desc="Tool to convert MIDI to OSC and OSC to MIDI"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="MIT, GPL-2.0-or-later"
|
license="MIT, ISC, GPL-3.0-or-later"
|
||||||
homepage="https://github.com/llloret/osmid/"
|
homepage="https://github.com/llloret/osmid/"
|
||||||
distfiles="https://github.com/llloret/osmid/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/llloret/osmid/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=2d6fe2b67bcb60b700f38be3bcece59003e394cd214e13f78c1f4a872b0d9508
|
checksum=437d4fc8e275d2b58dbe80fae048d1efd88863a127b17ea01febb9d4b031371e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" libexecinfo-devel" ;;
|
*-musl) makedepends+=" libexecinfo-devel" ;;
|
||||||
|
@ -18,7 +18,7 @@ esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) sed -i CMakeLists.txt \
|
*-musl) vsed -i CMakeLists.txt \
|
||||||
-e "/target_link_libraries/s/X11)/X11 execinfo)/"
|
-e "/target_link_libraries/s/X11)/X11 execinfo)/"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue