Git commit ef2633c1ef6b399d4e09bcb749233ee69e9ef9b3 by Thomas Eschenbacher. Committed on 29/01/2016 at 18:24. Pushed by eschenbacher into branch 'master'.
changed wording: "... for KDE 4" -> "... built on KDE Frameworks 5" M +11 -7 README M +4 -3 doc/en/index.docbook M +1 -1 kwave.ebuild.in M +2 -2 kwave.lsm M +3 -3 kwave/main.cpp M +1 -1 libkwave/SignalManager.cpp M +1 -1 plugins/about/AboutDialog.cpp M +1 -1 plugins/record/RecordPlugin.cpp http://commits.kde.org/kwave/ef2633c1ef6b399d4e09bcb749233ee69e9ef9b3 diff --git a/README b/README index a278088..82bc82b 100644 --- a/README +++ b/README @@ -1,8 +1,12 @@ -This is the "Kwave" source distribution, a sound editor for KDE. + ---------------------------------------------------------------------------- +| | +| This is "Kwave", a sound editor built on KDE Frameworks 5 | +| | + ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- -| It is hosted on SourceForge, so you are welcome to visit | -| the Kwave homepage at: "http://kwave.sourceforge.net". | +| It is hosted on KDE and on SourceForge, so you are welcome to visit | +| the Kwave homepage at: "http://kwave.sourceforge.net" for details. | ---------------------------------------------------------------------------- If you are interested what has been done and what has to be done, then @@ -142,6 +146,7 @@ I am currently developing under a Gentoo Linux distribution * fftw >= 3.0 (for Sonagram plugin / FFT) * pulseaudio >= 0.9.16 (for record/playback via PulseAudio) * samplerate >= 0.1.3 (for sample rate conversion) +* gettext (for msgmerge) Some tools that are normally installed in every distribution: * sed, bash, msgcat, msgmerge, msgfmt, xgettext, cat, find, bzip2, perl @@ -176,11 +181,10 @@ packets should be sufficient for building: - kxmlgui - kwidgetsaddons -These programs are needed for generating the online help; + additionally, for generating the online help; -* po2xml and xml2pot (included in the "kdesdk" package) -* msgmerge (included in the "gettext" package) -* checkXML (included in kdelibs-4) + - poxml (for po2xml and xml2pot) + - kdoctools (for checkXML5) known distributions / architectures: ------------------------------------ diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 9c350fa..2c66f64 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -323,10 +323,11 @@ <date>2015-05-25</date> <releaseinfo>&version;</releaseinfo> - <abstract><para>&kwave; is a simple sound editor for KDE.</para></abstract> + <abstract><para>&kwave; is a simple sound editor built on KDE Frameworks 5.</para></abstract> <keywordset> <keyword>KDE</keyword> + <keyword>KF5</keyword> <keyword>multimedia</keyword> <keyword>sound</keyword> <keyword>audio</keyword> @@ -348,7 +349,7 @@ <chapter id="introduction"><title>Introduction</title> <para> - This is "&kwave;", a simple sound editor for KDE Frameworks 5. + This is "&kwave;", a simple sound editor built on KDE Frameworks 5. Its features include: <itemizedlist> <listitem><para> @@ -1646,7 +1647,7 @@ <para> For example, the following command starts a &kwave; and opens all sounds of the KDE window manager, each in a new window or sub window: - <screen><prompt>% </prompt><command>kwave <filename>/usr/share/sounds/KDE_Window*.wav</filename></command></screen> + <screen><prompt>% </prompt><command>kwave <filename>/usr/share/sounds/KDE-*.ogg</filename></command></screen> </para> <para> It is also possible to pass &kwave; text commands, encoded as a diff --git a/kwave.ebuild.in b/kwave.ebuild.in index f747725..1d1b8e5 100644 --- a/kwave.ebuild.in +++ b/kwave.ebuild.in @@ -8,7 +8,7 @@ KDE_LINGUAS="@KWAVE_BUILD_LINGUAS_STRING@" KDE_HANDBOOK="optional" inherit kde5 -DESCRIPTION="A sound editor for KDE that can edit many types of audio files" +DESCRIPTION="@RPM_DESCRIPTION@" HOMEPAGE="http://kwave.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-1.tar.bz2" diff --git a/kwave.lsm b/kwave.lsm index f6c43b1..684dd62 100644 --- a/kwave.lsm +++ b/kwave.lsm @@ -2,13 +2,13 @@ Begin3 Title: kwave Version: 0.9.0 Entered-date: 25MAY2015 -Description: A sound editor for KDE that can edit many types of audio files. +Description: A sound editor built on KDE Frameworks 5 that can edit many types of audio files. Keywords: KDE, Qt, WAV, Sound, Editor, Effects, playback, recording Author: Martin Wilz <[email protected]> Maintained-by: Thomas Eschenbacher <[email protected]> Homepage: http://kwave.sourceforge.net Primary-site: http://kwave.sourceforge.net Original-site: http://kwave.sourceforge.net -Platform: Linux, i386 and many others, needs libqt >= 4.7, KDE-libs >= 4.0 +Platform: Linux, i386 and many others, needs libqt >= 5.4, KDE Frameworks >= 5.2 Copying-policy: GPL and others, see LICENSES file End diff --git a/kwave/main.cpp b/kwave/main.cpp index b24a615..09c2c4e 100644 --- a/kwave/main.cpp +++ b/kwave/main.cpp @@ -189,9 +189,9 @@ int main(int argc, char **argv) _(PACKAGE), i18n("Kwave"), _(PACKAGE_VERSION), - i18n("A sound editor for KDE"), + i18n("A sound editor built on KDE Frameworks 5"), KAboutLicense::GPL_V2, - i18n("(c) 2015, Thomas Eschenbacher"), + i18n("(c) 2016, Thomas Eschenbacher"), QString(), _("http://kwave.sourceforge.net"), _("[email protected]") @@ -202,7 +202,7 @@ int main(int argc, char **argv) KAboutData::setApplicationData(about); /* show some version info */ - printf("\nThis is %s v%s (compiled for KDE %s)\n", + printf("\nThis is %s v%s (compiled for KDE Frameworks %s)\n", about.productName().toLatin1().data(), about.version().toLatin1().data(), KXMLGUI_VERSION_STRING diff --git a/libkwave/SignalManager.cpp b/libkwave/SignalManager.cpp index 609e74a..48b04dd 100644 --- a/libkwave/SignalManager.cpp +++ b/libkwave/SignalManager.cpp @@ -399,7 +399,7 @@ int Kwave::SignalManager::save(const QUrl &url, bool selection) const KAboutData about_data = KAboutData::applicationData(); QString software = about_data.displayName() + _("-") + about_data.version() + - i18n(" for KDE ") + + i18n(" for KDE Frameworks ") + _(KXMLGUI_VERSION_STRING); qDebug("adding software tag: '%s'", DBG(software)); file_info.set(Kwave::INF_SOFTWARE, software); diff --git a/plugins/about/AboutDialog.cpp b/plugins/about/AboutDialog.cpp index 4652a50..fcbbd89 100644 --- a/plugins/about/AboutDialog.cpp +++ b/plugins/about/AboutDialog.cpp @@ -72,7 +72,7 @@ Kwave::AboutDialog::AboutDialog( QString kwave_version = about_data.componentName()+ _(" ") + about_data.version() + _(" "); QString header_text = _("<h2>") + kwave_version + - i18n("(built for KDE %1)", kde_version) + _("</h2>"); + i18n("(built for KDE Frameworks %1)", kde_version) + _("</h2>"); header->setText(header_text); /* the frame containing the developer information */ diff --git a/plugins/record/RecordPlugin.cpp b/plugins/record/RecordPlugin.cpp index c1d7c11..e03afd7 100644 --- a/plugins/record/RecordPlugin.cpp +++ b/plugins/record/RecordPlugin.cpp @@ -983,7 +983,7 @@ void Kwave::RecordPlugin::startRecording() const KAboutData about_data = KAboutData::applicationData(); QString software = about_data.componentName() + _("-") + about_data.version() + - i18n(" for KDE ") + + i18n(" for KDE Frameworks ") + _(KXMLGUI_VERSION_STRING); qDebug("adding software tag: '%s'", DBG(software)); fileInfo.set(Kwave::INF_SOFTWARE, software); _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
