[arch-commits] Commit in whipper/repos/community-any (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Wed Dec 19 10:04:30 UTC 2018
Date: Wednesday, December 19, 2018 @ 10:04:29
Author: shibumi
Revision: 416757
archrelease: copy trunk to community-any
Added:
whipper/repos/community-any/PKGBUILD
(from rev 416756, whipper/trunk/PKGBUILD)
Deleted:
whipper/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-19 10:04:12 UTC (rev 416756)
+++ PKGBUILD 2018-12-19 10:04:29 UTC (rev 416757)
@@ -1,45 +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.7.2
-pkgrel=1
-pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
-arch=('any')
-url="https://github.com/whipper-team/whipper"
-license=('GPL3')
-depends=(
- 'accuraterip-checksum' # for accuraterip-checksum calculation
- '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=('8be3c02e00d1a00878862d7e2bbd35e56b815cc30861f9cff980b14fea77f208680f1f76ecc135ccce0c3649b30ef88a383042ef377ca9e62993ace276be4365')
-
-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 416756, whipper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-19 10:04:29 UTC (rev 416757)
@@ -0,0 +1,45 @@
+# 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.7.3
+pkgrel=1
+pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
+arch=('any')
+url="https://github.com/whipper-team/whipper"
+license=('GPL3')
+depends=(
+ 'accuraterip-checksum' # for accuraterip-checksum calculation
+ '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=('ac96393471a6b4c40f5870f6e3183b65d43229314e2a1eacbf065c51ac61cbc772f2de3bde9f20ee1f7ffec427cd03c31f27df60eb6c621a699927646080c0ab')
+
+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