diff -Nru kradio4-4.0.4/CMakeLists.txt kradio4-4.0.7/CMakeLists.txt --- kradio4-4.0.4/CMakeLists.txt 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/CMakeLists.txt 2013-01-26 17:34:23.000000000 +0000 @@ -6,7 +6,7 @@ FIND_PACKAGE(Subversion) -SET(KRADIO_VERSION "4.0.4") +SET(KRADIO_VERSION "4.0.7") IF(Subversion_FOUND) execute_process(COMMAND svn info ${CMAKE_CURRENT_SOURCE_DIR} @@ -26,6 +26,20 @@ MESSAGE(STATUS "Compiling KRadio4-${KRADIO_VERSION}") + + +######################################################################## +# Check if libboost is available # +######################################################################## + + +find_package( Boost 1.20 REQUIRED) +# find_package( Boost 1.xx COMPONENTS regex REQUIRED) + + + +######################################################################## + ADD_DEFINITIONS ( -DKRADIO_VERSION="\\"${KRADIO_VERSION}\\"" ${KDE4_DEFINITIONS} @@ -36,9 +50,14 @@ ADD_DEFINITIONS( -DKRADIO_ENABLE_FIXMES ) ENDIF(WITH_KRADIO_FIXMES) +LINK_DIRECTORIES( + ${Boost_LIBRARY_DIRS} +) + INCLUDE_DIRECTORIES( ${KDE4_INCLUDE_DIR} ${QT_INCLUDE_DIR} + ${Boost_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}/interfaces @@ -112,6 +131,7 @@ ${KDE4_KPARTS_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBRARY} + ${Boost_LIBRARIES} ) INSTALL(TARGETS kradio4 ${INSTALL_TARGETS_DEFAULT_ARGS}) diff -Nru kradio4-4.0.4/ChangeLog kradio4-4.0.7/ChangeLog --- kradio4-4.0.4/ChangeLog 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/ChangeLog 2013-01-26 17:34:23.000000000 +0000 @@ -1,3 +1,68 @@ +2013-01-26 (4.0.7) + + emw - release 4.0.7 + +2013-01-19 + + emw - fix for planar sound sample formats in very recent ffmpeg releases + - support for id3 tags in recording configuration + - fixed segfault in case sample format is unknown + - fixed charset/encoding of id3 tags / vorbis comments + +2012-08-15 (4.0.6) + + emw - release 4.0.6 + +2012-08-12 + + emw - bugfixes for playlist file .pls handling (BBC stations and further + UK radio stations, see bugreport 3534405) + - support for WMV playlists + - improved playlist type autodetection + +2012-08-02 (4.0.5) + + emw - bugfix for http error handling in playlist handler + - cleanup of internet radio libffmpeg/libav code + - fixed watchdog handlinlg: it was not stopped during station change + and caused accessing empty playlists, thus div/0 + - removing cr/lf in ICY meta data / RDS data for running text in GUI + - fixed typo in escape sequence code for ICY meta data parsing + - fixed content-type handling for mms streams (allows now skipping slow autodetection) + +2012-07-28 + + emw - finally fixed the problem with skips and stops in internet radio + stream decoding + - fixed handling of HTTP 304 (not modified) response code + + Paulo Cavalcanti + - updated preset file for RioDeJaneiro/Brazil + + Roman Paholík + - initial partial Slovak translation + +2012-04-09 + + emw - added watchdog for internet streams: reconnects after a configurable stall time + +2012-04-08 + + emw - visualization of disabled alarms + - endianess and sample conversion code speedup + - disabled alsa blocking usleep workaround by default and added configuration option + - updated German translation + - added config option for internet radio stations to set metadata encoding charsets + - further buffer management fixes to stop repeated skips on certain systems + - individual name for quickbar window title + +2012-02-19 + + Pavel Fric + - Czech translation update + + emw - spec file updates + 2012-02-18 (4.0.4) emw - improved shoutcast support: fixed "Accept:" HTTP header field diff -Nru kradio4-4.0.4/PKGBUILD kradio4-4.0.7/PKGBUILD --- kradio4-4.0.4/PKGBUILD 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/PKGBUILD 2013-01-26 17:34:23.000000000 +0000 @@ -7,7 +7,7 @@ url="http://kradio.sourceforge.net" license=('GPL') depends=('libsndfile' 'kdelibs>=4.2.0' 'lame' 'ffmpeg' 'libmms>=0.5' 'libogg' 'libvorbis' 'lirc>=0.8.0' 'dbus' 'alsa-lib' ) -makedepends=('svn' 'cmake>=2.6.2') +makedepends=('svn' 'cmake>=2.6.2' 'boost') source=() md5sums=() diff -Nru kradio4-4.0.4/TODO kradio4-4.0.7/TODO --- kradio4-4.0.4/TODO 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/TODO 2013-01-26 17:34:23.000000000 +0000 @@ -44,7 +44,7 @@ * make input/output buffer size configurable for internet radio * lirc 0.8.5 compatibility fixes * reactivate OSS support? - * fix reconnect for streams that stop after some time (e.g. 5 hours for WDR5 literaturmarathon) + * --done-- fix reconnect for streams that stop after some time (e.g. 5 hours for WDR5 literaturmarathon) * use pkgconfig stuff where possible * alsa config, pvr page, mute playback channel of recording if active playback always disabled * plugin libs version check diff -Nru kradio4-4.0.4/convert-presets/po/sk.po kradio4-4.0.7/convert-presets/po/sk.po --- kradio4-4.0.4/convert-presets/po/sk.po 1970-01-01 00:00:00.000000000 +0000 +++ kradio4-4.0.7/convert-presets/po/sk.po 2013-01-26 17:34:23.000000000 +0000 @@ -0,0 +1,64 @@ +# translation of convert-presets.po to Slovak +# Roman Paholik , 2012. +msgid "" +msgstr "" +"Project-Id-Version: convert-presets\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2012-02-18 23:35+0100\n" +"PO-Revision-Date: 2012-06-01 10:08+0100\n" +"Last-Translator: Roman Paholík \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: convert-presets.cpp:58 +#: convert-presets.cpp:139 +msgid "error opening preset file" +msgstr "chyba otvárania súboru predvolieb" + +#: convert-presets.cpp:60 +msgid "for reading" +msgstr "na čítanie" + +#: convert-presets.cpp:141 +msgid "for writing" +msgstr "na zápis" + +#: convert-presets.cpp:153 +msgid "error writing preset file" +msgstr "chyba zápisu súboru predvolieb" + +#: convert-presets.cpp:168 +msgid "kradio4-convert-presets" +msgstr "kradio4-convert-presets" + +#: convert-presets.cpp:170 +msgid "(c) 2003-2010 Martin Witte" +msgstr "(c) 2003-2010 Martin Witte" + +#: convert-presets.cpp:173 +msgid "Martin Witte" +msgstr "Martin Witte" + +#: convert-presets.cpp:178 +msgid "quiet mode - no informational output" +msgstr "tichý režim - žiadny informačný výstup" + +#: convert-presets.cpp:179 +msgid "preset files to convert" +msgstr "súbory predvolieb na prevod" + +#: rc.cpp:1 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Roman Paholík" + +#: rc.cpp:2 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "wizzardsk@gmail.com" + diff -Nru kradio4-4.0.4/debian/changelog kradio4-4.0.7/debian/changelog --- kradio4-4.0.4/debian/changelog 2012-02-19 09:01:50.000000000 +0000 +++ kradio4-4.0.7/debian/changelog 2013-05-11 23:34:25.000000000 +0000 @@ -1,3 +1,29 @@ +kradio4 (4.0.7-2) unstable; urgency=low + + * Upload to unstable + * Update debian/control - fix vcs-field-not-canonical + * Update Standards-Version: 3.9.4 - no changes + + -- Mark Purcell Sun, 12 May 2013 09:34:04 +1000 + +kradio4 (4.0.7-1) experimental; urgency=low + + * New upstream release + + -- Mark Purcell Sat, 02 Feb 2013 17:11:22 +1100 + +kradio4 (4.0.6-2) experimental; urgency=low + + * Added Build-Depends: libboost-dev - fixes FTBFS + + -- Mark Purcell Mon, 05 Nov 2012 10:57:15 +1100 + +kradio4 (4.0.6-1) experimental; urgency=low + + * New upstream release + + -- Mark Purcell Sat, 08 Sep 2012 13:45:35 +1000 + kradio4 (4.0.4-1) unstable; urgency=low * New upstream release diff -Nru kradio4-4.0.4/debian/compat kradio4-4.0.7/debian/compat --- kradio4-4.0.4/debian/compat 2012-02-19 02:38:51.000000000 +0000 +++ kradio4-4.0.7/debian/compat 2012-09-08 04:17:11.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru kradio4-4.0.4/debian/control kradio4-4.0.7/debian/control --- kradio4-4.0.4/debian/control 2012-02-19 03:14:48.000000000 +0000 +++ kradio4-4.0.7/debian/control 2013-05-11 23:30:08.000000000 +0000 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Mark Purcell -Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5), cmake, +Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.5), cmake, kdelibs5-dev (>= 4:4.2.0), gettext, libsndfile1-dev, liblircclient-dev, - libmms-dev, libvorbis-dev, libogg-dev, libavformat-dev, libglib2.0-dev, + libmms-dev, libvorbis-dev, libogg-dev, libavformat-dev, libglib2.0-dev, libboost-dev, libmp3lame-dev, libasound2-dev [linux-any] -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 Homepage: http://kradio.sourceforge.net/ -Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kradio4/trunk/ +Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/kradio4/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/kradio4/trunk/ diff -Nru kradio4-4.0.4/debian/rules kradio4-4.0.7/debian/rules --- kradio4-4.0.4/debian/rules 2012-02-19 02:38:51.000000000 +0000 +++ kradio4-4.0.7/debian/rules 2013-05-11 23:37:48.000000000 +0000 @@ -18,6 +18,7 @@ dh_auto_install --buildsystem=kde --destdir=debian/kradio4 install -D -p -m0644 debian/kradio4.xpm \ debian/kradio4/usr/share/pixmaps/kradio4.xpm + rm -f $(CURDIR)/debian/usr/sbin # remove useless documentation shipped upstream rm -f \ $(CURDIR)/debian/kradio4/usr/share/doc/kradio4/COPYING \ diff -Nru kradio4-4.0.4/interfaces/soundstreamclient_interfaces.cpp kradio4-4.0.7/interfaces/soundstreamclient_interfaces.cpp --- kradio4-4.0.4/interfaces/soundstreamclient_interfaces.cpp 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/interfaces/soundstreamclient_interfaces.cpp 2013-01-26 17:34:23.000000000 +0000 @@ -119,10 +119,10 @@ IF_IMPL_SENDER_FINE ( ISoundStreamServer, queryIsCaptureRunning, (SoundStreamID id, bool &b, SoundFormat &sf), isCaptureRunning(id, b, sf) ); -IF_IMPL_SENDER_FINE ( ISoundStreamServer, sendStartRecording, (SoundStreamID id, const QString &templ), +IF_IMPL_SENDER_FINE ( ISoundStreamServer, sendStartRecording, (SoundStreamID id, const recordingTemplate_t &templ), startRecording(id, templ) ); -IF_IMPL_SENDER_FINE ( ISoundStreamServer, sendStartRecordingWithFormat, (SoundStreamID id, const SoundFormat &proposed_format, SoundFormat &real_format, const QString &templ), +IF_IMPL_SENDER_FINE ( ISoundStreamServer, sendStartRecordingWithFormat, (SoundStreamID id, const SoundFormat &proposed_format, SoundFormat &real_format, const recordingTemplate_t &templ), startRecordingWithFormat(id, proposed_format, real_format, templ) ); IF_IMPL_SENDER_FINE ( ISoundStreamServer, sendStopRecording, (SoundStreamID id), diff -Nru kradio4-4.0.4/interfaces/soundstreamclient_interfaces.h kradio4-4.0.7/interfaces/soundstreamclient_interfaces.h --- kradio4-4.0.4/interfaces/soundstreamclient_interfaces.h 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/interfaces/soundstreamclient_interfaces.h 2013-01-26 17:34:23.000000000 +0000 @@ -38,6 +38,7 @@ #include "soundstreamid.h" #include "sound_metadata.h" #include "radiostation.h" +#include "recording_template.h" #define CALL_SNDSTR_SERVER(name, param, call) \ inline int name param const { \ @@ -137,11 +138,11 @@ // we need extra recording, in order to distinguish between plain capturing // (making sound data available to kradio) and writing a stream to disk or sth similar IF_SENDER_FINE ( sendStartRecording, (SoundStreamID id, - const QString &filenameTemplate = QString()) ) + const recordingTemplate_t &filenameTemplate = recordingTemplate_t()) ) IF_SENDER_FINE ( sendStartRecordingWithFormat, (SoundStreamID id, - const SoundFormat &proposed_format, - SoundFormat &real_format, - const QString &filenameTemplate = QString()) ) + const SoundFormat &proposed_format, + SoundFormat &real_format, + const recordingTemplate_t &filenameTemplate = recordingTemplate_t()) ) IF_SENDER_FINE ( sendStopRecording, (SoundStreamID id) ) IF_SENDER_FINE ( queryIsRecordingRunning, (SoundStreamID id, bool &running, SoundFormat &sf)) @@ -278,11 +279,11 @@ IF_RECEIVER_EMPTY( stopCapture(SoundStreamID /*id*/) ) IF_RECEIVER_EMPTY( isCaptureRunning(SoundStreamID /*id*/, bool &/*running*/, SoundFormat &/*sf*/) const ) - IF_RECEIVER_EMPTY( startRecording(SoundStreamID /*id*/, const QString &/*filenameTemplate*/) ) + IF_RECEIVER_EMPTY( startRecording(SoundStreamID /*id*/, const recordingTemplate_t & /*template*/) ) IF_RECEIVER_EMPTY( startRecordingWithFormat(SoundStreamID /*id*/, const SoundFormat &/*proposed_format*/, SoundFormat &/*real_format*/, - const QString &/*filenameTemplate*/ + const recordingTemplate_t &/*template*/ ) ) IF_RECEIVER_EMPTY( stopRecording(SoundStreamID /*id*/) ) IF_RECEIVER_EMPTY( isRecordingRunning(SoundStreamID /*id*/, bool &/*running*/, SoundFormat &/*sf*/) const ) @@ -368,13 +369,13 @@ CALL_SNDSTR_SERVER ( sendStopCapture, (SoundStreamID id), (id) ) CALL_SNDSTR_SERVER ( queryIsCaptureRunning, (SoundStreamID id, bool &b, SoundFormat &sf), (id, b, sf) ) - CALL_SNDSTR_SERVER ( sendStartRecording, (SoundStreamID id, const QString &filenameTemplate = QString()), (id, filenameTemplate) ) + CALL_SNDSTR_SERVER ( sendStartRecording, (SoundStreamID id, const recordingTemplate_t &templ = recordingTemplate_t()), (id, templ) ) CALL_SNDSTR_SERVER ( sendStartRecordingWithFormat, (SoundStreamID id, const SoundFormat &proposed_format, SoundFormat &real_format, - const QString &filenameTemplate = QString()), - (id, proposed_format, real_format, filenameTemplate) ) + const recordingTemplate_t &templ = recordingTemplate_t()), + (id, proposed_format, real_format, templ) ) CALL_SNDSTR_SERVER ( sendStopRecording, (SoundStreamID id), (id) ) CALL_SNDSTR_SERVER ( queryIsRecordingRunning, (SoundStreamID id, bool &b, SoundFormat &sf), (id, b, sf) ) diff -Nru kradio4-4.0.4/kradio.lsm kradio4-4.0.7/kradio.lsm --- kradio4-4.0.4/kradio.lsm 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/kradio.lsm 2013-01-26 17:34:23.000000000 +0000 @@ -1,6 +1,6 @@ Begin3 Title: kradio4 -Version: 4.0.4 +Version: 4.0.7 Entered-date: Description: Komfortable Radio Application for KDE >= 4.2 Keywords: radio v4l v4l2 video4linux kde lirc recording RDS diff -Nru kradio4-4.0.4/kradio4-fedora.spec kradio4-4.0.7/kradio4-fedora.spec --- kradio4-4.0.4/kradio4-fedora.spec 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/kradio4-fedora.spec 2013-01-26 17:34:23.000000000 +0000 @@ -1,6 +1,6 @@ %bcond_without ffmpeg -Version: 4.0.4 +Version: 4.0.7 %define rel2 release %define rel %{version}-%{rel2} Name: kradio4 @@ -27,6 +27,7 @@ Buildrequires: libvorbis-devel Buildrequires: qt-devel >= 4.4 Buildrequires: strigi-devel +Buildrequires: boost-devel %description KRadio is a comfortable radio application for KDE4 with support for diff -Nru kradio4-4.0.4/kradio4-opensuse.spec kradio4-4.0.7/kradio4-opensuse.spec --- kradio4-4.0.4/kradio4-opensuse.spec 1970-01-01 00:00:00.000000000 +0000 +++ kradio4-4.0.7/kradio4-opensuse.spec 2013-01-26 17:34:23.000000000 +0000 @@ -0,0 +1,100 @@ +# +# spec file for package KRadio4 +# +# Copyright (c) 2012 Ernst Martin Witte +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://sourceforge.net/tracker/?group_id=45668 +# +Name: kradio4 +Summary: AM/FM/INternet Radio Application for KDE 4.x +Version: 4.0.7 +Release: 1.opensuse +Group: Hardware/Radio +License: GPL-2.0+ +URL: http://kradio.sourceforge.net +Source: http://sourceforge.net/projects/kradio/files/kradio/%{version}/%name-%{version}.tar.gz +BuildRequires: fdupes +BuildRequires: libkde4-devel >= 4.2.0 +BuildRequires: libsndfile-devel +BuildRequires: libvorbis-devel +BuildRequires: lirc-devel +BuildRequires: libffmpeg-devel +BuildRequires: libmms-devel +BuildRequires: boost-devel +Provides: kde4-kradio = 4.0.7 +Obsoletes: kde4-kradio < 4.0.7 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%kde4_runtime_requires +Vendor: Martin Witte +Packager: Martin Witte + +%description +Comfortable AM/FM/Internet-Radio Application for KDE4 + +KRadio currently provides: + +* V4L/V4L2 Radio support +* Internet Radio support (libffmpeg) +* DBus support +* RDS support +* PVR support +* Remote Control support (LIRC) +* Alarms, Sleep Countdown +* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display, Shortcuts) +* Timeshifter Capability +* Recording Capabilities (mp3, ogg/vorbis, wav, ...) +* Extendable Plugin Architecture + +This Package also includes a growing collection of station preset +files for many cities around the world contributed by KRadio Users. + +As KRadio is based on an extendable plugin architecture, contributions +of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome. + +Authors: +-------- + Ernst Martin Witte + Marcus Camen + Klas Kalass + Frank Schwanz + + +%files -f %name.lang +%defattr(-,root,root,-) +%{_datadir}/pixmaps/kradio4.png +%{_docdir}/%{name} +%exclude %{_docdir}/%{name}/INSTALL +%{_kde4_bindir}/* +%{_kde4_libdir}/kradio4 +%{_kde4_appsdir}/kradio4 +%{_kde4_iconsdir}/* +%{_kde4_applicationsdir}/kradio4.desktop + +%prep +%setup -q + +%build +%cmake_kde4 +%make_jobs + +%install +%make_install +mkdir %{buildroot}/%{_docdir} +mv %{buildroot}/%{_docdir}/../%{name} %{buildroot}/%{_docdir}/%{name} +%suse_update_desktop_file -G "KDE Radio Tuner" kradio4 AudioVideo Tuner +%kde_post_install +%fdupes %{buildroot} +%find_lang kradio4 --all-name + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + diff -Nru kradio4-4.0.4/kradio4-opensuse11.spec kradio4-4.0.7/kradio4-opensuse11.spec --- kradio4-4.0.4/kradio4-opensuse11.spec 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/kradio4-opensuse11.spec 1970-01-01 00:00:00.000000000 +0000 @@ -1,77 +0,0 @@ -Name: kradio4 -Summary: AM/FM/INternet Radio Application for KDE 4.x -Version: 4.0.4 -Group: kde4 -License: GPL -URL: http://kradio.sourceforge.net -Release: 1_suse11.1 -Source: %name-%{version}.tar.gz -BuildRequires: kde4-filesystem -BuildRequires: cmake -BuildRequires: libkde4-devel -BuildRequires: libffmpeg-devel -BuildRequires: libmp3lame-devel -BuildRequires: lirc -BuildRequires: libogg-devel -BuildRequires: libvorbis-devel -%kde4_runtime_requires -Vendor: Martin Witte -Packager: Martin Witte -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Comfortable AM/FM/Internet-Radio Application for KDE4 - -KRadio currently provides: - -* V4L/V4L2 Radio support -* Internet Radio support (libffmpeg) -* DBus support -* RDS support -* PVR support -* Remote Control support (LIRC) -* Alarms, Sleep Countdown -* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display, Shortcuts) -* Timeshifter Capability -* Recording Capabilities (mp3, ogg/vorbis, wav, ...) -* Extendable Plugin Architecture - -This Package also includes a growing collection of station preset -files for many cities around the world contributed by KRadio Users. - -As KRadio is based on an extendable plugin architecture, contributions -of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome. - -Authors: --------- - Ernst Martin Witte - Marcus Camen - Klas Kalass - Frank Schwanz - - -%files -f %name.lang -%defattr(-,root,root,-) -%_kde_prefix/bin/* -%_kde_libdir/kradio4/* -%_kde_share_dir/apps/kradio4/* -%_kde_prefix/share/icons/* -%_kde_prefix/share/locale/* -%_kde_prefix/share/doc/* -%_kde_prefix/share/applications/kde4/* - -%prep -%setup -q - -%build -%cmake_kde4 -%make_jobs - -%install -%makeinstall -%kde_post_install -%find_lang %name - -%clean -rm -rf $RPM_BUILD_ROOT -rm -rf filelists diff -Nru kradio4-4.0.4/lokalize/lokalize-scripts/scripts.rc kradio4-4.0.7/lokalize/lokalize-scripts/scripts.rc --- kradio4-4.0.4/lokalize/lokalize-scripts/scripts.rc 2012-02-18 22:34:53.000000000 +0000 +++ kradio4-4.0.7/lokalize/lokalize-scripts/scripts.rc 2013-01-26 17:34:23.000000000 +0000 @@ -1,5 +1,5 @@ -