Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 1999 14:31:17 -0600
From:      Ade Lovett <ade@lovett.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14908: Update graphics/gdk-pixbuf to 0.4
Message-ID:  <E11nSmT-000HR8-00@anaconda.lovett.com>

next in thread | raw e-mail | index | archive | help

>Number:         14908
>Category:       ports
>Synopsis:       Update graphics/gdk-pixbuf to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 15 12:40:03 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ade Lovett
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Lovett Network Consultancy
>Environment:

	Up to date ports tree

>Description:

	Update graphics/gdk-pixbuf to 0.4
	I am MAINTAINER.

>How-To-Repeat:

	N/A

>Fix:
	
	Apply following patch.

Version:	0.3 -> 0.4
Changes:	Makefile files/md5 patches/patch-aa pkg/PLIST
Adds:		NONE
Removes:	NONE

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1999/10/27 10:34:28	1.3
+++ Makefile	1999/11/15 20:15:58
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	gdk-pixbuf
-# Version required:	0.3
+# Version required:	0.4
 # Date created:		5th October 1999
 # Whom:			Ade Lovett <ade@lovett.com>
 #
 # $FreeBSD: ports/graphics/gdk-pixbuf/Makefile,v 1.3 1999/10/27 10:34:28 nakai Exp $
 #
 
-DISTNAME=	gdk-pixbuf-0.3
+DISTNAME=	gdk-pixbuf-0.4
 CATEGORIES=	graphics gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/gdk-pixbuf
@@ -21,7 +21,7 @@
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 USE_LIBTOOL=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		GLIB_CONFIG="${GLIB_CONFIG}" \
 		GTK_CONFIG="${GTK_CONFIG}" \
 		LIBS="-L${LOCALBASE}/lib"
cvs diff: Diffing files
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1999/10/27 10:26:15	1.2
+++ md5	1999/11/15 20:05:17
@@ -1 +1 @@
-MD5 (gdk-pixbuf-0.3.tar.gz) = e4f6c284723e77439700aaa6cbb854fc
+MD5 (gdk-pixbuf-0.4.tar.gz) = 7aac45182713540bb6c29a1ec85096c7
cvs diff: Diffing patches
Index: patches/patch-aa
===================================================================
RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patch-aa	1999/10/27 10:26:17	1.2
+++ patch-aa	1999/11/15 20:11:12
@@ -1,6 +1,6 @@
---- configure.orig	Wed Oct 20 17:15:24 1999
-+++ configure	Fri Oct 22 10:26:25 1999
-@@ -3028,8 +3028,8 @@
+--- configure.orig	Tue Nov  9 15:22:08 1999
++++ configure	Mon Nov 15 14:07:02 1999
+@@ -3078,8 +3078,8 @@
  #define USE_GMODULE 1
  EOF
  
@@ -11,24 +11,25 @@
     
     
     echo "$ac_t""yes" 1>&6
-@@ -3561,8 +3561,7 @@
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_save_LIBS="$LIBS"
--LIBS="-lgif echo "configure: warning: *** Native GIF support will not be built" 1>&2;
--	gifok=no $LIBS"
-+LIBS="-lgif $GTK_LIBS $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 3568 "configure"
- #include "confdefs.h"
---- Makefile.in.orig	Wed Oct 20 17:34:44 1999
-+++ Makefile.in	Fri Oct 22 10:22:14 1999
-@@ -94,7 +94,7 @@
- VERSION = @VERSION@
+--- Makefile.in.orig	Tue Nov  9 15:48:21 1999
++++ Makefile.in	Mon Nov 15 14:07:45 1999
+@@ -100,7 +100,7 @@
  
- SUBDIRS = src
+ SUBDIRS = src doc
+ 
 -confexecdir = $(libdir)
 +confexecdir = $(sysconfdir)
  confexec_DATA = gdk_pixbufConf.sh
  
  EXTRA_DIST = configure acconfig.h gdk_pixbufConf.sh.in
+--- src/Makefile.in.orig	Tue Nov  9 15:48:22 1999
++++ src/Makefile.in	Mon Nov 15 14:10:26 1999
+@@ -125,7 +125,7 @@
+ 
+ LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS)
+ 
+-testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule
++testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS)
+ 
+ #
+ # The GdkPixBuf library
cvs diff: Diffing pkg
Index: pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/graphics/gdk-pixbuf/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	1999/10/27 10:26:20	1.2
+++ PLIST	1999/11/15 20:13:52
@@ -1,15 +1,34 @@
 etc/gdk_pixbufConf.sh
 include/gdk-pixbuf/gdk-pixbuf.h
+include/gdk-pixbuf/gdk-pixbuf-loader.h
+include/gdk-pixbuf/gnome-canvas-pixbuf.h
 lib/gdk-pixbuf/loaders/libpixbuf-gif.so
 lib/gdk-pixbuf/loaders/libpixbuf-jpeg.so
 lib/gdk-pixbuf/loaders/libpixbuf-png.so
+lib/gdk-pixbuf/loaders/libpixbuf-ras.so
 lib/gdk-pixbuf/loaders/libpixbuf-tiff.so
 lib/gdk-pixbuf/loaders/libpixbuf-xpm.so
 lib/libgdk_pixbuf.a
 lib/libgdk_pixbuf.so
 lib/libgdk_pixbuf.so.1
+share/gnome/html/gdk-pixbuf-decl.txt
+share/gnome/html/gdk-pixbuf-sections.txt
+share/gnome/html/gdk-pixbuf.hierarchy
+share/gnome/html/gdk-pixbuf.html
+share/gnome/html/gdk-pixbuf.types
+share/gnome/html/gdk-pixbuf/book1.html
+share/gnome/html/gdk-pixbuf/gdk-pixbuf-creating.html
+share/gnome/html/gdk-pixbuf/gdk-pixbuf-file-loading.html
+share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-io.html
+share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html
+share/gnome/html/gdk-pixbuf/gdk-pixbuf-refcounting.html
+share/gnome/html/gdk-pixbuf/gdk-pixbuf-rendering.html
+share/gnome/html/gdk-pixbuf/gdkpixbufloader.html
+share/gnome/html/gdk-pixbuf/gnomecanvaspixbuf.html
+share/gnome/html/gdk-pixbuf/r14.html
 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@dirrm share/gnome/html/gdk-pixbuf
 @dirrm include/gdk-pixbuf
 @dirrm lib/gdk-pixbuf/loaders
 @dirrm lib/gdk-pixbuf


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E11nSmT-000HR8-00>