diff options
Diffstat (limited to 'tderadio3/tderadio.spec')
-rw-r--r-- | tderadio3/tderadio.spec | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/tderadio3/tderadio.spec b/tderadio3/tderadio.spec new file mode 100644 index 0000000..40bfa17 --- /dev/null +++ b/tderadio3/tderadio.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: <place release here, e.g. suse/mandrake> +Vendor: Martin Witte <witte@kawo1.rwth-aachen.de> +Packager: Martin Witte <witte@kawo1.rwth-aachen.de> +Url: http://sourceforge.net/projects/kradio +Group: trinity +Source: kradio-%version.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot + +%description +Comfortable V4L/V4L2-Radio Application for KDE + +TDERadio is a comfortable radio application for KDE with support for +V4L and V4L2 radio cards drivers. + +TDERadio 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 TDERadio Users. + +As TDERadio 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 <witte@kawo1.rwth-aachen.de> + Marcus Camen <mcamen@mcamen.de> + Klas Kalass <klas.kalass@gmx.de> + Frank Schwanz <schwanz@fh-brandenburg.de> + +%prep +%setup -q +. /etc/opt/trinity/common_options +update_admin --no-final + +%build +. /etc/opt/trinity/common_options +./configure $configkde --without-gl --libdir=$kde_libdir + +make + +%install +. /etc/opt/trinity/common_options +make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET + +%files +%defattr(-,root,root) +/opt/trinity/bin +/opt/trinity/share/appl*/*/*.desktop +/opt/trinity/lib*/kradio +/opt/trinity/share/apps/kradio +/opt/trinity/share/locale |