Search Criteria
Package Details: whipper-git 0.9.1.dev105+ge598727-1
Git Clone URL: | https://aur.archlinux.org/whipper-git.git (read-only, click to copy) |
---|---|
Package Base: | whipper-git |
Description: | A Unix CD ripper aiming for accuracy over speed -- forked from morituri |
Upstream URL: | https://github.com/whipper-team/whipper |
Keywords: | audio cdda ripper |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | neitsab |
Maintainer: | Freso (Archange, neitsab) |
Last Packager: | neitsab |
Votes: | 21 |
Popularity: | 0.000135 |
First Submitted: | 2016-01-14 22:45 |
Last Updated: | 2020-12-12 02:49 |
Dependencies (15)
- cdrdao
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- libcdio-paranoia (libcdio-paranoia-git)
- libsndfile (libsndfile-git, libsndfile-minimal-git)
- python-discid
- python-gobject (python-gobject-git)
- python-musicbrainzngs (python-musicbrainzngs-git)
- python-mutagen
- python-pycdio (python-pycdio-git)
- python-ruamel-yaml (python-ruamel-yaml-hg)
- python-setuptools
- sox (sox-dsd-git)
- python-twisted (check)
- git (git-git) (make)
- python-setuptools-scm (make)
Required by (2)
- whipper-eaclogger-git (requires whipper)
- whipper-plugin-eaclogger (requires whipper)
Latest Comments
1 2 3 4 5 Next › Last »
BachoSeven commented on 2020-07-19 14:30
Thanks @pauper.
pauper commented on 2020-03-08 21:31
python-discid is now a dependency https://github.com/whipper-team/whipper#building
milk commented on 2018-06-25 21:20
so makechrootpkg works but makepkg fails(?)
milk commented on 2018-04-07 06:11
i just wanna rip CDs, so removed the check() test and it installs.
milk commented on 2018-04-07 05:55
Apologies for being laconic, I forgot why I said the first bit.
I tried getting the PKGBUILD and using
makepkg -si
but I still get the error. /var/tmp is drwxrwxrwt.Freso commented on 2018-02-02 17:12
Does the check() error go away if you install
python2-service-identity
? Also, python2-service-identity is an optional dependency forpython2-twisted
(which is already a dependency) if you want "TLS client hostname verification". Ie., if you want to do HTTPS or other encrypted TLS connections. You should read output from pacman when you install packages. I'm not sure it should be added to depends here. I'll think on it.milk commented on 2018-02-02 02:33
python2-service-identity needs to be added to the depends.
i'm also getting permission errors and a faulire from the check() test. by the point of the output below i had created a /var/whipper and /var/whipper/result
Freso commented on 2018-01-26 12:10
python2-requests has been added as dependency. Sorry about the delay.
r381581 commented on 2018-01-05 13:14
@HisDudeness: That happens because this package is missing the python-requests runtime dependency (https://www.archlinux.org/packages/extra/any/python-requests/). Just install it and the error should go away.
HisDudeness commented on 2017-09-27 08:50
I can't install it... I get the following output:
..........................................................E......WARNING:whipper.common.mbngs:Release with ID '3451f29c-9bb8-4cc5-bfcc-bd50104b94f8' (Jeff Buckley - Everybody Here Wants You) does not have a date
.................E
======================================================================
ERROR: whipper.test.test_common_program (unittest.loader.ModuleImportFailure)
----------------------------------------------------------------------
ImportError: Failed to import test module: whipper.test.test_common_program
Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
module = self._get_module_from_name(name)
File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name
__import__(name)
File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/test/test_common_program.py", line 7, in <module>
from whipper.common import program, mbngs, config
File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/common/program.py", line 31, in <module>
from whipper.common import accurip, cache, checksum, common, mbngs, path
File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/common/accurip.py", line 22, in <module>
import requests
ImportError: No module named requests
======================================================================
ERROR: whipper.test.test_common_accurip (unittest.loader.ModuleImportFailure)
----------------------------------------------------------------------
ImportError: Failed to import test module: whipper.test.test_common_accurip
Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
module = self._get_module_from_name(name)
File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name
__import__(name)
File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/test/test_common_accurip.py", line 12, in <module>
from whipper.common import accurip
File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/common/accurip.py", line 22, in <module>
import requests
ImportError: No module named requests
----------------------------------------------------------------------
Ran 83 tests in 6.524s
FAILED (errors=2)