summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb0463084cb..83a49a351002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,15 @@ arch=('any')
license=('MIT')
provides=('whatmp3=3.6')
conflicts=('whatmp3')
-depends=('python' 'mktorrent' 'flac' 'lame' 'ffmpeg')
+depends=('python' 'mktorrent' 'flac')
optdepends=('vorbis-tools: OGG Vorbis support'
+ 'lame: MP3 support'
'neroaacenc: AAC support'
- 'neroaactag: AAC support')
+ 'neroaactag: AAC support'
+ 'mp3gain: ReplayGain support'
+ 'vorbisgain: ReplayGain support'
+ 'aacgain: ReplayGain support'
+ 'sox: dither support')
source=('git+https://github.com/RecursiveForest/whatmp3.git')
sha256sums=('SKIP')