On Wed, Aug 28, 2013 at 06:21:16PM +0200, Sebastian Ramacher wrote:
> Package: zoomer
> Version: 0.1-1
> Severity: serious
> Justfication: renders package unusable soon
> Tags: jessie sid
> 
> zoomer depends on ffmpeg which is no longer built by libav. This will
> render the package unusable soon.
> 
> zoomer needs to be adopted to use avconv (from libav-tools) instead of
> ffmpeg.

I've successfully tested the attached patch.

Cheers,
        Moritz
diff -aur zoomer-0.1.orig/debian/control zoomer-0.1/debian/control
--- zoomer-0.1.orig/debian/control	2013-09-09 22:14:10.000000000 +0200
+++ zoomer-0.1/debian/control	2013-09-09 22:26:56.000000000 +0200
@@ -8,7 +8,7 @@
 
 Package: zoomer
 Architecture: all
-Depends: ${misc:Depends}, imagemagick, inkscape, ffmpeg
+Depends: ${misc:Depends}, imagemagick, inkscape, libav-tools
 Recommends: zenity
 Description: generate a video from a picture by zooming from one point to another
  Zoomer automatically generates a video from a picture. It starts at the full
Nur in zoomer-0.1/debian: control~.
diff -aur zoomer-0.1.orig/zoomer zoomer-0.1/zoomer
--- zoomer-0.1.orig/zoomer	2008-08-12 20:22:40.000000000 +0200
+++ zoomer-0.1/zoomer	2013-09-09 22:27:20.000000000 +0200
@@ -350,7 +350,7 @@
 fi
 
 rm "$output" >&2
-if ffmpeg -i "$work_dir/f_%d.jpg" "$output"; then
+if avconv -i "$work_dir/f_%d.jpg" "$output"; then
   $debug && echo " Done: $output"
   #rm -r $work_dir
 else
Nur in zoomer-0.1: zoomer~.

Reply via email to