Compare commits

..

1 Commits
i8 ... c8

Author SHA1 Message Date
MSVSphere Packaging Team f60aa89a47 import libucil-0.9.10-17.el8
1 year ago

@ -1,25 +0,0 @@
From fb6439922cc7abe0cc25d51808df68a882c730c4 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
Date: Wed, 29 Nov 2023 13:23:26 +0300
Subject: [PATCH] MSVSphere fixed include path
---
src/ucil_alsa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ucil_alsa.c b/src/ucil_alsa.c
index 605ccaf..beccd34 100644
--- a/src/ucil_alsa.c
+++ b/src/ucil_alsa.c
@@ -29,7 +29,7 @@
#include "ucil_alsa.h"
#include <stdlib.h>
-#include <asoundlib.h>
+#include <alsa/asoundlib.h>
#include <glib-2.0/glib.h>
/* #if UCIL_DEBUG */
#define DEBUG
--
2.39.3

@ -0,0 +1,11 @@
--- libucil-0.9.10/src/ucil_alsa.c 2010-01-17 08:49:29.000000000 +0100
+++ libucil-0.9.10/src/ucil_alsa.c.include-alsa 2019-07-28 19:28:30.425902735 +0200
@@ -29,7 +29,7 @@
#include "ucil_alsa.h"
#include <stdlib.h>
-#include <asoundlib.h>
+#include <alsa/asoundlib.h>
#include <glib-2.0/glib.h>
/* #if UCIL_DEBUG */
#define DEBUG

@ -1,7 +1,7 @@
Summary: Library to render text and graphic overlays onto video images Summary: Library to render text and graphic overlays onto video images
Name: libucil Name: libucil
Version: 0.9.10 Version: 0.9.10
Release: 16%{?dist}.inferit Release: 17%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.unicap-imaging.org/ URL: http://www.unicap-imaging.org/
@ -15,9 +15,9 @@ Patch1: libucil-0.9.10-leaks.patch
# fix some compile-time warnings # fix some compile-time warnings
Patch2: libucil-0.9.10-warnings.patch Patch2: libucil-0.9.10-warnings.patch
# msvsPHERE
Patch100: 0001-MSVSphere-fixed-include-path.patch
# asoundlib.h is alsa/asoundlib.h meanwhile
Patch3: libucil-0.9.10-include-alsa.patch
BuildRequires: autoconf, automake, gettext-devel, libtool BuildRequires: autoconf, automake, gettext-devel, libtool
BuildRequires: intltool, /usr/bin/perl, perl(XML::Parser), gettext, gtk-doc >= 1.4 BuildRequires: intltool, /usr/bin/perl, perl(XML::Parser), gettext, gtk-doc >= 1.4
@ -48,7 +48,7 @@ documentation of the library, too.
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch100 -p1 %patch3 -p1
# fixes for gtk-doc 1.26 # fixes for gtk-doc 1.26
sed -i -e '/^DOC_SOURCE_DIR/s/--source-dir=//g' doc/libucil/Makefile.am sed -i -e '/^DOC_SOURCE_DIR/s/--source-dir=//g' doc/libucil/Makefile.am
mkdir -p m4 mkdir -p m4
@ -86,9 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/%{name} %{_datadir}/gtk-doc/html/%{name}
%changelog %changelog
* Wed Nov 29 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.9.10-16.inferit * Tue May 30 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.9.10-17
- Fixed include path - alsa/asoundlib.h should be used instead of asoundlib.h since alsa-1.1.9
- Rebuilt for MSVSphere 8.8 Resolves: #2108023
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.10-16 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.10-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save