Summary: An AC-3 audio encoder Name: aften Version: 0.0.8 Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://aften.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: cmake Provides: aften-devel = %{evr} Obsoletes: aften-devel < %{evr} %description Aften is an audio encoder which generates compressed audio streams based on ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby® Digital and is one of the audio codecs used in DVD-Video content. %prep %setup -q %build CFLAGS="%{optflags}"; export CFLAGS # aften insists on out-of-tree builds ... mkdir default cd default cmake .. -DCMAKE_INSTALL_PREFIX:STRING="%{_prefix}" make %install rm -rf %{buildroot} make -C default install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{_bindir}/aften %{_bindir}/wavfilter %{_bindir}/wavinfo %{_bindir}/wavrms %{_includedir}/aften/aften-types.h %{_includedir}/aften/aften.h %changelog * Sat Jul 26 2008 Axel Thimm - 0.0.8-1 - Initial build.