[Pkg-kde-extras] Bug#753777: Flickr upload also broken in stable

2014-08-30 Thread Arnold Metselaar
Dear maintainer,

The version in stable (4:2.6.0-1) suffers from the same problem. As the fix 
simply means using https instead of http it was simple to back-port the patch 
to stable.
I have attached the back-ported patch, which works fine on my amd64 machine. 
The patch changes some web addresses from http to https and bumps copyright 
dates in comments. I'm not sure the latter really makes sense, but it doesn't 
have any effect on the compiled program anyway.

Regards,
Arnold Metselaar
commit 1d4a95bc3d36060a025b8950aaaca467253532bc
Author: Gilles Caulier caulier.gil...@gmail.com
Date:   Mon Jul 28 07:57:11 2014 +0200

use SSL based url for flickr web service communication
BUGS: 336835
FIXED-IN: 4.2.0

--- a/extra/kipi-plugins/flickrexport/flickrtalker.cpp
+++ b/extra/kipi-plugins/flickrexport/flickrtalker.cpp
@@ -7,7 +7,7 @@
  * Description : a kipi plugin to export images to Flickr web service
  *
  * Copyright (C) 2005-2009 by Vardhman Jain vardhman at gmail dot com
- * Copyright (C) 2009-2012 by Gilles Caulier caulier dot gilles at gmail dot com
+ * Copyright (C) 2009-2014 by Gilles Caulier caulier dot gilles at gmail dot com
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
@@ -104,9 +104,9 @@
 }
 else
 {
-m_apiUrl= QString(http://www.flickr.com/services/rest/;);
-m_authUrl   = QString(http://www.flickr.com/services/auth/;);
-m_uploadUrl = QString(http://api.flickr.com/services/upload/;);
+m_apiUrl= QString(https://www.flickr.com/services/rest/;);
+m_authUrl   = QString(https://www.flickr.com/services/auth/;);
+m_uploadUrl = QString(https://api.flickr.com/services/upload/;);
 
 m_apikey = 49d585bafa0758cb5c58ab67198bf632;
 m_secret = 34b39925e6273ffd;
--- a/extra/kipi-plugins/flickrexport/flickrtalker.h
+++ b/extra/kipi-plugins/flickrexport/flickrtalker.h
@@ -7,7 +7,7 @@
  * Description : a kipi plugin to export images to Flickr web service
  *
  * Copyright (C) 2005-2009 by Vardhman Jain vardhman at gmail dot com
- * Copyright (C) 2009  by Gilles Caulier caulier dot gilles at gmail dot com
+ * Copyright (C) 2009-2014 by Gilles Caulier caulier dot gilles at gmail dot com
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#759610: Small correction (typo/braino)

2014-08-30 Thread Nick Boyce
Aaaargh ... when I wrote :

 bug 754580 filed against package pkg-kde-extras by Colin Watson

that should have been filed against partitionmanager (I had altogether too 
many tabs open at the time).

Also, it's worth noting that 754580 is marked closed/done, with comments that 
both an NMU of a (minimally, to support parted 3.1) tweaked 1.0.3 has been 
prepared (by Colin W), and that upstream 1.1.0 is being packaged (by a new 
maintainer).  It's still unclear (to me) whether or not 1.1.0 addresses 4KiB 
sector partition alignment issues.

Cheers
Nick 

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


[Pkg-kde-extras] Processing of amarok_2.8.0-2.1_amd64.changes

2014-08-30 Thread Debian FTP Masters
amarok_2.8.0-2.1_amd64.changes uploaded successfully to localhost
along with the files:
  amarok_2.8.0-2.1_amd64.deb
  amarok-common_2.8.0-2.1_all.deb
  amarok-doc_2.8.0-2.1_all.deb
  amarok-utils_2.8.0-2.1_amd64.deb
  amarok-dbg_2.8.0-2.1_amd64.deb
  amarok_2.8.0-2.1.dsc
  amarok_2.8.0-2.1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[Pkg-kde-extras] Processed: amarok: diff for NMU version 2.8.0-2.1

2014-08-30 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #758412 [src:amarok] amarok: requires gcrypt to build but it's not listed 
in Build-Depends
Added tag(s) pending.

-- 
758412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[Pkg-kde-extras] Bug#758412: amarok: diff for NMU version 2.8.0-2.1

2014-08-30 Thread Sebastian Ramacher
Control: tags -1 + pending

Dear maintainer,

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

Cheers
-- 
Sebastian Ramacher
diff -Nru amarok-2.8.0/debian/changelog amarok-2.8.0/debian/changelog
--- amarok-2.8.0/debian/changelog	2013-11-04 20:44:32.0 +0100
+++ amarok-2.8.0/debian/changelog	2014-08-30 10:37:43.0 +0200
@@ -1,3 +1,11 @@
+amarok (2.8.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Explicitly list libgcrypt20-dev in Build-Depends (Closes:
+#758412).
+
+ -- Sebastian Ramacher sramac...@debian.org  Sat, 30 Aug 2014 10:37:41 +0200
+
 amarok (2.8.0-2) unstable; urgency=low
 
   * Drop kdemultimedia-dev build dependency. Apparently, it is not needed.
diff -Nru amarok-2.8.0/debian/control amarok-2.8.0/debian/control
--- amarok-2.8.0/debian/control	2013-11-04 20:26:49.0 +0100
+++ amarok-2.8.0/debian/control	2014-08-30 10:24:29.0 +0200
@@ -14,7 +14,8 @@
  libmysqld-pic (= 5.5.23+dfsg), libwrap0-dev,
  libcurl4-gnutls-dev, libxml2-dev, libloudmouth1-dev,
  libgtk2.0-dev, libqca2-dev, liblastfm-dev (= 1.0.3),
- libavformat-dev (= 4:0.5), libofa0-dev, libaio-dev [linux-any]
+ libavformat-dev (= 4:0.5), libofa0-dev, libaio-dev [linux-any],
+ libgcrypt20-dev
 Build-Depends-Indep: mysql-server-core-5.5 | mysql-server-core
 Standards-Version: 3.9.5
 Homepage: http://amarok.kde.org


signature.asc
Description: Digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#759949: kwave: FTBFS: rsvg missing

2014-08-30 Thread Lucas Nussbaum
Source: kwave
Version: 0.8.12-1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
 make[1]: Entering directory '/«PKGBUILDDIR»'
 dh_auto_configure -- 
 -- The C compiler identification is GNU 4.9.1
 -- The CXX compiler identification is GNU 4.9.1
 -- Check for working C compiler: /usr/bin/cc
 -- Check for working C compiler: /usr/bin/cc -- works
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 -- Building Kwave version 0.8.12
 -- Found date: /bin/date
 -- Building with cc version 4.9.1
 -- Building for target x86_64-linux-gnu
 -- Found target optimized memcpy() for X86_64 (from xine)
 -- LINGUAS not set, building for all supported languages
 -- Enabled language support for cs (čeština)
 -- Enabled language support for de (Deutsch)
 -- Enabled language support for en (English)
 -- Enabled language support for es (Español)
 -- Enabled language support for fr (Francais)
 -- Performing Test C_HAVE_PIC
 -- Performing Test C_HAVE_PIC - Success
 -- Performing Test CXX_HAVE_PIC
 -- Performing Test CXX_HAVE_PIC - Success
 -- Performing Test CXX_NO_STRICT_ALIASING
 -- Performing Test CXX_NO_STRICT_ALIASING - Success
 -- Looking for Q_WS_X11
 -- Looking for Q_WS_X11 - found
 -- Looking for Q_WS_WIN
 -- Looking for Q_WS_WIN - not found
 -- Looking for Q_WS_QWS
 -- Looking for Q_WS_QWS - not found
 -- Looking for Q_WS_MAC
 -- Looking for Q_WS_MAC - not found
 -- Found Qt4: /usr/bin/qmake (found suitable version 4.8.6, minimum 
 required is 4.7.0) 
 -- Found Qt4 version 4.8.6
 -- Found Qt4 libraries in /usr/lib/x86_64-linux-gnu
 -- Found Qt4 header files in /usr/include/qt4
 -- Found Qt-Version 4.8.6 (using /usr/bin/qmake)
 -- Looking for include file pthread.h
 -- Looking for include file pthread.h - found
 -- Looking for pthread_create
 -- Looking for pthread_create - not found
 -- Looking for pthread_create in pthreads
 -- Looking for pthread_create in pthreads - not found
 -- Looking for pthread_create in pthread
 -- Looking for pthread_create in pthread - found
 -- Found Threads: TRUE  
 -- Looking for _POSIX_TIMERS
 -- Looking for _POSIX_TIMERS - found
 -- Found Automoc4: /usr/bin/automoc4  
 -- Found Perl: /usr/bin/perl (found version 5.20.0) 
 -- Found Phonon: /usr/include (Required is at least version 4.3.80) 
 -- Performing Test _OFFT_IS_64BIT
 -- Performing Test _OFFT_IS_64BIT - Success
 -- Performing Test HAVE_FPIE_SUPPORT
 -- Performing Test HAVE_FPIE_SUPPORT - Success
 -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
 -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
 -- Performing Test __KDE_HAVE_GCC_VISIBILITY
 -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
 -- Found KDE 4.12 include dir: /usr/include
 -- Found KDE 4.12 library dir: /usr/lib
 -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
 -- Found automoc4: /usr/bin/automoc4
 -- Looking for include file sys/times.h
 -- Looking for include file sys/times.h - found
 -- Looking for include file signal.h
 -- Looking for include file signal.h - found
 -- Looking for include file unistd.h
 -- Looking for include file unistd.h - found
 -- Looking for include file sys/types.h
 -- Looking for include file sys/types.h - found
 -- Looking for include file stdint.h
 -- Looking for include file stdint.h - found
 -- Looking for include file stddef.h
 -- Looking for include file stddef.h - found
 -- Looking for 14 include files errno.h, ..., pthread.h
 -- Looking for 14 include files errno.h, ..., pthread.h - found
 -- Looking for unlink
 -- Looking for unlink - found
 -- Looking for getrlimit
 -- Looking for getrlimit - found
 -- Looking for getpagesize
 -- Looking for getpagesize - found
 -- Looking for sysconf
 -- Looking for sysconf - found
 -- Found PkgConfig: /usr/bin/pkg-config (found version 0.28) 
 -- checking for module 'audiofile=0.3.0'
 --   found audiofile, version 0.3.6
 -- Looking for afOpenVirtualFile in audiofile
 -- Looking for afOpenVirtualFile in audiofile - found
 -- Found libaudiofile
 -- checking for module 'samplerate=0.1.3'
 --   found samplerate, version 0.1.8
 -- Found samplerate library in /usr/lib/x86_64-linux-gnu
 -- Found samplerate headers in /usr/include
 -- Looking for 3 include files sys/ioctl.h, ..., sys/soundcard.h
 -- Looking for 3 include files sys/ioctl.h, ..., sys/soundcard.h - found
 -- Enabled OSS for playback and recording
 -- Looking for snd_seq_create_simple_port in asound
 -- Looking for snd_seq_create_simple_port in asound - found
 -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so
 -- Found ALSA version 1.0.28
 -- checking for module 'libpulse=0.9.16