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

Christian Rebischke shibumi at archlinux.org
Sun Feb 4 18:54:11 UTC 2018


    Date: Sunday, February 4, 2018 @ 18:54:09
  Author: shibumi
Revision: 289022

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 18:54:02 UTC (rev 289021)
+++ PKGBUILD	2018-02-04 18:54:09 UTC (rev 289022)
@@ -1,46 +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=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
-}

Copied: whipper/repos/community-any/PKGBUILD (from rev 289021, whipper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-04 18:54:09 UTC (rev 289022)
@@ -0,0 +1,47 @@
+# 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.6.0
+pkgrel=1
+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)
+    'libcdio-paranoia'              # 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
+    'python2-requests'
+    )
+checkdepends=(
+    'python2-twisted'
+    )
+conflicts=('morituri')
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('50f1c4c31a62aadbabbb14a40b4336dc0191bcd82780ee65e3c054c1e0aec0d3a5970675a4076f18f284821ddb939e584bf8c3d392220b189103c6b6a692691f')
+
+# 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