diff options
author | markd <markd> | 2005-03-23 21:59:47 +0000 |
---|---|---|
committer | markd <markd> | 2005-03-23 21:59:47 +0000 |
commit | e6fc7fbb973bd7fe16546f281de8b528b73f143c (patch) | |
tree | e736cd66578473dc2b3334e576f75416c384916e /multimedia/kdemultimedia3/patches | |
parent | 16cad46d64aef3390c5e752fce210d3165b4f16c (diff) | |
download | pkgsrc-e6fc7fbb973bd7fe16546f281de8b528b73f143c.tar.gz |
Update to KDE 3.4
Highlights at a glance
* Text-to-speech system with support built into Konqueror, Kate, KPDF
and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
disable ones that are not used. This does not include Netscape-style
plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
documentation added or changed
Diffstat (limited to 'multimedia/kdemultimedia3/patches')
-rw-r--r-- | multimedia/kdemultimedia3/patches/patch-ae | 13 | ||||
-rw-r--r-- | multimedia/kdemultimedia3/patches/patch-as | 22 | ||||
-rw-r--r-- | multimedia/kdemultimedia3/patches/patch-at | 13 |
3 files changed, 0 insertions, 48 deletions
diff --git a/multimedia/kdemultimedia3/patches/patch-ae b/multimedia/kdemultimedia3/patches/patch-ae deleted file mode 100644 index 752e10c795b..00000000000 --- a/multimedia/kdemultimedia3/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2004/12/10 06:13:03 markd Exp $ - ---- akode/lib/localfile.h.orig 2004-08-06 07:25:17.000000000 +1200 -+++ akode/lib/localfile.h -@@ -63,6 +63,8 @@ public: - - void fadvise(); - -+#undef fileno -+ - int fileno() const; - }; - diff --git a/multimedia/kdemultimedia3/patches/patch-as b/multimedia/kdemultimedia3/patches/patch-as deleted file mode 100644 index 9eed58ef63b..00000000000 --- a/multimedia/kdemultimedia3/patches/patch-as +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-as,v 1.1 2005/03/19 01:03:38 markd Exp $ - ---- kmix/mixer_sun.cpp.orig 2004-11-29 06:06:35.000000000 +1300 -+++ kmix/mixer_sun.cpp -@@ -422,7 +422,7 @@ bool Mixer_SUN::isRecsrcHW( int devnum ) - //====================================================================== - void Mixer_SUN::VolumeToGainBalance( Volume& volume, uint_t& gain, uchar_t& balance ) - { -- if ( ( volume.channels() == 1 ) || -+ if ( ( volume.count() == 1 ) || - ( volume[Volume::LEFT] == volume[Volume::RIGHT] ) ) - { - gain = volume[Volume::LEFT]; -@@ -454,7 +454,7 @@ void Mixer_SUN::VolumeToGainBalance( Vol - //====================================================================== - void Mixer_SUN::GainBalanceToVolume( uint_t& gain, uchar_t& balance, Volume& volume ) - { -- if ( volume.channels() == 1 ) -+ if ( volume.count() == 1 ) - { - volume.setVolume( Volume::LEFT, gain ); - } diff --git a/multimedia/kdemultimedia3/patches/patch-at b/multimedia/kdemultimedia3/patches/patch-at deleted file mode 100644 index 4546f664868..00000000000 --- a/multimedia/kdemultimedia3/patches/patch-at +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-at,v 1.1 2005/03/19 01:03:38 markd Exp $ - ---- mpeglib_artsplug/decoderBaseObject_impl.h.orig 2005-03-18 09:31:02.544121000 +1300 -+++ mpeglib_artsplug/decoderBaseObject_impl.h -@@ -64,7 +64,7 @@ class DecoderBaseObject_impl : - - bool m_streaming; - -- queue<DataPacket<mcopbyte>*> *m_packetQueue; -+ std::queue<DataPacket<mcopbyte>*> *m_packetQueue; - - public: - |