summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD29
-rw-r--r--studio-controls.install6
3 files changed, 17 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f949f72febd..856ff13acc81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = studio-controls-git
pkgdesc = An JACK audio setup utility with USB device and PulseAudio bridges.
- pkgver = 2.1.1.r0.g1b1e7ce
+ pkgver = 2.2.3.r0.g99a71a0
pkgrel = 1
url = https://github.com/ovenwerks/studio-controls
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
makedepends = git
depends = jack2
depends = jack2-dbus
@@ -35,4 +35,3 @@ pkgbase = studio-controls-git
md5sums = SKIP
pkgname = studio-controls-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b21d8a95658e..867fec2616eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,34 @@
# Maintainer: Milk Brewster (milkii on freenode)
# Maintainer: David Marzal <mundolibre at tutanota dot com>
+
_pkgname=studio-controls
pkgname=${_pkgname}-git
-pkgver=2.1.1.r0.g1b1e7ce
-pkgrel=2
+pkgver=2.2.3.r0.g99a71a0
+pkgrel=1
pkgdesc="An JACK audio setup utility with USB device and PulseAudio bridges."
arch=('x86_64')
url="https://github.com/ovenwerks/studio-controls"
-license=('GPL')
+license=('GPL-2.0-only')
groups=()
depends=('jack2' 'jack2-dbus' 'python' 'python-gobject' 'python-dbus' 'python-jack-client' 'python-pyalsaaudio' 'zita-ajbridge' 'a2jmidid')
makedepends=(git)
optdepends=('pulseaudio-jack: PulseAudio to JACK bridge'
- 'alsa-utils: ALSA - Utilities (amixer)'
- 'libffado: Driver for FireWire audio devices'
- 'realtime-privileges: Realtime privileges for users'
- 'carla: Audio Plugin Host'
- 'pavucontrol: PulseAudio Volume Control'
- 'qastools: qasmixer desktop mixer application'
- 'agordejo: NSM based music production session manager'
- 'raysession: NSM based music production session manager'
- 'new-session-manager: NSM server and reference GUI'
- 'zita-mu1: JACK app used to organise stereo monitoring')
+ 'alsa-utils: ALSA - Utilities (amixer)'
+ 'libffado: Driver for FireWire audio devices'
+ 'realtime-privileges: Realtime privileges for users'
+ 'carla: Audio Plugin Host'
+ 'pavucontrol: PulseAudio Volume Control'
+ 'qastools: qasmixer desktop mixer application'
+ 'agordejo: NSM based music production session manager'
+ 'raysession: NSM based music production session manager'
+ 'new-session-manager: NSM server and reference GUI'
+ 'zita-mu1: JACK app used to organise stereo monitoring')
provides=('studio-controls' 'studio-controls-git')
conflicts=('studio-controls' 'studio-controls-git' 'cadence')
replaces=()
backup=()
options=()
-install="${_pkgname}.install"
+#install="${_pkgname}.install"
source=('git+https://github.com/ovenwerks/studio-controls')
noextract=()
md5sums=('SKIP')
diff --git a/studio-controls.install b/studio-controls.install
deleted file mode 100644
index 39a7d9f1388a..000000000000
--- a/studio-controls.install
+++ /dev/null
@@ -1,6 +0,0 @@
-# arg 1: the new package version
-post_install() {
- (find /home/*/.asoundrc -exec echo '==> {} made by Cadence may not be compatible with Studio-Controls' \; 2>/dev/null) || true
-
- (pacman -Ql python-pyalsaaudio | grep 3.8 && echo "==> Please reinstall python-pyalsaaudio cleaning the cache, it shouldn't be found in python3.8 directory") || true
-} \ No newline at end of file