[Pkg-kde-extras] Subject from Daniel...

2017-09-14 Thread Daniel Rabe
[image: Inline image 1]
___
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] Advertencia de la cuenta

2017-09-05 Thread Daniel S . Cuadros Niño
Alguien intentó acceder a tu cuenta de zimbra desde IP desconocido: 
190.128.255.214:3389. Haga clic en SEGURAR MI CUENTA abajo para verificar y 
proteger su cuenta de ser hack. Asegúrese de que toda la información 
proporcionada es válida, ya que la falsificación puede conducir a la 
inhabilitación de su cuenta por razones de seguridad. Los campos marcados son 
obligatorios.ASEGURE MI CUENTASeguridad de la cuenta
  Zimbra Correo.___
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#828927: strigi: FTBFS with gcc-6 and glibc 2.23

2016-06-28 Thread Daniel Schepler
Source: strigi
Version: 0.7.8-2.1
Severity: important

>From my pbuilder build log, using a chroot preferring gcc-defaults and
glibc from experimental:

...
/build/strigi-0.7.8/libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.cpp:
In static member function 'static void
CLuceneIndexReader::Private::addField(lucene::document::Field*,
Strigi::IndexedDocument&)':
/build/strigi-0.7.8/libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.cpp:325:37:
error: no matching function for call to
'make_pair(std::__cxx11::string, std::__cxx11::string&)'
 wchartoutf8(name), value));
 ^
In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
 from /usr/include/c++/6/bits/stl_tree.h:63,
 from /usr/include/c++/6/map:60,
 from
/build/strigi-0.7.8/libstreamanalyzer/include/strigi/indexeddocument.h:23,
 from
/build/strigi-0.7.8/libstreamanalyzer/include/strigi/indexreader.h:24,
 from
/build/strigi-0.7.8/libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.h:24,
 from
/build/strigi-0.7.8/libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.cpp:21:
/usr/include/c++/6/bits/stl_pair.h:425:5: note: candidate:
template constexpr std::pair::__type, typename
std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
 make_pair(_T1&& __x, _T2&& __y)
 ^
/usr/include/c++/6/bits/stl_pair.h:425:5: note:   template argument
deduction/substitution failed:
/build/strigi-0.7.8/libstreamanalyzer/plugins/indexers/clucenengindexer/cluceneindexreader.cpp:325:37:
note:   cannot convert 'value' (type 'std::__cxx11::string {aka
std::__cxx11::basic_string}') to type
'std::__cxx11::basic_string&&'
 wchartoutf8(name), value));
 ^
...
make[3]: Leaving directory '/build/strigi-0.7.8/obj-x86_64-linux-gnu'
[ 85%] Built target perfieldxml
make[2]: Leaving directory '/build/strigi-0.7.8/obj-x86_64-linux-gnu'
Makefile:141: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/build/strigi-0.7.8/obj-x86_64-linux-gnu'
dh_auto_build: make -j8 returned exit code 2
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

___
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#801817: link errors with the libtelepathy-qt-service.a static library

2015-10-14 Thread Daniel Pocock
Package: libtelepathy-qt4-dev
Version: 0.9.6.1-2


I tried to link against the libtelepathy-qt4-service.a static library
and various errors appear:

usr/bin/ld.bfd.real:
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libtelepathy-qt4-service.a(base-connection-manager.cpp.o):
relocation R_X86_64_32 against
`_ZN2Tp21BaseConnectionManager16staticMetaObjectE' can not be used when
making a shared object; recompile with -fPIC



I tried recompiling the whole library with -fPIC and it didn't resolve
the issue.

I made a shared library and I've been able to link against that.  My
changes to make it a shared library are on a branch here:

https://github.com/dpocock/telepathy-qt-debian/tree/jessie-build-all-shared

g++ -DHAVE_CONFIG_H -I. -I../..  -fPIC -D_FORTIFY_SOURCE=2 
-I/usr/include/telepathy-qt4 -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus 
-I/usr/include/postgresql -I/usr/include/sipxtapi -D__pingtel_on_posix__ 
-D_linux_ -D_REENTRANT -D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT 
-DRESIP_TOOLCHAIN_GNU  -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIC -c -o 
telepathy-resiprocate.o telepathy-resiprocate.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -fPIC -D_FORTIFY_SOURCE=2 
-I/usr/include/telepathy-qt4 -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus 
-I/usr/include/postgresql -I/usr/include/sipxtapi -D__pingtel_on_posix__ 
-D_linux_ -D_REENTRANT -D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT 
-DRESIP_TOOLCHAIN_GNU  -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIC -c -o 
connection.o connection.cxx
g++ -DHAVE_CONFIG_H -I. -I../..  -fPIC -D_FORTIFY_SOURCE=2 
-I/usr/include/telepathy-qt4 -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus 
-I/usr/include/postgresql -I/usr/include/sipxtapi -D__pingtel_on_posix__ 
-D_linux_ -D_REENTRANT -D_FILE_OFFS -DDEFAULT_BRIDGE_MAX_IN_OUTPUTS=20 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-DRESIP_OSTYPE_LINUX -DRESIP_ARCH_X86_64 -DRESIP_LARCH_ -D_REENTRANT 
-DRESIP_TOOLCHAIN_GNU  -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIC -c -o 
protocol.o protocol.cxx
/bin/bash ../../libtool  --tag=CXX   --mode=link g++  -g -O2 -fPIE 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-fpermissive -Wall -Wno-deprecated  -fPIE -pie -Wl,-z,relro -Wl,-z,now -lcares 
-o telepathy-resiprocate telepathy-resiprocate.o connection.o protocol.o 
../../resip/dum/libdum.la ../../resip/stack/libresip.la ../../rutil/librutil.la 
-ltelepathy-qt4 -ltelepathy-qt4-service -lQtDBus -lQtNetwork -lQtCore -lssl 
-lcrypto -lpthread 
libtool: link: g++ -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -fpermissive -Wall -Wno-deprecated -fPIE -pie 
-Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/telepathy-resiprocate 
telepathy-resiprocate.o connection.o protocol.o  -lcares 
../../resip/dum/.libs/libdum.so ../../resip/stack/.libs/libresip.so 
../../rutil/.libs/librutil.so -ltelepathy-qt4 -ltelepathy-qt4-service -lQtDBus 
-lQtNetwork -lQtCore -lssl -lcrypto -lpthread
/usr/bin/ld.bfd.real: 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libtelepathy-qt4-service.a(base-connection-manager.cpp.o):
 relocation R_X86_64_32 against 
`_ZN2Tp21BaseConnectionManager16staticMetaObjectE' can not be used when making 
a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libtelepathy-qt4-service.a:
 error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:481: recipe for target 'telepathy-resiprocate' failed


