[enblend] workaround vigra bug where arithmetic coded JPEG is always created with libjpeg-turbo

bpostle bpostle at fedoraproject.org
Fri Jun 17 21:33:13 UTC 2011


commit dee5ee11653378e22150a8310432383b063d11d8
Author: Bruno Postle <bruno at postle.net>
Date:   Fri Jun 17 22:33:08 2011 +0100

    workaround vigra bug where arithmetic coded JPEG is always created with libjpeg-turbo

 enblend.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/enblend.spec b/enblend.spec
index 742da5b..c955e85 100644
--- a/enblend.spec
+++ b/enblend.spec
@@ -1,7 +1,7 @@
 Summary: Image Blending with Multiresolution Splines
 Name: enblend
 Version: 4.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/enblend/enblend-enfuse-%{version}.tar.gz
@@ -31,6 +31,7 @@ like Hugin to do that.
 
 %prep
 %setup -q -n enblend-enfuse-4.0-753b534c819d
+sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' src/vigra_impex/jpeg.cxx
 
 %build
 %configure --disable-static
@@ -67,6 +68,9 @@ fi
 
 
 %changelog
+* Fri Jun 17 2011 Bruno Postle <bruno at postle.net> - 4.0-7
+- workaround vigra bug where arithmetic coded JPEG is always created with libjpeg-turbo
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list