diff options
| author | Shokara Kou <kou@13f0.net> | 2024-03-03 20:02:37 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2024-03-03 20:02:37 -0500 |
| commit | d583fd3530568c9d08f81cc0d4f9d7eafbdb69ab (patch) | |
| tree | e16714285d2c29dbe5c509f9e882cd504c2e64e2 /graphics/gdk-pixbuf2/Makefile | |
| parent | 139260c4ac28f8dee565e7c86824eaf8e32599d7 (diff) | |
import graphics/gdk-pixbuf2
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
| -rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile new file mode 100644 index 0000000..06c0929 --- /dev/null +++ b/graphics/gdk-pixbuf2/Makefile | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | COMMENT= image data transformation library | ||
| 2 | |||
| 3 | GNOME_PROJECT= gdk-pixbuf | ||
| 4 | GNOME_VERSION= 2.42.10 | ||
| 5 | |||
| 6 | CATEGORIES= graphics | ||
| 7 | |||
| 8 | SHARED_LIBS += gdk_pixbuf-2.0 3200.3 # 0.4200.10 | ||
| 9 | |||
| 10 | HOMEPAGE= http://www.gtk.org/ | ||
| 11 | |||
| 12 | MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org> | ||
| 13 | |||
| 14 | # LGPLv2.1 | ||
| 15 | PERMIT_PACKAGE= Yes | ||
| 16 | |||
| 17 | WANTLIB += c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl jpeg | ||
| 18 | WANTLIB += m png tiff | ||
| 19 | |||
| 20 | MODULES= devel/meson \ | ||
| 21 | lang/python \ | ||
| 22 | x11/gnome | ||
| 23 | |||
| 24 | MODPY_RUNDEP= No | ||
| 25 | |||
| 26 | BUILD_DEPENDS= textproc/py-docutils${MODPY_FLAVOR} | ||
| 27 | |||
| 28 | LIB_DEPENDS= devel/glib2 \ | ||
| 29 | graphics/png \ | ||
| 30 | graphics/tiff | ||
| 31 | |||
| 32 | # configure: detect and set GDK_PIXBUF_USE_GIO_MIME | ||
| 33 | # (g_content_type_from_mime_type requires shared-mime-info) | ||
| 34 | BUILD_DEPENDS += misc/shared-mime-info | ||
| 35 | RUN_DEPENDS += misc/shared-mime-info | ||
| 36 | |||
| 37 | MODGNOME_TOOLS= docbook gobject-introspection shared-mime-info | ||
| 38 | |||
| 39 | CONFIGURE_ARGS= -Dinstalled_tests=false | ||
| 40 | |||
| 41 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 42 | |||
| 43 | TEST_DEPENDS= ${BASE_PKGPATH}=${GNOME_VERSION} | ||
| 44 | |||
| 45 | .include <bsd.port.mk> | ||
