Your message dated Mon, 02 Oct 2017 04:04:28 +0000
with message-id <e1dyry0-000a63...@fasolo.debian.org>
and subject line Bug#874675: fixed in digikam 4:5.6.0-2
has caused the Debian Bug report #874675,
regarding kipi-plugins: flickr uploader: restricts video uploads to max photo 
size
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 ow...@bugs.debian.org
immediately.)


-- 
874675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kipi-plugins
Version: 4:5.3.0-1
Severity: normal
Tags: upstream patch

Flickr has separate size limits for photos and videos.  This is using
the photo size limit (200MB right now) for all uploads, including
videos, which have a 1GB limit on Flickr.

The attached patch uses the video limit for all uploads.  This at least
avoids artificially blocking some uploads; an API error would result on
photos over 200MB, but I think this is both acceptable and incredibly
rare.

-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kipi-plugins depends on:
ii  digikam-private-libs  4:5.3.0-1
ii  kio                   5.28.0-2
ii  kipi-plugins-common   4:5.3.0-1
ii  libc6                 2.24-11+deb9u1
ii  libkf5archive5        5.28.0-2
ii  libkf5completion5     5.28.0-1
ii  libkf5configcore5     5.28.0-2
ii  libkf5configgui5      5.28.0-2
ii  libkf5configwidgets5  5.28.0-2
ii  libkf5coreaddons5     5.28.0-2
ii  libkf5i18n5           5.28.0-2
ii  libkf5kiocore5        5.28.0-2
ii  libkf5kiowidgets5     5.28.0-2
ii  libkf5kipi31.0.0      4:16.08.2-1
ii  libkf5windowsystem5   5.28.0-2
ii  libkf5xmlgui5         5.28.0-1
ii  libqt5core5a          5.7.1+dfsg-3+b1
ii  libqt5gui5            5.7.1+dfsg-3+b1
ii  libqt5network5        5.7.1+dfsg-3+b1
ii  libqt5printsupport5   5.7.1+dfsg-3+b1
ii  libqt5widgets5        5.7.1+dfsg-3+b1
ii  libqt5xml5            5.7.1+dfsg-3+b1
ii  libqt5xmlpatterns5    5.7.1~20161021-3
ii  libstdc++6            6.3.0-18

Versions of packages kipi-plugins recommends:
ii  enblend                          4.2-2
ii  enfuse                           4.2-2
pn  hugin                            <none>
ii  imagemagick                      8:6.9.7.4+dfsg-11+deb9u1
ii  imagemagick-6.q16 [imagemagick]  8:6.9.7.4+dfsg-11+deb9u1
ii  konqueror                        4:16.08.3-1
pn  minidlna                         <none>

Versions of packages kipi-plugins suggests:
ii  gimp          2.8.18-1
pn  kmail         <none>
ii  vorbis-tools  1.4.0-10+b1

-- no debconf information
Index: digikam-5.3.0/extra/kipi-plugins/flickr/flickrtalker.cpp
===================================================================
--- digikam-5.3.0.orig/extra/kipi-plugins/flickr/flickrtalker.cpp
+++ digikam-5.3.0/extra/kipi-plugins/flickr/flickrtalker.cpp
@@ -715,7 +715,7 @@ void FlickrTalker::parseResponseMaxSize(
                 {
                     e = details.toElement();
 
-                    if (details.nodeName() == QLatin1String("photos"))
+                    if (details.nodeName() == QLatin1String("videos"))
                     {
                         QDomAttr a = 
e.attributeNode(QLatin1String("maxupload"));
                         m_maxSize = a.value();

--- End Message ---
--- Begin Message ---
Source: digikam
Source-Version: 4:5.6.0-2

We believe that the bug you reported is fixed in the latest version of
digikam, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 874...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <s...@debian.org> (supplier of updated digikam package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 01 Oct 2017 22:40:20 -0500
Source: digikam
Binary: digikam-private-libs digikam showfoto digikam-data digikam-doc 
kipi-plugins kipi-plugins-common
Architecture: source
Version: 4:5.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Changed-By: Steve M. Robbins <s...@debian.org>
Description:
 digikam    - digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-doc - handbook for digiKam
 digikam-private-libs - private libraries for digiKam and kipi plugins
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Closes: 874675
Changes:
 digikam (4:5.6.0-2) unstable; urgency=medium
 .
   * patches/flickruploadlimits.patch.  New.  Raise flickr upload size
     limit to that of videos.  Closes: #874675.
Checksums-Sha1:
 c6ad65f431da20760b72e626a223c3c39438d44f 3179 digikam_5.6.0-2.dsc
 cacdb3f67e7b46e1ab4ab80dd0bc31d0090e2208 67712 digikam_5.6.0-2.debian.tar.xz
 0ac878f3d439995b7d85f11fdfb3b0d04aab3de2 32346 digikam_5.6.0-2_source.buildinfo
Checksums-Sha256:
 4419d4155fd78ae362f6ffec55c191616ea985f676650dcb296d62a3d7daa3d6 3179 
digikam_5.6.0-2.dsc
 5a3aa96b8a8f60defef27321997002e8ba3bf1d1ac11c723db1c45ccf9144baf 67712 
digikam_5.6.0-2.debian.tar.xz
 7171402247b4b9b8cd82651ed38c4802728984cc60c1b93efff7419aebe1f724 32346 
digikam_5.6.0-2_source.buildinfo
Files:
 f2e5d28297be20a9a6e7afec73c85277 3179 graphics optional digikam_5.6.0-2.dsc
 19b4372697b7d6dae78f931ecbc44e0c 67712 graphics optional 
digikam_5.6.0-2.debian.tar.xz
 52289beef2237874244ed1b6cb6d2ae0 32346 graphics optional 
digikam_5.6.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCAAtFiEEy89k8fa3rclNjyokyeVeL63I9LkFAlnRtr8PHHNtckBkZWJp
YW4ub3JnAAoJEMnlXi+tyPS5psQP/Anfmj+x+CRvMy7cNAktGe37zfJ2owBRPgcb
dIazFH58hzzFBwoG9xeFLSU0cfJriNEogemoKHnuAber845fkfEaA/XjliMT2YBi
pJmihoOHvMkegvg7zXK2cyBfMaEHsoTTkFl6H0Ppr8G0IeWnrNtCHsQbgHX4LJ7H
CdQZc32Ih6O0TbtVTRuVZsSEmr2Z1Sc8ixfybUOO5Z6KoIxnaeCtH7TicTO9nTMM
ffCMbIDGprN6PeDrnwnODhC9qIJTwmJ3zId4hNuOZmUpTeJtg2U5VAgmyDA717Nv
Tlo8sa6BD4bmyeyV7lRyt4hJmVS6BlNhKTsGGJd5l+Ovepqe/BETt+cTdOBeDovH
lpymVJg/TaqXUGcfuKl0dIQLzyghQ5bfRk2P3MPICCR+i5U6aSz47FP9B3WYp4LN
JA+Z0XWowgmzVxr5L4/g1uA/pA5an6ocR0Wa+5ja2VRpE90jwkxAZfLVx2Vgm695
msl5ZeezwrtPnjNgY/TW0sR5ZRjjJlwzxt3L0poZZp1pOjss7QEm8euVc4clRGv/
hgfxVFhJK/cAHT8UbnXVVk+o9k28Zmkdy+D8/eAuFcEmMTUqiBOd8UqCZCVJAUwB
jJ+aq1iZWwg3d5IMy18IqWV2AsXirBNfWBqnPus/bn8lNtjWEIx+45ZpIp2nFwnH
dTMooLVG
=CT5g
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to