pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc gdk-pixbuf2-jasper: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/95b5b7456033
branches: trunk
changeset: 398526:95b5b7456033
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 21 10:09:44 2019 +0000
description:
gdk-pixbuf2-jasper: remove
Not used in pkgsrc, needs quite unmaintained jasper library with lots
of security problems, and is harder to keep working with meson version
of gdk-pixbuf2.
diffstat:
doc/CHANGES-2019 | 3 +-
graphics/Makefile | 3 +-
graphics/gdk-pixbuf2-jasper/DESCR | 18 ---------------
graphics/gdk-pixbuf2-jasper/Makefile | 43 ------------------------------------
graphics/gdk-pixbuf2-jasper/PLIST | 2 -
5 files changed, 3 insertions(+), 66 deletions(-)
diffs (106 lines):
diff -r fc420e556466 -r 95b5b7456033 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Sun Jul 21 08:51:00 2019 +0000
+++ b/doc/CHANGES-2019 Sun Jul 21 10:09:44 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.2998 2019/07/21 08:51:00 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.2999 2019/07/21 10:09:44 wiz Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -4929,3 +4929,4 @@
Updated emulators/mame to 0.211 [wiz 2019-07-21]
Updated archivers/zstd to 1.4.1 [wiz 2019-07-21]
Updated misc/khard to 0.14.0 [wiz 2019-07-21]
+ Removed graphics/gdk-pixbuf2-jasper [wiz 2019-07-21]
diff -r fc420e556466 -r 95b5b7456033 graphics/Makefile
--- a/graphics/Makefile Sun Jul 21 08:51:00 2019 +0000
+++ b/graphics/Makefile Sun Jul 21 10:09:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.825 2019/07/15 22:18:10 nia Exp $
+# $NetBSD: Makefile,v 1.826 2019/07/21 10:09:44 wiz Exp $
#
COMMENT= Graphics tools and libraries
@@ -141,7 +141,6 @@
SUBDIR+= gdchart
SUBDIR+= gdk-pixbuf
SUBDIR+= gdk-pixbuf2
-SUBDIR+= gdk-pixbuf2-jasper
SUBDIR+= gdk-pixbuf2-xlib
SUBDIR+= geeqie
SUBDIR+= gegl
diff -r fc420e556466 -r 95b5b7456033 graphics/gdk-pixbuf2-jasper/DESCR
--- a/graphics/gdk-pixbuf2-jasper/DESCR Sun Jul 21 08:51:00 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
- GdkPixbuf is a new GNOME library designed to solve part of Imlib's
-design limitations that make it hard to write efficient and highly
-modular applications. The GdkPixbuf library provides a basic,
-reference counted structure called GdkPixbuf. This structure points
-to a block of image data, has fields that describe the format of the
-image data, and also contains a reference count. The library also
-provides a simple mechanism for loading images from files, and a more
-sophisticated mechanism for loading images progressively from
-arbitrary buffers. It also provides utility functions to transform
-pixbufs and render them to GDK drawables.
-
-The GdkPixBuf library provides a number of features:
- * Image loading facilities.
- * Rendering of a GdkPixBuf into various formats:
- drawables (windows, pixmaps), GdkRGB buffers.
-
-This is the gtk 2 version of gdk-pixbuf. It got
-included natively in gtk2+ and was split out again in revision 2.22.
diff -r fc420e556466 -r 95b5b7456033 graphics/gdk-pixbuf2-jasper/Makefile
--- a/graphics/gdk-pixbuf2-jasper/Makefile Sun Jul 21 08:51:00 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2017/08/08 16:52:11 adam Exp $
-
-DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION}
-PKGNAME= gdk-pixbuf2-jasper-${PIXBUF2_VERSION}
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${MSITE_VERSION}/}
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.24/
-COMMENT= Image loaders for gtk2 - jasper module
-LICENSE= gnu-gpl-v2
-
-DISTINFO_FILE= ${.CURDIR}/../../graphics/gdk-pixbuf2/distinfo
-PATCHDIR= ${.CURDIR}/../../graphics/gdk-pixbuf2/patches
-
-.include "../../graphics/gdk-pixbuf2/Makefile.version"
-
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libjasper
-CONFIGURE_ARGS+= --without-libjpeg
-CONFIGURE_ARGS+= --without-libpng
-CONFIGURE_ARGS+= --without-libtiff
-
-BUILD_DIRS= gdk-pixbuf
-BUILD_TARGET= libpixbufloader-jasper.la
-
-do-install:
- ${INSTALL_DATA_DIR} \
- ${DESTDIR}${PREFIX}/lib/gdk-pixbuf-2.0/2.10.0/loaders
- cd ${WRKSRC}/gdk-pixbuf && ${LIBTOOL} --mode=install \
- ${INSTALL_DATA} libpixbufloader-jasper.la \
- ${DESTDIR}${PREFIX}/lib/gdk-pixbuf-2.0/2.10.0/loaders
-
-.include "../../graphics/gdk-pixbuf2/loaders.mk"
-
-.include "../../databases/shared-mime-info/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../graphics/jasper/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fc420e556466 -r 95b5b7456033 graphics/gdk-pixbuf2-jasper/PLIST
--- a/graphics/gdk-pixbuf2-jasper/PLIST Sun Jul 21 08:51:00 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/14 20:13:40 drochner Exp $
-lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.la
Home |
Main Index |
Thread Index |
Old Index