Compare commits

...

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

@ -0,0 +1 @@
b1ef06942ff00b4d0c8dc361213a1542717855cc SOURCES/gavl-1.4.0.tar.gz

4
.gitignore vendored

@ -1,3 +1 @@
gavl-1.1.2.tar.gz
/gavl-1.2.0.tar.gz
/gavl-1.4.0.tar.gz
SOURCES/gavl-1.4.0.tar.gz

@ -0,0 +1,21 @@
Include <string.h> for memset, to avoid an implicit function
declaration and build failures with future compilers.
Fixed upstream as part of:
r5451 | gmerlin | 2018-11-27 20:38:42 +0100 (Tue, 27 Nov 2018) | 2 lines
* Update
diff --git a/src/fill_test.c b/src/fill_test.c
index 1d362bea4af85745..6fd97dab9e192baa 100644
--- a/src/fill_test.c
+++ b/src/fill_test.c
@@ -23,6 +23,7 @@
//#include "colorspace.h" // Common routines
#include <stdio.h>
#include <png.h>
+#include <string.h>
static void
write_png(char * filename, gavl_video_format_t * format, gavl_video_frame_t * frame)

@ -0,0 +1,22 @@
Avoid an implicit int in the clock_gettime test, to keep the same test
outcome with future compilers that do not support implicit ints.
Fixed upstream as part of:
r6246 | gmerlin | 2021-09-01 11:46:30 +0200 (Wed, 01 Sep 2021) | 2 lines
Applied cross-building.patch by Helmut Grohne
diff --git a/configure.ac b/configure.ac
index 90b0be6c89df4b3b..1df85ad6c222ce8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ AC_MSG_CHECKING(for CLOCK_MONOTONIC)
AC_TRY_RUN([
#include <time.h>
#include <errno.h>
-main()
+int main(void)
{
struct timespec tp;
if(clock_gettime(CLOCK_MONOTONIC, &tp))

@ -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

@ -1 +0,0 @@
2752013a817fbc43ddf13552215ec2c0 gavl-1.4.0.tar.gz
Loading…
Cancel
Save