- fix WANTLIB/LIB_DEPENDS after recent openexr update
This commit is contained in:
parent
8dfdbbd6fb
commit
9c210fb405
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2008/03/15 10:03:11 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2008/04/11 11:16:47 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= photorealistic 3D rendering solution
|
||||
|
||||
V= 1.2.0
|
||||
DISTNAME= aqsis-${V}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= graphics
|
||||
|
||||
SHARED_LIBS+= aqsis 1.0 \
|
||||
@ -27,7 +27,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
|
||||
|
||||
WANTLIB= c m stdc++ z
|
||||
WANTLIB= Half Iex Imath c m stdc++ z
|
||||
|
||||
MODULES= devel/scons
|
||||
|
||||
@ -37,7 +37,7 @@ BUILD_DEPENDS= ::textproc/libxslt \
|
||||
LIB_DEPENDS= fltk.>=1::x11/fltk \
|
||||
jpeg.>=62::graphics/jpeg \
|
||||
tiff.>=38::graphics/tiff \
|
||||
Half.>=3,Iex.>=3,IlmImf.>=3,Imath.>=3::graphics/openexr
|
||||
IlmImf.>=4::graphics/openexr
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/11/13 17:10:25 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/04/11 11:17:39 jasper Exp $
|
||||
|
||||
COMMENT= tool for producing computational artwork
|
||||
DISTNAME= fyre-1.0.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://fyre.navi.cx/
|
||||
@ -13,9 +13,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xcomposite Xdamage \
|
||||
Xrender atk-1.0 c cairo expat fontconfig freetype gdk-x11-2.0 \
|
||||
WANTLIB= Half Iex IlmThread Imath X11 Xau Xcomposite Xcursor \
|
||||
Xdamage Xdmcp 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 glitz gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 png pthread stdc++ xml2 z
|
||||
@ -26,9 +26,9 @@ MASTER_SITES= http://releases.navi.cx/fyre/ \
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= ::misc/shared-mime-info
|
||||
LIB_DEPENDS= gnet-2.0::net/gnet \
|
||||
Half.>=3,Iex.>=3,IlmImf.>=3,Imath.>=3::graphics/openexr \
|
||||
glade-2.0::devel/libglade2
|
||||
LIB_DEPENDS= glade-2.0::devel/libglade2 \
|
||||
IlmImf.>=4::graphics/openexr \
|
||||
gnet-2.0::net/gnet
|
||||
RUN_DEPENDS= ::x11/hicolor-icon-theme
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/10 14:12:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/04/11 11:18:01 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -10,7 +10,7 @@ DISTNAME= gegl-${V}
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
PKGNAME-main= gegl-${V}
|
||||
PKGNAME-plugins=gegl-plugins-${V}
|
||||
PKGNAME-plugins=gegl-plugins-${V}p0
|
||||
|
||||
SHARED_LIBS= gegl-0.0 0.0 # .16.0
|
||||
|
||||
@ -49,11 +49,11 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
rsvg-2:librsvg-*-!no_gnome:x11/gnome/librsvg \
|
||||
babl-0.0::graphics/babl
|
||||
|
||||
WANTLIB-plugins=${WANTLIB} SDL a52 faac faad mp3lame ogg theora usbhid \
|
||||
vorbis vorbisenc x264
|
||||
WANTLIB-plugins=${WANTLIB} Half Iex IlmThread Imath SDL a52 faac faad mp3lame \
|
||||
ogg theora usbhid vorbis vorbisenc x264
|
||||
RUN_DEPENDS-plugins= ::${BUILD_PKGPATH},-main
|
||||
LIB_DEPENDS-plugins= ${LIB_DEPENDS} \
|
||||
Half.>=3,Iex,IlmImf,Imath::graphics/openexr \
|
||||
IlmImf.>=4::graphics/openexr \
|
||||
avcodec.>=11,avformat,avutil::graphics/ffmpeg
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
Loading…
Reference in New Issue
Block a user