From 09274b2c178f9b90435effdf584c862f5bb3cc42 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 13 Sep 2019 23:44:44 +0300 Subject: added r128gain --- packages/media-sound/r128gain/.r128gain.exlib.swp | Bin 0 -> 12288 bytes packages/media-sound/r128gain/r128gain-scm.exheres-0 | 6 ++++++ packages/media-sound/r128gain/r128gain.exlib | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 packages/media-sound/r128gain/.r128gain.exlib.swp create mode 100644 packages/media-sound/r128gain/r128gain-scm.exheres-0 create mode 100644 packages/media-sound/r128gain/r128gain.exlib (limited to 'packages') diff --git a/packages/media-sound/r128gain/.r128gain.exlib.swp b/packages/media-sound/r128gain/.r128gain.exlib.swp new file mode 100644 index 0000000..cbbd462 Binary files /dev/null and b/packages/media-sound/r128gain/.r128gain.exlib.swp differ 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 + +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 + +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] +" -- cgit v1.2.3