summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-09-13 23:44:44 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-09-13 23:44:44 +0300
commit09274b2c178f9b90435effdf584c862f5bb3cc42 (patch)
treec706e54cefad8451312db5bf7f8bbdfbb51ba43b
parentb8b103a97853fb7f932aa479d5778d0c20442c27 (diff)
added r128gain
-rw-r--r--packages/media-sound/r128gain/.r128gain.exlib.swpbin0 -> 12288 bytes
-rw-r--r--packages/media-sound/r128gain/r128gain-scm.exheres-06
-rw-r--r--packages/media-sound/r128gain/r128gain.exlib19
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
new file mode 100644
index 0000000..cbbd462
--- /dev/null
+++ b/packages/media-sound/r128gain/.r128gain.exlib.swp
Binary files 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 <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]
+"