Summary: An encoder/decoder for the Free Lossless Audio Codec Name: flac Version: 1.1.4 Release: 1%{?dist} License: LGPL/GPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz Patch3: flac-1.1.3-gnu-stack.patch Patch4: flac-1.1.3-noxmms.patch Patch5: flac-1.1.3-link-ogg.patch URL: http://flac.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel, libogg-devel, doxygen, nasm BuildRequires: libtool, gettext-devel Obsoletes: flac-libs Provides: flac-libs %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 various music players. %package devel Summary: Static libraries and header files from FLAC Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains all the files needed to develop applications that will use the Free Lossless Audio Codec. %prep %setup -q %patch3 -p1 -b .gnu-stack %patch4 -p1 -b .noxmms %patch5 -p1 -b .link-ogg autoreconf -i -f %build export XMMS_CONFIG=no # Disable XMMS %configure --with-pic make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} find doc/ -name "Makefile*" -exec rm -f {} \; %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root,-) %doc AUTHORS COPYING* README %{_bindir}/flac %{_bindir}/metaflac %{_libdir}/*.so.* %{_mandir}/man1/* %files devel %defattr(-, root, root) %doc doc/html %{_includedir}/* %exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %{_datadir}/aclocal/*.m4 %changelog * Wed Feb 14 2007 - Bastien Nocera - 1.1.4-1 - Update to upstream 1.1.4 * Tue Feb 13 2007 - Bastien Nocera - 1.1.3-2 - A few fixes from the the Fedora merge review - Remove the static library * Tue Feb 13 2007 - Bastien Nocera - 1.1.3-1 - Update with work from Matthias Clasen up to upstream 1.1.3 (#229462) - Remove xmmx-flac Obsolete, as we don't ship the xmms plugin * Wed Jul 12 2006 Jesse Keating - 1.1.2-27 - rebuild - Try building w/ glib2-devel * Wed Jun 7 2006 Jeremy Katz - 1.1.2-26 - rebuild for -devel deps * Fri Feb 10 2006 Jesse Keating - 1.1.2-25.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.1.2-25.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Thu Apr 21 2005 Warren Togami - 1.1.2-25 - Fix buildreqs (#154649 thias) - obsolete older xmms-flac * Mon Apr 4 2005 Elliot Lee - 1.1.2-24 - Removed xmms-flac subpackage * Tue Mar 29 2005 John (J5) Palmieri 1.1.2-2 - Rebuild (flac picked up a dependancy on it's older version) * Mon Mar 28 2005 John (J5) Palmieri 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 * Wed Mar 02 2005 John (J5) Palmieri 1.1.0-9 - rebuild for gcc 4.0 * Wed Feb 23 2005 Colin Walters 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 * Thu Jul 15 2004 Tim Waugh 1.1.0-7 - Fixed warnings in shipped m4 file. * Mon Jun 21 2004 Colin Walters 1.1.0-6 - BuildRequire glib-devel for xmms plugin - BuildRequire nasm * Tue Jun 15 2004 Elliot Lee - rebuilt * Sun Apr 04 2004 Warren Togami 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 * Thu Mar 11 2004 Bill Nottingham 1.1.0-3 - fix x86_64 linkage (#117893) * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Aug 6 2003 Bill Nottingham 1.1.0-1 - initial build