]> git.pld-linux.org Git - SPECS.git/blob - irmix.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / irmix.spec
1 #
2 # Conditional build:
3 %bcond_without  alsa            # without ALSA
4 #
5 Summary:        irmix - an audio mixer for Lirc
6 Summary(pl.UTF-8):      irmix - mikser dźwięku dla Lirca
7 Name:           irmix
8 Version:        0.1.4
9 Release:        0.1
10 License:        GPL v2
11 Group:          X11/Applications/Multimedia
12 Source0:        http://www.blackfiveservices.co.uk/projects/%{name}-%{version}.tar.gz
13 # Source0-md5:  4f1bf91bf3bd85698743875f3cf5788b
14 URL:            http://www.blackfiveservices.co.uk/irmix.shtml
15 BuildRequires:  XFree86-devel
16 %{?with_alsa:BuildRequires:     alsa-lib-devel}
17 BuildRequires:  lirc-devel
18 Requires:       lirc
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Irmix uses the Lirc infra-red receiver system to provide an imitation
23 of a TV's on-screen display, and handles making audio volumes
24 controllable from an infra-red remote control.
25
26 %description -l pl.UTF-8
27 Irmix pozwala na zdalną kontrolę miksera dźwięku przy pomocy
28 odbiornika podczerwieni obsługiwanego przez pakiet Lirc, imitując
29 dodatkowo znane z telewizorów wyświetlanie na ekranie, tzw. OSD.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure2_13 \
36         %{!?with_alsa:--disable-alsa}
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README TODO
51 %attr(755,root,root) %{_bindir}/*
This page took 0.349175 seconds and 3 git commands to generate.