Kopete & libmsn

2016-06-19 Thread Pau Garcia i Quiles
Hello,

The libmsn library used to provide access to the MSN Network, which was
shut down in October 2014.

To this day, Kopete still depends on libmsn, which is providing absolutely
no service whatsoever.

I would like to request the removal of the dependency, so that I can also
remove libmsn from the archive.

Thank you.

-- 
Pau Garcia i Quiles
http://www.elpauer.org


Bug#759254:

2014-08-29 Thread Pau Garcia i Quiles
Maxy,

You are wrong in regards to the need for the OpenSSL linking exception.
Please check the information I added in #750867.


Bug#750867:

2014-08-29 Thread Pau Garcia i Quiles
Here you can see kio-sftp is under LGPL

http://quickgit.kde.org/?p=kde-runtime.git&a=blob&f=kioslave%2Fsftp%2Fkio_sftp.cpp


Bug#750867:

2014-08-28 Thread Pau Garcia i Quiles
I think the resolution of this bug is wrong

kdelibs is under LGPL
libssh is under LGPL

Linking LGPL v2.1 to OpenSSL does not require an exception according to
Debian Legal:

https://lists.debian.org/debian-legal/2008/06/msg7.html

More information at the KDE Bug Tracker:

https://bugs.kde.org/show_bug.cgi?id=337397

Please revert


Bug#617793: marked as done (ksnapshot overwrites my files)

2012-11-15 Thread Pau Garcia i Quiles
On Thu, Nov 15, 2012 at 10:03 PM, Debian Bug Tracking System
 wrote:

> Each time when I make a screenshot using ksnapshot, it will overwrite the last
> screenshot that I saved with ksnapshot without notice. I don't understand why
> ksnapshot is behaving like this, I would expect it not to save a file before I
> tell it to do so.

FYI:

This is a long-standing bug in upstream which has not been solved for
the general case.

I, as the de-factor maintainer of KSnapshot, provided a patch about 2
years ago. One of the former maintainers did not like the patch and
threatened to revert my patch in case I committed. He did not provide
a proper patch because he didn't even accept this as a bug (!).
Therefore, this issue remains open and I am not going to fix it, that
kind of attitude made me lose interest in KSnapshot.

There is a very good KDE screenshotting application called Kaption, my
advise is to give up on KSnapshot (the codebase is unmaintainable,
it's just too messed up to fix some of the issues) and move to
something else.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKcBoktU0L6k3d85UYpGc17qo3Mx57UQ2W2N=0mv-osjd4h...@mail.gmail.com



Fwd: [Development] Co-installation & library naming rules

2012-09-24 Thread Pau Garcia i Quiles
now would be wrong, just as selecting version 4 in a few years' time.

== Proposal ==

The library naming rules must be modified. They should be:

1) when making a new release that retains source and binary compatibility,
retain the library soname;

2) when making a new release that retains source compatibility but not binary,
change the soname but retain the base library name;

3) when making a new release that does not retain source or binary
compatibility, change the base library name.

In addition, all files must carry names derived from or linked to the library's
base name or soname. That is:

 a) files needed at runtime must be linked to the soname
 b) files needed at compile-time only must be linked to the base name.

In the specific case of the qtbase libraries, we do not intend to ever make a
source-compatible binary-breaking release, so the two version numbers are the
same. We could even drop the duplication (i.e., have soname libQtCore5.so or
libQt5Core.so) or we could reset the soname version to 1.

It could happen for other libraries. For example, a hypothetical Qt Quick 3
could also use V8 but require binary incompatible changes. For that reason, we
may want libQtV85.so.1 and libQtV85.so.2.

Or, for that reason, Qt Quick 2 could decide to make such a release:

libQtQuick2.so  libQtQuick2.so.1&   libQtQuick2.so.2


Naming alternatives:


I: base name QtCore5, soversion 5
 link option:   -lQtCore5   searches for libQtCore5.so &
libQtCore5.a
 soname:libQtCore5.so.5
 actual lib:libQtCore5.so.5.0.0
 pkg-config:QtCore5.pc
 update cmake files

