mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
multimon-ng: update to 1.2.0.
This commit is contained in:
parent
70642509d9
commit
1e89325013
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'multimon-ng'
|
# Template file for 'multimon-ng'
|
||||||
pkgname=multimon-ng
|
pkgname=multimon-ng
|
||||||
version=1.1.9
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DX11_SUPPORT=$(vopt_if x11 ON OFF)
|
configure_args="$(vopt_bool x11 X11_SUPPORT) $(vopt_bool pulseaudio PULSE_AUDIO_SUPPORT)"
|
||||||
-DPULSE_AUDIO_SUPPORT=$(vopt_if pulseaudio ON OFF)"
|
|
||||||
makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)"
|
makedepends="$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if x11 libX11-devel)"
|
||||||
short_desc="Digital transmission decoder"
|
short_desc="Digital transmission decoder"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/EliasOenal/multimon-ng"
|
homepage="https://github.com/EliasOenal/multimon-ng"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://github.com/EliasOenal/multimon-ng/archive/${version}.tar.gz"
|
||||||
checksum=7426a599972eb2e22bdc9696531e6a9e3ee4f18949ed891cabe8fe9586a74854
|
checksum=7c8bc6bb3d1956686c9e09f73e0eb27bc91b6b4357a3101452ab5dd13ad0f2c7
|
||||||
|
|
||||||
build_options="pulseaudio x11"
|
build_options="pulseaudio x11"
|
||||||
build_options_default="pulseaudio x11"
|
build_options_default="pulseaudio x11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue