Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent a0b91587f8
commit 56df7a6401

@ -1,4 +1,4 @@
## kdebase/Makefile.am
## tdebase/Makefile.am
## (C) 1997 Stephan Kulow
AUTOMAKE_OPTIONS = foreign 1.6.1

@ -31,7 +31,7 @@ rcdir = $(kde_datadir)/artsbuilder
rc_DATA = artsbuilderui.rc
# make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in kdelibs
# the -x is for skipping messages already translated in tdelibs
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/artsbuilder.pot

@ -26,7 +26,7 @@
#include <tqwidget.h>
#include "artsgui.h"
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KArtsWidgetPrivate;
/**

@ -21,7 +21,7 @@
#ifndef KFRAME_IMPL
#define KFRAME_IMPL
#include "kwidget_impl.h"
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class TQFrame;
namespace Arts {

@ -29,7 +29,7 @@
#include <tqfont.h>
#include <artsgui.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class RotateLabel;

@ -25,7 +25,7 @@
#include "kframe_impl.h"
#include <artsgui.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KArtsWidget;
class TQBoxLayout;

@ -26,7 +26,7 @@
#include "artsgui.h"
#include <tqwidget.h>
#include <kwidgetrepo.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
namespace Arts {

@ -24,7 +24,7 @@
#define ARTS_TIMESTAMPMATH_H
#include "artsmidi.h"
#include <kdelibs_export.h>
#include <tdelibs_export.h>
namespace Arts {
/**

@ -5,54 +5,54 @@ Porting modules is usually a ten-minute task, unless the underlying
features are not yet provided by the new flow system or the general
idea of how things need to be done changed.
Synth_ADD done (kdelibs)
Synth_ADD done (tdelibs)
Synth_AMAN_CAPTURE obsolete, see Synth_AMAN_RECORD, converter missing
Synth_AMAN_INJECT obsolete, see Synth_AMAN_PLAY, ByteStreamToAudio
Synth_ATAN_SATURATE done (kdemultimedia)
Synth_AUTOPANNER done (kdemultimedia)
Synth_BRICKWALL_LIMITER done (kdemultimedia)
Synth_BUS_DOWNLINK done (kdelibs)
Synth_BUS_UPLINK done (kdelibs)
Synth_CDELAY done (kdemultimedia)
Synth_DATA done (kdemultimedia)
Synth_DEBUG done (kdemultimedia)
Synth_DELAY done (kdemultimedia)
Synth_ENVELOPE_ADSR done (kdemultimedia)
Synth_ATAN_SATURATE done (tdemultimedia)
Synth_AUTOPANNER done (tdemultimedia)
Synth_BRICKWALL_LIMITER done (tdemultimedia)
Synth_BUS_DOWNLINK done (tdelibs)
Synth_BUS_UPLINK done (tdelibs)
Synth_CDELAY done (tdemultimedia)
Synth_DATA done (tdemultimedia)
Synth_DEBUG done (tdemultimedia)
Synth_DELAY done (tdemultimedia)
Synth_ENVELOPE_ADSR done (tdemultimedia)
Synth_FILEPLAY outfile name issue; called Synth_CAPTURE_WAV now
Synth_FM_SOURCE done (kdemultimedia)
Synth_FREQUENCY done (kdelibs)
Synth_FULL_DUPLEX_PLAY obsolete, now done by Synth_PLAY (kdelibs)
Synth_FULL_DUPLEX_REC obsolete, now done by Synth_REC (kdelibs)
Synth_FX_CFLANGER done (kdemultimedia)
Synth_MIDI_DEBUG done (kdemultimedia)
Synth_FM_SOURCE done (tdemultimedia)
Synth_FREQUENCY done (tdelibs)
Synth_FULL_DUPLEX_PLAY obsolete, now done by Synth_PLAY (tdelibs)
Synth_FULL_DUPLEX_REC obsolete, now done by Synth_REC (tdelibs)
Synth_FX_CFLANGER done (tdemultimedia)
Synth_MIDI_DEBUG done (tdemultimedia)
Synth_MIDI_MAP_ROUTER todo, must fit in new midi architecture
Synth_MIDI_ROUTER todo, must fit in new midi architecture
Synth_MIDI_SOURCE obsolete
Synth_MOOG_VCF done (kdemultimedia)
Synth_MUL done (kdelibs)
Synth_NIL done (kdemultimedia)
Synth_MOOG_VCF done (tdemultimedia)
Synth_MUL done (tdelibs)
Synth_NIL done (tdemultimedia)
Synth_PARAM_GET obsolete
Synth_PARAM_SET obsolete
Synth_PARAM_SGET obsolete
Synth_PARAM_SSET obsolete
Synth_PITCH_SHIFT done (kdemultimedia)
Synth_PLAY done (kdelibs), currently no mono play ability
Synth_PITCH_SHIFT done (tdemultimedia)
Synth_PLAY done (tdelibs), currently no mono play ability
Synth_PLAY_AKAI todo
Synth_PLAY_AKAIS todo
Synth_PLAY_PITCHED_WAV maybe obsolete (kdelibs version supports speed)
Synth_PLAY_WAV done (kdelibs)
Synth_PSCALE done (kdemultimedia)
Synth_RC done (kdemultimedia)
Synth_SEQUENCE done (kdemultimedia)
Synth_SHELVE_CUTOFF done (kdemultimedia)
Synth_PLAY_PITCHED_WAV maybe obsolete (tdelibs version supports speed)
Synth_PLAY_WAV done (tdelibs)
Synth_PSCALE done (tdemultimedia)
Synth_RC done (tdemultimedia)
Synth_SEQUENCE done (tdemultimedia)
Synth_SHELVE_CUTOFF done (tdemultimedia)
Synth_STDIN obsolete
Synth_STDOUT obsolete
Synth_STD_EQUALIZER done (kdemultimedia)
Synth_STD_EQUALIZER done (tdemultimedia)
Synth_STRUCT_KILL obsolete
Synth_TREMOLO done (kdemultimedia)
Synth_WAVE_PULSE done (kdemultimedia, not in aRts 0.3.4.1)
Synth_WAVE_SIN done (kdelibs)
Synth_WAVE_SOFTSAW done (kdemultimedia)
Synth_WAVE_SQUARE done (kdemultimedia)
Synth_WAVE_TRI done (kdemultimedia)
Synth_XFADE done (kdemultimedia)
Synth_TREMOLO done (tdemultimedia)
Synth_WAVE_PULSE done (tdemultimedia, not in aRts 0.3.4.1)
Synth_WAVE_SIN done (tdelibs)
Synth_WAVE_SOFTSAW done (tdemultimedia)
Synth_WAVE_SQUARE done (tdemultimedia)
Synth_WAVE_TRI done (tdemultimedia)
Synth_XFADE done (tdemultimedia)

@ -27,7 +27,7 @@
#define MODULEINFO_H
#include "artsbuilder.h"
#include <kdelibs_export.h>
#include <tdelibs_export.h>
KDE_EXPORT Arts::ModuleInfo makeModuleInfo(const std::string& name);
#endif /* MODULEINFO_H */

@ -24,7 +24,7 @@
#include <vector>
#include <string>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
KDE_EXPORT int parse_line(const char *in, char *& cmd, char *& param);

@ -22,7 +22,7 @@
#define ARTS_ACTIONS_H
#include <tqwidget.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KArtsServer;
class KAction;
class KActionCollection;

@ -37,7 +37,7 @@
#include <artsflow.h>
#include <connect.h>
#include <artsmoduleseffects.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
#include "artsactions.h"

@ -30,7 +30,7 @@
#include "templateview.h"
#include <artsgui.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class TQTimer;
class KPopupMenu;

@ -90,7 +90,7 @@ VControl::VControl( KArtsServer* artsserver, TQWidget *parent) : TQFrame(parent)
connect( server, TQT_SIGNAL( restartedServer() ), this, TQT_SLOT( initaRtsConnections() ) );
/* if(server.isNull())
{
KMessageBox::error( 0, i18n("Connection to the soundserver failed - make sure that artsd is really running and that your kdelibs version is not older than kdemultimedia."));
KMessageBox::error( 0, i18n("Connection to the soundserver failed - make sure that artsd is really running and that your tdelibs version is not older than tdemultimedia."));
exit(1);
}*/
boxLayout = new TQHBoxLayout( this );

@ -896,7 +896,7 @@ How do I debug network transparency if it doesn't work?
<answer>
<para>
Assuming you have the &kde; source code, go to <filename
class="directory">kdelibs/arts/examples</filename>, and run
class="directory">tdelibs/arts/examples</filename>, and run
<userinput><command>make</command> <option>check</option></userinput> to
compile some programs, including
<application>referenceinfo</application>. Then run

