🔒 Repository is read-only – file editing is disabled.

recipes/gui/quodlibet/PAGBUILD.yaml main

41 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: quodlibet
pkgver: '4.7.1'
pkgrel: '2'
pkgdesc: A python audio library tagger, manager and player
url: 'https://github.com/quodlibet/quodlibet'
arch: x86_64
depends:
- python-mutagen
- python-gobject
- python-dbus
- python-cairo
- gstreamer-plugins-base
- gstreamer-plugins-good
- gstreamer-plugins-libav
- gstreamer-plugins-ugly
- gstreamer-plugins-bad
- python-feedparser
- python-sgmllib3k
makedepends:
- dbus-glib
- gstreamer-plugins-base
- gstreamer-plugins-good
- gtk3
- gstreamer-plugins-libav
- gstreamer-plugins-ugly
- gstreamer-plugins-bad
- python-feedparser
- intltool
source:
- 'https://github.com/quodlibet/quodlibet/releases/download/release-${pkgver}/quodlibet-${pkgver}.tar.gz'
sha256sums:
- b77ce02a3144133acc37489dc8cea2afc71a22ce0ed1e780fe92072012f03dd1
build: |
  cd ${pkgname}-${pkgver}/

  sed -e 's|vendor-completions|site-functions|' -i gdist/zsh_completions.py

  python3 setup.py build
  python3 setup.py install --root=${PKGDIR}
package: |
  true