SPECS: libljpeg.spec - updated arith patch for ljpeg, enabled by d...

qboosh qboosh at pld-linux.org
Sat Feb 16 18:27:02 CET 2008


Author: qboosh                       Date: Sat Feb 16 17:27:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated arith patch for ljpeg, enabled by default

---- Files affected:
SPECS:
   libljpeg.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libljpeg.spec
diff -u SPECS/libljpeg.spec:1.2 SPECS/libljpeg.spec:1.3
--- SPECS/libljpeg.spec:1.2	Sun Jan 27 22:42:16 2008
+++ SPECS/libljpeg.spec	Sat Feb 16 18:26:57 2008
@@ -1,16 +1,17 @@
 # $Revision$, $Date$
 # TODO
-# - adjust arith and crop patches to apply on ljpeg
+# - adjust crop patch to apply on ljpeg
+# - support for lossless process with arighmetic coding?
 #
 # Conditional build:
-%bcond_with	arith	# arithmetic coding support (changes error codes in ABI, patent problems somewhere)
-%bcond_with	crop	# lossless cropping support (changes error codes in ABI)
+%bcond_without	arith	# arithmetic coding support ([errors ABI change], patent problems somewhere)
+%bcond_with	crop	# lossless cropping support ([errors ABI change])
 #
 Summary:	Library for handling different JPEG files, including lossless
 Summary(pl.UTF-8):	Biblioteka do manipulacji plikami w formacie JPEG włącznie z bezstratnymi
 Name:		libljpeg
 Version:	6b
-Release:	27
+Release:	0.1
 License:	distributable
 Group:		Libraries
 Source0:	ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{version}.tar.gz
@@ -27,7 +28,7 @@
 Patch5:		%{name}-libname.patch
 Patch6:		%{name}-fix.patch
 # from http://sylvana.net/jpeg-ari/jpeg-ari-28mar98.tar.gz
-Patch7:		libjpeg-arith.patch
+Patch7:		%{name}-arith.patch
 # from http://sylvana.net/jpegcrop/croppatch.tar.gz
 Patch8:		libjpeg-crop.patch
 URL:		http://www.ijg.org/
@@ -159,8 +160,8 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%{?with_arith:%patch6 -p1}
-%{?with_crop:%patch7 -p1}
+%{?with_arith:%patch7 -p1}
+%{?with_crop:%patch8 -p1}
 
 cp -f %{_datadir}/libtool/config.sub .
 
@@ -238,6 +239,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-02-16 17:26:57  qboosh
+- updated arith patch for ljpeg, enabled by default
+
 Revision 1.2  2008-01-27 21:42:16  qboosh
 - updated ljpeg pack md5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libljpeg.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list