summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
2 files changed, 24 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bbdcdd9977c..13240329f33f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v7
-# Tue Oct 13 21:17:45 UTC 2015
+# Mon Oct 19 07:07:18 UTC 2015
pkgbase = peyote
pkgdesc = Audio player with a Midnight Commander interface
pkgver = 0.9.12
- pkgrel = 2
+ pkgrel = 3
url = http://peyote.sourceforge.net/
install = peyote.install
arch = i686
@@ -15,7 +15,16 @@ pkgbase = peyote
depends = mutagen
depends = pygtk
depends = python2-dbus
- depends = python2-notify
+ depends = python2-pyinotify
+ optdepends = alsa-utils: default mixer (alsamixer)
+ optdepends = gstreamer0.10-bad-plugins: "Bad" plugin libraries
+ optdepends = geeqie: default image viewer
+ optdepends = gstreamer0.10-base-plugins: "Base" plugin libraries
+ optdepends = gstreamer0.10-ffmpeg: FFmpeg plugin
+ optdepends = gstreamer0.10-good-plugins: "Good" plugin libraries
+ optdepends = gstreamer0.10-ugly-plugins: "Ugly" plugin libraries
+ optdepends = libnotify: notifications (notify-send)
+ optdepends = mplayer: default video player
optdepends = rxvt-unicode: default terminal emulator for xpeyote
source = http://downloads.sourceforge.net/project/peyote/Linux/peyote_0.9.12.tar.bz2
sha256sums = 62180b2ba63b0d99ef27bb7753304c08cf557534f7bab7586dd37fdbe6f9e76f
diff --git a/PKGBUILD b/PKGBUILD
index fe691c99da5e..079f84a1886e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,22 @@
pkgname=peyote
pkgver=0.9.12
-pkgrel=2
+pkgrel=3
pkgdesc="Audio player with a Midnight Commander interface"
url="http://peyote.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('desktop-file-utils' 'gstreamer0.10-python' 'gtk-update-icon-cache' 'mutagen' 'pygtk' 'python2-dbus' 'python2-notify')
-optdepends=("rxvt-unicode: default terminal emulator for xpeyote")
+depends=('desktop-file-utils' 'gstreamer0.10-python' 'gtk-update-icon-cache' 'mutagen' 'pygtk' 'python2-dbus' 'python2-pyinotify')
+optdepends=('alsa-utils: default mixer (alsamixer)'
+ 'gstreamer0.10-bad-plugins: "Bad" plugin libraries'
+ 'geeqie: default image viewer'
+ 'gstreamer0.10-base-plugins: "Base" plugin libraries'
+ 'gstreamer0.10-ffmpeg: FFmpeg plugin'
+ 'gstreamer0.10-good-plugins: "Good" plugin libraries'
+ 'gstreamer0.10-ugly-plugins: "Ugly" plugin libraries'
+ 'libnotify: notifications (notify-send)'
+ 'mplayer: default video player'
+ 'rxvt-unicode: default terminal emulator for xpeyote')
install=$pkgname.install
source=(http://downloads.sourceforge.net/project/peyote/Linux/${pkgname}_$pkgver.tar.bz2)
sha256sums=('62180b2ba63b0d99ef27bb7753304c08cf557534f7bab7586dd37fdbe6f9e76f')