2007-02-13 15:32:00 +00:00
|
|
|
Summary: An encoder/decoder for the Free Lossless Audio Codec
|
2004-09-09 04:45:51 +00:00
|
|
|
Name: flac
|
2007-09-10 21:59:47 +00:00
|
|
|
Version: 1.2.0
|
|
|
|
Release: 1%{?dist}
|
2004-09-09 04:45:51 +00:00
|
|
|
License: LGPL/GPL
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
|
2007-09-10 21:59:47 +00:00
|
|
|
Patch1: flac-1.1.3-gnu-stack.patch
|
2004-09-09 04:45:51 +00:00
|
|
|
URL: http://flac.sourceforge.net/
|
2007-02-13 15:32:00 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2006-07-12 21:56:40 +00:00
|
|
|
BuildRequires: glib2-devel, libogg-devel, doxygen, nasm
|
2007-09-10 21:59:47 +00:00
|
|
|
BuildRequires: gettext-devel
|
2004-09-09 04:47:19 +00:00
|
|
|
Obsoletes: flac-libs
|
2007-02-14 11:55:44 +00:00
|
|
|
Provides: flac-libs
|
2004-09-09 04:45:51 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
|
|
|
|
is similar to Ogg Vorbis, but lossless. The FLAC project consists of
|
|
|
|
the stream format, reference encoders and decoders in library form,
|
|
|
|
flac, a command-line program to encode and decode FLAC files, metaflac,
|
|
|
|
a command-line metadata editor for FLAC files and input plugins for
|
2005-04-04 18:13:13 +00:00
|
|
|
various music players.
|
2004-09-09 04:45:51 +00:00
|
|
|
|
|
|
|
%package devel
|
2007-02-14 11:55:44 +00:00
|
|
|
Summary: Static libraries and header files from FLAC
|
2004-09-09 04:45:51 +00:00
|
|
|
Group: Development/Libraries
|
2005-04-22 04:40:43 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2007-02-14 12:34:40 +00:00
|
|
|
Requires: pkgconfig
|
2004-09-09 04:45:51 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all the files needed to develop applications that
|
|
|
|
will use the Free Lossless Audio Codec.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-09-10 21:59:47 +00:00
|
|
|
%patch1 -p1 -b .gnu-stack
|
2005-03-28 20:00:13 +00:00
|
|
|
|
2004-09-09 04:45:51 +00:00
|
|
|
%build
|
2005-04-04 18:13:13 +00:00
|
|
|
export XMMS_CONFIG=no # Disable XMMS
|
2007-09-10 21:59:47 +00:00
|
|
|
%configure --with-pic --disable-xmms-plugin
|
2005-03-28 20:00:13 +00:00
|
|
|
|
2004-09-09 04:45:51 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2007-02-13 15:32:00 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2004-09-09 04:45:51 +00:00
|
|
|
find doc/ -name "Makefile*" -exec rm -f {} \;
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2004-09-09 04:47:19 +00:00
|
|
|
%defattr(-, root, root,-)
|
2004-09-09 04:45:51 +00:00
|
|
|
%doc AUTHORS COPYING* README
|
|
|
|
%{_bindir}/flac
|
|
|
|
%{_bindir}/metaflac
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc doc/html
|
|
|
|
%{_includedir}/*
|
2007-02-13 15:32:00 +00:00
|
|
|
%exclude %{_libdir}/*.a
|
2004-09-09 04:45:51 +00:00
|
|
|
%exclude %{_libdir}/*.la
|
|
|
|
%{_libdir}/*.so
|
2007-02-14 12:34:40 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
2004-09-09 04:45:51 +00:00
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
|
|
|
|
%changelog
|
2007-09-10 21:59:47 +00:00
|
|
|
* Mon Sep 10 2007 - Bastien Nocera <bnocera@redhat.com> - 1.2.0
|
|
|
|
- Update for 1.20 and drop obsolete patches (#285161)
|
|
|
|
|
2007-08-24 12:23:56 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 1.1.4-5
|
|
|
|
- Rebuild for build ID
|
|
|
|
|
2007-04-12 12:51:25 +00:00
|
|
|
* Thu Apr 12 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-4
|
|
|
|
- The byteSwap symbol shouldn't be global, reported by Joe Orton
|
|
|
|
<jorton@redhat.com> (#215920)
|
|
|
|
|
2007-02-14 12:34:40 +00:00
|
|
|
* Wed Feb 14 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-3
|
|
|
|
- Also include the new pkgconfig files
|
|
|
|
|
2007-02-14 12:15:25 +00:00
|
|
|
* Wed Feb 14 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-2
|
|
|
|
- Update link-ogg patch for 1.1.4
|
|
|
|
|
2007-02-14 11:55:44 +00:00
|
|
|
* Wed Feb 14 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-1
|
|
|
|
- Update to upstream 1.1.4
|
|
|
|
|
2007-02-13 15:32:00 +00:00
|
|
|
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.3-2
|
|
|
|
- A few fixes from the the Fedora merge review
|
|
|
|
- Remove the static library
|
|
|
|
|
2007-02-13 08:58:41 +00:00
|
|
|
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 1.1.3-1
|
|
|
|
- Update with work from Matthias Clasen <mclasen@redhat.com> up
|
|
|
|
to upstream 1.1.3 (#229462)
|
|
|
|
- Remove xmmx-flac Obsolete, as we don't ship the xmms plugin
|
|
|
|
|
2006-07-12 21:56:40 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-27
|
2006-07-12 05:49:03 +00:00
|
|
|
- rebuild
|
2006-07-12 21:56:40 +00:00
|
|
|
- Try building w/ glib2-devel
|
2006-07-12 05:49:03 +00:00
|
|
|
|
2006-06-07 21:45:10 +00:00
|
|
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.1.2-26
|
|
|
|
- rebuild for -devel deps
|
|
|
|
|
2006-02-11 02:44:28 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-25.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:40:30 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.2-25.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:26 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-04-22 04:40:43 +00:00
|
|
|
* Thu Apr 21 2005 Warren Togami <wtogami@redhat.com> - 1.1.2-25
|
|
|
|
- Fix buildreqs (#154649 thias)
|
|
|
|
- obsolete older xmms-flac
|
|
|
|
|
2005-04-04 18:13:13 +00:00
|
|
|
* Mon Apr 4 2005 Elliot Lee <sopwith@redhat.com> - 1.1.2-24
|
|
|
|
- Removed xmms-flac subpackage
|
|
|
|
|
2005-03-29 16:50:43 +00:00
|
|
|
* Tue Mar 29 2005 John (J5) Palmieri <johnp@redhat.com> 1.1.2-2
|
|
|
|
- Rebuild (flac picked up a dependancy on it's older version)
|
|
|
|
|
2005-03-28 17:11:48 +00:00
|
|
|
* Mon Mar 28 2005 John (J5) Palmieri <johnp@redhat.com> 1.1.2-1
|
|
|
|
- Update to upstream version 1.1.2
|
|
|
|
- Replace flac-1.1.0-libtool.patch with flac-1.1.2-libtool.patch
|
|
|
|
|
2005-03-02 23:31:16 +00:00
|
|
|
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 1.1.0-9
|
|
|
|
- rebuild for gcc 4.0
|
|
|
|
|
2005-02-23 19:26:34 +00:00
|
|
|
* Wed Feb 23 2005 Colin Walters <walters@redhat.com> 1.1.0-8
|
|
|
|
- New patch flac-1.1.0-gnu-stack.patch from Ulrich Drepper to mark asm
|
|
|
|
as not requiring an executable stack
|
2005-02-01 16:12:32 +00:00
|
|
|
|
2004-09-09 04:47:30 +00:00
|
|
|
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1.1.0-7
|
|
|
|
- Fixed warnings in shipped m4 file.
|
|
|
|
|
2004-09-09 04:47:27 +00:00
|
|
|
* Mon Jun 21 2004 Colin Walters <walters@redhat.com> 1.1.0-6
|
|
|
|
- BuildRequire glib-devel for xmms plugin
|
|
|
|
- BuildRequire nasm
|
|
|
|
|
2004-09-09 04:47:22 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:47:19 +00:00
|
|
|
* Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 1.1.0-4
|
|
|
|
- #119551 flac-xmms -> xmms-flac to match fedora.us and freshrpms.net
|
|
|
|
- Obsoletes flac-libs to upgrade smoothly from fedora.us
|
|
|
|
|
2004-09-09 04:46:20 +00:00
|
|
|
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.1.0-3
|
|
|
|
- fix x86_64 linkage (#117893)
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:45:51 +00:00
|
|
|
* Wed Aug 6 2003 Bill Nottingham <notting@redhat.com> 1.1.0-1
|
|
|
|
- initial build
|