Skip to content

Commit fe9a0d1

Browse files
authored
libunicap: Fixed build issues (#13599)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent 46db0d3 commit fe9a0d1

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From f42dde2a8b920ec8b0ceb7a23df3ea4425d47598 Mon Sep 17 00:00:00 2001
2+
From: Sreenivasulu Malavathula <v-smalavathu@microsoft.com>
3+
Date: Fri, 25 Apr 2025 17:42:16 -0500
4+
Subject: [PATCH] Address po files issues
5+
6+
---
7+
po/de.po | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/po/de.po b/po/de.po
11+
index 8ae03d0..8bf3688 100644
12+
--- a/po/de.po
13+
+++ b/po/de.po
14+
@@ -13,7 +13,7 @@ msgstr ""
15+
"Last-Translator: <>\n"
16+
"Language-Team: \n"
17+
"MIME-Version: 1.0\n"
18+
-"Content-Type: text/plain; charset=\n"
19+
+"Content-Type: text/plain; charset=UTF-8\n"
20+
"Content-Transfer-Encoding: "
21+
22+
#: ../libunicapgtk/unicapgtk_device_property.c:654
23+
--
24+
2.45.2
25+

SPECS-EXTENDED/libunicap/libunicap.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Library to access different kinds of (video) capture devices
22
Name: libunicap
33
Version: 0.9.12
4-
Release: 29%{?dist}
4+
Release: 30%{?dist}
55
License: GPL-2.0-or-later
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -17,6 +17,7 @@ Patch5: libunicap-bz642118.patch
1717
Patch6: libunicap-0.9.12-videodev.patch
1818
Patch7: libunicap-0.9.12-datadirname.patch
1919
Patch8: libunicap-0.9.12-gcc10.patch
20+
Patch9: 0001-Address-po-files-issues.patch
2021
%define _use_internal_dependency_generator 0
2122
%define __find_provides sh %{SOURCE1} %{prev__find_provides}
2223
%define __find_requires sh %{SOURCE1} %{prev__find_requires}
@@ -103,6 +104,9 @@ mv -f %{buildroot}%{_sysconfdir}/udev/rules.d/50-euvccam.rules %{buildroot}%{_ud
103104
%exclude %{_datadir}/gtk-doc/html/%{name}
104105

105106
%changelog
107+
* Fri Apr 25 2025 Sreeniavsulu Malavathula <v-smalavathu@microsoft.com> - 0.9.12-30
108+
- Fix build issues.
109+
106110
* Thu Feb 22 2024 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.9.12-29
107111
- Updating naming for 3.0 version of Azure Linux.
108112

0 commit comments

Comments
 (0)