[SCM] blender/master: debian/patches/: #0011 fixed

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Tue Apr 24 13:19:22 UTC 2012


The following commit has been merged in the master branch:
commit 68ea7836d926f87d439094616d6d5a5b417654cc
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Tue Apr 24 15:16:28 2012 +0200

    debian/patches/: #0011 fixed
    
    Initial patch provided by malat was not perfect and
    failed building against unstable suite.
    Now it has been fixed (following upstream hints) and
    will be dropped once 2.63 version hits stable release.
    
    Git-Dch: Ignore

diff --git a/debian/patches/0011-Fix_FTBFS_on_openjpeg_transition.patch b/debian/patches/0011-Fix_FTBFS_on_openjpeg_transition.patch
index 25e0419..a69c5cb 100644
--- a/debian/patches/0011-Fix_FTBFS_on_openjpeg_transition.patch
+++ b/debian/patches/0011-Fix_FTBFS_on_openjpeg_transition.patch
@@ -21,7 +21,7 @@ index f8082c9..2e7a65a 100644
  static void cinema_parameters(opj_cparameters_t *parameters)
  {
 -	parameters->tile_size_on = false;
-+	parameters->tile_size_on = OPJ_FALSE;
++	parameters->tile_size_on = 0;
  	parameters->cp_tdx=1;
  	parameters->cp_tdy=1;
  	

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list