___
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#764065: digikam: Please enable the debug package again

2014-10-05 Thread Daniel Schaal
Package: digikam
Version: 4:4.3.0-2
Severity: wishlist

As digikam crashes quite often it would be helpful to have digikam-dbg
to help with debugging.

Thanks,
Daniel

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (103, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages digikam depends on:
ii  digikam-data  4:4.3.0-2
ii  digikam-private-libs  4:4.3.0-2
ii  kde-runtime   4:4.14.1-1
ii  libc6 2.19-11
ii  libgcc1   1:4.9.1-16
ii  libgphoto2-6  2.5.4-1.1+b1
ii  libgphoto2-port10 2.5.4-1.1+b1
ii  libkdcraw23   4:4.14.0-1
ii  libkdecore5   4:4.14.1-1
ii  libkdeui5 4:4.14.1-1
ii  libkexiv2-11  4:4.14.0-1+b1
ii  libkhtml5 4:4.14.1-1
ii  libkio5   4:4.14.1-1
ii  libkipi11 4:4.13.3-1
ii  libknotifyconfig4 4:4.14.1-1
ii  libkparts44:4.14.1-1
ii  libopencv-core2.4 2.4.9.1+dfsg-1
ii  libopencv-imgproc2.4  2.4.9.1+dfsg-1
ii  libphonon44:4.8.0-3
ii  libqt4-dbus   4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqt4-sql4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqt4-sql-sqlite 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqt4-xml4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libsolid4 4:4.14.1-1
ii  libstdc++64.9.1-16
ii  libthreadweaver4  4:4.14.1-1
ii  perl  5.20.1-1
ii  phonon4:4.8.0-3

Versions of packages digikam recommends:
pn  ffmpegthumbs | mplayerthumbsnone
ii  google-chrome-stable [www-browser]  37.0.2062.120-1
ii  kipi-plugins4:4.3.0-2
ii  w3m [www-browser]   0.5.3-17

Versions of packages digikam suggests:
pn  digikam-doc none
ii  systemsettings  4:4.11.12-2

-- no debconf information

___
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] Your Compensation is ready.

2014-06-14 Thread James W. Daniel
Attention:


Your Compensation is ready.


(ATM CARD)has finalize all the necessary arrangement
and your fund $4.7usd is inside ATM CARD this moment your
ATM CARD is in FACTRACO EXPRESS
OFFICE waiting for your Address were to deliver it.




Reconfirm your full information 


Your name_ _
Your country_
Your address_ _
Direct phone number
CONTACT INFO


FACTRACO EXPRESS OFFICE
PST. TIMOTHY GOLOA
Email:(timothy.go...@yandex.com)


Contact PST. TIMOTHY GOLOA immediately after receiving this email and 
your ATM CARD secret Pin is 8745.


Regards
Mr. James W. Daniel

___
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#741401: gtk2-engines-oxygen: Crashing some application such as Eclipse

2014-03-11 Thread Daniel
Package: gtk2-engines-oxygen
Version: 1.4.0-1
Severity: important

Some GTK application such as Eclipse crashes when using oxygen-gtk2 theme, this
problem is known, an it were reported in other distributions as in:

https://bugs.kde.org/show_bug.cgi?id=324438
https://bugs.kde.org/show_bug.cgi?id=324438#c33
https://bugzilla.redhat.com/show_bug.cgi?id=1053565



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtk2-engines-oxygen depends on:
ii  libc62.18-4
ii  libcairo21.12.16-2
ii  libgcc1  1:4.8.2-16
ii  libgdk-pixbuf2.0-0   2.30.5-1
ii  libglib2.0-0 2.38.2-5
ii  libgtk2.0-0  2.24.22-1
ii  libpango-1.0-0   1.36.2-2
ii  libpangocairo-1.0-0  1.36.2-2
ii  libstdc++6   4.8.2-16
ii  libx11-6 2:1.6.2-1
ii  multiarch-support2.18-4

gtk2-engines-oxygen recommends no packages.

Versions of packages gtk2-engines-oxygen suggests:
ii  kde-config-gtk-style  3:2.2.1-1

-- no debconf information

___
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#737368: ctemplate: [PATCH] Enable build on newer arches

2014-02-01 Thread Daniel T Chen
Package: ctemplate
Version: 2.2-4
Severity: wishlist
Tags: patch
User: debian-de...@lists.debian.org
Usertags: origin-ubuntu trusty ubuntu-patch autoreconf

