- regen WANTLIB

This commit is contained in:
jasper 2011-11-01 20:30:49 +00:00
parent 7ec6c2d41c
commit 123b03e47c
25 changed files with 100 additions and 90 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2011/09/21 17:31:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2011/11/01 20:30:49 jasper Exp $
COMMENT= library for powerful image loading capabilities
DISTNAME= DevIL-1.7.8
REVISION= 3
REVISION= 4
SHARED_LIBS+= IL 0.0 # 2.0
CATEGORIES= graphics devel
@ -20,9 +20,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openil/}
EXTRACT_SUFX= .zip
WANTLIB += jasper jpeg lcms m png stdc++ tiff z
WANTLIB += Half Iex IlmImf IlmThread Imath
LIB_DEPENDS= graphics/jasper \
LIB_DEPENDS= graphics/ilmbase \
graphics/jasper \
graphics/lcms \
graphics/openexr \
graphics/openjpeg \
graphics/tiff \
graphics/png

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.22 2011/11/01 20:30:49 jasper Exp $
SHARED_ONLY= Yes
COMMENT= image processing tools with stable ABI
DISTNAME= GraphicsMagick-1.3.12
REVISION= 2
REVISION= 3
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/}
@ -23,7 +23,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= bz2 c jasper jbig lcms ltdl jpeg \
WANTLIB= bz2 c jasper jbig lcms ltdl jpeg xcb \
m png pthread stdc++ tiff xml2 z ${MODLIBICONV_WANTLIB}
MODULES= converters/libiconv
@ -68,8 +68,7 @@ CONFIGURE_ARGS+= --without-x \
--without-wmf
PKG_ARGS+= -Dx11=0
.else
WANTLIB+= ICE SM X11 Xau Xdmcp Xext freetype pthread-stubs \
wmflite-0.2 xcb
WANTLIB+= ICE SM X11 Xext freetype wmflite-0.2 xcb
LIB_DEPENDS+= graphics/libwmf
BUILD_DEPENDS+= print/ghostscript/gnu \
print/transfig

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.115 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.116 2011/11/01 20:30:49 jasper Exp $
SHARED_ONLY= Yes
@ -8,7 +8,7 @@ VER= 6.6.6
DASHVER= 10
DISTNAME= ImageMagick-${VER}-${DASHVER}
PKGNAME= ImageMagick-${VER}.${DASHVER}
REVISION= 2
REVISION= 3
SHARED_LIBS += Magick++ 14.0 # .1.0
SHARED_LIBS += MagickCore 2.0 # .1.0
@ -32,7 +32,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB = c bz2>=10 djvulibre fftw3 jasper>=1 jbig>=1.2 jpeg \
lcms>=1 lzma ltdl m perl png>=4 pthread stdc++ \
lcms2 lzma ltdl m perl png>=4 pthread stdc++ \
tiff>=36 z
LIB_DEPENDS = archivers/bzip2 \
@ -41,7 +41,7 @@ LIB_DEPENDS = archivers/bzip2 \
graphics/jbigkit \
graphics/png \
graphics/tiff \
graphics/lcms \
graphics/lcms2 \
graphics/jasper \
math/fftw3
@ -86,8 +86,8 @@ CONFIGURE_ARGS += --without-x \
--without-wmf
.else
MODULES += converters/libiconv
WANTLIB += ICE SM X11 Xau Xdmcp Xext Xt expat fontconfig \
freetype pthread-stubs xcb wmf wmflite>=7 \
WANTLIB += ICE SM X11 Xext Xt expat fontconfig \
freetype xcb wmf wmflite>=7 \
xml2>=9
LIB_DEPENDS += graphics/libwmf \
textproc/libxml \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.36 2010/11/17 08:05:12 espie Exp $
# $OpenBSD: Makefile,v 1.37 2011/11/01 20:30:49 jasper Exp $
COMMENT= ascii art library
DISTNAME= aalib-1.4rc5
PKGNAME= aalib-1.4
REVISION = 2
REVISION = 3
SHARED_LIBS= aa 2.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/}
@ -33,7 +33,7 @@ FLAVOR?=
.if ${FLAVOR:L} == "no_x11"
CONFIGURE_ARGS+= --without-x
.else
WANTLIB+= X11 Xau Xdmcp pthread-stubs xcb
WANTLIB+= X11 xcb
.endif
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.16 2011/10/21 17:43:30 espie Exp $
# $OpenBSD: Makefile,v 1.17 2011/11/01 20:30:49 jasper Exp $
COMMENT= anti-grain geometry graphics library
DISTNAME= agg-2.5
REVISION= 2
REVISION= 3
SHARED_LIBS= agg 3.0 \
aggfontfreetype 3.0 \
aggplatformsdl 3.0 \
@ -18,8 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender freetype m pthread-stubs \
sndio usbhid xcb z SDL>=6
WANTLIB= X11 freetype m sndio usbhid xcb z SDL>=6 stdc++
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2011/10/29 08:12:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2011/11/01 20:30:49 jasper Exp $
COMMENT = Amide a Medical Imaging Data Examiner
DISTNAME = amide-0.9.2
REVISION = 12
REVISION = 13
CATEGORIES = graphics
HOMEPAGE = http://amide.sourceforge.net/
@ -26,6 +26,7 @@ WANTLIB += ogg orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs schroedinger-1.0
WANTLIB += speex stdc++ theoradec theoraenc vorbis vorbisenc vpx
WANTLIB += x264 xcb xcb-render xcb-shm xml2 z
WANTLIB += dbus-1 dbus-glib-1 ffi
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=amide/}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.36 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.37 2011/11/01 20:30:49 jasper Exp $
COMMENT= vector graphics library
DISTNAME= cairo-1.10.2
REVISION= 2
REVISION= 3
SHARED_LIBS= cairo 11.1
SHARED_LIBS+= cairo-trace 0.0
SHARED_LIBS+= cairo-gobject 0.0
@ -17,7 +17,7 @@ MAINTAINER= Eric Faurot <eric@openbsd.org>
WANTLIB= GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender \
Xxf86vm drm expat fontconfig freetype glib-2.0 \
gobject-2.0 gthread-2.0 m pcre pixman-1 png \
pthread-stubs xcb xcb-render xcb-shm z
pthread-stubs xcb xcb-render xcb-shm z ffi stdc++
# LGPLv2.1 / MPL 1.1
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.18 2011/11/01 20:30:49 jasper Exp $
COMMENT= C++ interface for cairo
DISTNAME= cairomm-1.9.8
REVISION= 0
REVISION= 1
SHARED_LIBS= cairomm-1.0 5.0 # .5.0
CATEGORIES= graphics
@ -18,7 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender \
Xxf86vm drm cairo expat fontconfig freetype glib-2.0 \
gobject-2.0 gthread-2.0 m pixman-1 pcre png \
pthread-stubs sigc-2.0 stdc++ xcb xcb-render xcb-shm z
pthread-stubs sigc-2.0 stdc++ xcb xcb-render xcb-shm \
z ffi
MASTER_SITES= http://cairographics.org/releases/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2011/07/06 23:56:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2011/11/01 20:30:49 jasper Exp $
COMMENT= image manipulation functions for Objective Caml
CATEGORIES= graphics
@ -7,7 +7,7 @@ DISTNAME= camlimages-3.0.2
EXTRACT_SUFX= .tgz
MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/
REVISION= 0
REVISION= 1
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://cristal.inria.fr/camlimages/
@ -17,7 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= lang/ocaml
MODULES= devel/gettext \
lang/ocaml
WANTLIB+= ICE SM X11 Xpm freetype gif jpeg m png tiff z
@ -52,8 +53,8 @@ post-install:
.if ${MODOCAML_NATIVE:L} == "yes"
MODULES += devel/gettext
WANTLIB+= GL Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm \
WANTLIB+= GL Xcomposite Xcursor Xdamage Xext Xfixes Xi \
Xinerama Xrandr Xrender atk-1.0 c cairo \
expat fontconfig gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
gtk-x11-2.0 pango-1.0 pangocairo-1.0 \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2011/04/07 07:50:22 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2011/11/01 20:30:49 jasper Exp $
COMMENT= clutter Box2D integration library
DISTNAME= clutter-box2d-${API_VERSION}.0
REVISION= 2
REVISION= 3
SHARED_LIBS += clutter-box2d-0.10 0.0 # .1000.0
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-box2d/${MAJOR}/}
@ -15,7 +15,7 @@ WANTLIB += Xrender cairo expat fontconfig freetype gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread-stubs xcb z clutter-glx-1.0
WANTLIB += stdc++ xcb-render xcb-render-util
WANTLIB += stdc++ xcb-render ffi xcb-shm
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= graphics/clutter/core

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.10 2011/11/01 20:30:49 jasper Exp $
COMMENT= clutter GStreamer integration library
DISTNAME= clutter-gst-${API_VERSION}.0
REVISION= 2
REVISION= 3
SHARED_LIBS += clutter-gst-0.10 0.0 # .1000.0
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-gst/${MAJOR}/}
@ -16,7 +16,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gstbase-0.10
WANTLIB += gstreamer-0.10 gthread-2.0 json-glib-1.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
WANTLIB += xcb xml2 z clutter-glx-1.0 gstaudio-0.10 gstinterfaces-0.10
WANTLIB += gstvideo-0.10
WANTLIB += gstvideo-0.10 ffi stdc++ xcb-render xcb-shm
LIB_DEPENDS= graphics/clutter/core \
multimedia/gstreamer-0.10/plugins-base

