Update to 2.6.6, and re-enable the rsvg OPTIONS (default on).
This commit is contained in:
parent
9a7292da00
commit
702c6d2c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230570
4 changed files with 18 additions and 9 deletions
|
@ -7,8 +7,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp-app
|
||||
DISTVERSION= 2.6.5
|
||||
PORTREVISION?= 1
|
||||
DISTVERSION= 2.6.6
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES?= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -45,7 +45,7 @@ USE_XORG= xpm xmu xext
|
|||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \
|
||||
desktopfileutils librsvg2
|
||||
desktopfileutils
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
|
@ -68,7 +68,8 @@ OPTIONS?= DEBUG "debugging" off \
|
|||
DBUS "D-BUS support" on \
|
||||
GVFS "Use GVFS for the URI plug-in" on \
|
||||
HELPBROWSER "internal help browser" on \
|
||||
MP "multiple processor support" off
|
||||
MP "multiple processor support" off \
|
||||
RSVG "SVG format support" on
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -90,6 +91,14 @@ MLINKS= gimp-2.6.1 gimp.1 \
|
|||
gimp-console-2.6.1 gimp-console.1 \
|
||||
gimprc-2.6.5 gimprc.5
|
||||
|
||||
.if defined(WITHOUT_RSVG)
|
||||
CONFIGURE_ARGS+= --without-librsvg
|
||||
PLIST_SUB+= SVG="@comment "
|
||||
.else
|
||||
USE_GNOME+= librsvg2
|
||||
PLIST_SUB+= SVG=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gimp-2.6.5.tar.bz2) = cd13050bc6bde6d8d8fd38eff6276033
|
||||
SHA256 (gimp-2.6.5.tar.bz2) = 6209081f5c29fc22e0d376367b017618f7afb0b179f994b16b4cc68106cbe521
|
||||
SIZE (gimp-2.6.5.tar.bz2) = 16043778
|
||||
MD5 (gimp-2.6.6.tar.bz2) = 23d880dd09cd62c936ed04666a53f8e4
|
||||
SHA256 (gimp-2.6.6.tar.bz2) = 53c261fa5045f4ca4b5e887a1eb394d28ebb08d108f065ef55bde33c892f0751
|
||||
SIZE (gimp-2.6.6.tar.bz2) = 16075908
|
||||
|
|
|
@ -367,7 +367,7 @@ libexec/gimp/2.2/plug-ins/file-psp
|
|||
libexec/gimp/2.2/plug-ins/file-raw
|
||||
libexec/gimp/2.2/plug-ins/file-sgi
|
||||
libexec/gimp/2.2/plug-ins/file-sunras
|
||||
libexec/gimp/2.2/plug-ins/file-svg
|
||||
%%SVG%%libexec/gimp/2.2/plug-ins/file-svg
|
||||
libexec/gimp/2.2/plug-ins/file-tga
|
||||
libexec/gimp/2.2/plug-ins/file-tiff-load
|
||||
libexec/gimp/2.2/plug-ins/file-tiff-save
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
DISTVERSION?= 2.6.5
|
||||
DISTVERSION?= 2.6.6
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH?= 2
|
||||
CATEGORIES= graphics gnome
|
||||
|
|
Loading…
Reference in a new issue