[arch-commits] Commit in beets/repos/community-any (PKGBUILD PKGBUILD beet beet)
Maxime Gauduin
alucryd at archlinux.org
Sat May 11 19:00:53 UTC 2019
Date: Saturday, May 11, 2019 @ 19:00:53
Author: alucryd
Revision: 465473
archrelease: copy trunk to community-any
Added:
beets/repos/community-any/PKGBUILD
(from rev 465472, beets/trunk/PKGBUILD)
beets/repos/community-any/beet
(from rev 465472, beets/trunk/beet)
Deleted:
beets/repos/community-any/PKGBUILD
beets/repos/community-any/beet
----------+
PKGBUILD | 150 +++++++++++++++++++++++++++++++++----------------------------
beet | 4 -
2 files changed, 85 insertions(+), 69 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-11 19:00:46 UTC (rev 465472)
+++ PKGBUILD 2019-05-11 19:00:53 UTC (rev 465473)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.4.7
-pkgrel=3
-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')
-
-prepare() {
- cd beets
-
- git show 15d44f02a391764da1ce1f239caef819f08beed8 -- beets/autotag/hooks.py | git apply - # FS#59577
-}
-
-build() {
- cd beets
-
- python setup.py build sdist
-}
-
-package() {
- cd beets
-
- 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/
- install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
- install -m 644 extra/_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
- install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
- install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
- install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
- install -dm 755 "${pkgdir}"/usr/share/licenses/beets
- install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:
Copied: beets/repos/community-any/PKGBUILD (from rev 465472, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-11 19:00:53 UTC (rev 465473)
@@ -0,0 +1,83 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.4.7
+pkgrel=4
+pkgdesc='Flexible music library manager and tagger'
+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() {
+ cd beets
+
+ python setup.py build sdist
+}
+
+package() {
+ cd beets
+
+ 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/
+ install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
+ install -m 644 extra/_beet "${pkgdir}"/usr/share/zsh/site-functions/
+
+ install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
+ install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
+ install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
+
+ install -dm 755 "${pkgdir}"/usr/share/licenses/beets
+ install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: beet
===================================================================
--- beet 2019-05-11 19:00:46 UTC (rev 465472)
+++ beet 2019-05-11 19:00:53 UTC (rev 465473)
@@ -1,2 +0,0 @@
-_load_beet_completion() { eval "$(beet completion)"; }
-complete -F _load_beet_completion beet
Copied: beets/repos/community-any/beet (from rev 465472, beets/trunk/beet)
===================================================================
--- beet (rev 0)
+++ beet 2019-05-11 19:00:53 UTC (rev 465473)
@@ -0,0 +1,2 @@
+_load_beet_completion() { eval "$(beet completion)"; }
+complete -F _load_beet_completion beet
More information about the arch-commits
mailing list