Update to 0.10.1.
From Couderc Damien <couderc.damien@wanadoo.fr>. ok MAINTAINER, obecian@
This commit is contained in:
parent
1587e2f07f
commit
a2977f2152
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/26 12:52:18 reinhard Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/03/27 11:45:07 naddy Exp $
|
||||
|
||||
DISTNAME= gdk-pixbuf-0.9.0
|
||||
DISTNAME= gdk-pixbuf-0.10.1
|
||||
CATEGORIES= graphics
|
||||
NEED_VERSION= 1.346
|
||||
MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gdk-pixbuf-0.9.0.tar.gz) = 7cdb44cfc573fb492f203fdf1d69908c
|
||||
RMD160 (gdk-pixbuf-0.9.0.tar.gz) = 80c64d4adf1e3169c1dac74db8c68370b96cec22
|
||||
SHA1 (gdk-pixbuf-0.9.0.tar.gz) = 38f0bf801d85a3c7ac5adac54e32fad4233bca21
|
||||
MD5 (gdk-pixbuf-0.10.1.tar.gz) = eb554077f6f176da32e263dcacfe34c4
|
||||
RMD160 (gdk-pixbuf-0.10.1.tar.gz) = 787f996d8ae6fe8896d8c4d5ca84aea8782a7454
|
||||
SHA1 (gdk-pixbuf-0.10.1.tar.gz) = d91342c6a13efcab572fc670ba7613c47dc42023
|
||||
|
@ -1,6 +1,7 @@
|
||||
--- doc/Makefile.am.orig Mon Dec 25 17:00:21 2000
|
||||
+++ doc/Makefile.am Mon Dec 25 17:00:32 2000
|
||||
@@ -97,8 +97,6 @@
|
||||
$OpenBSD: patch-doc_Makefile_am,v 1.1 2001/03/27 11:45:10 naddy Exp $
|
||||
--- doc/Makefile.am.orig Wed Mar 14 09:51:24 2001
|
||||
+++ doc/Makefile.am Wed Mar 14 09:52:01 2001
|
||||
@@ -97,8 +97,6 @@ install-data-local:
|
||||
echo '-- Installing '$$i ; \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
@ -1,5 +1,6 @@
|
||||
--- doc/Makefile.in.orig Mon Dec 25 17:11:10 2000
|
||||
+++ doc/Makefile.in Mon Dec 25 17:11:24 2000
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.2 2001/03/27 11:45:11 naddy Exp $
|
||||
--- doc/Makefile.in.orig Wed Mar 14 09:52:24 2001
|
||||
+++ doc/Makefile.in Wed Mar 14 09:52:37 2001
|
||||
@@ -300,8 +300,6 @@ install-data-local:
|
||||
echo '-- Installing '$$i ; \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
|
12
graphics/gdk-pixbuf/patches/patch-gdk-pixbuf-config_in
Normal file
12
graphics/gdk-pixbuf/patches/patch-gdk-pixbuf-config_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gdk-pixbuf-config_in,v 1.1 2001/03/27 11:45:11 naddy Exp $
|
||||
--- gdk-pixbuf-config.in.orig Thu Mar 15 09:13:23 2001
|
||||
+++ gdk-pixbuf-config.in Thu Mar 15 09:14:20 2001
|
||||
@@ -46,7 +46,7 @@ while test $# -gt 0; do
|
||||
;;
|
||||
--libs)
|
||||
libdirs=-L@libdir@
|
||||
- echo $libdirs -lgdk_pixbuf `gtk-config --libs`
|
||||
+ echo $libdirs -lgdk_pixbuf `gtk-config --libs` @LIBTIFF@ @LIBJPEG@ @LIBPNG@
|
||||
;;
|
||||
*)
|
||||
echo "${usage}" 1>&2
|
12
graphics/gdk-pixbuf/patches/patch-gdk-pixbuf_Makefile_in
Normal file
12
graphics/gdk-pixbuf/patches/patch-gdk-pixbuf_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.1 2001/03/27 11:45:11 naddy Exp $
|
||||
--- gdk-pixbuf/Makefile.in.orig Fri Mar 23 13:41:15 2001
|
||||
+++ gdk-pixbuf/Makefile.in Fri Mar 23 13:44:23 2001
|
||||
@@ -416,6 +416,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIE
|
||||
if test -f $$p; then \
|
||||
echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
|
||||
$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
|
||||
+ echo "$(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)"; \
|
||||
+ $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir); \
|
||||
else :; fi; \
|
||||
done
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- gdk-pixbuf/io-jpeg.c.orig Mon Dec 25 18:46:57 2000
|
||||
+++ gdk-pixbuf/io-jpeg.c Mon Dec 25 18:47:09 2000
|
||||
@@ -308,7 +308,7 @@ gdk_pixbuf__jpeg_image_begin_load (Modul
|
||||
src->pub.init_source = init_source;
|
||||
src->pub.fill_input_buffer = fill_input_buffer;
|
||||
src->pub.skip_input_data = skip_input_data;
|
||||
- src->pub.resync_to_restart = jpeg_resync_to_restart;
|
||||
+ src->pub.resync_to_restart = NULL;
|
||||
src->pub.term_source = term_source;
|
||||
src->pub.bytes_in_buffer = 0;
|
||||
src->pub.next_input_byte = NULL;
|
@ -1,4 +1,4 @@
|
||||
The GdkPixbuf library is a replacement for Imlib. GdkPixbuf provides
|
||||
The GdkPixbuf library is a replacement for Imlib. GdkPixbuf provides
|
||||
the following: a basic data structure to provide reference-counted images,
|
||||
functions to load images synchronously from disk or progressively from
|
||||
arbitrary data buffers, and convenience functions to transform pixbufs
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2001/03/08 18:33:52 naddy Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/03/27 11:45:12 naddy Exp $
|
||||
lib/libgdk_pixbuf.so.2.0
|
||||
lib/libgdk_pixbuf_xlib.so.2.0
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/08 18:33:53 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/03/27 11:45:12 naddy Exp $
|
||||
bin/gdk-pixbuf-config
|
||||
include/gdk-pixbuf/gdk-pixbuf-features.h
|
||||
include/gdk-pixbuf/gdk-pixbuf-loader.h
|
||||
|
Loading…
Reference in New Issue
Block a user