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