--- zoomer-0.1.orig/debian/changelog +++ zoomer-0.1/debian/changelog @@ -0,0 +1,15 @@ +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 Mon, 16 Sep 2013 21:10:49 +0200 + +zoomer (0.1-1) unstable; urgency=low + + * Initial release. + + -- Aurélio A. Heckert Tue, 12 Aug 2008 21:38:39 -0300 --- zoomer-0.1.orig/debian/compat +++ zoomer-0.1/debian/compat @@ -0,0 +1 @@ +7 --- zoomer-0.1.orig/debian/control +++ zoomer-0.1/debian/control @@ -0,0 +1,20 @@ +Source: zoomer +Section: graphics +Priority: optional +Maintainer: Aurélio A. Heckert +Build-Depends: debhelper (>= 7), docbook-to-man +Standards-Version: 3.8.0 +Homepage: http://www.colivre.coop.br/Aurium/Zoomer + +Package: zoomer +Architecture: all +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 + picture and then zooms into the first point. Then zooms out and into the next + point, etc. At the moment of reaching a point, zoomer will write a text (e.g. + a name). + . + Zoomer needs a picture (bigger is better) and a data file to define the points + to be zoomed into. --- zoomer-0.1.orig/debian/copyright +++ zoomer-0.1/debian/copyright @@ -0,0 +1,21 @@ +Author: Aurélio A. Heckert +Download: http://www.colivre.coop.br/Aurium/Zoomer + +Files: * +Copyright: (C) 2008 Aurélio A. Heckert +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. --- zoomer-0.1.orig/debian/install +++ zoomer-0.1/debian/install @@ -0,0 +1 @@ +zoomer /usr/bin/ --- zoomer-0.1.orig/debian/manpages +++ zoomer-0.1/debian/manpages @@ -0,0 +1 @@ +zoomer.1 --- zoomer-0.1.orig/debian/rules +++ zoomer-0.1/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f zoomer.1 + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + docbook-to-man debian/zoomer.sgml > zoomer.1 + + touch build-stamp + +install: build + +binary: binary-indep + +binary-arch: + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_installman + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +.PHONY: clean build install binary binary-arch binary-indep --- zoomer-0.1.orig/debian/zoomer.sgml +++ zoomer-0.1/debian/zoomer.sgml @@ -0,0 +1,221 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Aurélio"> + A. Heckert"> + + August 15, 2008"> + + 1"> + aurium@gmail.com"> + + ZOOMER"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2008 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + generate a video from a picture by zooming from one point to another + + + + &dhpackage; + + + + + DESCRIPTION + + &dhpackage; + automatically generates a video from a picture. It starts at the full + picture and then zooms into the first point. Then zooms out and into the next + point, etc. At the moment of reaching a point, zoomer will write a text (e.g. + a name). + + &dhpackage; needs a picture (bigger is better) + and a data file to define the points to be zoomed into. + + + + OPTIONS + + + + + + + + the data file setting the details to be zoomed. + + + + + + + + show a verbose output + + + + + + + + how many frames between details + + + + + + + + how many frames focused on the detail + + + + + + + + the size of the text + + + + + + + + the name of the output video + + + + + + + + the name of the input picture (bigger is better) + + + + + + + + will automaticaly delete a file with the same output name + + + + + + + + will show a nice graphical progress bar + + + + + + + + the video resolution in the WxH notation like 480x360 + + + + + + THE DATA FILE + + The data file is a simple text file to provide informaton about where + &dhpackage; must zoom. There must be one line by detail and no other + information. The &dhpackage; don't supports empty lines or commentaries. + + The detail line has the pattern: X,Y Width Text + + See a data example: + +364,178 57 Bart +233,246 62 Lisa +396,274 52 Maggie +302,059 61 Marge +228,130 66 Homer + + The Width is the with of + the soom square. The Height will + be ever proporcional to the output setted height. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 3 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/. + + + +
+ + --- 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