summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2018-01-26 13:04:28 +0100
committerFrederik “Freso” S. Olesen2018-01-26 13:04:28 +0100
commite13a69db83e7c9a9dc85e801e7cdb8093e27f7cd (patch)
tree583fddddaec0d5ca18b52a216aa5a88cbfb90c4f
parentbba2d0e1990c1aa568b1a90e325688164a99dfd3 (diff)
downloadaur-e13a69db83e7c9a9dc85e801e7cdb8093e27f7cd.tar.gz
Update dependencies
As of commit a34942e38dace9eb128465b8d402bbacada0c8d8 : https://github.com/JoeLametta/whipper/blob/a34942e38dace9eb128465b8d402bbacada0c8d8/README.md#required-dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 943ad2bf2487..55bad6e7716b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,12 +10,14 @@ pkgbase = whipper-git
makedepends = python2-gobject2
depends = accuraterip-checksum
depends = cddb-py
- depends = cdparanoia
depends = cdrdao
+ depends = flac
+ depends = libcdio-paranoia
depends = libsndfile
depends = mutagen
depends = python2-musicbrainzngs
depends = python2-pycdio
+ depends = python2-requests
depends = python2-setuptools
depends = sox
provides = whipper
diff --git a/PKGBUILD b/PKGBUILD
index f80d2b80e2ec..71cfb86747ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,12 +17,14 @@ 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)
+ 'flac' # for reading flac files
+ 'libcdio-paranoia' # for the actual ripping
+ 'libsndfile' # for reading wav files
'mutagen' # for metadata handling
'python2-musicbrainzngs' # for metadata lookup
'python2-pycdio' # for storing drive identification in config file
+ 'python2-requests' # for retrieving AccurateRip database entries
'python2-setuptools' # for plugin support
'sox' # for track peak detection'
)