]> git.pld-linux.org Git - SPECS.git/blob - Mixer.app.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / Mixer.app.spec
1 Summary:        A Window Maker dock app with mixer
2 Summary(pl.UTF-8):      Dokująca aplikacja Window Makera z mikserem
3 Name:           Mixer.app
4 Version:        1.4.0
5 Release:        1
6 Group:          X11/Window Managers/Tools
7 License:        GPL
8 Source0:        http://www.student.hk-r.se/~pt96pli/mixer/%{name}-%{version}.tar.gz
9 # Source0-md5:  d4d646f8939288a6bc92bb85f6b098c0
10 URL:            http://www.student.hk-r.se/~pt96pli/mixer/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  XFree86-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15
16 %description
17 Mixer.app is a audio mixer utility. It is designed to be docked in
18 Window Maker. This utility has three volume controllers that can be
19 configured to handle any sound source, the default sources are
20 master-, cd- and pcm-volume. Sound sources can easily be muted and
21 there is also wheel mouse support.
22
23 %description -l pl.UTF-8
24 Mixer.app to program kontrolujący mikser audio. Jest zaprojektowany by
25 dokować się w Window Makerze. Ten program ma trzy kontrolery
26 głośności, które mogą być skonfigurowane tak, by mogły zarządzać
27 dowolnym źródłem dźwięku.
28
29 %prep
30 %setup  -q
31
32 %build
33 xmkmf -a
34 make    PREFIX=%{_prefix}/GNUstep/Apps/Mixer.app \
35         CXXDEBUGFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" \
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         PREFIX=%{_prefix}/GNUstep/Apps/Mixer.app
43
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog README
51 %dir %{_prefix}/GNUstep/Apps/Mixer.app
52 %attr(755,root,root) %{_prefix}/GNUstep/Apps/Mixer.app/*
This page took 0.111501 seconds and 3 git commands to generate.