summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannick Le Guen2017-11-02 14:05:37 +0100
committerYannick Le Guen2017-11-02 14:05:37 +0100
commit1d5f7f79c9badb61522ce71b77053f05bffd9cee (patch)
treebb1855556a34ce357dc9292e618d20ed8c46084e
parent4a5efc1534976d193bdd66e78e8ffba089ab9fc8 (diff)
downloadaur-1d5f7f79c9badb61522ce71b77053f05bffd9cee.tar.gz
Move pulseaudio to optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6319ebfd5d75..d4b77d6ca7b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 10:07:35 UTC 2017
+# Thu Nov 2 13:05:12 UTC 2017
pkgbase = audio-recorder
pkgdesc = Audio Recorder Application
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/~audio-recorder
arch = i686
arch = x86_64
license = GPL3
makedepends = intltool
- depends = pulseaudio
depends = gst-plugins-base
depends = gst-plugins-good
depends = libappindicator-gtk3
+ optdepends = pulseaudio: for extended recording capabilities
optdepends = gst-plugins-bad: for AAC encoding
optdepends = gst-plugins-ugly: for MP3 encoding
optdepends = gst-libav: plugin for the libav library
diff --git a/PKGBUILD b/PKGBUILD
index 948c8f7164cd..58a50f32bd37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
pkgname=audio-recorder
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Audio Recorder Application"
arch=('i686' 'x86_64')
url='https://launchpad.net/~audio-recorder'
license=('GPL3')
-depends=('pulseaudio' 'gst-plugins-base' 'gst-plugins-good' 'libappindicator-gtk3')
+depends=('gst-plugins-base' 'gst-plugins-good' 'libappindicator-gtk3')
makedepends=('intltool')
-optdepends=('gst-plugins-bad: for AAC encoding'
+optdepends=('pulseaudio: for extended recording capabilities'
+ 'gst-plugins-bad: for AAC encoding'
'gst-plugins-ugly: for MP3 encoding'
'gst-libav: plugin for the libav library')
source=("https://launchpad.net/~${pkgname}/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}~artful.tar.gz")