Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37908882
en ru br
ALT Linux repos
4.1: 0.8.1c-alt1
4.0: 0.8.1c-alt1
3.0: 0.8.1c-alt1

Group :: Sound
RPM: qtradio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: qtradio
Version: 0.8.1c
Release: alt1

Summary: QtRadio - lets you listen to the radio using Video4Linux or Video4Linux2
License: GPL
Group: Sound
Url: http://linux.perlak.com
Packager: Andrey Semenov <mitrofan at altlinux.ru>

Source: QtRadio-%version.tar.bz2
Source1: %name.menu
Source2: %name.png

# Automatically added by buildreq on Mon Jul 07 2003

BuildRequires: XFree86-devel XFree86-libs fontconfig freetype2 gcc-c++
BuildRequires: libGLU libaudio libexpat libjpeg-devel liblcms libmng
BuildRequires: libpng-devel libqt3-devel libstdc++-devel zlib-devel

%description
This application lets you listen to the radio using Video4Linux or Video4Linux2
(There are still a lot of things to do, so not everything works fine)
It also uses OSS drivers for setting volume (it is still in alpha mode)

%prep
%setup -q -n QtRadio-0.8.1
for i in %name/main.cpp %name/qtradio.cpp %name/TrayIcon.cpp
do
 %__subst 's|/usr/local|/usr|g' $i
done

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure
%make

%install
%__mkdir -p %buildroot%_datadir
%__cp -R QtRadio %buildroot%_datadir
%__install -pD -m644 %SOURCE1 %buildroot%_menudir/%name
%__install -pD -m644 %SOURCE2 %buildroot%_datadir/pixmaps/%name.png
%makeinstall

%post
%update_menus

%postun
%clean_menus

%files
%doc AUTHORS COPYING ChangeLog INSTALL README TODO VERSION
%_bindir/*
%_menudir/*
%_datadir/QtRadio
%_datadir/pixmaps/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin