[packages/dvdauthor] Rel 21

arekm arekm at pld-linux.org
Wed Aug 20 08:45:23 CEST 2025


commit 81c8960acf4eb5d77207bdf3090b32fde3b03614
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Aug 20 08:45:16 2025 +0200

    Rel 21

 build.patch    | 24 ++++++++++++++++++++++++
 dvdauthor.spec |  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/dvdauthor.spec b/dvdauthor.spec
index 86ebdfb..f5a25fb 100644
--- a/dvdauthor.spec
+++ b/dvdauthor.spec
@@ -2,12 +2,13 @@ Summary:	dvdauthor - a program that will generate a DVD movie
 Summary(pl.UTF-8):	dvdauthor - program generujący filmy DVD
 Name:		dvdauthor
 Version:	0.6.14
-Release:	20
+Release:	21
 License:	GPL v2
 Group:		Applications/Multimedia
 Source0:	http://dl.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz
 # Source0-md5:	bd646b47950c4091ffd781d43fd2c5e9
 Patch0:		%{name}-libpng15.patch
+Patch1:		build.patch
 URL:		http://dvdauthor.sourceforge.net/
 BuildRequires:	freetype-devel
 BuildRequires:	libdvdread-devel
@@ -26,6 +27,7 @@ DVD, które powinny odtwarzać się po włożeniu do odtwarzacza DVD.
 %prep
 %setup -q
 %patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %configure
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..4d83e37
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,24 @@
+--- dvdauthor-0.6.14/src/readxml.c~	2007-01-11 02:43:37.000000000 +0100
++++ dvdauthor-0.6.14/src/readxml.c	2025-08-20 08:41:15.923582232 +0200
+@@ -30,6 +30,10 @@
+ 
+ #include "readxml.h"
+ 
++#ifdef HAVE_ICONV
++#include <iconv.h>
++#endif
++
+ #ifdef HAVE_LANGINFO_CODESET
+ #include <langinfo.h>
+ #include <locale.h>
+--- dvdauthor-0.6.14/src/subgen-image.c~	2007-01-13 02:40:42.000000000 +0100
++++ dvdauthor-0.6.14/src/subgen-image.c	2025-08-20 08:44:45.608172756 +0200
+@@ -203,7 +203,7 @@ static int read_png(pict *s)
+     png_struct *ps;
+     png_info *pi;
+     png_byte **rowp;
+-    unsigned long width,height;
++    png_uint_32 width,height;
+     int bit_depth,color_type,channels,x,y;
+ 
+     fp=fopen(s->fname,"rb");
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dvdauthor.git/commitdiff/81c8960acf4eb5d77207bdf3090b32fde3b03614



More information about the pld-cvs-commit mailing list