Compare commits

...

14 Commits

Author SHA1 Message Date
TANIGUCHI Takaki
86278fbab4 release 2012-03-19 11:09:13 +09:00
TANIGUCHI Takaki
638e490827 debian/patches/libpng15: Build with libpn15 (Closes: #649555) 2012-03-19 11:08:24 +09:00
TANIGUCHI Takaki
1af1a99951 merge from HEAD 2012-03-06 13:33:29 +09:00
Rogério Brito
f18c1018bc Initial version of a gitignore file 2010-12-13 14:45:06 -02:00
Rogério Brito
c63439d879 Update the changelog 2010-12-13 14:39:22 -02:00
Rogério Brito
7d95600ddb Remove patches that were applied upstream 2010-12-13 14:38:22 -02:00
Rogério Brito
fb476bac8c Merge commit 'upstream/0.79.3' 2010-12-13 14:18:26 -02:00
Rogério Brito
205701b3de Imported Upstream version 0.79.3 2010-12-13 14:18:26 -02:00
Rogério Brito
e4fb88eb2d Prepare for upload to experimental 2010-11-06 21:56:27 -02:00
Rogério Brito
5053ead62f debian/patches/04-manpage.patch: escape one hyphen 2010-11-06 21:48:31 -02:00
Rogério Brito
95d251f6c4 Update the changelog in preparation for a new release 2010-11-06 21:35:21 -02:00
Rogério Brito
774cba8932 debian/patches/*: refresh and adapt every patch 2010-11-06 21:01:14 -02:00
Rogério Brito
09f902b05f Merge commit 'upstream/0.79.2' 2010-11-06 20:36:56 -02:00
Rogério Brito
555c0daf7d Imported Upstream version 0.79.2 2010-11-06 20:36:40 -02:00
3 changed files with 45 additions and 0 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
dvdisaster (0.72.3-2) unstable; urgency=low
* debian/patches/libpng15: Build with libpng15. (Closes: #649555)
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 19 Mar 2012 11:08:53 +0900
dvdisaster (0.72.3-1) unstable; urgency=low
[ Rogério Brito ]

38
debian/patches/libpng15 vendored Normal file
View File

@@ -0,0 +1,38 @@
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
dvdisaster (0.72.3-1+libpng151) unstable; urgency=low
.
* Build with libpng15.
Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- dvdisaster-0.72.3.orig/tools/pngio.h
+++ dvdisaster-0.72.3/tools/pngio.h
@@ -21,6 +21,10 @@
#define PNGIO_H
#include <png.h>
+#if PNG_LIBPNG_VER_MAJOR == 1 && PNG_LIBPNG_VER_MINOR >= 4
+ #include <zlib.h>
+#endif
+
typedef struct
{ char *name;

View File

@@ -1,3 +1,4 @@
libpng15
02-encryption.patch
03-dvdrom.patch
04-manpage.patch