--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi,
Please unblock package videotrans. The patch applied to the latest
version already available in unstable fixes an RC issue (bug#778866).
I'm attaching the debdiff too.
Thanks for considering,
Regards.
unblock videotrans/1.6.1-3
--
Alessio Treglia | www.alessiotreglia.com
Debian Developer | alessio@debian.org
Ubuntu Core Developer | quadrispro@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
diffstat for videotrans-1.6.1 videotrans-1.6.1
changelog | 8 ++++++++
patches/04-update_imagemagick.patch | 30 ++++++++++++++++++++++++++++++
patches/series | 1 +
3 files changed, 39 insertions(+)
diff -Nru videotrans-1.6.1/debian/changelog videotrans-1.6.1/debian/changelog
--- videotrans-1.6.1/debian/changelog 2013-10-01 18:20:28.000000000 +0100
+++ videotrans-1.6.1/debian/changelog 2015-02-24 11:04:54.000000000 +0000
@@ -1,3 +1,11 @@
+videotrans (1.6.1-3) unstable; urgency=medium
+
+ * debian/patches/04-update_imagemagick.patch:
+ - Update movie-title script to make it work with latest version of
+ ImageMagick. (Closes: #778866)
+
+ -- Alessio Treglia <alessio@debian.org> Tue, 24 Feb 2015 11:04:26 +0000
+
videotrans (1.6.1-2) unstable; urgency=low
* ffmpeg -> avconv conversion.
diff -Nru videotrans-1.6.1/debian/patches/04-update_imagemagick.patch videotrans-1.6.1/debian/patches/04-update_imagemagick.patch
--- videotrans-1.6.1/debian/patches/04-update_imagemagick.patch 1970-01-01 01:00:00.000000000 +0100
+++ videotrans-1.6.1/debian/patches/04-update_imagemagick.patch 2015-02-24 11:02:26.000000000 +0000
@@ -0,0 +1,30 @@
+Description: Refresh src/movie-title.in against ImageMagick's latest version.
+Origin: upstream
+From:
+ http://sourceforge.net/p/videotrans/bugs/18/
+ http://sourceforge.net/p/videotrans/bugs/17/
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778866
+---
+ src/movie-title.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- videotrans.orig/src/movie-title.in
++++ videotrans/src/movie-title.in
+@@ -275,7 +275,7 @@ fi
+ # Find out how large the title images are and decide on a mode accordingly
+ ###############################################################################
+
+-identify -format "%w %h" "${TITLE}/${title_frames%% *}" > "${TEMP}"
++identify -format "%w %h\n" "${TITLE}/${title_frames%% *}" > "${TEMP}"
+ read xx yy < "${TEMP}"
+ rm -f "${TEMP}"
+ message "Title images are ${xx} by ${yy} pixels."
+@@ -679,7 +679,7 @@ done > "${TEMP}.convert"
+
+ # Create the overlay image using the commands that were generated above
+
+-convert -depth 8 -matte -colorspace Transparent -type PaletteMatte \
++convert -depth 8 -matte -colorspace Transparent \
+ "${datadir}/videotrans/null.png" \
+ -background "rgba(0,0,0,0)" -splice "`expr ${xx} - 1 || :`x`expr ${yy} - 1 || :`+0+0" \
+ -draw "@${TEMP}.convert" "${OUTPUT}-overlay.png"
diff -Nru videotrans-1.6.1/debian/patches/series videotrans-1.6.1/debian/patches/series
--- videotrans-1.6.1/debian/patches/series 2012-10-15 01:29:55.000000000 +0100
+++ videotrans-1.6.1/debian/patches/series 2015-02-24 10:46:57.000000000 +0000
@@ -1,3 +1,4 @@
01-fix_shebang.patch
02-buildsystem.patch
03-ffmpeg_to_avconv.patch
+04-update_imagemagick.patch
--- End Message ---
--- Begin Message ---
On Sat, Feb 28, 2015 at 08:23:41AM +0000, Alessio Treglia <alessio@debian.org> wrote:
>
> Please unblock package videotrans. The patch applied to the latest
> version already available in unstable fixes an RC issue (bug#778866).
> I'm attaching the debdiff too.
>
>
Unblocked (by Niels), as suggested by grep-excuses:
$ grep-excuses videotrans
videotrans (1.6.1-2 to 1.6.1-3)
Maintainer: Debian Multimedia Maintainers
Too young, only 3 of 5 days old
Ignoring block request by freeze, due to unblock request by nthykier
Updating videotrans fixes old bugs: #778866
Not considered
Regards,
--
Mehdi Dogguy
--- End Message ---