[arch-commits] Commit in beets/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Jan 11 19:09:48 UTC 2015


    Date: Sunday, January 11, 2015 @ 20:09:48
  Author: alucryd
Revision: 125765

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
    (from rev 125764, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-11 19:09:20 UTC (rev 125764)
+++ PKGBUILD	2015-01-11 19:09:48 UTC (rev 125765)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.3.8
-pkgrel=2
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
-         'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-            'gst-plugins-bad: ReplayGain plugin'
-            'gst-plugins-good: ReplayGain plugin'
-            'gst-plugins-ugly: ReplayGain plugin'
-            'gst-libav: ReplayGain plugin'
-            'gst-python: ReplayGain plugin'
-            'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-            'python2-flask: Web plugin'
-            'python2-gobject: ReplayGain plugin'
-            'python2-pyacoustid: Chromaprint/Acoustid plugin'
-            'python2-pylast: LastGenre plugin'
-            'python2-requests: FetchArt plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz")
-sha256sums=('102ab9067d230c6d30a8f2e1139df8ddd4cf37873fd19cf6f32991fd403da21b')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  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 125764, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-11 19:09:48 UTC (rev 125765)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.3.10
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
+         'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+            'gst-plugins-bad: ReplayGain plugin'
+            'gst-plugins-good: ReplayGain plugin'
+            'gst-plugins-ugly: ReplayGain plugin'
+            'gst-libav: ReplayGain plugin'
+            'gst-python: ReplayGain plugin'
+            'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+            'python2-flask: Web plugin'
+            'python2-gobject: ReplayGain plugin'
+            'python2-pyacoustid: Chromaprint/Acoustid plugin'
+            'python2-pylast: LastGenre plugin'
+            'python2-requests: FetchArt plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz")
+sha256sums=('ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637')
+
+build() {
+  cd beets-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  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:



More information about the arch-commits mailing list