2004-09-09 14:04:36 +00:00
|
|
|
|
Summary: The Vorbis General Audio Compression Codec tools.
|
|
|
|
|
Name: vorbis-tools
|
2005-11-09 21:29:14 +00:00
|
|
|
|
Version: 1.1.1
|
2006-10-30 02:28:41 +00:00
|
|
|
|
Release: 3%{?dist}
|
2004-09-09 14:06:15 +00:00
|
|
|
|
Epoch: 1
|
2004-09-09 14:04:36 +00:00
|
|
|
|
Group: Applications/Multimedia
|
2004-09-09 14:04:54 +00:00
|
|
|
|
License: GPL
|
2004-09-09 14:04:36 +00:00
|
|
|
|
URL: http://www.xiph.org/
|
|
|
|
|
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
|
2006-10-30 02:28:41 +00:00
|
|
|
|
Patch0: vorbis-tools-1.0-build.patch
|
2004-09-09 14:06:15 +00:00
|
|
|
|
Patch1: vorbis-tools-1.0-curlconfig.patch
|
2006-10-30 02:28:41 +00:00
|
|
|
|
Patch2: vorbis-tools-1.1.1-conversion.patch
|
2004-09-09 14:04:36 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 14:06:47 +00:00
|
|
|
|
Requires: libogg >= 2:1.1, libvorbis >= 1:%{version}, libao >= 0.8.4
|
|
|
|
|
BuildPrereq: libvorbis-devel >= 1:%{version}, libao-devel >= 0.8.4, curl-devel >= 7.8
|
|
|
|
|
BuildPrereq: speex-devel, flac-devel
|
2006-07-13 02:34:35 +00:00
|
|
|
|
BuildRequires: libtool
|
2004-09-09 14:04:36 +00:00
|
|
|
|
Obsoletes: vorbis
|
|
|
|
|
Provides: vorbis
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
|
|
|
|
general-purpose compressed audio format for audio and music at fixed
|
|
|
|
|
and variable bitrates from 16 to 128 kbps/channel.
|
|
|
|
|
|
2004-09-09 14:05:16 +00:00
|
|
|
|
The vorbis package contains an encoder, a decoder, a playback tool, and a
|
2004-09-09 14:04:36 +00:00
|
|
|
|
comment editor.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
2006-10-30 02:28:41 +00:00
|
|
|
|
%patch0 -p1
|
2004-09-09 14:06:15 +00:00
|
|
|
|
%patch1 -p1
|
2006-10-30 02:28:41 +00:00
|
|
|
|
%patch2 -p1 -b .conversion
|
2004-09-09 14:04:36 +00:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
|
|
|
|
perl -p -i -e "s/-ffast-math//" configure
|
2004-09-09 14:06:15 +00:00
|
|
|
|
|
2004-09-09 14:04:36 +00:00
|
|
|
|
%configure
|
2004-09-09 14:06:15 +00:00
|
|
|
|
export tagname=CC
|
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
2004-09-09 14:04:36 +00:00
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
2004-09-09 14:06:15 +00:00
|
|
|
|
export tagname=CC
|
|
|
|
|
make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install
|
2004-09-09 14:04:36 +00:00
|
|
|
|
|
2004-09-09 14:05:16 +00:00
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2004-09-09 14:04:36 +00:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS COPYING README ogg123/ogg123rc-example
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
2006-10-30 02:28:41 +00:00
|
|
|
|
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 1:1.1.1-3
|
|
|
|
|
- Fix charset conversion (#98816)
|
|
|
|
|
|
2006-07-13 02:34:35 +00:00
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-2
|
2006-07-12 08:45:12 +00:00
|
|
|
|
- rebuild
|
2006-07-13 02:34:35 +00:00
|
|
|
|
- Add missing br libtool
|
2006-07-12 08:45:12 +00:00
|
|
|
|
|
2006-02-11 05:58:31 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-1.2.1
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
2006-02-07 14:13:32 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.1-1.2
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2005-12-09 22:43:46 +00:00
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2005-11-09 21:29:14 +00:00
|
|
|
|
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.1.1-1
|
|
|
|
|
- Update to version 1.1.1
|
|
|
|
|
|
2005-03-29 16:31:45 +00:00
|
|
|
|
* Tue Mar 29 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.0.1-6
|
|
|
|
|
- rebuild for flac 1.1.2
|
|
|
|
|
|
2005-03-03 00:15:20 +00:00
|
|
|
|
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.0.1-5
|
|
|
|
|
- rebuild with gcc 4.0
|
|
|
|
|
|
2004-09-09 14:07:30 +00:00
|
|
|
|
* Tue Jul 28 2004 Colin Walters <walters@redhat.com>
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2004-09-09 14:07:26 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 14:07:11 +00:00
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 14:06:47 +00:00
|
|
|
|
* Fri Dec 12 2003 Bill Nottingham <notting@redhat.com> 1:1.0.1-1
|
|
|
|
|
- update to 1.0.1
|
|
|
|
|
|
2004-09-09 14:06:15 +00:00
|
|
|
|
* Tue Oct 21 2003 Bill Nottingham <notting@redhat.com> 1.0-7
|
|
|
|
|
- rebuild (#107673)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 1.0-6
|
|
|
|
|
- fix curl detection so ogg123 gets built (#103831)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Elliot Lee <sopwith@redhat.com> 1.0-5
|
|
|
|
|
- Fix link errors
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- add explicit epoch's where needed.
|
|
|
|
|
|
2004-09-09 14:05:41 +00:00
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1:1.0-2
|
|
|
|
|
- rebuild on all arches
|
|
|
|
|
|
2004-09-09 14:05:16 +00:00
|
|
|
|
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- one-dot-oh
|
|
|
|
|
|
2004-09-09 14:05:10 +00:00
|
|
|
|
* Tue Jul 16 2002 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- Add builddep on curl-devel
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 14:04:54 +00:00
|
|
|
|
* Tue Feb 26 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 1.0rc3-3
|
|
|
|
|
- s/Copyright/License/
|
|
|
|
|
- Add curl-devel as a build dependency
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 14:04:36 +00:00
|
|
|
|
* Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 1.0rc3
|
|
|
|
|
|
|
|
|
|
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 1.0rc2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- split libao, libvorbis out
|
|
|
|
|
|
|
|
|
|
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- own %%{_libdir}/ao
|
|
|
|
|
- I love libtool
|
|
|
|
|
|
|
|
|
|
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add links from library major version numbers in rpms
|
|
|
|
|
|
|
|
|
|
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to rc1
|
|
|
|
|
|
|
|
|
|
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
|
|
|
|
|
- fixed perl line in spec file to set optims correctly
|
|
|
|
|
|
|
|
|
|
* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix alpha/ia64, again
|
|
|
|
|
- use optflags, not -O20 -ffast-math (especially on alpha...)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix license tag
|
|
|
|
|
|
|
|
|
|
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- beta4
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix alpha/ia64
|
|
|
|
|
|
|
|
|
|
* Thu Feb 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update CVS in prep for beta4
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
|
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
|
|
|
|
|
none was specified.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 9 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update CVS, grab aRts backend for libao
|
|
|
|
|
|
|
|
|
|
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update CVS
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- rebuild because of broken fileutils
|
|
|
|
|
|
|
|
|
|
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- hack up specfile some, merge some packages
|
|
|
|
|
|
|
|
|
|
* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
|
|
|
|
|
- initial spec file created
|