diff options
-rw-r--r-- | packages/media-sound/r128gain/.r128gain.exlib.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | packages/media-sound/r128gain/r128gain-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/media-sound/r128gain/r128gain.exlib | 19 |
3 files changed, 25 insertions, 0 deletions
diff --git a/packages/media-sound/r128gain/.r128gain.exlib.swp b/packages/media-sound/r128gain/.r128gain.exlib.swp Binary files differnew file mode 100644 index 0000000..cbbd462 --- /dev/null +++ b/packages/media-sound/r128gain/.r128gain.exlib.swp diff --git a/packages/media-sound/r128gain/r128gain-scm.exheres-0 b/packages/media-sound/r128gain/r128gain-scm.exheres-0 new file mode 100644 index 0000000..80477bb --- /dev/null +++ b/packages/media-sound/r128gain/r128gain-scm.exheres-0 @@ -0,0 +1,6 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require r128gain + +PLATFORMS="~amd64 ~x86" diff --git a/packages/media-sound/r128gain/r128gain.exlib b/packages/media-sound/r128gain/r128gain.exlib new file mode 100644 index 0000000..ae86375 --- /dev/null +++ b/packages/media-sound/r128gain/r128gain.exlib @@ -0,0 +1,19 @@ +# 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] +" |