@ -348,7 +348,7 @@ http://space.twc.de/~stefan/kde/arts-snapshot-doc.html</ulink>.
<para>
Note that if you are building from <acronym>CVS</acronym>, some components
of &arts; (&ie; the basic core components including the sound server) are found
in the <acronym>CVS</acronym> module kdelibs, while additional components (&eg;
in the <acronym>CVS</acronym> module tdelibs, while additional components (&eg;
<application>artsbuilder</application>) are included in the. This may change in
the future. You may also find a version in the kmusic module; this is the old
(pre-&kde; 2.0) version which is now obsolete.

@ -209,7 +209,7 @@ Several standard module interfaces are already defined for you in
<para>
A simple example of a module taken from &arts; is the constant delay
module, found in the file
<filename>kdemultimedia/arts/modules/artsmodules.idl</filename>. The
<filename>tdemultimedia/arts/modules/artsmodules.idl</filename>. The
interface definition is listed below.
</para>
@ -805,9 +805,9 @@ sample you process.
It will be especially useful to use change notifications in conjunction
with scopes (things that visualize audio data for instance), gui
elements, control widgets, and monitoring. Code using this is in
<filename class="directory">kdelibs/arts/tests</filename>, and in the
<filename class="directory">tdelibs/arts/tests</filename>, and in the
experimental artsgui implementation, which you can find under <filename
class="directory">kdemultimedia/arts/gui</filename>.
class="directory">tdemultimedia/arts/gui</filename>.
</para>
<!-- TODO: can I markup links into the source code - if yes, how? -->

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY kappname "&juk;">
<!ENTITY juk "<application>JuK</application>">
<!ENTITY % addindex "IGNORE">
@ -53,7 +53,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdemultimedia</keyword>
<keyword>tdemultimedia</keyword>
<keyword>audio</keyword>
<keyword>tagger</keyword>
<keyword>player</keyword>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "<application>kaboodle</application>">
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kaudiocreator "<application>kaudiocreator 1.12</application>">
<!ENTITY kappname "&kaudiocreator;"><!-- Do *not* replace kappname-->
<!ENTITY package "kdemultimedia"><!-- kdebase, kdeadmin, etc -->
<!ENTITY package "tdemultimedia"><!-- tdebase, tdeadmin, etc -->
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here -->
]>
@ -1037,7 +1037,7 @@ As a bad example: sorry no mail. I cannot maintain this handbook. It is thought
<para>In order to successfully use &kaudiocreator;, you need &kde; 3.x. and cdparanoia. If you want to create compressed audio files like mp3s or oggs, you need the encoder of your choice.</para>
<para>
&kaudiocreator; is today maintained within the &kde; CVS as part of the kdemultimedia package. If you are familier with cvs you can do an anonymous checkout from there. However, most distros come with a pre-compiled package, especially because &kaudiocreator; is part of a main &kde; package. Install the kdemultimedia package from your distro. If you read this, you have most likely found it already...
&kaudiocreator; is today maintained within the &kde; CVS as part of the tdemultimedia package. If you are familier with cvs you can do an anonymous checkout from there. However, most distros come with a pre-compiled package, especially because &kaudiocreator; is part of a main &kde; package. Install the tdemultimedia package from your distro. If you read this, you have most likely found it already...
</para>
</sect1>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kmid;">
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE">
]>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kmix;">
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE">
]>
@ -67,7 +67,7 @@ your sound card.</para></abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>KMix</keyword>
<keyword>kdemultimedia</keyword>
<keyword>tdemultimedia</keyword>
<keyword>sound</keyword>
<keyword>volume</keyword>
<keyword>mixer</keyword>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&krec;">
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -46,7 +46,7 @@ implemented as well as the possibility to play out what is recorded.
<keywordset>
<keyword>KDE</keyword>
<keyword>kdemultimedia</keyword>
<keyword>tdemultimedia</keyword>
<keyword>KRec</keyword>
<keyword>aRts</keyword>
<keyword>recording</keyword>
@ -171,7 +171,7 @@ audioplayer. So start &noatun;, &juk; <!--JuK--> or &kaboodle;. We could
use other players but they have to use &arts; for their output, otherwise
recording is a bit more complex and beyond the scope of this section. So please
jump over your shadow and select a song to play in one of this three players
(all are shipped with kdemultimedia where you got &krec;
(all are shipped with tdemultimedia where you got &krec;
from).
</para></listitem>
<listitem><para>
@ -615,7 +615,7 @@ Documentation copyright 2002-2004 Arnold Krille <email>arnold@arnoldarts.de</ema
In order to successfully use &krec; 0.5.1, you need &kde; 3.3.
</para>
<para>
&krec; should be within your kdemultimedia package. As this package needs a
&krec; should be within your tdemultimedia package. As this package needs a
running &kde; and &arts; too, everything should be fine.
</para>
</sect1>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kscd;">
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE">
]>
@ -86,7 +86,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdemultimedia</keyword>
<keyword>tdemultimedia</keyword>
<keyword>kscd</keyword>
<keyword>music</keyword>
<keyword>CD</keyword>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&noatun;">
<!ENTITY package "kdemultimedia">
<!ENTITY package "tdemultimedia">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE">
]>
@ -38,7 +38,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>Noatun</keyword>
<keyword>kdemultimedia</keyword>
<keyword>tdemultimedia</keyword>
<keyword>mp3</keyword>
<keyword>music</keyword>
<keyword>media</keyword>

