update to 2.10.1 [release 2.10.1-1mamba;Sat Dec 03 2022]
This commit is contained in:
parent
afaad2aa28
commit
9eda95bccb
21
faad2.spec
21
faad2.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
%define tagver %(echo %version | tr . _)
|
%define tagver %(echo %version | tr . _)
|
||||||
Name: faad2
|
Name: faad2
|
||||||
Version: 2.10.0
|
Version: 2.10.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Freeware Advanced Audio Decoder 2
|
Summary: Freeware Advanced Audio Decoder 2
|
||||||
@ -10,7 +10,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.audiocoding.com/
|
URL: http://www.audiocoding.com/
|
||||||
Source: https://github.com/knik0/faad2.git/%{tagver}/faad2-%{version}.tar.bz2
|
Source: https://github.com/knik0/faad2.git/%{version}/faad2-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/faac/faad2-%{version}.tar.gz
|
#Source: http://downloads.sourceforge.net/faac/faad2-%{version}.tar.gz
|
||||||
Patch1: %{name}-2.5-no_bmp.patch
|
Patch1: %{name}-2.5-no_bmp.patch
|
||||||
Patch2: %{name}-2.5-mp4ff.patch
|
Patch2: %{name}-2.5-mp4ff.patch
|
||||||
@ -23,12 +23,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: hd2u
|
BuildRequires: hd2u
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-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}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
@ -36,7 +31,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
|
Obsoletes: xmms-aac < 1:2.10.1
|
||||||
|
|
||||||
%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.
|
||||||
@ -71,12 +66,11 @@ MPEG4 files with AAC inside can be read by RealPlayer or Quicktime.
|
|||||||
Summary: Static libraries and headers for %{libname}
|
Summary: Static libraries and headers for %{libname}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: %{name}-devel
|
Obsoletes: %{name}-devel-aac < 1:2.10.1
|
||||||
|
|
||||||
%description -n %{libname}-devel
|
%description -n %{libname}-devel
|
||||||
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.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -123,10 +117,8 @@ This package contains static libraries and header files need for development.
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libfaad.a
|
%{_libdir}/libfaad.a
|
||||||
%{_libdir}/libfaad.la
|
|
||||||
%{_libdir}/libfaad.so
|
%{_libdir}/libfaad.so
|
||||||
%{_libdir}/libfaad_drm.a
|
%{_libdir}/libfaad_drm.a
|
||||||
%{_libdir}/libfaad_drm.la
|
|
||||||
%{_libdir}/libfaad_drm.so
|
%{_libdir}/libfaad_drm.so
|
||||||
%{_libdir}/pkgconfig/faad2.pc
|
%{_libdir}/pkgconfig/faad2.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
@ -145,6 +137,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.1-1mamba
|
||||||
|
- update to 2.10.1
|
||||||
|
|
||||||
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user