mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jack_mixer: update to 18.
This commit is contained in:
parent
0bd1ea0cf5
commit
7e0f3ae40f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'jack_mixer'
|
# Template file for 'jack_mixer'
|
||||||
pkgname=jack_mixer
|
pkgname=jack_mixer
|
||||||
version=17
|
version=18
|
||||||
revision=3
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dcheck-py-modules=false"
|
configure_args="-Dcheck-py-modules=false"
|
||||||
hostmakedepends="gettext pkg-config python3-Cython0.29"
|
hostmakedepends="gettext pkg-config python3-Cython"
|
||||||
makedepends="glib-devel jack-devel python3-devel"
|
makedepends="glib-devel jack-devel python3-devel"
|
||||||
depends="python3-cairo python3-gobject python3-xdg"
|
depends="python3-cairo python3-gobject python3-xdg"
|
||||||
short_desc="GTK JACK audio mixer with a look similar to its hardware counterpart"
|
short_desc="GTK JACK audio mixer with a look similar to its hardware counterpart"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://rdio.space/jackmixer/"
|
homepage="https://rdio.space/jackmixer/"
|
||||||
distfiles="https://github.com/jack-mixer/jack_mixer/releases/download/release-${version}/jack_mixer-${version}.tar.xz"
|
distfiles="https://github.com/jack-mixer/jack_mixer/releases/download/release-${version}/jack_mixer-${version}.tar.xz"
|
||||||
checksum=6c8c5735bed05b0a0f8ed7d3d582bc1dd346c2530331e226c86faec7d355e086
|
checksum=991d3c1442beb40a368da2097c2ddbab56b2108c9c5b2236c0eaa2a6d3981852
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -f src/_jack_mixer.c
|
rm -f src/_jack_mixer.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue