summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 842d3f53ef3a..2a4aeda4b230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gradio
pkgdesc = A GTK3 app for finding and listening to internet radio stations
pkgver = 5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haecker-felix/gradio
install = gradio.install
arch = i686
@@ -17,6 +17,9 @@ pkgbase = gradio
depends = desktop-file-utils
depends = gstreamer
depends = gst-plugins-ugly
+ depends = gst-plugins-bad
+ depends = gst-plugins-base
+ depends = gst-plugins-good
depends = json-glib
depends = libgee
depends = libsoup
diff --git a/PKGBUILD b/PKGBUILD
index 639a9ce91b9e..f0028b604caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ pkgname=gradio
_gitname=gradio
pkgver=5.0
_pkgver=5.0
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK3 app for finding and listening to internet radio stations'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/haecker-felix/gradio"
-depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly'
-'json-glib' 'libgee'
+depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly'
+'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'json-glib'
+'libgee'
'libsoup')
makedepends=('unzip' 'gnome-common' 'intltool' 'itstool' 'vala' 'yelp-tools' 'cmake')
options=('!emptydirs')