[packages/libcuefile] Rel 3
arekm
arekm at pld-linux.org
Sun Mar 15 00:32:48 CET 2026
commit 6f8be0b1bda6944d66ec869d83b3c5886985e1fc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 00:32:41 2026 +0100
Rel 3
libcuefile-c99.patch | 11 +++++++++++
libcuefile.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/libcuefile.spec b/libcuefile.spec
index b0565bf..3ea53dd 100644
--- a/libcuefile.spec
+++ b/libcuefile.spec
@@ -7,12 +7,13 @@ Summary: Library for working with Cue Sheet (cue) and Table of Contents (toc) fi
Summary(pl.UTF-8): Biblioteka do pracy z plikami Cue Sheet (cue) oraz Table of Contents (toc)
Name: libcuefile
Version: 0.0.1.r%{rev}
-Release: 2
+Release: 3
License: GPL v2+
Group: Libraries
#Source0Download: https://www.musepack.net/index.php?pg=src
Source0: https://files.musepack.net/source/%{name}_r%{rev}.tar.gz
# Source0-md5: 1a6ac52e1080fd54f0f59372345f1e4e
+Patch0: %{name}-c99.patch
URL: https://www.musepack.net/
BuildRequires: cmake >= 2.4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,6 +52,7 @@ Statyczna wersja biblioteki CUE File.
%prep
%setup -q -n libcuefile_r%{rev}
+%patch -P0 -p1
%build
%cmake
diff --git a/libcuefile-c99.patch b/libcuefile-c99.patch
new file mode 100644
index 0000000..95c05cf
--- /dev/null
+++ b/libcuefile-c99.patch
@@ -0,0 +1,11 @@
+--- a/src/cue_parse.c 2011-06-18 07:28:43.000000000 +0000
++++ b/src/cue_parse.c 2024-01-01 00:00:00.000000000 +0000
+@@ -1513,6 +1513,8 @@ void yyerror (char *s)
+ fprintf(stderr, "%d: %s\n", cue_lineno, s);
+ }
+
++void cue_delete_buffer(void);
++
+ Cd *cue_parse (FILE *fp)
+ {
+ cue_yyin = fp;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcuefile.git/commitdiff/6f8be0b1bda6944d66ec869d83b3c5886985e1fc
More information about the pld-cvs-commit
mailing list