/[packages]/cauldron/qasmixer/current/SPECS/qasmixer.spec
ViewVC logotype

Annotation of /cauldron/qasmixer/current/SPECS/qasmixer.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 183475 - (hide annotations) (download)
Sun Dec 18 00:58:13 2011 UTC (12 years, 4 months ago) by matteo
File size: 1302 byte(s)
version upgrade
1 ahmad 77537 Summary: A mixer application for ALSA powered by a Qt GUI
2     Name: qasmixer
3 matteo 183475 #Version: 0.10.1
4     Version: 0.15
5 ahmad 77537 Release: %mkrel 1
6     Url: http://xwmw.org/qasmixer/
7 matteo 183475 Source0: http://sourceforge.net/projects/qasmixer/files/%{version}/%{name}_%{version}.tar.xz
8 ahmad 77537 License: GPLv3
9     Group: Sound
10     BuildRequires: cmake
11     BuildRequires: qt4-devel
12     BuildRequires: libalsa-devel
13     BuildRequires: desktop-file-utils
14    
15     %description
16     QasMixer is a mixer application for ALSA (the Advanced Linux Sound System)
17     powered by a Qt GUI.
18    
19     It shows the same sliders and switches as alsamixer but has additional features
20     beyond that.
21    
22     By using the ALSA mixer interface it aims to stay close to the sound hardware.
23    
24     %prep
25 matteo 183475 %setup -q -n %{name}_%{version}
26 ahmad 77537
27     %build
28     %cmake
29     %make
30    
31     %install
32     rm -rf %{buildroot}
33     %makeinstall_std -C build
34    
35     # make the .desktop file compliant with freedesktop specs
36     desktop-file-install \
37     --dir %{buildroot}%{_datadir}/applications/ \
38     %{buildroot}%{_datadir}/applications/*.desktop
39    
40     # it'll be %%doc'ed
41 matteo 183475 %__rm -f %{buildroot}%{_datadir}/%{name}/COPYING
42 ahmad 77537
43     %find_lang %{name}
44    
45     %clean
46 matteo 183475 %__rm -rf %{buildroot}
47 ahmad 77537
48     %files -f %{name}.lang
49     %defattr(-,root,root)
50     %doc CHANGELOG COPYING README
51     %{_bindir}/%{name}
52     %{_datadir}/applications/%{name}.desktop
53     %{_datadir}/icons/hicolor/*/apps/%{name}.*
54     %{_datadir}/%{name}
55     %{_mandir}/man1/*

  ViewVC Help
Powered by ViewVC 1.1.30