mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 2.2.5.
This commit is contained in:
parent
9cfef94481
commit
dcb253edb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78119
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= librsvg2
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.5
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2
|
||||
@ -42,8 +41,25 @@ PLIST_SUB= GTK_VERSION="2.2.0"
|
||||
|
||||
MAN1= rsvg.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GIMP) || exists (${X11BASE}/libexec/gimp/1.3/plug-ins/AlienMap)
|
||||
LIB_DEPENDS+= gimp-1.3:${PORTSDIR}/graphics/gimp-devel
|
||||
CONFIGURE_ARGS+= --with-gimp
|
||||
PLIST_SUB+= GIMP:=""
|
||||
.else
|
||||
CONFIGURE_ARGS= --without-gimp
|
||||
PLIST_SUB+= GIMP:="@comment "
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Librsvg2 has the following tunable option(s):"
|
||||
@${ECHO_MSG} " WITH_GIMP=yes Build an svg plugin for gimp-devel (default: auto)"
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/librsvg-2.2.3.tar.bz2) = cdd58f6ce2ce4b5e629501b864f513c2
|
||||
MD5 (gnome2/librsvg-2.2.5.tar.bz2) = db71094f14f460142b356c5ce6b9f835
|
||||
|
@ -8,6 +8,7 @@ lib/librsvg-2.a
|
||||
lib/librsvg-2.so
|
||||
lib/librsvg-2.so.4
|
||||
libdata/pkgconfig/librsvg-2.0.pc
|
||||
%%GIMP:%%libexec/gimp/1.3/plug-ins/svg
|
||||
share/doc/librsvg/html/home.png
|
||||
share/doc/librsvg/html/i909.html
|
||||
share/doc/librsvg/html/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user