summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f9d4d165f18..55a01962449a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whipper-git
pkgdesc = A Unix CD ripper aiming for accuracy over speed -- forked from morituri
- pkgver = 0.4.0.r22.ga1eb337
+ pkgver = 0.4.0.r50.g223142f
pkgrel = 1
url = https://github.com/JoeLametta/whipper
arch = any
@@ -11,10 +11,6 @@ pkgbase = whipper-git
depends = cddb-py
depends = cdparanoia
depends = cdrdao
- depends = gstreamer0.10-base
- depends = gstreamer0.10-base-plugins
- depends = gstreamer0.10-good-plugins
- depends = gstreamer0.10-python
depends = libsndfile
depends = python2-musicbrainzngs
depends = python2-pycdio
diff --git a/PKGBUILD b/PKGBUILD
index 6ca76c014614..4ccb3b508ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Based on community/morituri and aur/morituri-git PKGBUILDs
pkgname=whipper-git
-pkgver=0.4.0.r22.ga1eb337
+pkgver=0.4.0.r50.g223142f
pkgrel=1
pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
arch=('any')
@@ -19,10 +19,6 @@ depends=(
'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
- 'gstreamer0.10-base' # for encoding
- 'gstreamer0.10-base-plugins' # for appsink
- 'gstreamer0.10-good-plugins' # for wav encoding
- 'gstreamer0.10-python' # for encoding
'libsndfile' # for reading wav files (pulls in flac, also required for reading flac files)
'python2-musicbrainzngs' # for metadata lookup
'python2-pycdio' # for storing drive identification in config file