File alsa-plugins-a52.spec of Package alsa-plugins
#
# spec file for package alsa-plugins-a52 (Version 1.0.16)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: alsa-plugins-a52
BuildRequires: alsa-devel ffmpeg-devel pkg-config
%define package_version 1.0.16
Url: http://www.alsa-project.org/
Summary: A52 Encoding Plug-In for the ALSA Library
Version: 1.0.16
Release: 44
License: GPL v2 or later; LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
Source: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{package_version}.tar.bz2
# Patch: alsa-plugins-hg-fixes.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the A52 encoding plug-in for the ALSA library.
Authors:
--------
Takashi Iwai <tiwai@suse.de>
%prep
%setup -q -n alsa-plugins-%{package_version}
# %patch -p1
%build
%{?suse_update_config:%{suse_update_config -f}}
autoreconf -fi
%configure
make -C a52
make -C rate-lavc
%install
make -C a52 DESTDIR="$RPM_BUILD_ROOT" install
make -C rate-lavc DESTDIR="$RPM_BUILD_ROOT" install
# modules don't need *.la files
rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.la
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc COPYING
%doc doc/a52.txt
%doc doc/lavcrate.txt
%{_libdir}/alsa-lib/libasound_module_pcm_a52.so
%{_libdir}/alsa-lib/libasound_module_rate_*.so
%changelog
* Fri Feb 08 2008 tiwai@suse.de
- updated to version 1.0.16-final:
* just a version bump
* Tue Jan 22 2008 tiwai@suse.de
- updated to version 1.0.16rc1:
* just a version bump
* Tue Oct 16 2007 tiwai@suse.de
- updated to version 1.0.15:
* just a version number update for this plugin
* Tue Jun 05 2007 tiwai@suse.de
- updated to version 1.0.14-final:
including previous HG fixes
* Thu May 24 2007 tiwai@suse.de
- HG snapshot as of 2007.05.24:
* configure option to specify plugin directory
* possible to link with external libspeex
* Wed May 02 2007 tiwai@suse.de
- updated to version 1.0.14rc4:
including HG fixes
* Wed Mar 14 2007 tiwai@suse.de
- updated to version 1.0.14rc3:
* added rate-lavc resampler plugin
* Thu Feb 08 2007 tiwai@suse.de
- split from alsa-plugins.spec to its own file for build service
(#243582)