Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 5b404b4f31be8899ce4aa3f5a8d1c946 > files > 4

cdloop-3.1.0-5mdk.src.rpm

%define name cdloop
%define version 3.1.0
%define release 5mdk
%define summary CDloop is an audio CD player with special looping capabilities

Summary: %{summary}
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL 
URL: http://www.cbrunzema.de/software.html#cdloop
Group: Sound
Source: %{name}-%{version}.tar.bz2
Patch:	cdloop-3.0.4-no-x.patch.bz2
Patch1:	cdloop-3.1.0-types.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  libguile-gtk-1.2-devel
# for amixer
BuildRequires: alsa-utils
BuildRequires: autoconf2.5
Requires: alsa-utils
Requires: %{_lib}guile-gtk-1.2_0 >= 0.31-2mdk

%description
CDloop is an audio CD player with special looping capabilities.
Intended for musicians who want to analyze or play along to parts of a CD.
The boundaries of the looped area on the CD can be adjusted in small steps.
Cdloop can pause before repeating the loop again so you 'stay in the groove'.
You can save your loop boundaries as bookmarks.
It runs under Linux/X11 with guile-gtk. 

CAUTION: System vol is set to max by program launch

%prep
%setup -q -n %name-%version
%patch
%patch1 -p1

%build
autoconf
%configure2_5x
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
mv %buildroot%_bindir/cdloop %buildroot%_bindir/cdloop-gui

mkdir -p $RPM_BUILD_ROOT/%{_menudir}
cat << EOF > $RPM_BUILD_ROOT/%{_menudir}/%{name}
?package(%{name}):\
needs="x11"\
section="Multimedia/Sound"\
title="Cdloop"\
longtitle="%{summary}"\
command="cdloop-gui"\
icon="cd-mdk.png"
EOF

%post
%{update_menus}

%postun
%{clean_menus} 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog INSTALL  README THANKS TODO doc/cdlooprc.example
%{_bindir}/cdloop*
%{_menudir}/%{name}

%changelog
* Sun Jun 20 2004 Charles A Edwards <eslrahc@bellsouth.net> 3.1.0-5mdk
- fix deps again

* Fri Jun  4 2004 Götz Waschk <waschk@linux-mandrake.com> 3.1.0-4mdk
- fix deps
- new g++

* Thu Aug 14 2003 Götz Waschk <waschk@linux-mandrake.com> 3.1.0-3mdk
- small build fix
- rename binary to fix conflict with cdtool

* Wed Mar 12 2003 Götz Waschk <waschk@linux-mandrake.com> 3.1.0-2mdk
- fix buildrequires

* Wed Mar 12 2003 Götz Waschk <waschk@linux-mandrake.com> 3.1.0-1mdk
- fix file list
- new version

* Tue Feb 18 2003 Götz Waschk <waschk@linux-mandrake.com> 3.0.4-1mdk
- patch to build without X
- fix deps
- fix URL
- from Charles A Edwards <eslrahc@bellsouth.net>
  - initial pkg