mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.17.0.
Reviewed by: sobomax Approved by: sobomax
This commit is contained in:
parent
3eb8f7cd4c
commit
5a128343e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57892
@ -6,11 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME?= gdk-pixbuf
|
||||
PORTVERSION= 0.16.0
|
||||
PORTVERSION= 0.17.0
|
||||
CATEGORIES?= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf
|
||||
DISTNAME= gdk-pixbuf-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
@ -18,6 +19,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
@ -27,6 +29,7 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib" \
|
||||
BUILD_CANVAS="${BUILD_CANVAS}"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
BUILD_CANVAS?= no
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gdk-pixbuf-0.16.0.tar.gz) = 941eb582ea273651945feb26299d8266
|
||||
MD5 (gnome/gdk-pixbuf-0.17.0.tar.bz2) = 4ca0736f2f3bb4aff4974f4159ac4528
|
||||
|
@ -1,28 +1,25 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Fri Oct 26 01:10:31 2001
|
||||
+++ configure Fri Oct 26 11:00:48 2001
|
||||
@@ -3435,6 +3435,7 @@
|
||||
|
||||
|
||||
--- configure.orig Thu Apr 18 18:52:49 2002
|
||||
+++ configure Fri Apr 19 12:40:56 2002
|
||||
@@ -8849,6 +8849,7 @@
|
||||
fi
|
||||
STRIP_DUMMY=
|
||||
|
||||
+if [ x"$BUILD_CANVAS" != x"no" ]; then
|
||||
# Extract the first word of "gnome-config", so it can be a program name with args.
|
||||
set dummy gnome-config; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
@@ -3465,6 +3466,10 @@
|
||||
echo "$as_me:8854: checking for $ac_word" >&5
|
||||
@@ -8878,6 +8879,10 @@
|
||||
esac
|
||||
fi
|
||||
GNOME_CONFIG="$ac_cv_path_GNOME_CONFIG"
|
||||
GNOME_CONFIG=$ac_cv_path_GNOME_CONFIG
|
||||
+else
|
||||
+GNOME_CONFIG="no"
|
||||
+fi
|
||||
+
|
||||
|
||||
if test -n "$GNOME_CONFIG"; then
|
||||
echo "$ac_t""$GNOME_CONFIG" 1>&6
|
||||
else
|
||||
@@ -3571,8 +3576,8 @@
|
||||
echo "$as_me:8883: result: $GNOME_CONFIG" >&5
|
||||
@@ -8994,8 +8999,8 @@
|
||||
#define USE_GMODULE 1
|
||||
EOF
|
||||
|
||||
@ -30,11 +27,11 @@ $FreeBSD$
|
||||
- GMODULE_FLAGS="`glib-config --cflags gmodule`"
|
||||
+ GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`"
|
||||
+ GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`"
|
||||
|
||||
|
||||
echo "$ac_t""yes" 1>&6
|
||||
@@ -4448,7 +4453,7 @@
|
||||
|
||||
echo "$as_me:9000: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
@@ -10104,7 +10109,7 @@
|
||||
fi;
|
||||
|
||||
if test "x$with_html_dir" = "x" ; then
|
||||
- HTML_DIR='${datadir}/gnome/html'
|
||||
|
@ -28,7 +28,10 @@ share/doc/gdk-pixbuf/a3640.html
|
||||
share/doc/gdk-pixbuf/a3652.html
|
||||
share/doc/gdk-pixbuf/a3657.html
|
||||
share/doc/gdk-pixbuf/a3694.html
|
||||
share/doc/gdk-pixbuf/a3696.html
|
||||
share/doc/gdk-pixbuf/a3716.html
|
||||
share/doc/gdk-pixbuf/x3715.html
|
||||
share/doc/gdk-pixbuf/x3767.html
|
||||
share/doc/gdk-pixbuf/book1.html
|
||||
share/doc/gdk-pixbuf/compiling.html
|
||||
share/doc/gdk-pixbuf/extra-configuration-options.html
|
||||
|
Loading…
Reference in New Issue
Block a user