Date: Friday, March 17, 2023 @ 17:24:49
Author: dvzrv
Revision: 1421318
archrelease: copy trunk to community-x86_64
Added:
carla/repos/community-x86_64/PKGBUILD
(from rev 1421317, carla/trunk/PKGBUILD)
carla/repos/community-x86_64/keys/
Deleted:
carla/repos/community-x86_64/PKGBUILD
carla/repos/community-x86_64/keys/
----------+
PKGBUILD | 154 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 77 insertions(+), 77 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-17 17:24:29 UTC (rev 1421317)
+++ PKGBUILD 2023-03-17 17:24:49 UTC (rev 1421318)
@@ -1,77 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
-# Contributor: falkTX <falktx [at] gmail [dot] com>
-
-_name=Carla
-pkgname=carla
-_commit=cccba489c15dbbdf80cb80366988fd7a7db769c1 # refs/tags/v2.5.3
-pkgver=2.5.3
-pkgrel=2
-pkgdesc="Audio Plugin Host"
-arch=(x86_64)
-url="https://kxstudio.linuxaudio.org/Applications:Carla"
-license=(GPL2)
-groups=(pro-audio)
-depends=(
- gcc-libs
- glibc
- hicolor-icon-theme
- libx11
- python-pyqt5
- python-pyliblo
- python-rdflib
- qt5-base
- qt5-svg
- sdl2
-)
-makedepends=(
- alsa-lib
- file
- fluidsynth
- freetype2
- git
- libglvnd
- liblo
- libpulse
- libsndfile
- qt5-tools
-)
-optdepends=(
- 'jack: for using carla with JACK'
- 'lv2-host: for the LV2 plugin'
- 'vst-host: for the VST plugin'
-)
-provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
-source=(git+https://github.com/falkTX/$pkgname#tag=$_commit?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX
<[email protected]>
-
-prepare() {
- cd $pkgname
- # fix issues with python-pyqt5
- git cherry-pick -n 4151e160f1e9e03412c112fec54b5f1cde4c45de
-}
-
-build() {
- make features -C $pkgname
- make -C $pkgname
-}
-
-package() {
- depends+=(
- alsa-lib libasound.so
- file libmagic.so
- fluidsynth libfluidsynth.so
- freetype2 libfreetype.so
- libglvnd libGL.so
- liblo liblo.so
- libpulse libpulse.so libpulse-simple.so
- libsndfile libsndfile.so
- )
-
- make DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
- install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
- find "$pkgdir" -type f -iname "*.so" -exec chmod +x {} +
-}
-# vim:set ts=2 sw=2 et:
Copied: carla/repos/community-x86_64/PKGBUILD (from rev 1421317,
carla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-17 17:24:49 UTC (rev 1421318)
@@ -0,0 +1,77 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
+# Contributor: falkTX <falktx [at] gmail [dot] com>
+
+_name=Carla
+pkgname=carla
+_commit=4a6dc504be5d547a97079bf3400a85f9080177db # refs/tags/v2.5.4
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="Audio Plugin Host"
+arch=(x86_64)
+url="https://kxstudio.linuxaudio.org/Applications:Carla"
+license=(GPL2)
+groups=(pro-audio)
+depends=(
+ gcc-libs
+ glibc
+ hicolor-icon-theme
+ libx11
+ python-pyqt5
+ python-pyliblo
+ python-rdflib
+ qt5-base
+ qt5-svg
+ sdl2
+)
+makedepends=(
+ alsa-lib
+ file
+ fluidsynth
+ freetype2
+ git
+ libglvnd
+ liblo
+ libpulse
+ libsndfile
+ qt5-tools
+)
+optdepends=(
+ 'jack: for using carla with JACK'
+ 'lv2-host: for the LV2 plugin'
+ 'vst-host: for the VST plugin'
+)
+provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
+source=(git+https://github.com/falkTX/$pkgname#tag=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX
<[email protected]>
+
+prepare() {
+ cd $pkgname
+ # fix issues with python-pyqt5
+ git cherry-pick -n 4151e160f1e9e03412c112fec54b5f1cde4c45de
+}
+
+build() {
+ make features -C $pkgname
+ make -C $pkgname
+}
+
+package() {
+ depends+=(
+ alsa-lib libasound.so
+ file libmagic.so
+ fluidsynth libfluidsynth.so
+ freetype2 libfreetype.so
+ libglvnd libGL.so
+ liblo liblo.so
+ libpulse libpulse.so libpulse-simple.so
+ libsndfile libsndfile.so
+ )
+
+ make DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
+ install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+ find "$pkgdir" -type f -iname "*.so" -exec chmod +x {} +
+}
+# vim:set ts=2 sw=2 et: