|
|
@ -1,14 +1,15 @@
|
|
|
|
#global pre -rc1
|
|
|
|
%global sovermajor 4
|
|
|
|
|
|
|
|
|
|
|
|
Name: xvidcore
|
|
|
|
Name: xvidcore
|
|
|
|
Version: 1.3.7
|
|
|
|
Version: 1.3.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Summary: MPEG-4 Simple and Advanced Simple Profile codec
|
|
|
|
Summary: MPEG-4 Simple and Advanced Simple Profile codec
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://www.xvid.com/
|
|
|
|
URL: https://www.xvid.com/
|
|
|
|
Source0: https://downloads.xvid.com/downloads/%{name}-%{version}%{?pre}.tar.bz2
|
|
|
|
Source0: https://downloads.xvid.com/downloads/%{name}-%{version_no_tilde}.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
BuildRequires: nasm >= 2.0
|
|
|
|
BuildRequires: nasm >= 2.0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -68,7 +69,7 @@ find %{buildroot} -name "*.a" -delete
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README AUTHORS ChangeLog
|
|
|
|
%doc README AUTHORS ChangeLog
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/libxvidcore.so.*
|
|
|
|
%{_libdir}/libxvidcore.so.%{sovermajor}{,.*}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc CodingStyle TODO examples/
|
|
|
|
%doc CodingStyle TODO examples/
|
|
|
@ -77,6 +78,31 @@ find %{buildroot} -name "*.a" -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.3.7-9
|
|
|
|
|
|
|
|
- Adapt for Fedora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.3.7-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
|
|
|
|
|
|
|
|
5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.3.7-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 11 2020 Leigh Scott <leigh123linux@gmail.com> - 1.3.7-3
|
|
|
|
|
|
|
|
- Rebuilt for i686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 02 2020 Leigh Scott <leigh123linux@googlemail.com> - 1.3.7-1
|
|
|
|
* Thu Jan 02 2020 Leigh Scott <leigh123linux@googlemail.com> - 1.3.7-1
|
|
|
|
- Update to 1.3.7
|
|
|
|
- Update to 1.3.7
|
|
|
|
|
|
|
|
|
|
|
|