II: base name Qt5Core, soversion 5
 link option:   -lQt5Core
 soname:libQt5Core.so.5
 actual lib:libQt5Core.so.5.0.0
 pkg-config:Qt5Core.pc
 keep cmake files

III: base name QtCore5, drop soversion
 link option:   -lQtCore5
 soname libQtCore5.so
 actual lib:libQtCore5.0.0.so
 pkg-config:QtCore5.pc
 update cmake files
 sub-alternatives:
bis) base name QtCore-5 (like glib)
ter) base name QtCore.5 (like Mac OS X)

IV: base name QtCore5, reset soversion to 1
 link option:   -lQtCore5
 soname:libQtCore5.so.1
 actual lib:libQtCore5.so.1.0.0
 update cmake files

V: base name Qt5Core, reset soversion to 1
 link option:   -lQt5Core
 soname:libQt5Core.so.1
 actual lib:libQt5Core.so.1.0.0
 keep cmake files
--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
 Intel Sweden AB - Registration Number: 556189-6027
 Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

_______________
Development mailing list
developm...@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development



-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


signature.asc
Description: PGP signature


Fwd: Boost Qi parse.hpp

2012-06-10 Thread Pau Garcia i Quiles
Hi,

Digikam and one of my packages (witty) are suffering from an ICE. Has
anyone did research on what cause lies?


-- Forwarded message --
From: Pau Garcia i Quiles 
Date: Sun, Jun 10, 2012 at 9:28 PM
Subject: Boost Qi parse.hpp
To: 676...@bugs.debian.org
Cc: pkg-boost-de...@lists.alioth.debian.org, SmartList



Hi,

Is #676740 a bug in Wt or a bug in Boost 1.49.0 / gcc 4.7.0 / the
combination of both? Digikam and node-mapnik are also suffering from a
very similar (same?) problem:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676728

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676736

:-?

--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKcBokv1oD9OGweZ3e2A=bcch8zcblfpvnipp2bg7t7xxq8...@mail.gmail.com



Bug#648172: [kopete] Opening MSN inbox results in "The email address or password is incorrect. Please try again."

2011-11-09 Thread Pau Garcia i Quiles
Hi,

Looks like this:

http://blog.gmane.org/gmane.network.instant-messaging.libmsn.general/month=2001

Upstream is working on it. A new version of libmsn will be available
when upstream fixes the bug.


On Mon, Nov 7, 2011 at 11:49 AM, Wouter M. Koolen
 wrote:
