blob: ac24ed08d8a715242cc2b71cfd57234451f06b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Distributed under the terms of the GNU General Public License v2
# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
require github [ user=desbma tag=${PV} ]
require setup-py [ import='setuptools' blacklist="2 3.4" has_bin=true multibuild=false ]
SUMMARY="Fast audio loudness scanner & tagger"
LICENCES="GPL-2"
SLOT="0"
MYOPTIONS=""
DEPENDENCIES="
run:
media/ffmpeg
dev-python/tqdm[>=4.28.1]
dev-python/mutagen[>=1.38]
dev-python/crcmod[>=1.7]
"
|