Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37619941
en ru br
ALT Linux repos
5.0: 1.1.0-alt0.1
4.1: 1.0.8-alt2
4.0: 1.0.8-alt1

Group :: Sound
RPM: qmpdclient

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: qmpdclient
Version: 1.0.8
Release: alt1

Summary: Qt4-based mpd client
License: GPL
Group: Sound
Url: http://havtknut.tihlde.org/qmpdclient/

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

Source: %name-%version.tar.bz2

BuildPreReq: gcc-c++ libqt4-devel >= 4.2.0

Requires: libqt4 >= 4.2.0

%description
QMPDClient is an easy to use MPD client written in Qt 4.1.

%prep
%setup

%build
export PATH=$PATH:%_qt4dir/bin
%__subst 's,/local,,' qmpdclient.pro
qmake
%__subst 's|-pipe |%optflags -fno-strict-aliasing |g' Makefile
%make_build

%install
%makeinstall INSTALL_ROOT=%buildroot
for i in 16 22 32 64 128; do
   install -pD -m644 icons/qmpdclient$i.png %buildroot%_iconsdir/hicolor/${i}x$i/apps/%name.png
done
install -pD -m644 icons/svg/qmpdclient.svg %buildroot%_iconsdir/hicolor/scalable/apps/%name.svg

%files
%_bindir/*
%_iconsdir/hicolor/*/apps/%name.*
%doc AUTHORS Changelog README THANKSTO

%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