Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > 652e5ea4a68ccc9e59d396b4d2beda67 > files > 5

vorbis-tools-1.0-0.rc3.4mdk.src.rpm

%define name vorbis-tools
%define version	1.0
%define release 0.rc3.4mdk
%define theirversion 1.0rc3

Name: %{name}
Summary: Several Ogg Vorbis Tools
Version: %{version}
Release: %{release}
Group: Sound
License: GPL
URL: http://www.xiph.org/
Source:	ftp://ftp.xiph.org/pub/vorbis-tools/%{name}-%{theirversion}.tar.bz2
Patch4: vorbis-tools-1.0rc3-next_on_SIGUSR1.patch.bz2
Patch5: vorbis-tools-1.0rc3-fix-ogg123-quiet-mode.patch.bz2
Patch6: vorbis-tools-1.0rc3-fix-oggenc-quiet-mode.patch.bz2
BuildRoot: %{_tmppath}/%{name}-root
Requires: libogg0 >= 1.0-0.rc3 libvorbis0 >= 1.0-0.rc3
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	gcc
BuildRequires:	libao-devel >= 0.8.2
BuildRequires:	libcurl-devel
BuildRequires:	libogg-devel >= 1.0-0.rc3
BuildRequires:	openssl-devel
BuildRequires:	libvorbis-devel >= 1.0-0.rc3
BuildRequires:	texinfo

%description
This package contains oggenc (and encoder) and ogg123 (a playback tool)

Find some free Ogg Vorbis music here: http://www.vorbis.com/music.html

%prep
%setup -q -n %{name}-%{theirversion}
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
%configure
make

%install
make DESTDIR=$RPM_BUILD_ROOT install

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README ogg123/ogg123rc-example
%{_bindir}/*
%{_mandir}/*/*.bz2

%changelog
* Sat Feb  2 2002 Pixel <pixel@mandrakesoft.com> 1.0-0.rc3.4mdk
- fix-oggenc-quiet-mode

* Sat Jan 19 2002 Stefan van der Eijk <stefan@eijk.nu> 1.0-0.rc3.3mdk
- BuildRequires (openssl-devel)

* Wed Jan 16 2002 Pixel <pixel@mandrakesoft.com> 1.0-0.rc3.2mdk
- fix-quiet-mode
- add BuildRequires libcurl-devel

* Mon Jan 14 2002 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.rc3.1mdk
- new version

* Tue Oct 16 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.rc2.3mdk
- fix obsolete-tag Copyright
- fix patch-not-applied 
- fix strange-permission 

* Tue Aug 14 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.rc2.2mdk
- version 1.0rc2

* Wed Aug  1 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.rc1.2mdk
- really remove my `ogginfo' implementation now that they provide one

* Sat Jun 23 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.rc1.1mdk
- version 1.0rc1

* Mon Mar 12 2001 Pixel <pixel@mandrakesoft.com> 1.0-0.beta4.2mdk
- adapt patch4

* Fri Mar  9 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.beta4.1mdk
- beta 4 release

* Sat Dec 30 2000 Pixel <pixel@mandrakesoft.com> 1.0-0.beta3.4mdk
- add next on SIGUSR1

* Fri Dec 29 2000 Pixel <pixel@mandrakesoft.com> 1.0-0.beta3.3mdk
- add close_devices (esp /dev/dsp) on suspend (SIGTSTP), and open_devices on SIGCONT

* Thu Dec  7 2000 Pixel <pixel@mandrakesoft.com> 1.0-0.beta3.2mdk
- defaults-to-OSS-driver instead of null dummy stupid one
- fix for -z option (shuffle) of ogg123

* Mon Nov 27 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-0.beta3.1mdk
- Package for Linux-Mandrake

* Sun Oct 29 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created