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

2018-12-19 Thread Christian Rebischke via arch-commits
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
===
--- PKGBUILD2018-12-19 10:04:12 UTC (rev 416756)
+++ PKGBUILD2018-12-19 10:04:29 UTC (rev 416757)
@@ -1,45 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-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)
+++ PKGBUILD2018-12-19 10:04:29 UTC (rev 416757)
@@ -0,0 +1,45 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+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
+}


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

2018-11-01 Thread Christian Rebischke via arch-commits
Date: Thursday, November 1, 2018 @ 21:30:44
  Author: shibumi
Revision: 401157

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-01 21:30:38 UTC (rev 401156)
+++ PKGBUILD2018-11-01 21:30:44 UTC (rev 401157)
@@ -1,45 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-pkgname=whipper
-pkgver=0.7.1
-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=('75a6e4dc4f482f7a370e269efb9541fb0870b59c50c485ebe4585479450322ace63d829523e864ddf15187b868b99ebf8bfa4ca6cbfdbe925d6cb09ed9be80c4')
-
-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 401156, 
whipper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-01 21:30:44 UTC (rev 401157)
@@ -0,0 +1,45 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+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
+}


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

2018-10-23 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 23, 2018 @ 23:37:14
  Author: shibumi
Revision: 398739

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   91 ++---
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 23:37:05 UTC (rev 398738)
+++ PKGBUILD2018-10-23 23:37:14 UTC (rev 398739)
@@ -1,46 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-pkgname=whipper
-pkgver=0.7.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=('b4bf4ca64521d8600288addecec6cbd8e43d1ff9a6b9a60872eff1bd5a2b6966af036d6467ba09273ac78aa01d8cac3be29a0e2c4e6600829b9988a74ef8cd88')
-
-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 398738, 
whipper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 23:37:14 UTC (rev 398739)
@@ -0,0 +1,45 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=whipper
+pkgver=0.7.1
+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=('75a6e4dc4f482f7a370e269efb9541fb0870b59c50c485ebe4585479450322ace63d829523e864ddf15187b868b99ebf8bfa4ca6cbfdbe925d6cb09ed9be80c4')
+
+check() {
+cd "$srcdir/${pkgname}-${pkgver}"
+python2 -m unittest discover
+}
+
+package() {
+cd "$srcdir/${pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}"/ --optimize=1
+}


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

2018-04-12 Thread Christian Rebischke via arch-commits
Date: Thursday, April 12, 2018 @ 14:33:38
  Author: shibumi
Revision: 316070

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-12 14:33:07 UTC (rev 316069)
+++ PKGBUILD2018-04-12 14:33:38 UTC (rev 316070)
@@ -1,47 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-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
-}

Copied: whipper/repos/community-any/PKGBUILD (from rev 316069, 
whipper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-12 14:33:38 UTC (rev 316070)
@@ -0,0 +1,46 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=whipper
+pkgver=0.7.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=('b4bf4ca64521d8600288addecec6cbd8e43d1ff9a6b9a60872eff1bd5a2b6966af036d6467ba09273ac78aa01d8cac3be29a0e2c4e6600829b9988a74ef8cd88')
+
+check() {
+cd "$srcdir/${pkgname}-${pkgver}"
+python2 -m unittest discover
+}
+
+package() {
+cd "$srcdir/${pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}"/ --optimize=1
+}


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

2018-02-04 Thread Christian Rebischke via arch-commits
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
===
--- PKGBUILD2018-02-04 18:54:02 UTC (rev 289021)
+++ PKGBUILD2018-02-04 18:54:09 UTC (rev 289022)
@@ -1,46 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-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)
+++ PKGBUILD2018-02-04 18:54:09 UTC (rev 289022)
@@ -0,0 +1,47 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+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 

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

2017-05-19 Thread Christian Rebischke
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
===
--- PKGBUILD2017-05-19 09:06:53 UTC (rev 228518)
+++ PKGBUILD2017-05-19 09:07:03 UTC (rev 228519)
@@ -1,48 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Frederik "Freso" S. Olesen 
-# Contributor: Bastien Traverse 
-# Contributor: Samantha Baldwin 
-# Contributor: Caleb Reach 
-# Contributor: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: Mantas Mikulėnas 
-
-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)
+++ PKGBUILD2017-05-19 09:07:03 UTC (rev 228519)
@@ -0,0 +1,46 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Frederik "Freso" S. Olesen 
+# Contributor: Bastien Traverse 
+# Contributor: Samantha Baldwin 
+# Contributor: Caleb Reach 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: Mantas Mikulėnas 
+
+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
+}