@ -16,7 +16,7 @@
#ifndef KEYDIALOG_H
#define KEYDIALOG_H
#include <kdeversion.h>
#include <tdeversion.h>
#include <kglobalaccel.h>
#include <kkeydialog.h>

@ -1,5 +1,5 @@
Begin4
Title: kdemultimedia
Title: tdemultimedia
Version: 3.5.10
Entered-date: 2008-08-26
Description: Multimedia written for the K Desktop Environment (KDE)

@ -213,7 +213,7 @@ Monday 9-2-98
Friday 20-2-98
- I've finished exams, have installed the yesterday snapshots and have
updated the configure scripts to add rpath and all that stuff to my copy
of kmid (thanks to Kulow, who added it to kmid in kdemultimedia)
of kmid (thanks to Kulow, who added it to kmid in tdemultimedia)
Saturday 21-2-98
- Fixed the not-a-feature problem with FM, next time I will not let the
@ -289,7 +289,7 @@ Monday 30-3-98
Tuesday 31-3-98
- I've done some changes to support the new KFileDialog and the new
changes in kdelibs done by Matthias.
changes in tdelibs done by Matthias.
Thursday 2-4-98
- Some bug fixes
@ -301,7 +301,7 @@ each opened song.
Tuesday 7-4-98
- Aaaargh !, I have to remove the changes that I did last tuesday because it
seems that the changes in the kdelibs have been removed.
seems that the changes in the tdelibs have been removed.
Monday 13-4-98
- Added support for midi files with strange headers not related to midi files.
@ -338,7 +338,7 @@ Saturday 20-6-98
Sunday 21-6-98
- Wow, KDE-1.0 is finally here, and it is REAL, so I will prepare very quickly
KMid 1.0 before the freeze of kdemultimedia.
KMid 1.0 before the freeze of tdemultimedia.
Saturday 4-7-98
- Just finished exams :-), and I've implemented the (long awaited feature of a)

@ -5,7 +5,7 @@ Release: 1
Copyright: GPL
Group: X11/K Desktop Environment/Multimedia
Source: kmid-1.2.tar.gz
Requires: qt >= 1.3 , kdelibs
Requires: qt >= 1.3 , tdelibs
%description
KMid is a midi/karaoke file player, with configurable midi mapper,

@ -11,7 +11,7 @@
#include "kmidclient.h"
#include <tqtimer.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
K_EXPORT_COMPONENT_FACTORY( libkmidpart, KMidFactory )

@ -3,7 +3,7 @@
#include <kparts/browserextension.h>
#include <kparts/factory.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KAboutData;
class KInstance;
class KMidBrowserExtension;

@ -30,7 +30,7 @@
#include <libkmid/player.h>
#include <libkmid/track.h>
#include <tqtimer.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KApplication;
class KConfig;

@ -20,7 +20,7 @@
Send comments and bug fixes to larrosa@kde.org
or to Antonio Larrosa, Rio Arnoya, 10 5B, 29006 Malaga, Spain
Note: This widget was based on KButton as found in the kdelibs/tdeui
Note: This widget was based on KButton as found in the tdelibs/tdeui
KButton was originally copyrighted by Torben Weis (weis@kde.org)
and Matthias Ettrich (ettrich@kde.org) on 1997

