diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:23:26 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:23:26 +0000 |
commit | ae364d9bed0589bf1a22cd5f530c563462379e3e (patch) | |
tree | e32727e2664e7ce68d0d30270afa040320ae35a1 /kradio3/kradio-suse.spec | |
download | tderadio-ae364d9bed0589bf1a22cd5f530c563462379e3e.tar.gz tderadio-ae364d9bed0589bf1a22cd5f530c563462379e3e.zip |
Added old KDE3 version of kradio
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1094417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/kradio-suse.spec')
-rw-r--r-- | kradio3/kradio-suse.spec | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/kradio3/kradio-suse.spec b/kradio3/kradio-suse.spec new file mode 100644 index 0000000..e8ec5c8 --- /dev/null +++ b/kradio3/kradio-suse.spec @@ -0,0 +1,67 @@ +# +# spec file for package kradio +# + +Name: kradio +License: GPL +Summary: V4L/V4L2-Radio Application for KDE +Version: snapshot_2006_11_12_r497 +Release: 1.suse +Vendor: Martin Witte <[email protected]> +Packager: Martin Witte <[email protected]> +Url: http://sourceforge.net/projects/kradio +Group: kde3 +Source: kradio-%version.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot + +%description +Comfortable V4L/V4L2-Radio Application for KDE + +KRadio is a comfortable radio application for KDE with support for +V4L and V4L2 radio cards drivers. + +KRadio currently provides: + +* V4L/V4L2 Radio support +* Remote Control support (LIRC) +* Alarms, Sleep Countdown +* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display) +* 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 <[email protected]> + Marcus Camen <[email protected]> + Klas Kalass <[email protected]> + Frank Schwanz <[email protected]> + +%prep +%setup -q +. /etc/opt/kde3/common_options +update_admin --no-final + +%build +. /etc/opt/kde3/common_options +./configure $configkde --without-gl --libdir=$kde_libdir + +make + +%install +. /etc/opt/kde3/common_options +make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET + +%files +%defattr(-,root,root) +/opt/kde3/bin +/opt/kde3/share/appl*/*/*.desktop +/opt/kde3/lib*/kradio +/opt/kde3/share/apps/kradio +/opt/kde3/share/locale |