Add faulthandler
This commit is contained in:
parent
4d9e6b6568
commit
a2c94b18a1
2 changed files with 6 additions and 5 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = quodlibet-git
|
||||
pkgdesc = An audio library tagger, manager and player
|
||||
pkgver = r7848.84a0f2e
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/quodlibet/quodlibet
|
||||
install = quodlibet-git.install
|
||||
arch = any
|
||||
|
@ -18,6 +18,7 @@ pkgbase = quodlibet-git
|
|||
depends = desktop-file-utils
|
||||
depends = python2-futures
|
||||
depends = python2-feedparser
|
||||
depends = python2-faulthandler
|
||||
optdepends = gst-libav: for ffmpeg (ASF/WMA) support
|
||||
optdepends = gst-plugins-bad: for Musepack support
|
||||
optdepends = libkeybinder3: for the multimedia keys support
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,14 +3,15 @@
|
|||
pkgname=quodlibet-git
|
||||
_srcname=quodlibet
|
||||
pkgver=r7848.84a0f2e
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="An audio library tagger, manager and player"
|
||||
arch=('any')
|
||||
license=('GPL2')
|
||||
url="https://github.com/quodlibet/quodlibet"
|
||||
depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen'
|
||||
'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
|
||||
'desktop-file-utils' 'python2-futures' 'python2-feedparser')
|
||||
'desktop-file-utils' 'python2-futures' 'python2-feedparser'
|
||||
'python2-faulthandler')
|
||||
makedepends=('intltool')
|
||||
optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
|
||||
'gst-plugins-bad: for Musepack support'
|
||||
|
@ -42,4 +43,3 @@ pkgver() {
|
|||
cd ${pkgname}
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue