[packages/libopendaap] Rel 4
arekm
arekm at pld-linux.org
Sun Mar 15 15:22:58 CET 2026
commit 609e2e58b75ee15fe2b1ef1465c2c5a273c1a91b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 15:22:51 2026 +0100
Rel 4
libopendaap-missing-includes.patch | 11 +++++++++++
libopendaap.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/libopendaap.spec b/libopendaap.spec
index b9e83c4..c5f3db3 100644
--- a/libopendaap.spec
+++ b/libopendaap.spec
@@ -2,11 +2,12 @@ Summary: Open DAAP library - connecting to audio streams using DAAP
Summary(pl.UTF-8): Biblioteka Open DAAP - łączenie ze strumieniami audio przy użyciu DAAP
Name: libopendaap
Version: 0.4.0
-Release: 3
+Release: 4
License: BSD-like/Apple Public Source License v2.0 (see COPYING)
Group: Libraries
Source0: http://crazney.net/programs/itunes/files/%{name}-%{version}.tar.bz2
# Source0-md5: 4edf92ac18c6ab8c05be7a4eb64a8a8d
+Patch0: libopendaap-missing-includes.patch
URL: http://crazney.net/programs/itunes/libopendaap.html
BuildRequires: autoconf >= 2.57
BuildRequires: automake
@@ -46,6 +47,7 @@ Statyczna biblioteka libopendaap.
%prep
%setup -q
+%patch -P0 -p1
%build
# rebuild - *.m4 and ltmain.sh are desynced
diff --git a/libopendaap-missing-includes.patch b/libopendaap-missing-includes.patch
new file mode 100644
index 0000000..b340fda
--- /dev/null
+++ b/libopendaap-missing-includes.patch
@@ -0,0 +1,11 @@
+--- libopendaap-0.4.0/debug/debug.c.orig 2004-03-30 09:47:10.000000000 +0200
++++ libopendaap-0.4.0/debug/debug.c 2026-03-15 12:00:00.000000000 +0100
+@@ -25,6 +25,8 @@
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <ctype.h>
++#include <stdlib.h>
++#include <string.h>
+ #include "debug.h"
+
+ #define DEFAULT_DEBUG_CHANNEL "debug"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libopendaap.git/commitdiff/609e2e58b75ee15fe2b1ef1465c2c5a273c1a91b
More information about the pld-cvs-commit
mailing list