automatic update by autodist [release 10-1mamba;Sat May 03 2014]
This commit is contained in:
parent
f890c59830
commit
0f3b906092
@ -1,2 +1,4 @@
|
||||
# jack_mixer
|
||||
|
||||
jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware counterpart. It has lot of useful features, apart from being able to mix multiple JACK audio streams.
|
||||
|
||||
|
58
jack_mixer.spec
Normal file
58
jack_mixer.spec
Normal file
@ -0,0 +1,58 @@
|
||||
Name: jack_mixer
|
||||
Version: 10
|
||||
Release: 1mamba
|
||||
Summary: A GTK+ JACK audio mixer app with a look similar to its hardware counterpart
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://home.gna.org/jackmixer/
|
||||
Source: http://download.gna.org/jackmixer/jack_mixer-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-fpconst
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware counterpart. It has lot of useful features, apart from being able to mix multiple JACK audio streams.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/gconf/schemas/jack_mixer.schemas
|
||||
%{_bindir}/jack_mixer
|
||||
%{_bindir}/jack_mixer.py
|
||||
%{_bindir}/jack_mix_box
|
||||
%{python_sitearch}/jack_mixer_c.la
|
||||
%{python_sitearch}/jack_mixer_c.so
|
||||
%{_datadir}/applications/jack_mixer.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/jack_mixer.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/jack_mixer.svg
|
||||
%{_datadir}/jack_mixer/*.py
|
||||
%doc AUTHORS COPYING
|
||||
#NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat May 03 2014 Automatic Build System <autodist@mambasoft.it> 10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Dec 18 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 9-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user