Dear Maintainer,

In Ubuntu 14.04, the attached patch was applied to achieve the following:

  * Use dh-autoreconf for newer arches, resolving FTBFS.


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ctemplate-2.2/debian/changelog ctemplate-2.2/debian/changelog
diff -Nru ctemplate-2.2/debian/control ctemplate-2.2/debian/control
--- ctemplate-2.2/debian/control	2013-11-08 22:28:09.0 -0500
+++ ctemplate-2.2/debian/control	2014-02-01 20:29:30.0 -0500
@@ -1,9 +1,10 @@
 Source: ctemplate
 Section: libdevel
 Priority: optional
-Maintainer: Debian KDE Extras Team pkg-kde-extras@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian KDE Extras Team pkg-kde-extras@lists.alioth.debian.org
 Uploaders: Mark Purcell m...@debian.org, Florian Reinhard florian.reinh...@googlemail.com
-Build-Depends: debhelper (= 7.0.50~), autotools-dev
+Build-Depends: debhelper (= 7.0.50~), dh-autoreconf
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/ctemplate/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/ctemplate/trunk
diff -Nru ctemplate-2.2/debian/rules ctemplate-2.2/debian/rules
--- ctemplate-2.2/debian/rules	2013-11-08 22:28:09.0 -0500
+++ ctemplate-2.2/debian/rules	2014-02-01 20:29:38.0 -0500
@@ -3,7 +3,7 @@
 export PTHREAD_CFLAGS=-lpthread
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --program-prefix=ctemplate-
___
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] Hola! ¿Cómo estás amigo?

2014-01-06 Thread Daniel Collantes
 Aprendí de Internet que usted necesita un préstamo, yo sé de un prestamista 
auténtico que le dará un préstamo. Se otorgará el préstamo sin tener que perder 
su dinero en el proceso. Yo y algunos de mis amigos que ya obtuvo un préstamo 
de esta entidad crediticia, por lo que es 100% confiable. Ponte en contacto 
conmigo para obtener instrucciones. Daniel Collantes. 
daniel.collan...@outlook.es

___
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#733017: kamoso: falha de segmentação ao executar o programa.A WEB cam não exibe imagem

2013-12-23 Thread Daniel Oliveira
Package: kamoso
Version: 2.0.2-1+b1
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***



-- System Information:
Debian Release: 7.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kamoso depends on:
ii  gstreamer0.10-plugins-good  0.10.31-3+nmu1
ii  gstreamer0.10-x 0.10.36-1.1
ii  kde-runtime 4:4.8.4-2
ii  libc6   2.13-38
ii  libgcc1 1:4.7.2-5
ii  libgstreamer0.10-0  0.10.36-1.2
ii  libkcmutils44:4.8.4-4
ii  libkdecore5 4:4.8.4-4
ii  libkdeui5   4:4.8.4-4
ii  libkemoticons4  4:4.8.4-4
ii  libkfile4   4:4.8.4-4
ii  libkidletime4   4:4.8.4-4
ii  libkio5 4:4.8.4-4
ii  libkipi84:4.8.4-1
ii  libkprintutils4 4:4.8.4-4
ii  libkutils4  4:4.8.4-4
ii  libnepomuk4 4:4.8.4-4
ii  libphonon4  4:4.6.0.0-3
ii  libqt4-dbus 4:4.8.2+dfsg-11
ii  libqt4-network  4:4.8.2+dfsg-11
ii  libqt4-svg  4:4.8.2+dfsg-11
ii  libqt4-xml  4:4.8.2+dfsg-11
ii  libqtcore4  4:4.8.2+dfsg-11
ii  libqtglib-2.0-0 0.10.2-2
ii  libqtgstreamer-0.10-0   0.10.2-2
ii  libqtgstreamerui-0.10-0 0.10.2-2
ii  libqtgui4   4:4.8.2+dfsg-11
ii  libsolid4   4:4.8.4-4
ii  libsoprano4 2.7.6+dfsg.1-2wheezy1
ii  libstdc++6  4.7.2-5
ii  phonon  4:4.6.0.0-3

Versions of packages kamoso recommends:
ii  kipi-plugins  4:2.6.0-1+b2

kamoso suggests no packages.

-- no debconf information

___
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] ¿Cómo estás amigo?

2013-12-18 Thread Daniel Collantes
Aprendí de Internet que usted necesita un préstamo, yo sé de un prestamista 
auténtico que le dará un préstamo. Se otorgará el préstamo sin tener que perder 
su dinero en el proceso. Yo y algunos de mis amigos que ya obtuvo un préstamo 
de esta entidad crediticia, por lo que es 100% confiable. Ponte en contacto 
conmigo para obtener instrucciones. Daniel Collantes. 
daniel.collan...@outlook.es

___
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#728675: telepathy-qt: FTBFS: QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro

2013-11-03 Thread Daniel Schepler
Source: telepathy-qt
Version: 0.9.3-1
Severity: serious

From my pbuilder build log:

...
-- checking for module 'gstreamer-0.10'
--   found gstreamer-0.10, version 0.10.36
-- Found GStreamer: /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so  
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
  QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
  named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
  cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
  cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
  TelepathyQt/Farstream/CMakeLists.txt:29 (tpqt_generate_mocs)


...
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
  QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
  named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
  cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
  tests/lib/glib-helpers/CMakeLists.txt:12 (tpqt_generate_moc_i)



-
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-
   * Qt Glib Support - QtCore library using Glib's main event loop
   * dbus-python - GLib-based Python DBus support
   * Telepathy-glib - Glib bindings for Telepathy
   * Farstream - A Framework for dealing with audio/video conferencing protocols
   * Telepathy-Farstream - A Framework for dealing with audio/video 
conferencing protocols
   * GStreamer - An open source multimedia framework

-
-- Congratulations! All external packages have been found.
-

-- Configuring incomplete, errors occurred!
See also 
/tmp/buildd/telepathy-qt-0.9.3/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log.
See also 
/tmp/buildd/telepathy-qt-0.9.3/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo 
-DDISABLE_WERROR=ON -DHAVE_DOT=YES -DLIB_SUFFIX=/x86_64-linux-gnu returned exit 
code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/tmp/buildd/telepathy-qt-0.9.3'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

___
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#719425: amarok: FTBFS: Could not find required package gmock (1.4 or higher)

2013-08-11 Thread Daniel Schepler
]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/tmp/buildd/amarok-2.7.1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

___
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#662844: pause/resume cause maximum volume

2012-05-13 Thread Daniel
It's not amarok. It's phonon-backend-vlc. I have installed phono-backend-
gstreamer and choose it in configuration as first. After this everything is ok 
now. I've decided to remove phonon-backend-vlc and use gstreamer.


Daniel



___
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#662844: Same problem here

2012-04-02 Thread Daniel 'DaB.' Baur
Hello,

I have the same problem here; amarok version: 2.5.0-1 of testing. Can this 
please fixed, my ears would VERY appreciate it :-).

Sincerely,
DaB.



signature.asc
Description: This is a digitally signed message part.
___
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#653590: digikam: Please build with --as-needed to avoid unneccessary dependencies

2011-12-29 Thread Daniel Schaal
Package: digikam
Version: 4:2.4.1-1
Severity: wishlist
Tags: patch

Building with -Wl,--as-needed added to the linker flags would
avoid some unnecessary dependencies.

The attached patch adds -Wl,--as-needed to LDFLAGS before
calling dh_auto_configure.

