summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-12-18 13:27:15 -0800
committerSteven Allen2016-12-18 13:27:15 -0800
commit047e2570808427ddc5d3d9e1825b117a0e2dd54d (patch)
tree20f38fe17d3c5381c5212ac3b2403609cd04ad70
parentf5c92b801b7fa7ec4ec7bbd90629917aa970a395 (diff)
downloadaur-047e2570808427ddc5d3d9e1825b117a0e2dd54d.tar.gz
Move from gst-plugins-{bad,ugly} to gst-libav
1. Users will likely already have ffmpeg installed. 2. Bad plugins are bad (they are more likely to have security problems). 3. Drops *lots* of dependencies. Ideally, we'd be able to depend on *either* using provides but adding the proper provides to all the GStreamer packages would be a *lot* of work.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f99612d020ee..a862d761021d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 31 23:16:42 UTC 2016
+# Sun Dec 18 21:27:15 UTC 2016
pkgbase = pithos
pkgdesc = Native Pandora Radio client
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://pithos.github.io/
arch = any
license = GPL3
@@ -13,10 +13,9 @@ pkgbase = pithos
depends = libsecret
depends = python-cairo
depends = gst-plugins-good
- depends = gst-plugins-bad
+ depends = gst-libav
depends = gst-plugins-base
optdepends = libkeybinder3: for media keys plugin
- optdepends = gst-plugins-ugly: MP3 playback support
optdepends = libappindicator-gtk3: Unity indicator applet support
optdepends = python-pacparser: PAC proxy support
optdepends = python-pylast: Last.fm scrobbling support
diff --git a/PKGBUILD b/PKGBUILD
index b17fff246233..944a6229ddd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@
pkgname=pithos
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
license=('GPL3')
depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo'
- 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base')
+ 'gst-plugins-good' 'gst-libav' 'gst-plugins-base')
optdepends=('libkeybinder3: for media keys plugin'
- 'gst-plugins-ugly: MP3 playback support'
'libappindicator-gtk3: Unity indicator applet support'
'python-pacparser: PAC proxy support'
'python-pylast: Last.fm scrobbling support'