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

Christian Rebischke shibumi at archlinux.org
Fri May 19 09:07:04 UTC 2017


    Date: Friday, May 19, 2017 @ 09:07:03
  Author: shibumi
Revision: 228519

archrelease: copy trunk to community-any

Added:
  whipper/repos/community-any/PKGBUILD
    (from rev 228518, whipper/trunk/PKGBUILD)
Deleted:
  whipper/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-19 09:06:53 UTC (rev 228518)
+++ PKGBUILD	2017-05-19 09:07:03 UTC (rev 228519)
@@ -1,48 +0,0 @@
-# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
-# Contributor: Frederik "Freso" S. Olesen <archlinux at freso.dk>
-# Contributor: Bastien Traverse <firstname at lastname dot email>
-# Contributor: Samantha Baldwin <fuhsaz+git at cryptic.li>
-# Contributor: Caleb Reach <jtxx000 at gmail.com>
-# Contributor: Felix Yan <felixonmars at gmail.com>
-# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
-# Contributor: Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname=whipper
-pkgver=0.5.1
-pkgrel=3
-pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
-arch=('any')
-url="https://github.com/JoeLametta/whipper"
-license=('GPL3')
-depends=(
-    'accuraterip-checksum'          # for accuraterip-checksum calculation
-    'cddb-py'                       # for showing but not using disc info if not in MusicBrainz (issue #28)
-    'cdparanoia'                    # for the actual ripping
-    'cdrdao'                        # for session, TOC, pregap, and ISRC extraction
-    'libsndfile'                    # for reading wav files (pulls in flac, also required for reading flac files)
-    'mutagen'                       # for metadata handling
-    'python2-musicbrainzngs'        # for metadata lookup
-    'python2-pycdio'                # for storing drive identification in config file
-    'python2-setuptools'            # for plugin support
-    'sox'                           # for track peak detection'
-    )
-makedepends=(
-    'python2-gobject2'
-    )
-checkdepends=(
-    'python2-twisted'
-    )
-conflicts=('morituri')
-source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('0df0cd9934c344617a15c12f21e333d7b5d270c904d70df9930b24188c5657aed8bedd202acda59990143fafe9c27b2ee880939d034be52259cc143423d04348')
-
-# currently disabled because of failing tests, reported upstream
-#check() {
-#    cd "$srcdir/${pkgname}-${pkgver}"
-#    python2 -m unittest discover
-#}
-
-package() {
-    cd "$srcdir/${pkgname}-${pkgver}"
-    python2 setup.py install --root="${pkgdir}"/ --optimize=1
-}

Copied: whipper/repos/community-any/PKGBUILD (from rev 228518, whipper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-19 09:07:03 UTC (rev 228519)
@@ -0,0 +1,46 @@
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor: Frederik "Freso" S. Olesen <archlinux at freso.dk>
+# Contributor: Bastien Traverse <firstname at lastname dot email>
+# Contributor: Samantha Baldwin <fuhsaz+git at cryptic.li>
+# Contributor: Caleb Reach <jtxx000 at gmail.com>
+# Contributor: Felix Yan <felixonmars at gmail.com>
+# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
+# Contributor: Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname=whipper
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
+arch=('any')
+url="https://github.com/JoeLametta/whipper"
+license=('GPL3')
+depends=(
+    'accuraterip-checksum'          # for accuraterip-checksum calculation
+    'cddb-py'                       # for showing but not using disc info if not in MusicBrainz (issue #28)
+    'cdparanoia'                    # for the actual ripping
+    'cdrdao'                        # for session, TOC, pregap, and ISRC extraction
+    'libsndfile'                    # for reading wav files (pulls in flac, also required for reading flac files)
+    'mutagen'                       # for metadata handling
+    'python2-musicbrainzngs'        # for metadata lookup
+    'python2-pycdio'                # for storing drive identification in config file
+    'python2-setuptools'            # for plugin support
+    'sox'                           # for track peak detection'
+    'python2-gobject2'              # Bugfix FS#54074
+    )
+checkdepends=(
+    'python2-twisted'
+    )
+conflicts=('morituri')
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('0df0cd9934c344617a15c12f21e333d7b5d270c904d70df9930b24188c5657aed8bedd202acda59990143fafe9c27b2ee880939d034be52259cc143423d04348')
+
+# currently disabled because of failing tests, reported upstream
+#check() {
+#    cd "$srcdir/${pkgname}-${pkgver}"
+#    python2 -m unittest discover
+#}
+
+package() {
+    cd "$srcdir/${pkgname}-${pkgver}"
+    python2 setup.py install --root="${pkgdir}"/ --optimize=1
+}



More information about the arch-commits mailing list