[packages/vorbis-tools] add missing include
atler
atler at pld-linux.org
Sun Feb 16 15:57:56 CET 2025
commit 4ed5d2fa602589563422636b37af18e3afa37797
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Feb 16 15:19:06 2025 +0100
add missing include
includes.patch | 10 ++++++++++
vorbis-tools.spec | 2 ++
2 files changed, 12 insertions(+)
---
diff --git a/vorbis-tools.spec b/vorbis-tools.spec
index fd85025..116f35d 100644
--- a/vorbis-tools.spec
+++ b/vorbis-tools.spec
@@ -14,6 +14,7 @@ Patch0: %{name}-ac_fixes.patch
Patch1: %{name}-nolibnsl.patch
Patch2: %{name}-gettext.patch
Patch3: %{name}-pl.po-update.patch
+Patch4: includes.patch
URL: https://xiph.org/vorbis/
BuildRequires: autoconf >= 2.53
BuildRequires: automake
@@ -55,6 +56,7 @@ de alta qualidade.
%patch -P1 -p1
%patch -P2 -p1
%patch -P3 -p1
+%patch -P4 -p1
%build
%{__gettextize}
diff --git a/includes.patch b/includes.patch
new file mode 100644
index 0000000..d1217a6
--- /dev/null
+++ b/includes.patch
@@ -0,0 +1,10 @@
+--- vorbis-tools-1.4.2/ogginfo/codec_skeleton.c.orig 2021-01-09 00:13:55.000000000 +0100
++++ vorbis-tools-1.4.2/ogginfo/codec_skeleton.c 2025-02-16 15:16:03.289289592 +0100
+@@ -25,6 +25,7 @@
+ #include <ogg/ogg.h>
+
+ #include "i18n.h"
++#include "utf8.h"
+
+ #include "private.h"
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vorbis-tools.git/commitdiff/4ed5d2fa602589563422636b37af18e3afa37797
More information about the pld-cvs-commit
mailing list