pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul  9 11:34:41 UTC 2026

Modified Files:
        pkgsrc/graphics/librsvg: Makefile PLIST

Log Message:
librsvg: restore libpixbufloader_svg


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 pkgsrc/graphics/librsvg/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/librsvg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.184 pkgsrc/graphics/librsvg/Makefile:1.185
--- pkgsrc/graphics/librsvg/Makefile:1.184      Mon Jul  6 13:49:06 2026
+++ pkgsrc/graphics/librsvg/Makefile    Thu Jul  9 11:34:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2026/07/06 13:49:06 adam Exp $
+# $NetBSD: Makefile,v 1.185 2026/07/09 11:34:41 adam Exp $
 
 DISTNAME=      librsvg-2.62.3
 CATEGORIES=    graphics gnome
@@ -16,6 +16,7 @@ TOOL_DEPENDS+=        glib2-introspection-[0-9]
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 TEST_TARGET=   check
+MESON_ARGS+=   -Dpixbuf-loader=enabled
 MESON_REQD+=   1.3.0
 RUST_REQ=      1.92.0
 
@@ -37,13 +38,13 @@ SUBST_SED.rst2man=  -e 's,rst2man.py,rst2
 
 .include "../../mk/bsd.prefs.mk"
 
-#.if ${OPSYS} == "Darwin"
-#post-install:
-#      install_name_tool                       \
-#        -change @rpath/librsvg-2.2.dylib      \
-#        ${PREFIX}/lib/librsvg-2.2.dylib       \
-#        ${DESTDIR}${PREFIX}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.dylib
-#.endif
+.if ${OPSYS} == "Darwin"
+post-install:
+       install_name_tool                       \
+         -change @rpath/librsvg-2.2.dylib      \
+         ${PREFIX}/lib/librsvg-2.2.dylib       \
+         ${DESTDIR}${PREFIX}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.dylib
+.endif
 
 .include "options.mk"
 

Index: pkgsrc/graphics/librsvg/PLIST
diff -u pkgsrc/graphics/librsvg/PLIST:1.26 pkgsrc/graphics/librsvg/PLIST:1.27
--- pkgsrc/graphics/librsvg/PLIST:1.26  Mon Jul  6 13:49:06 2026
+++ pkgsrc/graphics/librsvg/PLIST       Thu Jul  9 11:34:41 2026
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.26 2026/07/06 13:49:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2026/07/09 11:34:41 adam Exp $
 bin/rsvg-convert
 include/librsvg-2.0/librsvg/rsvg-cairo.h
 include/librsvg-2.0/librsvg/rsvg-features.h
 include/librsvg-2.0/librsvg/rsvg-pixbuf.h
 include/librsvg-2.0/librsvg/rsvg-version.h
 include/librsvg-2.0/librsvg/rsvg.h
+lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so
 lib/girepository-1.0/Rsvg-2.0.typelib
 lib/librsvg-2.so
 lib/librsvg-2.so.${PKGVERSION}
@@ -139,3 +140,4 @@ ${PLIST.doc}share/doc/Rsvg-2.0/style.css
 ${PLIST.doc}share/doc/Rsvg-2.0/type_func.Error.quark.html
 ${PLIST.doc}share/doc/Rsvg-2.0/urlmap.js
 share/gir-1.0/Rsvg-2.0.gir
+share/thumbnailers/librsvg.thumbnailer



Home | Main Index | Thread Index | Old Index