Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (dec974ccefc6efcdb2e42c5c92b595aa63cc7324)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (dec974ccefc6efcdb2e42c5c92b595aa63cc7324)
  • Date: Sun, 11 Oct 2020 20:11:10 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
python-pypi/python-ffmpeg-normalize/DEPENDS | 3 +++
python-pypi/python-ffmpeg-normalize/DETAILS | 20 ++++++++++++++++++++
python-pypi/python-ffmpeg-normalize/HISTORY | 3 +++
python-pypi/python-tqdm/DEPENDS | 1 +
python-pypi/python-tqdm/DETAILS | 14 ++++++++++++++
python-pypi/python-tqdm/HISTORY | 3 +++
7 files changed, 48 insertions(+)

New commits:
commit dec974ccefc6efcdb2e42c5c92b595aa63cc7324
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-ffmpeg-normalize: new spell, normalizes audio

commit 26ccc04b8e653bf061ae05fc50ceb63b8b196016
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-tqdm: new spell, progress bars for python

diff --git a/ChangeLog b/ChangeLog
index 6f106a8..05f8f33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/python-tqdm: new spell, progress bars for python
+ * python-pypi/python-ffmpeg-normalize: new spell, normalizes audio
+
2020-10-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/gumbo-parser: new spell, an HTML5 parser

diff --git a/python-pypi/python-ffmpeg-normalize/DEPENDS
b/python-pypi/python-ffmpeg-normalize/DEPENDS
new file mode 100755
index 0000000..2a39eb0
--- /dev/null
+++ b/python-pypi/python-ffmpeg-normalize/DEPENDS
@@ -0,0 +1,3 @@
+depends python3 &&
+depends python-tqdm &&
+depends ffmpeg
diff --git a/python-pypi/python-ffmpeg-normalize/DETAILS
b/python-pypi/python-ffmpeg-normalize/DETAILS
new file mode 100755
index 0000000..71167c0
--- /dev/null
+++ b/python-pypi/python-ffmpeg-normalize/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=python-ffmpeg-normalize
+ VERSION=1.20.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/slhck/ffmpeg-normalize/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:2e2e9a439194db825493de514dfd20c7e4d993f26097f075c7d82a743fda8a14d17e5ce801cb3bab968c80774f787edbf66bf9f11a6e495976cc70aa3847a36a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/ffmpeg-normalize-${VERSION}"
+ WEB_SITE="https://github.com/slhck/ffmpeg-normalize";
+ LICENSE[0]=MIT
+ ENTERED=20201011
+ SHORT="loudness normalization for videos"
+cat << EOF
+A utility for batch-normalizing audio using ffmpeg.
+
+This program normalizes media files to a certain loudness level using the
+EBU R128 loudness normalization procedure. It can also perform RMS-based
+normalization (where the mean is lifted or attenuated), or peak normalization
+to a certain target level.
+
+Batch processing of several input files is possible, including video files.
+EOF
diff --git a/python-pypi/python-ffmpeg-normalize/HISTORY
b/python-pypi/python-ffmpeg-normalize/HISTORY
new file mode 100644
index 0000000..df532bb
--- /dev/null
+++ b/python-pypi/python-ffmpeg-normalize/HISTORY
@@ -0,0 +1,3 @@
+2020-10-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-tqdm/DEPENDS b/python-pypi/python-tqdm/DEPENDS
new file mode 100755
index 0000000..053d106
--- /dev/null
+++ b/python-pypi/python-tqdm/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/python-tqdm/DETAILS b/python-pypi/python-tqdm/DETAILS
new file mode 100755
index 0000000..fa259f4
--- /dev/null
+++ b/python-pypi/python-tqdm/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=python-tqdm
+ VERSION=4.50.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/tqdm/tqdm/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:57ead1572a394b8689efe27b4c1d22b8c1c8be25b005585681a956acfbafa6df43c715ac2c74229db415d44f68f679a1d11a74702120ef23bf5e082c7c4cf447
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tqdm-$VERSION"
+ WEB_SITE="https://tqdm.github.io";
+ LICENSE[0]=MPL/MIT
+ ENTERED=20201011
+ SHORT="a progress-bar library"
+cat << EOF
+Instantly make your loops show a smart progress meter - just wrap any
iterable
+with tqdm(iterable), and you're done!
+EOF
diff --git a/python-pypi/python-tqdm/HISTORY b/python-pypi/python-tqdm/HISTORY
new file mode 100644
index 0000000..df532bb
--- /dev/null
+++ b/python-pypi/python-tqdm/HISTORY
@@ -0,0 +1,3 @@
+2020-10-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (dec974ccefc6efcdb2e42c5c92b595aa63cc7324), Florian Franzmann, 10/11/2020

Archive powered by MHonArc 2.6.24.

Top of Page