|
|
|
@ -1,12 +1,25 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 37;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Name: gavl
|
|
|
|
|
Version: 1.4.0
|
|
|
|
|
Release: 20%{?dist}
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: A library for handling uncompressed audio and video data
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
# Automatically converted from old format: GPLv3+ - review is highly recommended.
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
|
URL: http://gmerlin.sourceforge.net/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/gmerlin/gavl-%{version}.tar.gz
|
|
|
|
|
Patch1: gavl-1.1.1-system_libgdither.patch
|
|
|
|
|
Patch2: gavl-configure-c99.patch
|
|
|
|
|
Patch3: gavl-c99.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
@ -43,7 +56,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1 -b .gdither
|
|
|
|
|
%patch -P1 -p1 -b .gdither
|
|
|
|
|
%patch -P2 -p1
|
|
|
|
|
%patch -P3 -p1
|
|
|
|
|
|
|
|
|
|
#Disable buildtime cpu detection
|
|
|
|
|
sed -i -i 's/LQT_TRY_CFLAGS/dnl LQT_TRY_CFLAGS/g' configure.ac
|
|
|
|
@ -90,6 +105,34 @@ touch -r include/gavl/gavl.h $RPM_BUILD_ROOT%{_includedir}/gavl/gavl_version.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 21 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 1.4.0-37
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 1.4.0-28
|
|
|
|
|
- convert license to SPDX
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-27
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Florian Weimer <fweimer@redhat.com> - 1.4.0-23
|
|
|
|
|
- Port to C99
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-22
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
@ -188,3 +231,5 @@ touch -r include/gavl/gavl.h $RPM_BUILD_ROOT%{_includedir}/gavl/gavl_version.h
|
|
|
|
|
|
|
|
|
|
* Mon May 19 2008 kwizart < kwizart at gmail.com > - 0.2.7-4
|
|
|
|
|
- Initial package for Fedora
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|