[Python-modules-commits] [audioread] 05/11: Update Depends / Recommends.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Fri Apr 29 18:01:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository audioread.
commit 9442293667b23afd20da4004e16fec3b01c59e95
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Fri Apr 29 19:32:32 2016 +0200
Update Depends / Recommends.
---
debian/changelog | 1 +
debian/control | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 508ce76..0bac0e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ audioread (2.1.2-1) UNRELEASED; urgency=medium
* New upstream release (closes: #822527, #822972).
- avconv.patch dropped (upstream now handles both ffmpeg and avconv,
and Debian has gone back to ffmpeg).
+ * Update Depends / Recommends.
-- Tristan Seligmann <mithrandi at debian.org> Fri, 29 Apr 2016 19:21:24 +0200
diff --git a/debian/control b/debian/control
index ffd1924..61181c9 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends:
${misc:Depends},
${python:Depends}
Recommends:
- python-gst0.10 | libav-tools,
+ python-gst-1.0 | ffmpeg,
python-pymad
Description: Backend-agnostic audio decoding Python package
Decode audio files using whichever backend is available. The library
@@ -29,7 +29,7 @@ Description: Backend-agnostic audio decoding Python package
.
* GStreamer via gst-python.
* MAD via the pymad bindings.
- * FFmpeg via the avconv command-line interface.
+ * FFmpeg via the ffmpeg command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).
Package: python3-audioread
@@ -37,10 +37,10 @@ Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
- libav-tools
+ ffmpeg
Description: Backend-agnostic audio decoding Python 3 package
Decode audio files using whichever backend is available. The library
for Python 3 currently supports:
.
- * FFmpeg via the avconv command-line interface.
+ * FFmpeg via the ffmpeg command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/audioread.git
More information about the Python-modules-commits
mailing list