-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkde-plasma-alsa-volume.spec
86 lines (66 loc) · 2.38 KB
/
kde-plasma-alsa-volume.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Name: kde-plasma-alsa-volume
Version: 0.51.2
Release: 1%{?dist}
Summary: ALSA Volume Control plasmoid
Summary(ru): Плазмоид для управления ALSA устройствами
License: GPLv2+
Source0: https://github.com/F1ash/%{name}/archive/%{version}.tar.gz
URL: https://github.com/F1ash/%{name}
BuildArch: noarch
Requires: python-alsaaudio
BuildRequires: kdelibs4-devel
%description
%{name}
ALSA Volume Control plasmoid.
This plasmoid is very convenient, because it allows to each device
be reflected on the panel (or workspace) for control.
It can to detect the multiple audiodevices (audiocards) in system.
%description -l ru
%{name}
Плазмоид для управления ALSA устройствами.
Позволяет отражать для управления каждое устройство в панели
или рабочем пространстве. Может определять несколько аудио-карт
в системе.
%prep
%setup -q
%build
if [ -x %{_bindir}/plasma-dataengine-depextractor ] ; then
plasma-dataengine-depextractor .
fi
make %{?_smp_mflags}
%install
%{make_install}
%files
%{_kde4_datadir}/kde4/services/%{name}.desktop
%{_kde4_appsdir}/plasma/plasmoids/%{name}
%doc README COPYING Changelog
%changelog
* Mon Mar 31 2014 Fl@sh <[email protected]> - 0.51.2-1
- version update
* Mon Sep 30 2013 Fl@sh <[email protected]> - 0.51.1-1
- version update
* Fri Sep 27 2013 Fl@sh <[email protected]> - 0.51.0-1
- version update
* Thu Sep 19 2013 Fl@sh <[email protected]> - 0.50.0-1
- spec simplified;
- version update
* Mon Jul 01 2013 Fl@sh <[email protected]> - 0.43.5-1
- version update
* Thu Jun 06 2013 Fl@sh <[email protected]> - 0.42.3-1
- version update
* Tue Apr 02 2013 Fl@sh <[email protected]> - 0.42.2-1
- version update
* Wed Dec 06 2012 Fl@sh <[email protected]> - 0.41.2-1
- version update
- added docs-files & fixed files path
- added plasma-dataengine-depextractor approach
* Thu Sep 29 2011 Fl@sh <[email protected]> - 0.38.2-5
- selected stable method of wait thread run
* Tue Sep 27 2011 Fl@sh <[email protected]> - 0.38.1-5
- added python-alsaaudio requires in spec
* Mon Aug 29 2011 Fl@sh <[email protected]> - 0.38.1-3
- fixed Makefile
* Mon Aug 29 2011 Fl@sh <[email protected]> - 0.38.1-2
- fixed Makefile
* Mon Aug 22 2011 Fl@sh <[email protected]> - 0.38.1-1
- Initial build