Control: tags -1 + pending

Dear maintainer,

I've prepared an NMU for zoomer (versioned as 0.1-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
-- 
Sebastian Ramacher
diff -u zoomer-0.1/debian/changelog zoomer-0.1/debian/changelog
--- zoomer-0.1/debian/changelog
+++ zoomer-0.1/debian/changelog
@@ -1,3 +1,13 @@
+zoomer (0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Port to avconv. Thanks to Moritz Mühlenhoff for the patch. (Closes:
+    #721167)
+    - zoomer: Call avconv instead of ffmpeg.
+    - debian/control: Replace ffmpeg dependency with libav-tools.
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 16 Sep 2013 21:10:49 +0200
+
 zoomer (0.1-1) unstable; urgency=low
 
   * Initial release.
diff -u zoomer-0.1/debian/control zoomer-0.1/debian/control
--- zoomer-0.1/debian/control
+++ zoomer-0.1/debian/control
@@ -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
only in patch2:
unchanged:
--- zoomer-0.1.orig/zoomer
+++ zoomer-0.1/zoomer
@@ -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

Attachment: signature.asc
Description: Digital signature

Reply via email to