mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
ZMusic: stop dlopening deps.
Force it to link against libfluidsynth and libsndfile (which fixes a bug, because it only tried dlopening libfluidsynth.so.{1,2} and we ship .3). Also add mpg123 as a bonus and remove the unused openal (not mentioned at all) and gme (their version fixes bugs still present in upstream) deps.
This commit is contained in:
parent
2ca69e335b
commit
c4ecb8adf5
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,11 @@
|
||||||
# Template file for 'ZMusic'
|
# Template file for 'ZMusic'
|
||||||
pkgname=ZMusic
|
pkgname=ZMusic
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DGME_INCLUDE_DIR=/usr/include -DGME_LIBRARIES=gme"
|
configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel alsa-lib-devel libgme-devel libopenal-devel libsndfile-devel"
|
makedepends="zlib-devel alsa-lib-devel libsndfile-devel fluidsynth-devel mpg123-devel"
|
||||||
# these are dlopened
|
|
||||||
depends="libfluidsynth libopenal libsndfile"
|
|
||||||
short_desc="GZDoom's music system"
|
short_desc="GZDoom's music system"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue