KDE 3.1.5 Status Update - 20040116

2004-01-16 Thread Chris Cheney
It looks like everything is at 3.1.5 now except for Ben's packages. Some
of the buildds seem to be slow at keeping up though.

Ben if you need help with your packages just let me know. :)

BTW - The override for kdeutils still needs to be done.

Thanks,
Chris

arts

finished

kdeaddons
-
not uploaded yet

kdeadmin

m68k- Failed - needs retry

kdeartwork
--
not uploaded yet

kdebase
---
m68k- failed - needs retry
mips- Dep-Wait
mipsel  - Dep-Wait
s390- building

kdebindings
---
not packaged yet

kdeedu
--
not uploaded yet

kdegames

arm - Building
m68k- Needs-Build
mips- Needs-Build
s390- Building
sparc   - Building

kdegraphics
---
arm - Building
m68k- Building
mips- Building
mipsel  - Building
s390- Building
sparc   - Building

kde-i18n

finished

kdelibs
---
m68k- Building

kdemultimedia
-
arm - Building
m68k- Needs-Build
mips- Needs-Build

kdenetwork
--
arm - Building
m68k- failed - needs retry
mips- Building
s390- Building
sparc   - Building

kdepim
--
arm - Building
m68k- failed - needs retry
mips- Building
s390- Building
sparc   - Building

kdesdk
--
not uploaded yet

kdetoys
---
not uploaded yet

kdeutils

stuck in _NEW_

qt-x11-free
---
finished

quanta
--
not uploaded yet


signature.asc
Description: Digital signature


[Wolfgang Sourdeau] orphaning packages...

2004-01-16 Thread Dominique Devriese

Hi, Just FYI, and because I'm not sure you all read debian-devel,
scribus is being orphaned, if someone feels it is worth maintaining,
he/she should adopt it.  
cheers
domi

--- Begin Message ---
Hi,


Due to lack of time and of direct interest in those packages, I am about
to abandon:
scribus - a QT-based desktop publishing program
dia2sql - a dia diagram converter to (Pg/My)SQL
encompass - a simple web-browser for gnome
libneon - a http/webdav transport library
libelysium - a utility library used by encompass

Following the DD ref. guide I will mark them as orphaned and upload
a new version of each with "Debian QA Group <[EMAIL PROTECTED]>"
as a maintainer.


Wolfgang
ps: please reply to me directly  if needed since I am no longer
subscribed to this list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--- End Message ---


Re: KDE 3.1.5

2004-01-16 Thread Noèl Köthe
Am Fr, den 16.01.2004 schrieb Chris Cheney um 09:45:

> suppose the other maintainers will be following shortly. I am not sure
> if Ralf is going to be doing the 3.1.5 backport packages or not.

KRalf is still on holidays. He will return in two weeks or so.

-- 
Noèl Köthe 
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


KDE_3_1_BRANCH: kdegames/debian

2004-01-16 Thread Daniel Schepler
CVS commit by schepler: 

Update packaging for 3.1.5.


  Apatches/kmines_complete_vs_solver.diff   1.1.2.1
  M +9 -0  changelog   1.58.2.10
  M +21 -1 rules   1.46.2.9


--- kdegames/debian/changelog  #1.58.2.9:1.58.2.10
@@ -1,2 +1,11 @@
+kdegames (4:3.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Apply revised version of patch from Danilo Piazzalunga
+<[EMAIL PROTECTED]> to disable completeReveal mode while
+the solver is running in kmines.  Closes: #224684.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Wed, 14 Jan 2004 11:13:40 -0800
+
 kdegames (4:3.1.4-1) unstable; urgency=low
 

--- kdegames/debian/rules  #1.46.2.8:1.46.2.9
@@ -51,6 +51,16 @@
 perl -w admin/debianrules echodirs > debian/debiandirs
 
+# Apply Debian specific patches
+patch: patch-stamp
+patch-stamp:
+set -e; \
+for patch in debian/patches/*.diff; do \
+echo APPLYING PATCH\: "$${patch##*/}"; \
+patch -p1 < "$$patch"; \
+done
+touch $@
+
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch-stamp
 dh_testdir
 
@@ -85,4 +95,14 @@
 -rm -f build-stamp configure-stamp debian/debiandirs
 
+# Remove Debian specific patches
+set -e; \
+if [ -f patch-stamp ]; then \
+for patch in `find $(CURDIR)/debian/patches -name \*.diff | 
sort -r`; do \
+echo REMOVING PATCH\: "$${patch##*/}"; \
+patch -p1 -R < "$$patch"; \
+done; \
+rm -f patch-stamp; \
+fi
+
 #   $(MAKE) -f admin/Makefile.common cvs-clean
 find -name Makefile.in -print | xargs --no-run-if-empty rm -f




Re: sarge beta2 out

2004-01-16 Thread Peter Nuttall
On Thursday 15 Jan 2004 9:54 pm, Mark Bucciarelli wrote:
> http://www.debian.org/devel/debian-installer/

Thats just the installer. It will be a little while until all the packages are 
sorted out and ready. You may want to read this email and its replies:

http://lists.debian.org/debian-devel/2004/debian-devel-200401/msg00264.html
 
> Anyone know if 3.2 compiles on Sarge out of the box?

Chris has suggested that the final version of sarge will ship with KDE 3.2. 
also it will enter unstable soon and so it will be easier to backport with 
debs rather than source code.

All the best 
-- 
Peter Nuttall  [EMAIL PROTECTED]



kdenonbeta/kdedebian/kapture

2004-01-16 Thread Peter Rockai
CVS commit by mornfall: 

- lots of renaming fun (PkgTree -> Tree, PkgTreeNode -> TreeNode,
  PkgTreeItem -> TreePkgNode, PkgSubTree -> TreeBranchNode, Pkg*Grouper*
  -> *Grouper*, PkgFeeder -> Feeder, PkgTreeFactory -> TreeFactory),
  should clarify things a bit
- lot of work done on the priority package-selection stuff in
  capture::PkgCache, it mostly works as intended now (test it with
  libcapture/pkgcache-test)
- start work on PkgGroup concept (for creating groups of packages in the
  tree, installable together)
- first try on more human-parseable Grouper and GrouperChain marshaller
- move capture::argmap decl to stl_util.h, make argmap (de)marshaller
  delimeters user-selectable
- update TODO
- other minor changes, i am really short on time now (as i write this),
  i hope i didn't break it too much and see ya :)

CCMAIL: [EMAIL PROTECTED]


  Alibcapture/feeder.cpp   1.1 [no copyright]
  Alibcapture/feeder.h   1.1 [LGPL (v2+)]
  Alibcapture/grouper.cpp   1.1 [LGPL (v2+)]
  Alibcapture/grouper.h   1.1 [LGPL (v2+)]
  Alibcapture/pkggroup.cpp   1.1 [LGPL (v2+)]
  Alibcapture/pkggroup.h   1.1 [LGPL (v2+)]
  Alibcapture/tree.cpp   1.1 [LGPL (v2+)]
  Alibcapture/tree.h   1.1 [LGPL (v2+)]
  Alibcapture/treebranchnode.cpp   1.1 [LGPL (v2+)]
  Alibcapture/treebranchnode.h   1.1 [LGPL (v2+)]
  Alibcapture/treefactory.h   1.1 [LGPL]
  Alibcapture/treegroupnode.cpp   1.1 [LGPL (v2+)]
  Alibcapture/treegroupnode.h   1.1 [LGPL (v2+)]
  Alibcapture/treenode.cpp   1.1 [LGPL (v2+)]
  Alibcapture/treenode.h   1.1 [LGPL (v2+)]
  Alibcapture/treepkgnode.cpp   1.1 [LGPL (v2+)]
  Alibcapture/treepkgnode.h   1.1 [LGPL (v2+)]
  Alibkapture/detailview.cpp   1.1 [no copyright]
  Alibkapture/detailview.h   1.1 [UNKNOWN]
  Apart/kapturepart.desktop   1.1
  Apart/kapturepart_shell.rc   1.1
  M +26 -1 TODO   1.7
  M +7 -7  kapture/kapture.cpp   1.5
  M +6 -3  libcapture/Makefile.am   1.3
  M +15 -11libcapture/pkgcache-test.cpp   1.2
  M +226 -106  libcapture/pkgcache.cpp   1.2
  M +9 -3  libcapture/pkgcache.h   1.2
  M +1 -1  libcapture/pkgitem.h   1.2
  M +3 -3  libcapture/pkgmanager.cpp   1.3
  M +1 -1  libcapture/pkgmanager.h   1.3
  M +20 -11libcapture/stl_util.cpp   1.3
  M +6 -5  libcapture/stl_util.h   1.2
  M +2 -0  libkapture/.cvsignore   1.2
  M +2 -1  libkapture/Makefile.am   1.4
  M +9 -9  libkapture/kapturemanager.cpp   1.3
  M +7 -7  libkapture/kapturemanager.h   1.3
  M +7 -7  libkapture/pkgdetails.cpp   1.3
  M +9 -9  libkapture/pkgdetails.h   1.3
  M +51 -39libkapture/pkglist.cpp   1.3
  M +17 -17libkapture/pkglist.h   1.3
  M +7 -7  libkapture/pkglistview.cpp   1.3
  M +8 -8  libkapture/pkglistview.h   1.3
  M +4 -4  libkapture/pkgview.cpp   1.3
  M +12 -12libkapture/pkgview.h   1.3
  M +9 -9  part/partview.cpp   1.3
  M +4 -4  part/partview.h   1.3
  Rlibcapture/pkgfeeder.cpp   1.1
  Rlibcapture/pkgfeeder.h   1.2
  Rlibcapture/pkggrouper.cpp   1.2
  Rlibcapture/pkggrouper.h   1.2
  Rlibcapture/pkgsubtree.cpp   1.2
  Rlibcapture/pkgsubtree.h   1.2
  Rlibcapture/pkgtree.cpp   1.2
  Rlibcapture/pkgtree.h   1.2
  Rlibcapture/pkgtreefactory.h   1.1
  Rlibcapture/pkgtreeitem.cpp   1.1
  Rlibcapture/pkgtreeitem.h   1.1
  Rlibcapture/pkgtreenode.cpp   1.2
  Rlibcapture/pkgtreenode.h   1.1





Re: KDE 3.1.5

2004-01-16 Thread Chris Cheney
On Thu, Jan 15, 2004 at 08:21:13PM +0100, Dirk Mueller wrote:
> 
> Hi, 
> 
> will there be 3.1.5 packages? there have been numerous reports that the 3.1.4 
> ones are too old, and apt-get update doesn't work on them (whatasurprise)

All my KDE 3.1.5 packages are already in sid or in the new queue. I
suppose the other maintainers will be following shortly. I am not sure
if Ralf is going to be doing the 3.1.5 backport packages or not.

Chris


signature.asc
Description: Digital signature


testing: kde dependancy with ksysguard error

2004-01-16 Thread jan van hees

Hello,

I've been installing Debian testing on my portable. Trying to install 
kde, I ended up with a dependancy for kde with ksysguard which couldn't 
be resolved.
Further search brought up that ksysguard depens ksysguardd which depends 
libsensors. It was libsensors which couldn't be installed.


The ftp mirror I was using: Belnet in Belgium.

I've got unstable up and running right now! For the unstable there is no 
problem with the kde.



Greetz,

Jan Van Hees



kdenonbeta/kdedebian/kalternatives/debian

2004-01-16 Thread Juanjo Alvarez
CVS commit by juanjux: 

Fixed debian package building


  Adirs   1.3
  M +1 -1  control   1.2


--- kdenonbeta/kdedebian/kalternatives/debian/control  #1.1.1.1:1.2
@@ -7,5 +7,5 @@
 Package: kalternatives
 Architecture: all
-Depends: python2.3, python2.3-qt3c102
+Depends: python2.3 | python2.2, python2.3-qt3c102 | python2.2-qt3c102
 Description: KDE GUI for configuring the Debian alternatives system
  This program form the KDE-Debian project will let you configure the Debian 
alternatives system (a system that allows 




Bug#228037: noatun: Sound stutters after playing MP3 files for several hours

2004-01-16 Thread Boris Boehlen
Package: noatun
Version: 4:3.1.5-1
Severity: important

After playing songs with noatun for several hours the output begins
stutter with very short < 1sec but noticable breaks in the sound output.
Restarting noatun does not solve the problem, only rebooting the system
does.

If use XMMS instead the problem does not appear even if I had the
problem with noatun just before.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ibert 2.4.24-1-686 #1 Tue Jan 6 21:29:44 EST 2004 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages noatun depends on:
ii  artsbuilder4:3.1.5-1 Arts synthesizer designer
ii  kdelibs4   4:3.1.5-1 KDE core libraries
ii  libart-2.0-2   2.3.16-1  Library of functions for 2D graphi
ii  libarts1   1.1.5-2   aRts Sound system
ii  libasound2 0.9.8-2   Advanced Linux Sound Architecture 
ii  libaudio2  1.6b-1The Network Audio System (NAS). (s
ii  libaudiofile0  0.2.3-4   The Audiofile Library
ii  libc6  2.3.2.ds1-10  GNU C Library: Shared libraries an
ii  libfam0c1022.6.10-6  client library to control the FAM 
ii  libfontconfig1 2.2.1-13  generic font configuration library
ii  libfreetype6   2.1.7-1.1 FreeType 2 font engine, shared lib
ii  libgcc11:3.3.3-0pre1 GCC support library
ii  libmad00.15.0b-3 MPEG audio decoder library
ii  libogg01.1.0-1   Ogg Bitstream Library
ii  libpng12-0 1.2.5.0-4 PNG library - runtime
ii  libqt3c102-mt  3:3.2.3-1 Qt GUI Library (Threaded runtime v
ii  libstdc++5 1:3.3.3-0pre1 The GNU Standard C++ Library v3
ii  libvorbis0a1.0.1-1   The Vorbis General Audio Compressi
ii  libvorbisenc2  1.0.1-1   The Vorbis General Audio Compressi
ii  libvorbisfile3 1.0.1-1   The Vorbis General Audio Compressi
ii  libxcursor11.0.2-4   X Cursor management library
ii  libxft22.1.2-5   FreeType-based font drawing librar
ii  libxine1   1-rc3a-2  the xine video/media player librar
ii  libxrender10.8.3-5   X Rendering Extension client libra
ii  xlibmesa3-gl [libgl1]  4.2.1-12.1Mesa 3D graphics library [XFree86]
ii  xlibs  4.2.1-12.1X Window System client libraries
ii  zlib1g 1:1.2.1-3 compression library - runtime

-- no debconf information




KDE 3.1.5

2004-01-16 Thread Dirk Mueller

Hi, 

will there be 3.1.5 packages? there have been numerous reports that the 3.1.4 
ones are too old, and apt-get update doesn't work on them (whatasurprise)


Dirk