[arch-commits] Commit in beets/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat May 11 19:00:46 UTC 2019


    Date: Saturday, May 11, 2019 @ 19:00:46
  Author: alucryd
Revision: 465472

upgpkg: beets 1.4.7-4

Modified:
  beets/trunk/PKGBUILD

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 46 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-11 18:09:40 UTC (rev 465471)
+++ PKGBUILD	2019-05-11 19:00:46 UTC (rev 465472)
@@ -3,40 +3,57 @@
 
 pkgname=beets
 pkgver=1.4.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
-         'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
-         'python-yaml')
-makedepends=('git' 'python-sphinx')
-optdepends=('bash-completion: Bash completion'
-            'bs1770gain: ReplayGain plugin'
-            'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'imagemagick: Thumbnails plugin'
-            'python-beautifulsoup4: Lyrics plugin'
-            'python-flask: Web plugin'
-            'python-gobject: ReplayGain plugin'
-            'python-mpd2: MPDStats plugin'
-            'python-pyacoustid: Chromaprint/Acoustid plugin'
-            'python-pylast: LastGenre plugin'
-            'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
-            'python-xdg: Thumbnails plugin')
-source=("git+https://github.com/beetbox/beets.git#tag=v${pkgver}"
-        'beet')
-sha256sums=('SKIP'
-            'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
+arch=(any)
+url=http://beets.io/
+license=(MIT)
+depends=(
+  python-jellyfish
+  python-munkres
+  python-musicbrainzngs
+  python-mutagen
+  python-setuptools
+  python-six
+  python-unidecode
+  python-yaml
+)
+makedepends=(
+  git
+  python-sphinx
+)
+optdepends=(
+  'bash-completion: Bash completion'
+  'bs1770gain: ReplayGain plugin'
+  'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+  'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+  'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+  'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+  'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+  'imagemagick: Thumbnails plugin'
+  'python-beautifulsoup4: Lyrics plugin'
+  'python-flask: Web plugin'
+  'python-gobject: ReplayGain plugin'
+  'python-mpd2: MPDStats plugin'
+  'python-pyacoustid: Chromaprint/Acoustid plugin'
+  'python-pylast: LastGenre plugin'
+  'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+  'python-xdg: Thumbnails plugin'
+)
+source=(
+  git+https://github.com/beetbox/beets.git#tag=v${pkgver}
+  beet
+)
+sha256sums=(
+  SKIP
+  b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89
+)
 
 prepare() {
   cd beets
 
   git show 15d44f02a391764da1ce1f239caef819f08beed8 -- beets/autotag/hooks.py | git apply - # FS#59577
+  git cherry-pick -n 1bada74bef28f99b175e246e14c4cc356e4889f9 # Pillow ValueError fix
 }
 
 build() {
@@ -48,7 +65,7 @@
 package() {
   cd beets
 
-  python setup.py install --root="${pkgdir}" --optimize='1'
+  python setup.py install --root="${pkgdir}" --optimize=1
 
   install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
   install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/



More information about the arch-commits mailing list