mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ardour: update to 7.2.
This commit is contained in:
parent
4acfbea769
commit
f64568438b
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ardour'
|
# Template file for 'ardour'
|
||||||
pkgname=ardour
|
pkgname=ardour
|
||||||
version=7.0
|
version=7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
|
configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
|
||||||
|
@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://ardour.org"
|
homepage="http://ardour.org"
|
||||||
|
|
||||||
CXXFLAGS="-fpermissive"
|
CXXFLAGS="-fpermissive"
|
||||||
PATH="/usr/libexec/chroot-git:$PATH"
|
export PATH="/usr/libexec/chroot-git:$PATH"
|
||||||
conf_files="/etc/ardour7/*"
|
conf_files="/etc/ardour7/*"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
pkgname=Ardour
|
||||||
site=https://community.ardour.org/src/
|
site=https://community.ardour.org/src/
|
||||||
|
|
Loading…
Add table
Reference in a new issue