From 3e312c2afec0a704f6b08f30a73e38b969279a8e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:00:36 +0100 Subject: [PATCH] rebuilt with ImageMagick 6.8.8.6 [release 0.7.1-2mamba;Fri Feb 28 2014] --- README.md | 2 + dvdauthor-0.7.0-libpng-1.5.patch | 22 ++++++++ dvdauthor.spec | 96 ++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 dvdauthor-0.7.0-libpng-1.5.patch create mode 100644 dvdauthor.spec diff --git a/README.md b/README.md index a4384de..d61b6ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # dvdauthor +dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player. + diff --git a/dvdauthor-0.7.0-libpng-1.5.patch b/dvdauthor-0.7.0-libpng-1.5.patch new file mode 100644 index 0000000..fda65d5 --- /dev/null +++ b/dvdauthor-0.7.0-libpng-1.5.patch @@ -0,0 +1,22 @@ +--- dvdauthor-0.7.0.orig/src/spuunmux.c ++++ dvdauthor-0.7.0/src/spuunmux.c +@@ -38,6 +38,7 @@ + + #include + ++#include + #include + + #include "rgb.h" +@@ -610,7 +611,11 @@ + png_destroy_write_struct(&png_ptr, (png_infopp)NULL); + return -1; + } /*if*/ ++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4 ++ if (setjmp(png_jmpbuf(png_ptr))) ++#else + if (setjmp(png_ptr->jmpbuf)) ++#endif + { + png_destroy_write_struct(&png_ptr, &info_ptr); + fclose(fp); diff --git a/dvdauthor.spec b/dvdauthor.spec new file mode 100644 index 0000000..29efaa6 --- /dev/null +++ b/dvdauthor.spec @@ -0,0 +1,96 @@ +Name: dvdauthor +Version: 0.7.1 +Release: 2mamba +Summary: Set of tools to author a DVD +Group: Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://dvdauthor.sf.net/ +Source: http://downloads.sourceforge.net/project/dvdauthor/dvdauthor/%{version}/dvdauthor-%{version}.tar.gz +Patch0: dvdauthor-0.7.0-libpng-1.5.patch +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libbzip2-devel +BuildRequires: libdvdread-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libfribidi-devel +BuildRequires: libMagick-devel +BuildRequires: libpng-devel +BuildRequires: libxml2-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player. + +%prep +%setup -q -n dvdauthor +#%patch0 -p1 + +%build +%configure +%make + +%install +[ %{buildroot} != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ %{buildroot} != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-, root, root, 0755) +%{_bindir}/* +%dir %{_datadir}/dvdauthor +%{_datadir}/dvdauthor/* +%{_mandir}/* +#%doc COPYING README TODO + +%changelog +* Fri Feb 28 2014 Silvan Calarco 0.7.1-2mamba +- rebuilt with ImageMagick 6.8.8.6 + +* Sun Jan 20 2013 Automatic Build System 0.7.1-1mamba +- automatic version update by autodist + +* Sat Dec 15 2012 Silvan Calarco 0.7.0-3mamba +- rebuilt with ImageMagick 6.8.0.10 + +* Tue Dec 11 2012 Silvan Calarco 0.7.0-2mamba +- rebuilt with ImageMagick 6.8.0.8 + +* Sat Jun 25 2011 Automatic Build System 0.7.0-1mamba +- automatic update by autodist + +* Fri Jul 09 2010 Automatic Build System 0.6.18-2mamba +- automatic rebuild by autodist + +* Tue Jun 22 2010 Automatic Build System 0.6.18-1mamba +- update to 0.6.18 + +* Thu Jan 14 2010 Automatic Build System 0.6.14-4mamba +- automatic rebuild by autodist + +* Tue Feb 17 2009 Silvan Calarco 0.6.14-3mamba +- automatic rebuild by autodist + +* Tue Jun 17 2008 Silvan Calarco 0.6.14-2mamba +- rebuilt against ImageMagick 6.4.1 + +* Mon May 26 2008 Silvan Calarco 0.6.14-1mamba +- update to 0.6.14 + +* Mon Jan 02 2006 Davide Madrisan 0.6.11-2qilnx +- rebuilt +- own %{_datadir}/dvdauthor +- added some missing build requirements + +* Wed Apr 13 2005 Alessandro Ramazzina 0.6.11-1qilnx +- new version + +* Tue Sep 14 2004 Matteo Bernasconi 0.6.10-1qilnx +- first build