You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
4.5 KiB
144 lines
4.5 KiB
Name: fdk-aac-free
|
|
Version: 2.0.0
|
|
Release: 14%{?dist}
|
|
Summary: Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android
|
|
|
|
License: FDK-AAC
|
|
URL: https://cgit.freedesktop.org/~wtay/fdk-aac/log/?h=fedora
|
|
Source0: https://people.freedesktop.org/~wtay/fdk-aac-free-%{version}.tar.gz
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
BuildRequires: automake libtool
|
|
BuildRequires: make
|
|
|
|
%description
|
|
The Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library
|
|
for Android is software that implements part of the MPEG Advanced Audio Coding
|
|
("AAC") encoding and decoding scheme for digital audio.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
autoreconf -vif
|
|
|
|
%build
|
|
%configure \
|
|
--disable-silent-rules \
|
|
--disable-static
|
|
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install INSTALL="install -p"
|
|
find %{buildroot} -name '*.la' -print -delete
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files
|
|
%doc ChangeLog README.fedora
|
|
%license NOTICE
|
|
%{_libdir}/*.so.2
|
|
%{_libdir}/*.so.2.0.0
|
|
|
|
%files devel
|
|
%doc documentation/*.pdf
|
|
%dir %{_includedir}/fdk-aac
|
|
%{_includedir}/fdk-aac/*.h
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/fdk-aac.pc
|
|
|
|
|
|
%changelog
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.0.0-14
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Thu Jul 9 2019 Wim Taymans <wtaymans@redhat.com> - 2.0.0-4
|
|
- Use explicit SONAME in files list
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Tue Jun 25 2019 Wim Taymans <wtaymans@redhat.com> - 2.0.0-1
|
|
- Update to 2.0.0
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Tue Sep 25 2018 Wim Taymans <wtaymans@redhat.com> - 0.1.6-1
|
|
- Update to 0.1.6
|
|
- Fix url
|
|
|
|
* Tue Sep 25 2018 Wim Taymans <wtaymans@redhat.com> - 0.1.5-5
|
|
- Use %ldconfig_scriptlets
|
|
- Remove Group
|
|
|
|
* Thu Nov 02 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.5-4
|
|
- Fix BuildRequires, fix libtool cleanup
|
|
|
|
* Tue Oct 10 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.5-3
|
|
- Build against stripped fdk-aac library
|
|
|
|
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.1.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Mon Mar 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 0.1.5-1
|
|
- Update to 1.5
|
|
|
|
* Wed Sep 07 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.5-0.1.gita0bd8aa
|
|
- Update to github snapshot
|
|
- Spec file clean-up
|
|
|
|
* Fri Nov 06 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.1.4-1
|
|
- Update to 1.4
|
|
|
|
* Sun Jan 26 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.1.3-1
|
|
- Update to 1.3.0
|
|
|
|
* Thu Aug 15 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.1.2-1
|
|
- Update to 0.1.2
|
|
|
|
* Thu Mar 28 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.1.1-1
|
|
- Initial spec
|
|
|