summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-10-12 22:11:53 +0200
committerChristopher Arndt2022-10-12 22:11:53 +0200
commit9eb43ac21a3b67796b8c543111a77014433c4031 (patch)
treef814849296471550efc5377143fa21aa00ed148a
parenta618943e6f83fbe469243f9485b7a75b22f6fc01 (diff)
downloadaur-9eb43ac21a3b67796b8c543111a77014433c4031.tar.gz
Provides, groups and arch changes
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD66
-rw-r--r--changelog.txt6
3 files changed, 49 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e3af769f9c9..4eca012e60d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = carla-git
pkgdesc = Audio Plugin Host
- pkgver = 2.5.0.r1.ge3b25116d
+ pkgver = 2.5.1.r47.gdf1338860
pkgrel = 1
epoch = 1
url = https://kx.studio/Applications:Carla
changelog = changelog.txt
- arch = i686
arch = x86_64
+ groups = pro-audio
+ groups = lv2-plugins
+ groups = vst-plugins
license = GPL2
makedepends = file
makedepends = fluidsynth
@@ -31,11 +33,12 @@ pkgbase = carla-git
optdepends = python-pyliblo: OSC control support
optdepends = python-rdflib: LADSPA-RDF support
provides = carla
+ provides = clap-host
provides = dssi-host
provides = ladspa-host
provides = lv2-host
- provides = vst-host
provides = vst3-host
+ provides = vst-host
conflicts = carla
source = carla::git+https://github.com/falkTX/Carla.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f1bf6b608cc..d9b5750dab3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,50 +2,58 @@
# Contributor: cocreature <moritz.kiefer<at>purelyfunctional<dot>org>
_name=Carla
-_pkgname="${_name,,}"
-pkgname="$_pkgname-git"
-pkgver=2.5.0.r1.ge3b25116d
+_pkgname=${_name,,}
+pkgname=$_pkgname-git
+pkgver=2.5.1.r47.gdf1338860
pkgrel=1
epoch=1
pkgdesc="Audio Plugin Host"
-arch=(i686 x86_64)
+arch=(x86_64)
url='https://kx.studio/Applications:Carla'
license=(GPL2)
-conflicts=("$_pkgname")
-provides=("$_pkgname" dssi-host ladspa-host lv2-host vst-host vst3-host)
+conflicts=($_pkgname)
+provides=(
+ $_pkgname
+ clap-host
+ dssi-host
+ ladspa-host
+ lv2-host
+ vst3-host
+ vst-host
+)
depends=(
- alsa-lib
- gcc-libs
- glibc
- hicolor-icon-theme
- libglvnd
- libx11
- python-pyqt5
- qt5-base
- qt5-svg
+ alsa-lib
+ gcc-libs
+ glibc
+ hicolor-icon-theme
+ libglvnd
+ libx11
+ python-pyqt5
+ qt5-base
+ qt5-svg
)
makedepends=(
- file
- fluidsynth
- freetype2
- git
- liblo
- libpulse
- libsndfile
- qt5-tools
+ file
+ fluidsynth
+ freetype2
+ git
+ liblo
+ libpulse
+ libsndfile
+ qt5-tools
)
optdepends=(
- 'jack: for using carla with JACK'
- 'lv2-host: for the LV2 plugin'
- 'vst-host: for the VST plugin'
- 'python-pyliblo: OSC control support'
- 'python-rdflib: LADSPA-RDF support'
+ 'jack: for using carla with JACK'
+ 'lv2-host: for the LV2 plugin'
+ 'vst-host: for the VST plugin'
+ 'python-pyliblo: OSC control support'
+ 'python-rdflib: LADSPA-RDF support'
)
+groups=(pro-audio lv2-plugins vst-plugins)
source=("$_pkgname::git+https://github.com/falkTX/$_name.git")
md5sums=('SKIP')
changelog='changelog.txt'
-
pkgver() {
cd $_pkgname
git describe --long --tags | sed "s/\([^-]*-g\)/r\1/;s/-/./g;s/^v//"
diff --git a/changelog.txt b/changelog.txt
index e02b1971a341..d5921e15d94f 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+2022-10-12 Christopher Arndt <aur -at- chrisarndt -dot- de>
+ * 2.5.1.r47.gdf1338860
+ Provides 'clap-host'
+ Add groups 'pro-audio', 'lv2-plugins' and 'vst-plugins'
+ Removed arch 'i686' because I can't test it
+
2022-07-16 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 2.5.0.r1.ge3b25116d