@ -20,7 +20,7 @@
Send comments and bug fixes to larrosa@kde.org
or to Antonio Larrosa, Rio Arnoya, 10 5B, 29006 Malaga, Spain
Note: This widget was copied from KButton as found in the kdelibs/tdeui
Note: This widget was copied from KButton as found in the tdelibs/tdeui
KButton was originally copyrighted by Torben Weis (weis@kde.org)
and Matthias Ettrich (ettrich@kde.org) on 1997

@ -340,7 +340,7 @@ KRecord::KRecord(TQWidget *parent, const char *name )
toolBar( "compressor" )->close();
KMessageBox::detailedSorry( this,
i18n( "Your system is missing the Synth_STEREO_COMPRESSOR aRts module.\nYou will be able to use KRec but without the great functions of the compressor." ),
i18n( "Possible reasons are:\n- You installed KRec on its own without the rest of kdemultimedia.\n- You installed everything correctly, but did not restart the aRts daemon\n and therefore it is not aware of the new effects.\n- This is a bug." ),
i18n( "Possible reasons are:\n- You installed KRec on its own without the rest of tdemultimedia.\n- You installed everything correctly, but did not restart the aRts daemon\n and therefore it is not aware of the new effects.\n- This is a bug." ),
i18n( "Unable to Find Compressor" ) );
}

@ -155,7 +155,7 @@ kdDebug( 60005 ) << k_funcinfo << endl;
} else return false;
}
// Derived from kdemultimedia/kioslave/audiocd/audiocd.cpp.
// Derived from tdemultimedia/kioslave/audiocd/audiocd.cpp.
// We use the encoding settings from kcmaudiocd.
void KRecExport_MP3::setLameParameters() {
KConfig *config;

@ -191,7 +191,7 @@ kdDebug( 60005 ) << k_funcinfo << endl;
}
// Derived from kdemultimedia/kioslave/audiocd/audiocd.cpp.
// Derived from tdemultimedia/kioslave/audiocd/audiocd.cpp.
// We use the encoding settings from kcmaudiocd.
void KRecExport_OGG::setOggParameters() {
kdDebug( 60005 ) << k_funcinfo << endl;

@ -118,7 +118,7 @@ void configWidget::getMediaDevices()
TQStringList list = rep;
TQStringList::const_iterator it = list.begin();
TQStringList::const_iterator itEnd = list.end();
// it would be much better if libmediacommon was in kdelibs
// it would be much better if libmediacommon was in tdelibs
while (it != itEnd) {
it++;
if (it == itEnd) break;

@ -26,7 +26,7 @@
#include <tqpair.h>
#include <tqvaluelist.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
/** The KCDDB namespace collects all the CDDB-related classes and methods. */
namespace KCDDB

@ -27,7 +27,7 @@
#include "cddb.h"
#include "configbase.h"
#include <tqstring.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
namespace KCDDB
{
class KDE_EXPORT Config : public ConfigBase

@ -23,7 +23,7 @@
#include <tqvaluelist.h>
#include "cddb.h"
#include "lookup.h"
#include <kdelibs_export.h>
#include <tdelibs_export.h>
namespace KCDDB
{

@ -530,7 +530,7 @@ bool Engine::initArts()
{
kdWarning() << "Couldn't instanciate artsobject Noatun::Session. "
<< "(This is normally caused by a broken package or "
<< "compiling kdemultimedia in a --prefix different "
<< "compiling tdemultimedia in a --prefix different "
<< "from arts. It may also be from two conflicting "
<< "packages, so uninstall every arts/artsd package "
<< "you have installed and try again." << endl;

@ -184,7 +184,7 @@ public:
while (left<end)
{
// see the _long_ comment in
// kdemultimedia/arts/modules/synth_std_equalizer_impl.cc
// tdemultimedia/arts/modules/synth_std_equalizer_impl.cc
if (::fabs(*left) + ::fabs(*right) < 0.00000001)
goto copy; // if you apologize, it's becomes ok
*oleft=*left * mPreamp;

@ -1,5 +1,5 @@
## $Id$
## Makefile.am of kdemultimedia/tools/thumbnail
## Makefile.am of tdemultimedia/tools/thumbnail
INCLUDES = -I$(kde_includes)/arts $(all_includes) $(XINE_CFLAGS)

Loading…
Cancel
Save