From b62448e4a5b1f5d1994af2de36670c6b02e44ad6 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 15 Nov 2009 23:27:16 +0100 Subject: [PATCH] dvdisaster: Updated (0.70.6 -> 0.72.1) - fixed parallelism issue --- filesystem/dvdisaster/dvdisaster.desc | 6 ++-- filesystem/dvdisaster/parallelism.patch | 44 +++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 filesystem/dvdisaster/parallelism.patch diff --git a/filesystem/dvdisaster/dvdisaster.desc b/filesystem/dvdisaster/dvdisaster.desc index b5d7be310..edb5e65a4 100644 --- a/filesystem/dvdisaster/dvdisaster.desc +++ b/filesystem/dvdisaster/dvdisaster.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../dvdisaster/dvdisaster.desc -[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -33,7 +33,7 @@ [L] GPL [S] Alpha -[V] 0.70.6 +[V] 0.72.1 [P] X -----5---9 127.800 -[D] 2713631518 dvdisaster-0.70.6.tar.bz2 http://belnet.dl.sourceforge.net/sourceforge/dvdisaster/ +[D] 648571517 dvdisaster-0.72.1.tar.bz2 http://dl.sourceforge.net/sourceforge/dvdisaster/ diff --git a/filesystem/dvdisaster/parallelism.patch b/filesystem/dvdisaster/parallelism.patch new file mode 100644 index 000000000..fbfc2cc80 --- /dev/null +++ b/filesystem/dvdisaster/parallelism.patch @@ -0,0 +1,44 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../dvdisaster/parallelism.patch +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./locale/create-makefile.orig 2009-11-15 23:19:02.000000000 +0100 ++++ ./locale/create-makefile 2009-11-15 23:20:50.000000000 +0100 +@@ -30,15 +30,15 @@ + + # Create the locale files. + ++messages.pot: ++ @cd ..; xgettext --no-wrap -cTRANSLATORS: -o locale/messages.pot -k_ -k_utf \$(CFILES_NP) + EOF + + for i in $prefixes; do + cat >> Makefile <