Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > cba871be4a29f77842ee4bd03758aaaf > files > 2

jackmix-0.0.3-1mdk.src.rpm

%define name	jackmix
%define version	0.0.3
%define release 1mdk


Name: 	 	%{name}
Summary: 	Fancy mixer for JACK audio server
Version: 	%{version}
Release: 	%{release}

Source:		http://roederberg.dyndns.org/~arnold/file_share/jackmix/%{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
* Thu Dec 30 2004 Austin Acton <austin@mandrake.org> 0.0.3-1mdk
- 0.0.3
- source URL

* 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