multimon-ng: update to 1.1.6.
This commit is contained in:
parent
2522b5a316
commit
dfb3dbe495
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'multimon-ng'
|
# Template file for 'multimon-ng'
|
||||||
pkgname=multimon-ng
|
pkgname=multimon-ng
|
||||||
version=1.1.5
|
version=1.1.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_if x11 '' -DX11_SUPPORT=0)"
|
configure_args="-DX11_SUPPORT=$(vopt_if x11 ON OFF)
|
||||||
|
-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="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
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="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=8c155995cc660614e6262b92df109c7581b8f92f219a0df53597b101861d3b5f
|
checksum=baec9df241f98ad0eb66ef67d9441d3824edbfb1889826bf72cd3519de4e780f
|
||||||
|
|
||||||
build_options="pulseaudio x11"
|
build_options="pulseaudio x11"
|
||||||
build_options_default="pulseaudio x11"
|
build_options_default="pulseaudio x11"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue