mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/carla to 2.2.0-1
This commit is contained in:
parent
0973746181
commit
45fd90f4e0
1 changed files with 4 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
_name=Carla
|
_name=Carla
|
||||||
pkgname=carla
|
pkgname=carla
|
||||||
pkgver=2.1.1
|
pkgver=2.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Audio Plugin Host"
|
pkgdesc="Audio Plugin Host"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -22,19 +22,17 @@ depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11' 'python-pyqt5' 'python-pyliblo'
|
||||||
makedepends=('alsa-lib' 'file' 'fluidsynth' 'glib2' 'gtk2' 'gtk3' 'libsndfile'
|
makedepends=('alsa-lib' 'file' 'fluidsynth' 'glib2' 'gtk2' 'gtk3' 'libsndfile'
|
||||||
'liblo' 'libpulse' 'qt5-tools')
|
'liblo' 'libpulse' 'qt5-tools')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||||
sha512sums=('e8da99d7bddff1415dd54ac3e1abe90fbccb42877d2daec0a60ad046e6d15531ebf8328c4d44c06cb14a7a5308d43be62d88eed6268a55dfbfae0f620a5f04dc')
|
sha512sums=('afb2beab979f801817a7fd7663bfdc90800db021679243faa5acb15de60f6dc281032e05c51a8625124c69e7759099fc682678eb98c08507f952763e665ac9c4')
|
||||||
|
b2sums=('1fd778a1c2904fe982c3aec32e9bb39fff679bea0fe8d1fe41d10bbc5347dd82a6f3dcd33d19aee8bc3b123e387a8b7655c9735fca784d642596f0df9085e38e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
|
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
|
||||||
cd $pkgname-$pkgver
|
|
||||||
# fixing file (libmagic.so) detection
|
|
||||||
sed -e 's/\\#include/#include/' -i source/Makefile.mk
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
make NOOPT=true features
|
make NOOPT=true features
|
||||||
make NOOPT=true DEFAULT_QT=5
|
make NOOPT=true
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue