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

Christian Rebischke shibumi at archlinux.org
Mon May 15 16:03:07 UTC 2017


    Date: Monday, May 15, 2017 @ 16:03:07
  Author: shibumi
Revision: 228132

moved whipper to community

Added:
  whipper/
  whipper/repos/
  whipper/trunk/
  whipper/trunk/PKGBUILD

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

Added: whipper/trunk/PKGBUILD
===================================================================
--- whipper/trunk/PKGBUILD	                        (rev 0)
+++ whipper/trunk/PKGBUILD	2017-05-15 16:03:07 UTC (rev 228132)
@@ -0,0 +1,48 @@
+# 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
+}


Property changes on: whipper/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list