Browse Source

libjpeg: Updated (6b -> 8c)

stable/0.2
Christian Wiese 14 years ago
parent
commit
b9103d0570
  1. 1905
      graphic/libjpeg/crop.patch
  2. 33
      graphic/libjpeg/lib64.patch
  3. 10
      graphic/libjpeg/libjpeg.conf
  4. 9
      graphic/libjpeg/libjpeg.desc
  5. 27
      graphic/libjpeg/libtool-fix.patch
  6. 49
      graphic/libjpeg/libtool-tag.patch

1905
graphic/libjpeg/crop.patch

File diff suppressed because it is too large Load Diff

33
graphic/libjpeg/lib64.patch

@ -1,33 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libjpeg/lib64.patch
# Copyright (C) 2006 The T2 SDE 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 ---
Fixed the Makefile template for --libdir and polished bindir on the way.
- Rene Rebe <rene@exactcode.de>
--- ./makefile.cfg.orig 2006-01-22 11:06:23.998912500 +0100
+++ ./makefile.cfg 2006-01-22 11:06:52.112669500 +0100
@@ -11,8 +11,8 @@
# Where to install the programs and man pages.
prefix = @prefix@
exec_prefix = @exec_prefix@
-bindir = $(exec_prefix)/bin
-libdir = $(exec_prefix)/lib
+bindir = @bindir@
+libdir = @libdir@
includedir = $(prefix)/include
binprefix =
manprefix =

10
graphic/libjpeg/libjpeg.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libjpeg/libjpeg.conf
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
@ -14,16 +14,8 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# avoid to use the libtool from the host while cross-compiling
atstage cross && hook_add preconf 5 'sed -i -e \
"s,^[ \t]*\(LIBTOOL\)=.*,\1=$root/usr/bin/libtool," configure'
if [ "$SDECFG_STATIC" != 1 ] ; then
var_append confopt " " "--enable-shared"
fi
var_append confopt " " "--enable-static"
var_append makeinstopt ' ' prefix=$root/$prefix
var_append makeinstopt ' ' libdir=$root$libdir
var_append makeinstopt ' ' bindir=$root$bindir

9
graphic/libjpeg/libjpeg.desc

@ -1,9 +1,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../libjpeg/libjpeg.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -20,6 +19,8 @@
[T] This distribution contains the public release of the Independent JPEG
[T] Group's free JPEG software.
[U] http://www.ijg.org/
[A] The Independent JPEG Group
[M] The OpenSDE Community <list@opensde.org>
@ -27,8 +28,8 @@
[L] OpenSource
[S] Stable
[V] 6b
[V] 8c
[P] X -?---5---9 112.700
[D] 1705523007 jpegsrc.v6b.tar.gz ftp://ftp.uu.net/graphics/jpeg/
[D] 2078387408 jpegsrc.v8c.tar.gz http://www.ijg.org/files/

27
graphic/libjpeg/libtool-fix.patch

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libjpeg/libtool-fix.patch
# Copyright (C) 2004 - 2006 The T2 SDE 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 ---
diff -Naur jpeg-6b.orig/configure jpeg-6b/configure
--- jpeg-6b.orig/configure 1998-03-21 21:08:57.000000000 +0200
+++ jpeg-6b/configure 2005-02-25 09:46:23.987965024 +0200
@@ -1529,7 +1529,7 @@
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
USELIBTOOL="yes"
- LIBTOOL="./libtool"
+ LIBTOOL="libtool"
O="lo"
A="la"
LN='$(LIBTOOL) --mode=link $(CC)'

49
graphic/libjpeg/libtool-tag.patch

@ -1,49 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libjpeg/libtool-tag.patch
# Copyright (C) 2006 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 ---
libtool can't understand what our $(CC) is, let's help him.
--- ./makefile.cfg.orig 2006-09-24 09:07:04.000000000 +0200
+++ ./makefile.cfg 2006-09-24 09:17:23.000000000 +0200
@@ -140,7 +140,7 @@
# How to compile with libtool.
@COM_LT@.c.lo:
-@COM_LT@ $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $(srcdir)/$*.c
+@COM_LT@ $(LIBTOOL) --mode=compile --tag CC $(CC) $(CFLAGS) -c $(srcdir)/$*.c
# How to use ansi2knr, when not using libtool.
@COM_A2K@.c.o:
@@ -168,7 +168,7 @@
# with libtool:
libjpeg.la: @A2K_DEPS@ $(LIBOBJECTS)
- $(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o libjpeg.la $(LIBOBJECTS) \
-rpath $(libdir) -version-info $(JPEG_LIB_VERSION)
# sample programs:
--- ./configure.orig 2006-09-24 09:34:05.000000000 +0200
+++ ./configure 2006-09-24 09:34:27.000000000 +0200
@@ -1532,7 +1532,7 @@
LIBTOOL="libtool"
O="lo"
A="la"
- LN='$(LIBTOOL) --mode=link $(CC)'
+ LN='$(LIBTOOL) --mode=link --tag CC $(CC)'
INSTALL_LIB='$(LIBTOOL) --mode=install ${INSTALL}'
INSTALL_PROGRAM="\$(LIBTOOL) --mode=install $INSTALL_PROGRAM"
else
Loading…
Cancel
Save