Update to 2.8.8

el8
leigh123linux 7 years ago
parent 1c8b3fc977
commit b6c001c784

1
.gitignore vendored

@ -1,2 +1,3 @@
faad2-2.7.tar.bz2 faad2-2.7.tar.bz2
/faad2-2.8.1.tar.bz2 /faad2-2.8.1.tar.bz2
/faad2-2.8.8.tar.gz

@ -3,12 +3,12 @@
Summary: Library and frontend for decoding MPEG2/4 AAC Summary: Library and frontend for decoding MPEG2/4 AAC
Name: faad2 Name: faad2
Epoch: 1 Epoch: 1
Version: 2.8.1 Version: 2.8.8
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://www.audiocoding.com/faad2.html URL: http://www.audiocoding.com/faad2.html
Source: http://downloads.sourceforge.net/faac/%{name}-%{version}.tar.bz2 Source: http://downloads.sourceforge.net/sourceforge/faac/%{name}-%{version}.tar.gz
# fix non-PIC objects in libmp4ff.a # fix non-PIC objects in libmp4ff.a
Patch0: %{name}-pic.patch Patch0: %{name}-pic.patch
Patch1: fix_undefined_version.patch Patch1: fix_undefined_version.patch
@ -62,7 +62,7 @@ This package contains an input plugin for xmms.
%prep %prep
%autosetup -p1 %autosetup -p1
./bootstrap autoreconf -fiv
%build %build
%configure \ %configure \
@ -78,9 +78,8 @@ This package contains an input plugin for xmms.
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%post libs -p /sbin/ldconfig %ldconfig_scriptlets libs
%postun libs -p /sbin/ldconfig
%files %files
%doc AUTHORS ChangeLog NEWS README* %doc AUTHORS ChangeLog NEWS README*
@ -92,7 +91,7 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%{_libdir}/libfaad*.so.* %{_libdir}/libfaad*.so.*
%files devel %files devel
%doc TODO docs/Ahead?AAC?Decoder?library?documentation.pdf %doc TODO
%{_includedir}/faad.h %{_includedir}/faad.h
%{_includedir}/neaacdec.h %{_includedir}/neaacdec.h
%{_libdir}/libfaad*.so %{_libdir}/libfaad*.so
@ -102,6 +101,9 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%{xmmsinputplugindir}/libmp4.so %{xmmsinputplugindir}/libmp4.so
%changelog %changelog
* Sat Apr 14 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:2.8.8-1
- Update to 2.8.8
* Wed Feb 28 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 1:2.8.1-3 * Wed Feb 28 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 1:2.8.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1,11 +1,11 @@
--- a/include/neaacdec.h --- a/include/neaacdec.h
+++ b/include/neaacdec.h +++ b/include/neaacdec.h
@@ -73,7 +73,7 @@ @@ -67,7 +67,7 @@
#endif #define NEAACDECAPI
#endif #endif
-#define FAAD2_VERSION PACKAGE_VERSION -#define FAAD2_VERSION "unknown"
+#define FAAD2_VERSION "2.8.1" +#define FAAD2_VERSION "2.8.8"
/* object types for AAC */ /* object types for AAC */
#define MAIN 1 #define MAIN 1

@ -1 +1 @@
c0c0d1e6d66de38c40ae56a1981321f9 faad2-2.8.1.tar.bz2 28f6116efdbe9378269f8a6221767d1f faad2-2.8.8.tar.gz

Loading…
Cancel
Save