[packages/quvi] Rel 4

arekm arekm at pld-linux.org
Wed Aug 20 09:01:49 CEST 2025


commit 09cf093a972cf02b845ddbc85065227d3991a695
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Aug 20 09:01:31 2025 +0200

    Rel 4

 build.patch | 44 ++++++++++++++++++++++++++++++++++++++++++++
 quvi.spec   |  4 +++-
 2 files changed, 47 insertions(+), 1 deletion(-)
---
diff --git a/quvi.spec b/quvi.spec
index 20743b4..1e7a906 100644
--- a/quvi.spec
+++ b/quvi.spec
@@ -2,11 +2,12 @@ Summary:	Command line tool for parsing flash video download links
 Summary(pl.UTF-8):	Narzędzie linii poleceń do analizy odnośników do pobierania filmów flashowych
 Name:		quvi
 Version:	0.9.5
-Release:	3
+Release:	4
 License:	AGPL v3+
 Group:		Applications/WWW
 Source0:	http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
 # Source0-md5:	baa1d7b25e9fd173e952e27d4aa4b933
+Patch0:		build.patch
 URL:		http://quvi.sourceforge.net/
 BuildRequires:	asciidoc
 BuildRequires:	autoconf >= 2.69
@@ -38,6 +39,7 @@ filmów flashowych. Obsługuje YouTube i inne podobne serwisy WWW.
 
 %prep
 %setup -q
+%patch -P0 -p1
 
 %build
 %{__libtoolize}
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..f792410
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,44 @@
+--- quvi-0.9.5/configure.ac~	2013-10-05 11:38:51.000000000 +0200
++++ quvi-0.9.5/configure.ac	2025-08-20 08:50:55.293722588 +0200
+@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
+ AC_INIT([quvi], m4_esyscmd([./gen-ver.sh -c | tr -d '\n']),
+         [http://quvi.sf.net/bugs/],[],[http://quvi.sf.net/])
+ 
+-AC_DEFINE_UNQUOTED([BUILD_OPTS], "$@",
++AC_DEFINE_UNQUOTED([BUILD_OPTS], ["$ac_configure_args"],
+   [Define to configure invocation command line options])
+ 
+ AC_CONFIG_SRCDIR([src/main.c])
+--- quvi-0.9.5/src/pbar/lpbar.h~	2013-07-15 00:27:04.000000000 +0200
++++ quvi-0.9.5/src/pbar/lpbar.h	2025-08-20 08:55:15.271949529 +0200
+@@ -21,7 +21,7 @@
+ #ifndef lpbar_h
+ #define lpbar_h
+ 
+-typedef enum { retrieved_already, forced_skip, resume, write } lpbar_mode;
++typedef enum { retrieved_already, forced_skip, lpbar_resume, lpbar_write } lpbar_mode;
+ 
+ struct lpbar_s
+ {
+--- quvi-0.9.5/src/pbar/lpbar.c~	2013-11-10 08:58:30.000000000 +0100
++++ quvi-0.9.5/src/pbar/lpbar.c	2025-08-20 08:56:13.462299259 +0200
+@@ -64,7 +64,7 @@ lpbar_t lpbar_new()
+ {
+   lpbar_t p = g_new0(struct lpbar_s, 1);
+   p->counters.timer = g_timer_new();
+-  p->mode = write;
++  p->mode = lpbar_write;
+   return (p);
+ }
+ 
+@@ -211,8 +211,8 @@ void lpbar_print(const lpbar_t p)
+     case forced_skip:
+       g_print(C_("Transfer mode with a reason", "skip <forced>"));
+       break;
+-    case resume:
+-    case write:
++    case lpbar_resume:
++    case lpbar_write:
+     default:
+       g_print("%s", (p->initial_bytes ==0)
+         ? C_("Transfer mode (begin at offset 0)", "write")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/quvi.git/commitdiff/09cf093a972cf02b845ddbc85065227d3991a695



More information about the pld-cvs-commit mailing list