Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

The xwax package in jessie has a Recommends on the ffmpeg package not
available in Jessie, which is the cause of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722487

Please find a debdiff attached which should fix this issue.

Cheers!

Daniel

diff -Nru xwax-1.5/debian/changelog xwax-1.5/debian/changelog
--- xwax-1.5/debian/changelog   2014-04-10 15:19:47.000000000 +0100
+++ xwax-1.5/debian/changelog   2016-10-03 15:51:45.000000000 +0100
@@ -1,3 +1,10 @@
+xwax (1.5-1+deb8u1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * For jessie only, replace ffmpeg with avconv from libav-tools (Closes: 
#722487)
+
+ -- Daniel James <dan...@64studio.com>  Mon, 03 Oct 2016 15:48:39 +0100
+
 xwax (1.5-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru xwax-1.5/debian/control xwax-1.5/debian/control
--- xwax-1.5/debian/control     2014-04-10 15:18:25.000000000 +0100
+++ xwax-1.5/debian/control     2016-10-03 15:46:04.000000000 +0100
@@ -23,7 +23,7 @@
  ${shlibs:Depends}
 Recommends:
  cdparanoia,
- ffmpeg,
+ libav-tools,
  mpg123
 Suggests:
  jackd
diff -Nru xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie 
xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie
--- xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie        1970-01-01 
01:00:00.000000000 +0100
+++ xwax-1.5/debian/patches/avconv-not-ffmpeg-for-jessie        2016-10-03 
16:03:08.000000000 +0100
@@ -0,0 +1,17 @@
+Description: replace ffmpeg with avconv from libav-tools
+ Just because ffmpeg is not available in jessie.
+Author: Daniel James <dan...@64studio.com>
+Bug-Debian: https://bugs.debian.org/722487
+Last-Update: 2016-10-03
+
+--- xwax-1.5.orig/import
++++ xwax-1.5/import
+@@ -27,7 +27,7 @@ case "$FILE" in
+ 
+ *)
+     echo "Calling fallback decoder..." >&2
+-    exec ffmpeg -v 0 -i "$FILE" -f s16le -ar "$RATE" -
++    exec avconv -v 0 -i "$FILE" -f s16le -ar "$RATE" -
+     ;;
+ 
+ esac
diff -Nru xwax-1.5/debian/patches/series xwax-1.5/debian/patches/series
--- xwax-1.5/debian/patches/series      1970-01-01 01:00:00.000000000 +0100
+++ xwax-1.5/debian/patches/series      2016-10-03 15:52:54.000000000 +0100
@@ -0,0 +1 @@
+avconv-not-ffmpeg-for-jessie

Reply via email to