summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e96243685ff..a2f6e6f4a358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gradio
pkgdesc = A GTK3 app for finding and listening to internet radio stations
pkgver = 7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haecker-felix/gradio
arch = i686
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = gradio
depends = libgee
depends = sqlite3
depends = libsoup
+ optdepends = gst-libav: H.264 video streaming
provides = gradio=7.2
conflicts = gradio-git
conflicts = gradio-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5b38dc958d35..97655d5a737f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gradio
_pkgname=Gradio
pkgver=7.2
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK3 app for finding and listening to internet radio stations'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -12,6 +12,7 @@ url="https://github.com/haecker-felix/gradio"
depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly' 'gst-plugins-bad'
'gtk3' 'gobject-introspection' 'gst-plugins-base' 'gst-plugins-good'
'json-glib' 'libgee' 'sqlite3' 'libsoup')
+optdepends=('gst-libav: H.264 video streaming')
makedepends=('gnome-common' 'meson' 'gettext' 'appstream-glib' 'vala' 'yelp-tools')
options=('!emptydirs')
source=("${url}/archive/v${pkgver}.tar.gz")