rebuilt without xmms plugins (i586) [release 2.7-5mamba;Fri Jan 29 2016]
This commit is contained in:
parent
2f76e46790
commit
de95e475d0
40
faad2.spec
40
faad2.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: faad2
|
||||
Version: 2.7
|
||||
Release: 4mamba
|
||||
Release: 5mamba
|
||||
Epoch: 1
|
||||
Summary: Freeware Advanced Audio Decoder 2
|
||||
Group: Applications/Multimedia
|
||||
@ -18,24 +18,14 @@ Patch4: %{name}-2.7-mpeg4ip-configure.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libglib1-devel
|
||||
BuildRequires: libgtk1-devel
|
||||
BuildRequires: libxcb-devel
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: libxmms-devel
|
||||
%endif
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: hd2u
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libsndfile-devel >= 1.0.0
|
||||
BuildRequires: libid3-devel
|
||||
BuildRequires: libmp4v2-devel >= 2.0.0
|
||||
BuildConflicts: libmpeg4ip-devel
|
||||
#BuildRequires: libsndfile-devel >= 1.0.0
|
||||
#BuildRequires: libid3-devel
|
||||
#BuildRequires: libmp4v2-devel >= 2.0.0
|
||||
#BuildConflicts: libmpeg4ip-devel
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -45,6 +35,7 @@ FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely w
|
||||
%package -n %{libname}
|
||||
Summary: A library for decoding MPEG2/4 AAC
|
||||
Group: System/Libraries
|
||||
Obsoletes: xmms-aac
|
||||
|
||||
%description -n %{libname}
|
||||
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely written from scratch.
|
||||
@ -98,9 +89,7 @@ dos2unix configure.in
|
||||
autoreconf -vif
|
||||
%configure \
|
||||
--with-mp4v2 \
|
||||
%if "%{stage1}" != "1"
|
||||
--with-xmms
|
||||
%endif
|
||||
--without-xmms
|
||||
|
||||
# --with-drm
|
||||
|
||||
@ -135,12 +124,12 @@ autoreconf -vif
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%if "%{stage1}" != "1"
|
||||
%files -n xmms-aac
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/xmms/Input/*.a
|
||||
%{_libdir}/xmms/Input/*.la
|
||||
%{_libdir}/xmms/Input/*.so
|
||||
%doc plugins/xmms/{AUTHORS,NEWS,README,TODO}
|
||||
#%files -n xmms-aac
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/xmms/Input/*.a
|
||||
#%{_libdir}/xmms/Input/*.la
|
||||
#%{_libdir}/xmms/Input/*.so
|
||||
#%doc plugins/xmms/{AUTHORS,NEWS,README,TODO}
|
||||
|
||||
#%files -n mpeg4ip-aac
|
||||
#%defattr(-, root, root)
|
||||
@ -148,6 +137,9 @@ autoreconf -vif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jan 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7-5mamba
|
||||
- rebuilt without xmms plugins (i586)
|
||||
|
||||
* Sat Mar 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7-4mamba
|
||||
- rebuilt without libmpeg4ip and with libmp4v2 >= 2.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user