automatic version update by autodist [release 2.11.1-1mamba;Wed Nov 15 2023]
This commit is contained in:
parent
9eda95bccb
commit
51caf052b2
35
faad2.spec
35
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.1
|
Version: 2.11.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Freeware Advanced Audio Decoder 2
|
Summary: Freeware Advanced Audio Decoder 2
|
||||||
@ -9,7 +9,7 @@ Group: Applications/Multimedia
|
|||||||
Vendor: openmamba
|
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: https://www.audiocoding.com/
|
||||||
Source: https://github.com/knik0/faad2.git/%{version}/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
|
||||||
@ -77,24 +77,25 @@ This package contains static libraries and header files needed for development.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#dos2unix configure.in
|
#dos2unix configure.in
|
||||||
#%patch1 -p1
|
#%patch 3 -p1
|
||||||
#%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
#%patch4 -p1
|
#%patch4 -p1
|
||||||
./bootstrap
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake
|
||||||
--with-mp4v2 \
|
|
||||||
--without-xmms
|
|
||||||
|
|
||||||
# --with-drm
|
%cmake_build
|
||||||
|
|
||||||
%make
|
#% configure \
|
||||||
|
# --with-mp4v2 \
|
||||||
|
# --without-xmms
|
||||||
|
#
|
||||||
|
## --with-drm
|
||||||
|
#
|
||||||
|
#% make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -116,12 +117,10 @@ This package contains static libraries and header files needed for development.
|
|||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libfaad.a
|
|
||||||
%{_libdir}/libfaad.so
|
%{_libdir}/libfaad.so
|
||||||
%{_libdir}/libfaad_drm.a
|
|
||||||
%{_libdir}/libfaad_drm.so
|
%{_libdir}/libfaad_drm.so
|
||||||
%{_libdir}/pkgconfig/faad2.pc
|
%{_libdir}/pkgconfig/faad2.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog README
|
||||||
|
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
#%files -n xmms-aac
|
#%files -n xmms-aac
|
||||||
@ -137,6 +136,12 @@ This package contains static libraries and header files needed for development.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 2.11.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 2.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Dec 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.1-1mamba
|
* Sat Dec 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.1-1mamba
|
||||||
- update to 2.10.1
|
- update to 2.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user