summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-02-05 21:39:17 -0700
committerBrian Bidulock2019-02-05 21:39:17 -0700
commita812b4dd93d37655e8c1b8291a4e57cac8b60a8e (patch)
treee682dd4578b4f851668d5f32dd24beb9e82e5009
parent3ff28c68f28b7fe39d7ac7a8bf33c001fdd3e584 (diff)
downloadaur-a812b4dd93d37655e8c1b8291a4e57cac8b60a8e.tar.gz
some dependency fixes
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD9
2 files changed, 20 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f1c7ea4266..9643338377b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,24 @@
-# Generated by mksrcinfo v8
-# Sat Dec 16 19:30:08 UTC 2017
pkgbase = rsound
pkgdesc = Simple solution for streaming PCM data from client to server in real time.
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = http://github.com/Themaister/RSound
arch = i686
arch = x86_64
license = GPL
+ makedepends = libao
+ makedepends = portaudio
+ makedepends = openal
+ makedepends = alsa-lib
+ makedepends = pulseaudio
+ makedepends = jack
+ depends = libao
+ depends = portaudio
+ depends = openal
+ depends = libpulse
+ optdepends = alsa-lib
+ optdepends = pulseaudio
+ optdepends = jack
source = https://github.com/Themaister/RSound/archive/v1.1.tar.gz
sha256sums = dd4e32467360c5b49603da9f48bb4e69e4da4f60863a576a9df797091820faf3
diff --git a/PKGBUILD b/PKGBUILD
index 4ebc5b4b9bec..04326782f4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer <sl1pkn07@gmail.com>
-# Contributor <Themaister> <maister@archlinux.us>
+# Maintainer: <sl1pkn07@gmail.com>
+# Contributor: <Themaister> <maister@archlinux.us>
pkgname=rsound
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Simple solution for streaming PCM data from client to server in real time.'
url='http://github.com/Themaister/RSound'
arch=('i686' 'x86_64')
license=('GPL')
+depends=('libao' 'portaudio' 'openal' 'libpulse')
+optdepends=('alsa-lib' 'pulseaudio' 'jack')
+makedepends=('libao' 'portaudio' 'openal' 'alsa-lib' 'pulseaudio' 'jack')
source=("https://github.com/Themaister/RSound/archive/v${pkgver}.tar.gz")
sha256sums=('dd4e32467360c5b49603da9f48bb4e69e4da4f60863a576a9df797091820faf3')