pkg://jackmix-0.0.1-2mdk.src.rpm:202695/jackmix.spec
info downloads
%define name jackmix
%define version 0.0.1
%define release 2mdk
Name: %{name}
Summary: Fancy mixer for JACK audio server
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
URL: http://pilatus.roederberg.dyndns.org/~arnold/jackmix/
License: GPL
Group: Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: qt3-devel jackit-devel
%description
Ever struggled with a number of jack applications on your desktop everyone
using its own master volume-fader but not one common place for all the
volumes directly accessible?
The solution to your problem is JackMix, a mixer app for jack that looks
exaclty like the mixer you would use if you had to connect your analog
equipment.
%prep
%setup -q
%build
make -f Makefile.cvs
%configure
# crappy fix for an error that should not be
perl -p -i -e 's/CXXLD\)/CXXLD\)\ \-L\/usr\/lib\/qt3\/lib\ \-ljack/g' jackmix/Makefile
%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
#menu
mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}
?package(%{name}): command="%{name}" icon="sound_section.png" needs="x11" title="JackMix" longtitle="Mixer for JACK audio server" section="Multimedia/Sound"
EOF
%clean
rm -rf $RPM_BUILD_ROOT
%post
%update_menus
%postun
%clean_menus
%files
%defattr(-,root,root)
%doc README
%{_bindir}/%name
%{_menudir}/%name
%changelog
* Fri Jul 16 2004 Michael Scherer <misc@mandrake.org> 0.0.1-2mdk
- rebuild for new gcc
* Fri Apr 2 2004 Austin Acton <austin@mandrake.org> 0.0.1-1mdk
- initial package