Your message dated Sat, 02 Dec 2023 13:38:59 +0000
with message-id <[email protected]>
and subject line Bug#1051888: Removed package(s) from unstable
has caused the Debian Bug report #712154,
regarding Height quality options changed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
712154: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712154
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: kino
Version: 1.3.4-1
Tags: patch

Original report:
https://bugs.launchpad.net/ubuntu/+source/kino/+bug/255225

It appears that the command line options of ffmpeg changed, causing
kino's export script to break.  The following patch reportedly fixes it:

- --- ffmpeg_utils.sh.orig      2008-08-06 07:42:08.000000000 +0200
+++ ffmpeg_utils.sh     2008-08-06 07:50:54.000000000 +0200
@@ -32,8 +32,11 @@
 # Generate FFMPEG hiqh quality settings based upon version
 ffmpeg_generate_hq()
 {
+       ffmpeg_help=`ffmpeg -h 2>&1`
        test_hq=`echo $ffmpeg_help | grep '\-hq' | wc -l`
        test_4mv=`echo $ffmpeg_help | grep '\-4mv' | wc -l`
+       test_mv4=`echo $ffmpeg_help | grep '\-mv4' | wc -l`
+       test_flags_mv4=`echo $ffmpeg_help | grep ' mv4' | wc -l`
        hq="-mbd 2 -cmp 2 -subcmp 2"
        qpel="-qpel"
        [ "$test_4mv" -gt 0 ] && hq="$hq -4mv"
@@ -41,4 +44,8 @@
                hq="$hq -mv4 1"
                qpel="-qpel 1"
        fi
+       if [ "$test_flags_mv4" -gt 0 ]; then
+               hq="$hq -flags mv4"
+               qpel="-flags qpel"
+       fi
 }

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRudffAAoJEJrBOlT6nu75GdcH/j8Jj0qgPOR/hJnewkX66bJD
trzi+zJPFH0jnodnNCDisEIgLq/wo8Lmtk0TirlJhWdryeLuMfmYUuQtJcdj2jx5
2qLQYlZ5w/HCxVfHOdfaBnd4914L5+K9Y3feHEUUVPchvGva6QvSkOJ8Nivf5GbZ
KFwjXCCl116zopNvZ/ZoNOKgDchaTjnKn+Ndq5opa9W41JnJzeYjDjctUFJZu0oD
6c4ZNDDiEoWlHmJFSM0UUKLwXvsfUfS0Zuz/tSlaRWt74yYF4u7CYCnh8hqLamYt
ghLA2MqSYF7VlUM8kP+mgSAYJU+l5ZdKZ+FRTNYosOTCEAgH+GZ3ORfB+08yajg=
=3QZ7
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Version: 1.3.4+dfsg0-1.1+rm

Dear submitter,

as the package kino has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1051888

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to