]> git.pld-linux.org Git - packages/aumix-gtk.git/blob - aumix-gtk.spec
- massive attack, adding Source-md5
[packages/aumix-gtk.git] / aumix-gtk.spec
1 # NOTE:         Please keep in sync with aumix.
2 Summary:        curses and X11/Gtk ased audio mixer
3 Summary(de):    Audio-Mixer auf curses- und X11/Gtk-Basis
4 Summary(pl):    Mikser audio bazuj±cy na curses i Gtk+
5 Name:           aumix-gtk
6 Version:        2.7
7 Release:        5
8 License:        GPL
9 Group:          Applications/Sound
10 Source0:        http://www.jpj.net/~trevor/aumix/aumix-%{version}.tar.gz
11 # Source0-md5: 84ecc331bf6d86d3ac925590fee83af7
12 Source2:        aumix.desktop
13 Patch0:         aumix-home_etc.patch
14 Patch1:         aumix-xaumix.patch
15 Patch2:         aumix-ac250.patch
16 URL:            http://www.jpj.net/~trevor/aumix.html
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gtk+-devel >= 1.2.0
20 BuildRequires:  ncurses-devel >= 5.0
21 BuildRequires:  gpm-devel
22 BuildRequires:  gettext-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24 Provides:       aumix
25 Obsoletes:      aumix
26 Conflicts:      aumix
27
28
29 %description
30 This program provides a tty- and X11/Gtk-based, interactive method of
31 controlling a sound card's mixer. It lets you adjust the input levels
32 from the CD, microphone, and onboard synthesizers as well as the
33 output volume.
34
35 %description -l de
36 Dieses Programm bietet eine interaktive Methode auf tty- und
37 X11/Gtk-Basis zur Steuerung eines Soundkarten-Mixers. Sie können damit
38 die Eingangspegel der CD, des Mikrophons und von Synthesizer-Karten
39 sowie auch die Ausgabelautstärke regeln.
40
41 %description -l pl
42 Ten program przynosi bazuj±c± na tty oraz X11/Gtk, interaktywn± metodê
43 kontrolowania miksera karty d¼wiêkowej. aumix pozwala zmieniaæ poziom
44 sygna³u nadchodz±cego z CD, mikrofonu i syntetyzerów tak samo jak
45 poziom sygna³u wyj¶ciowego.
46
47 %prep
48 %setup -q -n aumix-%{version}
49 %patch0 -p1
50 %patch1 -p1
51 %patch2 -p1
52
53 %build
54 rm -rf missing acinclude.m4
55 %{__gettextize}
56 %{__aclocal}
57 %{__autoconf}
58 %{__automake}
59
60 CPPFLAGS="-I/usr/include/ncurses" \
61 %configure
62
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Multimedia,%{_pixmapsdir}} \
68         $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}}
69
70 %{__make} install DESTDIR=$RPM_BUILD_ROOT
71
72 mv -f $RPM_BUILD_ROOT%{_datadir}/aumix/*xpm $RPM_BUILD_ROOT%{_pixmapsdir}
73
74 install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
75
76 touch $RPM_BUILD_ROOT%{_sysconfdir}/aumixrc
77
78 %find_lang aumix
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -f aumix.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS BUGS ChangeLog NEWS README TODO
86 %config(noreplace,missingok) %verify(not size mtime md5) %{_sysconfdir}/aumixrc
87
88 %attr(755,root,root) %{_bindir}/aumix
89
90 %{_pixmapsdir}/*.xpm
91 %{_applnkdir}/Multimedia/aumix.desktop
92
93 %{_datadir}/aumix
94 %{_mandir}/man1/*
This page took 0.068224 seconds and 4 git commands to generate.