View File

@ -1,22 +1,22 @@
# $OpenBSD: Makefile,v 1.12 2011/09/23 08:29:37 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2011/11/01 20:30:49 jasper Exp $
COMMENT= GTK+2 widget for clutter
DISTNAME= clutter-gtk-${API_VERSION}.2
REVISION= 6
REVISION= 7
SHARED_LIBS += clutter-gtk-0.10 0.0 # .0.0
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-gtk/${MAJOR}/}
MODULES= devel/gettext
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xxf86vm drm
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread-stubs xcb z xcb-render xcb-render-util
WANTLIB += clutter-glx-1.0
WANTLIB += pcre pixman-1 png pthread-stubs xcb z xcb-render
WANTLIB += clutter-glx-1.0 ffi xcb-shm
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
# instead of the actual library

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2011/09/23 08:04:51 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2011/11/01 20:30:49 jasper Exp $
COMMENT= OpenGL-based interactive canvas library
DISTNAME= clutter-${MAJOR}.6
REVISION= 5
REVISION= 6
SHARED_LIBS += clutter-glx-1.0 0.0 # .0.6
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter/1.0/}
@ -13,7 +13,7 @@ MODULES= devel/gettext
WANTLIB += GL X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes
WANTLIB += Xrender expat fontconfig freetype gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pangoft2-1.0
WANTLIB += pcre pixman-1 png xcb-render xcb-render-util
WANTLIB += pcre pixman-1 png xcb-render ffi stdc++ xcb-shm
WANTLIB += pthread-stubs xcb z Xxf86vm drm json-glib-1.0
WANTLIB += gdk_pixbuf-2.0 cairo pango-1.0 pangocairo-1.0

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2011/10/29 08:12:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2011/11/01 20:30:49 jasper Exp $
COMMENT= virtual lighttable and darkroom for photographers
DISTNAME= darktable-0.6
REVISION= 7
REVISION= 8
SHARED_ONLY= Yes
@ -28,7 +28,7 @@ WANTLIB += gnome-keyring gobject-2.0 gpg-error gphoto2 gphoto2_port
WANTLIB += gthread-2.0 gtk-x11-2.0 idn jpeg lcms ltdl m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
WANTLIB += pthread sqlite3 ssl stdc++ tiff usb xcb-render
WANTLIB += xcb xml2 z GL Xxf86vm drm xcb-shm
WANTLIB += xcb xml2 z GL Xxf86vm drm xcb-shm ffi
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=darktable/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2011/10/09 19:11:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.84 2011/11/01 20:30:49 jasper Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= technical diagrams drawing tool
GNOME_PROJECT= dia
GNOME_VERSION= 0.97.1
REVISION= 9
REVISION= 10
EXTRACT_SUFX= .tar.bz2
@ -29,6 +29,7 @@ WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += util xcb xcb-render xcb-shm xml2 xslt z ${MODPY_WANTLIB}
WANTLIB += stdc++
RUN_DEPENDS= devel/xdg-utils
BUILD_DEPENDS= textproc/docbook-xsl

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.32 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.33 2011/11/01 20:30:49 jasper Exp $
COMMENT = digital image kde application
CATEGORIES = graphics x11 x11/kde
V = 0.9.6
DISTNAME = digikam-$V
REVISION = 2
REVISION = 3
SHARED_LIBS += digikam 3.0 # .0.0
HOMEPAGE = http://www.digikam.org/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=digikam/}
@ -23,12 +23,14 @@ LIB_DEPENDS += x11/kde/libs3 \
WANTLIB = util m c ICE Xrender SM pthread z stdc++ expat \
Xext X11 jpeg png art_lgpl_2 exif idn \
exiv2 jasper pcre pcreposix Xau Xdmcp fam rpcsvc ltdl \
pthread-stubs xcb lib/qt3/qt-mt>=3.33 kdecore>=6 \
exiv2 jasper pcre pcreposix ltdl \
xcb lib/qt3/qt-mt>=3.33 kdecore>=6 \
kwalletclient DCOP kparts kdeui kdesu kio kdefx \
kdeprint kutils kabc vcard kresources khtml kjs \
gphoto2 gphoto2_port kipi tiff kexiv2>=1 kdcraw \
lcms
WANTLIB += GL Xcursor Xdamage Xfixes Xft Xi Xinerama Xmu Xrandr
WANTLIB += Xt Xxf86vm drm fontconfig freetype mng
MODULES = devel/gettext \
x11/kde

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.24 2011/11/01 20:30:49 jasper Exp $
COMMENT= view, decode and encode DjVu files
DISTNAME= djvulibre-3.5.24
REVISION= 1
REVISION= 2
SHARED_LIBS= djvulibre 24.0
CATEGORIES= graphics print
@ -41,9 +41,9 @@ CONFIGURE_ARGS+=--without-x
.else
MODULES= x11/qt3
WANTLIB += GL ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += GL ICE SM X11 Xcursor Xdamage Xext Xfixes
WANTLIB += Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm drm expat
WANTLIB += fontconfig freetype lcms mng png pthread-stubs xcb
WANTLIB += fontconfig freetype lcms mng png xcb
RUN_DEPENDS+= devel/desktop-file-utils \
x11/hicolor-icon-theme

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:13 espie Exp $
# $OpenBSD: Makefile,v 1.12 2011/11/01 20:30:49 jasper Exp $
COMMENT= dump frames from mpeg-1 movies
VERSION= 0.6
DISTNAME= dumpmpeg-${VERSION}
REVISION = 0
REVISION = 1
CATEGORIES= graphics x11
HOMEPAGE= http://sourceforge.net/projects/dumpmpeg/
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dumpmpeg/}
LIB_DEPENDS = devel/smpeg
WANTLIB = SDL X11 Xext c m pthread pthread-stubs usbhid xcb smpeg>=1.3
WANTLIB = SDL c pthread smpeg>=1.3
USE_GROFF = Yes

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2010/11/17 08:05:13 espie Exp $
# $OpenBSD: Makefile,v 1.10 2011/11/01 20:30:49 jasper Exp $
COMMENT= mpeg-1 video player
VERSION= 0.4.1
DISTNAME= enjoympeg-${VERSION}
REVISION = 0
REVISION = 1
CATEGORIES= graphics x11
HOMEPAGE= http://people.freenet.de/for_Ki/
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS = devel/smpeg
WANTLIB = SDL X11 Xext c m pthread pthread-stubs usbhid xcb smpeg>=1.3
WANTLIB = SDL c pthread smpeg>=1.3
SEPARATE_BUILD= concurrent

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2010/10/24 21:21:00 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2011/11/01 20:30:49 jasper Exp $
COMMENT = open source alternative to glut
DISTNAME = freeglut-2.6.0
REVISION = 0
SHARED_LIBS = glut 4.1
CATEGORIES = graphics
HOMEPAGE = http://freeglut.sourceforge.net/
@ -13,7 +14,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = GL X11 Xau Xdmcp Xext Xi Xxf86vm m pthread-stubs xcb
WANTLIB = GL X11 Xext Xi Xxf86vm m xcb Xdamage Xfixes drm stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=freeglut/}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2011/09/16 17:22:13 phessler Exp $
# $OpenBSD: Makefile,v 1.8 2011/11/01 20:30:49 jasper Exp $
COMMENT = font rendering library for OpenGL applications
V = 2.1.3
DISTNAME = ftgl-$V-rc5
PKGNAME = ftgl-$Vrc5
REVISION = 0
REVISION = 1
EPOCH = 0
SHARED_LIBS = ftgl 0.0 # 2.1
CATEGORIES = graphics
@ -20,8 +20,8 @@ PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WRKDIST = ${WRKDIR}/${DISTNAME:S/-rc/~rc/}
WANTLIB = GL GLU ICE SM X11 Xau Xdmcp Xext Xmu Xt freetype m \
pthread-stubs xcb z
WANTLIB = GL GLU ICE SM X11 Xext Xmu Xt freetype m \
xcb z Xdamage Xfixes Xxf86vm drm stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ftgl/}
USE_LIBTOOL = Yes

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.19 2011/11/01 20:30:49 jasper Exp $
COMMENT= tool for producing computational artwork
DISTNAME= fyre-1.0.1
REVISION= 9
REVISION= 10
CATEGORIES= graphics
HOMEPAGE= http://fyre.navi.cx/
@ -13,13 +13,14 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= Half Iex IlmThread Imath X11 Xau Xcomposite Xcursor \
Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
WANTLIB= Half Iex IlmThread Imath X11 Xcomposite Xcursor \
Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender \
atk-1.0 c cairo expat fontconfig freetype gdk-x11-2.0 \
gdk_pixbuf-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pixman-1 png pthread stdc++ xml2 z gio-2.0 \
pthread-stubs xcb glade-2.0 IlmImf>=4 gnet-2.0
pthread-stubs xcb glade-2.0 IlmImf>=4 gnet-2.0 \
GL xcb-render xcb-shm
MASTER_SITES= http://releases.navi.cx/fyre/ \
http://distfiles.nl/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.13 2011/11/01 20:30:49 jasper Exp $
COMMENT= graphic library for GTK+2
V= 2.24.0
DISTNAME= gdk-pixbuf-${V}
REVISION= 0
REVISION= 1
EXTRACT_SUFX= .tar.xz
@ -24,7 +24,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += jasper jpeg m pcre png pthread tiff xcb z
WANTLIB += jasper jpeg m pcre png pthread tiff xcb z ffi
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2011/10/22 08:10:45 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2011/11/01 20:30:49 jasper Exp $
COMMENT= lightweight Gtk+2 based image viewer
DISTNAME= geeqie-1.0
CATEGORIES= graphics
REVISION= 3
REVISION= 4
EPOCH= 0
@ -17,9 +17,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += drm exiv2 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo
WANTLIB += exiv2 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 lcms m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs stdc++ xcb xcb-render

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2011/09/16 10:02:36 espie Exp $
# $OpenBSD: Makefile,v 1.33 2011/11/01 20:30:49 jasper Exp $
SHARED_ONLY= Yes
@ -7,6 +7,7 @@ COMMENT-plugins=gegl plugins
V= 0.1.6
DISTNAME= gegl-${V}
REVISION= 0
CATEGORIES= graphics devel
PKGNAME-main= gegl-${V}
@ -32,7 +33,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/${V:R}/ \
MULTI_PACKAGES= -main -plugins
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pcre z execinfo
WANTLIB += gthread-2.0 m pcre z execinfo ffi stdc++
MODULES= devel/gettext
@ -57,9 +58,9 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
WANTLIB-plugins += ${WANTLIB}
WANTLIB-plugins += Half Iex IlmThread Imath gsm mp3lame ogg orc-0.4
WANTLIB-plugins += schroedinger-1.0 speex stdc++ theoradec theoraenc
WANTLIB-plugins += schroedinger-1.0 speex theoradec theoraenc
WANTLIB-plugins += vorbis vorbisenc x264 IlmImf avcodec avformat
WANTLIB-plugins += avutil bz2 vpx
WANTLIB-plugins += avutil bz2 vpx
RUN_DEPENDS-plugins= ${BUILD_PKGPATH},-main
LIB_DEPENDS-plugins= ${LIB_DEPENDS} \