Thanks,
Daniel Schaal

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (103, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-rc7-dbg-00017-g371de6e (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages digikam depends on:
ii  digikam-data 4:2.4.1-1
ii  kde-runtime  4:4.7.4-1
ii  kdepim-runtime   4:4.7.4-0r1
ii  libc62.13-24
ii  libgcc1  1:4.6.2-9
ii  libglib2.0-0 2.30.2-4
ii  libgomp1 4.6.2-9
ii  libgphoto2-2 2.4.11-3.1
ii  libgphoto2-port0 2.4.11-3.1
ii  libice6  2:1.0.7-2
ii  libjasper1   1.900.1-12
ii  libjpeg8 8c-2
ii  libkabc4 4:4.7.4-1
ii  libkcmutils4 4:4.7.4-1
ii  libkdcraw20  4:4.7.4-1
ii  libkde3support4  4:4.7.4-1
ii  libkdecore5  4:4.7.4-1
ii  libkdeui54:4.7.4-1
ii  libkdewebkit54:4.7.4-1
ii  libkemoticons4   4:4.7.4-1
ii  libkexiv2-10 4:4.7.4-1
ii  libkfile44:4.7.4-1
ii  libkhtml54:4.7.4-1
ii  libkidletime44:4.7.4-1
ii  libkio5  4:4.7.4-1
ii  libkipi8 4:4.7.4-1
ii  libkjsapi4   4:4.7.4-1
ii  libknotifyconfig44:4.7.4-1
ii  libkparts4   4:4.7.4-1
ii  libkprintutils4  4:4.7.4-1
ii  libkresources4   4:4.7.4-1
ii  libkutils4   4:4.7.4-1
ii  liblcms1 1.19.dfsg-1+b1
ii  liblensfun0  0.2.4-1
ii  liblqr-1-0   0.4.1-1.1
ii  libmarblewidget124:4.7.4-1
ii  libnepomuk4  4:4.7.4-1
ii  libnepomukutils4 4:4.7.4-1
ii  libopencv-calib3d2.3 2.3.1-4
ii  libopencv-contrib2.3 2.3.1-4
ii  libopencv-core2.32.3.1-4
ii  libopencv-features2d2.3  2.3.1-4
ii  libopencv-flann2.3   2.3.1-4
ii  libopencv-gpu2.3 2.3.1-4
ii  libopencv-highgui2.3 2.3.1-4
ii  libopencv-imgproc2.3 2.3.1-4
ii  libopencv-legacy2.3  2.3.1-4
ii  libopencv-ml2.3  2.3.1-4
ii  libopencv-objdetect2.3   2.3.1-4
ii  libopencv-video2.3   2.3.1-4
ii  libphonon4   4:4.6.0really4.5.1-1
ii  libpng12-0   1.2.46-3
ii  libqjson00.7.1-6
ii  libqt4-dbus  4:4.7.4-1
ii  libqt4-network   4:4.7.4-1
ii  libqt4-qt3support4:4.7.4-1
ii  libqt4-sql   4:4.7.4-1
ii  libqt4-sql-sqlite4:4.7.4-1
ii  libqt4-svg   4:4.7.4-1
ii  libqt4-xml   4:4.7.4-1
ii  libqtcore4   4:4.7.4-1
ii  libqtgui44:4.7.4-1
ii  libqtwebkit4 2.2.0-2
ii  libsm6   2:1.2.0-2
ii  libsolid44:4.7.4-1
ii  libsoprano4  2.7.3+dfsg.1-1
ii  libstdc++6   4.6.2-9
ii  libtiff4 3.9.5-2
ii  libusb-0.1-4 2:0.1.12-19
ii  libx11-6 2:1.4.4-4
ii  libxau6  1:1.0.6-4
ii  libxdmcp61:1.1.0-4
ii  libxext6 2:1.3.0-3
ii  libxft2  2.2.0-3
ii  libxpm4  1:3.5.9-4
ii  phonon   4:4.6.0really4.5.1-1
ii  zlib1g   1:1.2.3.4.dfsg-3

Versions of packages digikam recommends:
ii  chromium [www-browser]   15.0.874.121~r109964-1
ii  iceweasel [www-browser]  9.0.1-1
ii  kipi-plugins 4:2.4.1-1
ii  mplayerthumbsnone
ii  rekonq [www-browser] 0.8.1-1

Versions of packages digikam suggests:
pn  digikam-doc  none

-- no debconf information
From 42929abe1906fba6044eb7e05550541038f34116 Mon Sep 17 00:00:00 2001
From: Daniel Schaal farb...@web.de
Date: Sat, 10 Dec 2011 23:14:32 +0100
Subject: [PATCH] Add -Wl,--as-needed to linker flags

---
 debian/rules |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 01f10d9..54f6d6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --with kde --parallel 
 
+override_dh_auto_configure:
+	LDFLAGS=$(LDFLAGS) -Wl,--as-needed dh_auto_configure --buildsystem=kde
+
 override_dh_installchangelogs:
 	dh_installchangelogs core/ChangeLog 
 
-- 
1.7.7.3

___
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] I have a business to discuss with you

2011-08-28 Thread Daniel Huish

 Get back to me for more details


Regards,
Capt. Daniel Huish
___
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#638232: kwin-style-qtcurve: M and S buttons are not configurable

2011-08-17 Thread Daniel Bolton
Package: kwin-style-qtcurve
Version: 1.8.7-1
Severity: normal

The QtCurve window decoration includes two buttons, M (toggle menubar)
and S (not sure what it does because I havent seen it on any windows),
which are not configurable. Even when using custom button positions and
removing everything, these buttons remain.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-dbb-deb (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kwin-style-qtcurve depends on:
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.1-4  GCC support library
ii  libkdecorations4  4:4.6.5-2  library used by decorations for th
ii  libkdecore5   4:4.6.5-2  KDE Platform Core Library
ii  libkdeui5 4:4.6.5-2  KDE Platform User Interface Librar
ii  libqt4-dbus   4:4.7.3-5  Qt 4 D-Bus module
ii  libqt4-svg4:4.7.3-5  Qt 4 SVG module
ii  libqtcore44:4.7.3-5  Qt 4 core module
ii  libqtgui4 4:4.7.3-5  Qt 4 GUI module
ii  libstdc++64.6.1-4GNU Standard C++ Library v3
ii  libx11-6  2:1.4.4-1  X11 client-side library
ii  libxau6   1:1.0.6-3  X11 authorisation library
ii  libxdmcp6 1:1.1.0-3  X11 Display Manager Control Protoc

Versions of packages kwin-style-qtcurve recommends:
ii  kde-style-qtcurve 1.8.7-1Unified widget styles for KDE and 

Versions of packages kwin-style-qtcurve suggests:
ii  gtk2-engines-qtcurve  1.8.8-1This is a set of widget styles for

-- no debconf information



___
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#636042: libbluedevil1: install library in multiarch path

2011-07-30 Thread Daniel Schaal
Package: libbluedevil1
Version: 1.9-1
Severity: wishlist
Tags: patch

Attached is a patch to install the library in multiarch paths.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (102, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0fglrx2 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libbluedevil1 depends on:
ii  libc6 2.13-11Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.1-5  GCC support library
ii  libqt4-dbus   4:4.7.3-5  Qt 4 D-Bus module
ii  libqtcore44:4.7.3-5  Qt 4 core module
ii  libstdc++64.6.1-5GNU Standard C++ Library v3

libbluedevil1 recommends no packages.

libbluedevil1 suggests no packages.

-- no debconf information
From a089ff7c78332177ce0d496224c7ae60492de621 Mon Sep 17 00:00:00 2001
From: Daniel Schaal farb...@web.de
Date: Sat, 30 Jul 2011 14:34:34 +0200
Subject: [PATCH] install library in multiarch paths

 + switch to debhelper v9 compat
 + patch CMakeLists.txt and bluedevil.pc.in to use multiarch lib path
 + change /usr/lib/ to /usr/lib/*/ in .install files
 + add Multi-Arch: same to library package
---
 debian/compat  |2 +-
 debian/control |4 ++-
 debian/libbluedevil-dev.install|4 +-
 debian/libbluedevil1.install   |2 +-
 debian/patches/03_use_multiarch_lib_paths.diff |   28 
 debian/patches/series  |1 +
 debian/rules   |2 +-
 7 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 debian/patches/03_use_multiarch_lib_paths.diff

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 2e67900..d309880 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libbluedevil
 Priority: optional
 Maintainer: Debian KDE Extras Team pkg-kde-extras@lists.alioth.debian.org
 Uploaders: Florian Reinhard florian.reinh...@googlemail.com, George 
Kiagiadakis kiagiadakis.geo...@gmail.com, Mark Purcell m...@debian.org
-Build-Depends: debhelper (= 7.3.16), cmake (= 2.6.4), libqt4-dev (= 4:4.6.2)
+Build-Depends: debhelper (= 8.1.3), cmake (= 2.6.5), libqt4-dev (= 4:4.6.2)
 Standards-Version: 3.9.2
 Section: libs
 Homepage: https://projects.kde.org/projects/playground/libs/libbluedevil
@@ -19,7 +19,9 @@ Description: Development files for libbluedevil
 
 Package: libbluedevil1
 Architecture: linux-any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
 Description: A Qt wrapper for bluez
  libbluedevil is a Qt-style library for accessing the bluez bluetooth stack.
  It is used by the KDE bluetooth stack, BlueDevil.
diff --git a/debian/libbluedevil-dev.install b/debian/libbluedevil-dev.install
index 4e3a43b..3b74705 100644
--- a/debian/libbluedevil-dev.install
+++ b/debian/libbluedevil-dev.install
@@ -1,3 +1,3 @@
-usr/lib/lib*.so
+usr/lib/*/lib*.so
 usr/include/*
-usr/lib/pkgconfig/*
+usr/lib/*/pkgconfig/*
diff --git a/debian/libbluedevil1.install b/debian/libbluedevil1.install
index be393d8..db56abe 100644
--- a/debian/libbluedevil1.install
+++ b/debian/libbluedevil1.install
@@ -1 +1 @@
-usr/lib/libbluedevil.so.1*
+usr/lib/*/libbluedevil.so.1*
diff --git a/debian/patches/03_use_multiarch_lib_paths.diff 
b/debian/patches/03_use_multiarch_lib_paths.diff
new file mode 100644
index 000..291ee23
--- /dev/null
+++ b/debian/patches/03_use_multiarch_lib_paths.diff
@@ -0,0 +1,28 @@
+Index: libbluedevil/CMakeLists.txt
+===
+--- libbluedevil.orig/CMakeLists.txt   2011-07-30 14:45:21.0 +0200
 libbluedevil/CMakeLists.txt2011-07-30 14:45:21.0 +0200
+@@ -8,10 +8,10 @@
+ #
+ ### lib64/32 support kde like
+ #
+-set(LIB_SUFFIX  CACHE STRING Define suffix for lib directory (32/64))
++# set(LIB_SUFFIX  CACHE STRING Define suffix for lib directory (32/64))
+ 
+ set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin)
+-set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
++set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib/${CMAKE_LIBRARY_ARCHITECTURE})
+ 
+ set(INSTALL_TARGETS_DEFAULT_ARGS  RUNTIME DESTINATION ${BIN_INSTALL_DIR}
+   LIBRARY DESTINATION ${LIB_INSTALL_DIR}
+Index: libbluedevil/bluedevil/bluedevil.pc.in
+===
+--- libbluedevil.orig/bluedevil/bluedevil.pc.in2011-07-30 
14:45:38.0 +0200
 libbluedevil/bluedevil/bluedevil.pc.in 2011-07-30 14:46:06.0 
+0200
+@@ -1,5 +1,5 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+-libdir

[Pkg-kde-extras] Bug#588161: Solution

2011-07-05 Thread Daniel Bolton
It seems this is a permission issue. This is what I did to resolve it:

1) add myself to the group cdrom
# usermod -a -G cdrom USERNAME

2) Change the group of the device ( /dev/sr0 in my case ) to cdrom
# chgrp cdrom /dev/sr0

