mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 02:17:13 +08:00
[skip-ci] ardour: rebuild
This commit is contained in:
parent
ed14b93084
commit
be84a52293
@ -1,11 +1,11 @@
|
|||||||
pkgname=ardour
|
pkgname=ardour
|
||||||
pkgver=5.12
|
pkgver=5.12
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Professional-grade digital audio workstation"
|
pkgdesc="Professional-grade digital audio workstation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://ardour.org/"
|
url="http://ardour.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('liblrdf' 'liblo' 'lilv' 'gtkmm' 'aubio' 'suil' 'taglib' 'rubberband')
|
depends=('liblrdf' 'liblo' 'lilv' 'gtkmm' 'aubio' 'suil' 'taglib' 'rubberband' 'libarchive')
|
||||||
makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz' 'itstool')
|
makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz' 'itstool')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=(${pkgname}-${pkgver}::"git://git.ardour.org/${pkgname}/${pkgname}.git#tag=${pkgver}")
|
source=(${pkgname}-${pkgver}::"git://git.ardour.org/${pkgname}/${pkgname}.git#tag=${pkgver}")
|
||||||
@ -23,14 +23,15 @@ build() {
|
|||||||
|
|
||||||
python2 waf configure --prefix=/usr \
|
python2 waf configure --prefix=/usr \
|
||||||
--configdir=/etc \
|
--configdir=/etc \
|
||||||
--with-backends="jack,alsa" \
|
--with-backends="jack,alsa,dummy" \
|
||||||
--libjack=weak \
|
--libjack=weak \
|
||||||
--optimize \
|
--optimize \
|
||||||
--docs \
|
--docs \
|
||||||
--cxx11 \
|
--cxx11 \
|
||||||
--no-phone-home \
|
--no-phone-home \
|
||||||
--versioned \
|
--versioned \
|
||||||
--freedesktop
|
--freedesktop \
|
||||||
|
--ptformat
|
||||||
|
|
||||||
python2 waf build $MAKEFLAGS
|
python2 waf build $MAKEFLAGS
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user