blob: 33249e84f281443578d3a580a2b9a6c7fe5b38e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = whatmp3
pkgdesc = A small Python script that accepts a list of directories containing FLAC files as arguments and converts them to MP3 with the specified options. It can optionally create a torrent file.
pkgver = 3.8
pkgrel = 1
url = https://github.com/RecursiveForest/whatmp3
arch = any
license = MIT
depends = python
depends = mktorrent
depends = flac
optdepends = vorbis-tools: OGG Vorbis support
optdepends = lame: MP3 support
optdepends = neroaacenc: AAC support
optdepends = neroaactag: AAC support
optdepends = mp3gain: ReplayGain support
optdepends = vorbisgain: ReplayGain support
optdepends = aacgain: ReplayGain support
optdepends = sox: dither support
source = whatmp3-3.8.tar.gz::https://github.com/RecursiveForest/whatmp3/archive/v3.8.tar.gz
sha256sums = 0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489
pkgname = whatmp3
|