3) Make the device readable and writable to the group
# chmod g+rw /dev/sr0

Then log out and back in as USERNAME ( or use newgp ).



___
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#605233: can't enter historic loan repayments

2010-11-28 Thread Daniel Pocock

package: kmymoney
version: 3.98.1-2

I have tried installing kmymoney on a freshly installed squeeze amd64 system

For testing, I set up a bank account, an asset and a loan account

I created the loan account with a start date 2010-06-01

When I click to enter the first payment, I get the `Enter schedule' window

The date of the first payment is 2010-06-30 and today is 2010-11-28

The postdate is red and it has a mouseover that says `Cannot enter 
transaction with postdate prior to account's opening date'.  The enter 
button is gray and I can't enter the payment.


I unzipped the XML file and checked the account opening date:

 ACCOUNT currency=CHF description= parentaccount=AStd::Liability 
opened=2010-06-01 number=666 lastmodified=2010-11-28 type=5 
id=A000159 lastreconciled= institution=I01 name=loan3






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


[Pkg-kde-extras] Bug#605233: more information found

2010-11-28 Thread Daniel Pocock




After exploring the XML file, I found that the current account opening 
date was today, 2010-11-28


I also noticed that many of the other accounts and categories have the 
`opened' attribute set to the file creation date by default


Changing the current account opening date to 2010-01-01 allowed me to 
enter the scheduled loan payments






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


[Pkg-kde-extras] Bug#582193: kaffeine: Since 1.0.3 EPG ceases to work

2010-05-19 Thread Daniel Dorau
Very strange. Today it works. I guess sending you a dump of working EPG
doesn't make sense ;-) I think you can close the bug. Sorry - if it
happens again, I can reopen it.

Thanks.

Am Mittwoch, den 19.05.2010, 13:06 +0200 schrieb Christoph Pfister:
 2010/5/19 Daniel gark...@mailueberfall.de:
  Package: kaffeine
  Version: 1.0~pre3-3
  Severity: normal
 
  After upgrading to 1.0.3~pre3-3 and rebuilding the channel list
  of my DVB-C adapter, the EPG functionality is lost.
  No program is shown in the EPG window, the updating button
  doesn't seem to work.
 
  EPG did work with the previous 0.8.7 build.
 snip
 
 Can you please perform the following steps:
 - run kaffeine --dumpdvb
 - start watching a channel where epg surely worked
 - go to Television -- Channels and perform a channel scan (while 
 watching)
 - wait till the scan has finished
 - close all kaffeine windows
 - send me the resulting KaffeineDvbDump-*.bin file (it is in your
 home directory)
 
 Thanks,
 
 Christoph





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


[Pkg-kde-extras] Bug#582194: kaffeine: Please build against/support H.264 decoding with VDPAU

2010-05-18 Thread Daniel
Package: kaffeine
Version: 1.0~pre3-3
Severity: wishlist

Please build kaffeine against vdpau, so that HD TV can be decoded via
vdpau, otherwise my machine is too slow to decode it in software only.
Using vdpau to decode the video greatly reduces cpu load.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.33.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaffeine depends on:
ii  kdebase-runtime4:4.4.3-1 runtime components from the offici
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.4-1 GCC support library
ii  libkdecore54:4.4.3-1 the KDE Platform Core Library
ii  libkdeui5  4:4.4.3-1 the KDE Platform User Interface Li
ii  libkfile4  4:4.4.3-1 the File Selection Dialog Library 
ii  libkio54:4.4.3-1 the Network-enabled File Managemen
ii  libqt4-dbus4:4.6.2-4 Qt 4 D-Bus module
ii  libqt4-network 4:4.6.2-4 Qt 4 network module
ii  libqt4-sql 4:4.6.2-4 Qt 4 SQL module
ii  libqt4-sql-sqlite  4:4.6.2-4 Qt 4 SQLite 3 database driver
ii  libqt4-svg 4:4.6.2-4 Qt 4 SVG module
ii  libqt4-xml 4:4.6.2-4 Qt 4 XML module
ii  libqtcore4 4:4.6.2-4 Qt 4 core module
ii  libqtgui4  4:4.6.2-4 Qt 4 GUI module
ii  libsolid4  4:4.4.3-1 Solid Library for KDE Platform
ii  libstdc++6 4.4.4-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxine1   1.1.18.1-1+b2 the xine video/media player librar
ii  libxine1-ffmpeg1.1.18.1-1+b2 MPEG-related plugins for libxine1
ii  libxine1-x 1.1.18.1-1+b2 X desktop video output plugins for

kaffeine recommends no packages.

Versions of packages kaffeine suggests:
ii  libdvdcss21.2.10-0.3 Simple foundation for reading DVDs

-- no debconf information



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


[Pkg-kde-extras] Bug#552414: kmymoney2: Lenny could use 1.0.x version of Kmymoney2

2009-10-25 Thread Daniel Dickinson
Package: kmymoney2
Version: 
Severity: wishlist


It'd be nice to avoid needing testing just for kmymoney2 1.0.x, which I
currently have to do (on a secondary system) because of various bugs that have
hit me with the Lenny version, and which have been fixed in the testing version
(actually some .9 version after lenny).  

If you could upload a version built for lenny to www.backports.org I'd be most
appreciate.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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


[Pkg-kde-extras] Bug#541766: ktorrent: Max Download setting is often ignored leaving download speed unrestricted

2009-08-16 Thread Daniel Phillips
Package: ktorrent
Version: 3.1.4+dfsg.1-1
Severity: normal

The setting of max download speed, either from default config, scheduler 
or manual adhoc changes though system tray are often ignored. This is most 
obvious after adding a new torrent that can use full bandwidth while 
others are running. Settings I am using are max download 120KBs and I am 
seeing it running at 280KBs. Not consistant, but often

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ktorrent depends on:
ii  kdebase-runtime   4:4.1.0-2  runtime components from the offici
ii  kdelibs5  4:4.1.0-3  core libraries for all KDE 4 appli
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1.1GCC support library
ii  libgeoip1 1.4.4.dfsg-3   A non-DNS IP-to-country resolver l
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library
ii  libphonon44:4.2.0-2  Phonon multimedia framework for Qt
ii  libqca2   2.0.0-4libraries for the Qt Cryptographic
ii  libqt4-dbus   4.4.3-1Qt 4 D-Bus module
ii  libqt4-network4.4.3-1Qt 4 network module
ii  libqt4-qt3support 4.4.3-1Qt 3 compatibility library for Qt 
ii  libqt4-xml4.4.3-1Qt 4 XML module
ii  libqtcore44.4.3-1Qt 4 core module
ii  libqtgui4 4.4.3-1Qt 4 GUI module
ii  libstdc++64.3.2-1.1  The GNU Standard C++ Library v3
ii  phonon4:4.2.0-2  metapackage for Phonon multimedia 

ktorrent recommends no packages.

Versions of packages ktorrent suggests:
ii  php5-cli   5.2.6.dfsg.1-1+lenny3 command-line interpreter for the p

-- no debconf information



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


[Pkg-kde-extras] Bug#539444: plasma-widget-networkmanagement: Cannot override user name for vpnc connection

2009-07-31 Thread Daniel Schepler
Package: plasma-widget-networkmanagement
Version: 0.1~svn970021-2
Severity: normal

If I create a vpnc VPN connection, go to the Optional Information tab, and 
enable the Override user name checkbox, the User name edit box stays 
disabled.  Also, it seems that the information I _can_ enter doesn't get saved 
at all when I click OK.
-- 
Daniel Schepler




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


[Pkg-kde-extras] Bug#522354: Fixed upstream

2009-07-27 Thread Daniel Dickinson
I have reported this and it has been fixed upstream.  It was due using
a data file that had used a later version, then a lower version,
and .9 .  It caused invalid chart type which crashed kmymoney.

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
The C Shore (Daniel Dickinson's Website) http://www.bmts.com/~cshore


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

[Pkg-kde-extras] Bug#522354: kmymoney2: Crashes when opening a custom report

2009-04-02 Thread Daniel Dickinson
Package: kmymoney2
Version: 0.9.3-1
Severity: serious

When I press right-click and press Open on a custom Income/Expense Report KMM 
crashes losing all changes

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmymoney2 depends on:
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  kmymoney2-common 0.9.3-1 KMyMoney architecture independent 
ii  libacl1  2.2.47-2Access control list shared library
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libattr1 1:2.4.43-2  Extended attribute shared library
ii  libaudio21.9.1-5 Network Audio System - shared libr
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libfam0  2.7.0-13.3  Client library to control the FAM 
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libidn11 1.8+20080606-1  GNU libidn library, implementation
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libofx4  1:0.9.0-3   library to support Open Financial 
ii  libosp5  1.5.2-6 Runtime library for OpenJade group
ii  libpcre3 7.8-2+b1Perl 5 Compatible Regular Expressi
ii  libpng12-0   1.2.27-2+lenny2 PNG library - runtime
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages kmymoney2 recommends:
ii  kmymoney2-plugin-aqbanking0.9.10-1   KMyMoney2 plugin for online bankin

kmymoney2 suggests no packages.

-- no debconf information



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


[Pkg-kde-extras] Bug#519449: kmymoney2: .desktop should be under /usr/share/applications not /u/s/a/kde

2009-03-12 Thread Daniel Dickinson
Package: kmymoney2
Version: 0.8.9-1
Severity: normal


kmymoney2 works perfectly well under desktops other than kde and is not a core 
kde module, therefore I believe the .desktop file should be under 
/usr/share/applications rather than /usr/share/applications/kde (it makes a 
difference for lxde).

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmymoney2 depends on:
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libofx4  1:0.9.0-3   library to support Open Financial 
ii  libpng12-0   1.2.27-2PNG library - runtime
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

kmymoney2 recommends no packages.

kmymoney2 suggests no packages.

-- no debconf information



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


[Pkg-kde-extras] Bug#517509: /usr/bin/kmymoney2: Can't exit program

2009-02-28 Thread Daniel Dickinson
Package: kmymoney2
Version: 0.8.9-1
Severity: important
File: /usr/bin/kmymoney2


After some use kmymoney2 becomes uncloseable (i.e. File|Quit and the close 
button in the window manager have no effect).  Given that the message at the 
bottom of the screen constantly says 'Saving...' I'd say it thinks it has an 
unsaved file and isn't allowing a close because of that.  I can, however, 
File|Close the file, which goes back to the Open, New, etc options on the 
kmymoney main screen (as it should), but still doesn't allow to close shut the 
program down.  I had to xkill it.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kmymoney2 depends on:
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libofx4  1:0.9.0-3   library to support Open Financial 
ii  libpng12-0   1.2.27-2PNG library - runtime
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

kmymoney2 recommends no packages.

kmymoney2 suggests no packages.

-- no debconf information



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


[Pkg-kde-extras] Bug#502014: konversation: Konversation doesn't shows all channelmods

2008-10-12 Thread Daniel 'DaB.' Baur
Package: konversation
Version: 1.1-1
Severity: normal

Hello,
the Settings for this channel-Windows, Tab Modi has a list of
channelmodes like c,d,f,F,h and so on. But at least one is missing: z. z
is used at Freenode to signal that messages by muted users can be seen by
channel-admins (see http://freenode.net/using_the_network.shtml). It would
be nice if konversation would show that too.

Sincerly,
DaB.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages konversation depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-13   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.2-1  The GNU Standard C++ Library v3
ii  libx11-62:1.1.5-2X11 client-side library

Versions of packages konversation recommends:
ii  python2.5.2-2An interactive high-level object-o
ii  ruby  4.2An interpreter of object-oriented 

Versions of packages konversation suggests:
pn  libsoap-lite-perl none (no description available)

-- no debconf information



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


[Pkg-kde-extras] Bug#487314: kmymoney2: Doesn't have a way to search replace category assignments

2008-06-20 Thread Daniel Dickinson
Package: kmymoney2
Version: 0.9-2
Severity: wishlist


It would be nice if it were possible to do a find and automatically replaces 
categories with a new category as a result of the find.  E.g. to reassign all 
transactions with a particular memo and category to a new more-specific 
category.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmymoney2 depends on:
ii  kdelibs4c2a4:3.5.9.dfsg.1-4  core libraries and binaries for al
ii  kmymoney2-common   0.9-2 KMyMoney architecture independent 
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.8+20080606-1GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-2 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kmymoney2 recommends:
ii  kmymoney2-plugin-aqbanking   0.9.6beta-4 KMyMoney2 plugin for online bankin

-- no debconf information



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


[Pkg-kde-extras] Bug#487315: kmymoney2: Gnucash import categorized a couple of expense accounts as income categories

2008-06-20 Thread Daniel Dickinson
Package: kmymoney2
Version: 0.9-2
Severity: normal


And there is no easy way to automatically turn an income category into an 
expense category.  Each transaction must be altered by hand.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmymoney2 depends on:
ii  kdelibs4c2a4:3.5.9.dfsg.1-4  core libraries and binaries for al
ii  kmymoney2-common   0.9-2 KMyMoney architecture independent 
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.8+20080606-1GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-2 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kmymoney2 recommends:
ii  kmymoney2-plugin-aqbanking   0.9.6beta-4 KMyMoney2 plugin for online bankin

-- no debconf information



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