> Package: kopete
> Version: 4:4.6.5-3
> Severity: normal
>
> --- Please enter the report below this line. ---
>
> Hi guys,
>
> When I use kopete to open my Hotmail Inbox, iceweasel opens as usual. But it
> opens the following page
> https://login.live.com/ppsecure/md5auth.srf?f=9&MSPPError=-2147197902
> which says "The email address or password is incorrect. Please try again."
>
> When I login in the browser with the same credentials I do proceed to my
> Inbox.
>
> This feature has worked for me for years. Did Microsoft change the login
> procedure again?
>
> Cheers,
>
> Wouter
>
>
> --- System information. ---
> Architecture: amd64
> Kernel: Linux 3.1.0.git2+
>
> Debian Release: wheezy/sid
> 990 testing the.earth.li
> 990 testing security.debian.org
> 500 unstable the.earth.li
> 500 stable-updates the.earth.li
> 500 stable the.earth.li
> 500 stable security.debian.org
> 1 experimental the.earth.li
>
> --- Package information. ---
> Depends (Version) | Installed
> =-+-===
> kdebase-runtime | 4:4.6.5-1+b1
> kdepim-runtime | 4:4.4.11.1-2
> libc6 (>= 2.4) | 2.13-21
> libexpat1 (>= 1.95.8) | 2.0.1-7
> libgadu3 (>= 1:1.8.0+r592) | 1:1.11.0+r1184-2
> libgif4 (>= 4.1.4) | 4.1.6-9
> libglib2.0-0 (>= 2.12.0) | 2.28.6-1
> libidn11 (>= 1.13) | 1.22-3
> libjasper1 | 1.900.1-10
> libkabc4 (>= 4:4.6) | 4:4.6.5-1
> libkcmutils4 (>= 4:4.6) | 4:4.6.5-2+b1
> libkde3support4 (>= 4:4.6) | 4:4.6.5-2+b1
> libkdecore5 (>= 4:4.6) | 4:4.6.5-2+b1
> libkdeui5 (>= 4:4.6) | 4:4.6.5-2+b1
> libkdnssd4 (>= 4:4.6) | 4:4.6.5-2+b1
> libkemoticons4 (>= 4:4.6) | 4:4.6.5-2+b1
> libkhtml5 (>= 4:4.6) | 4:4.6.5-2+b1
> libkio5 (>= 4:4.6) | 4:4.6.5-2+b1
> libkmime4 (>= 4:4.6) | 4:4.6.5-1
> libknewstuff2-4 (>= 4:4.6) | 4:4.6.5-2+b1
> libknotifyconfig4 (>= 4:4.6) | 4:4.6.5-2+b1
> libkopete4 (>= 4:4.6.1) | 4:4.6.5-3
> libkparts4 (>= 4:4.6) | 4:4.6.5-2+b1
> libkpimidentities4 (>= 4:4.6) | 4:4.6.5-1
> libmeanwhile1 (>= 1.0.2) | 1.0.2-4
> libmediastreamer0 (>= 3.3.2) | 3.3.2-4.1+b1
> libmsn0.3 (>= 4.1~) | 4.1-3
> libortp8 (>= 3.3.2) | 3.3.2-4.1+b1
> libotr2 (>= 3.2.0) | 3.2.0-2.1
> libphonon4 (>= 4:4.2.0) | 4:4.6.0really4.5.0-5
> libqca2 (>= 2.0.2) | 2.0.3-2
> libqimageblitz4 (>= 1:0.0.4) | 1:0.0.6-4
> libqt4-dbus (>= 4:4.5.3) | 4:4.7.3-5
> libqt4-network (>= 4:4.5.3) | 4:4.7.3-5
> libqt4-qt3support (>= 4:4.5.3) | 4:4.7.3-5
> libqt4-sql (>= 4:4.5.3) | 4:4.7.3-5
> libqt4-xml (>= 4:4.5.3) | 4:4.7.3-5
> libqtcore4 (>= 4:4.7.0~beta2) | 4:4.7.3-5
> libqtgui4 (>= 4:4.5.3) | 4:4.7.3-5
> libsolid4 (>= 4:4.6) | 4:4.6.5-2+b1
> libssl1.0.0 (>= 1.0.0) | 1.0.0e-2
> libstdc++6 (>= 4.6) | 4.6.1-15
> libv4l-0 (>= 0.5.0) | 0.8.5-4
> libx11-6 | 2:1.4.4-2
> libxml2 (>= 2.7.4) | 2.7.8.dfsg-5
> libxslt1.1 (>= 1.1.25) | 1.1.26-8
> phonon | 4:4.6.0really4.5.0-5
> zlib1g (>= 1:1.1.4) | 1:1.2.3.4.dfsg-3
>
>
> Recommends (Version) | Installed
> ==-+-===
> libqca2-plugin-ossl | 2.0.0~beta3-1
> libqt4-sql-sqlite | 4:4.7.3-5
>
>
> Suggests (Version) | Installed
> ===-+-===
> kdeartwork-emoticons |
> khelpcenter4 | 4:4.6.5-1+b1
> texlive-latex-base | 2009-14
>
>
>
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/4eb7b7b0.1040...@cwi.nl
>
>



-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cakcbokv_50j5akv76_lic368fo_4v8pwrug0pv5bqg4syq8...@mail.gmail.com



Bug#617793:

2011-03-11 Thread Pau Garcia i Quiles
Hi,

Upstream here. This might be related to upstream bug #258431

https://bugs.kde.org/show_bug.cgi?id=258431

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTi=5NW5y=vnbzt7jbhyp-rz_g4gbbtxdmgb4a...@mail.gmail.com