mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
sync WANTLIB after openexr update
ok zhuk@
This commit is contained in:
+8
-7
@@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2015/05/05 17:00:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
COMMENT= 2D games framework for use with Lua
|
||||
|
||||
V= 0.8.0
|
||||
DISTNAME= love-$V-linux-src
|
||||
PKGNAME= love-$V
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
HOMEPAGE= http://love2d.org/
|
||||
|
||||
@@ -16,11 +16,12 @@ CATEGORIES= games lang/lua
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += ${MODLUA_WANTLIB}
|
||||
WANTLIB += GL Half IL Iex IlmImf IlmThread Imath SDL X11 X11-xcb Xau
|
||||
WANTLIB += Xdamage Xdmcp Xext Xfixes Xxf86vm c drm freetype glapi jasper
|
||||
WANTLIB += jpeg lcms ltdl m mng modplug mpg123 ogg openal physfs png
|
||||
WANTLIB += pthread pthread-stubs sndio stdc++ tiff usbhid vorbis
|
||||
WANTLIB += vorbisfile xcb xcb-dri2 xcb-glx z
|
||||
WANTLIB += GL Half IL Iex IexMath IlmImf IlmThread Imath SDL X11
|
||||
WANTLIB += X11-xcb Xau Xdamage Xdmcp Xext Xfixes Xxf86vm c drm
|
||||
WANTLIB += freetype glapi jasper jpeg lcms m mng modplug mpg123
|
||||
WANTLIB += ogg openal physfs png pthread pthread-stubs sndio stdc++
|
||||
WANTLIB += tiff usbhid vorbis vorbisfile xcb xcb-dri2 xcb-glx
|
||||
WANTLIB += z
|
||||
|
||||
MASTER_SITES= https://bitbucket.org/rude/love/downloads/
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2015/05/22 11:31:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
COMMENT= library for powerful image loading capabilities
|
||||
|
||||
DISTNAME= DevIL-1.7.8
|
||||
REVISION= 9
|
||||
REVISION= 10
|
||||
SHARED_LIBS+= IL 0.0 # 2.0
|
||||
SHARED_LIBS+= ILU 0.0 # 2.0
|
||||
SHARED_LIBS+= ILUT 0.0 # 2.0
|
||||
@@ -18,11 +18,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openil/}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
WANTLIB += GL GLU Half ICE Iex IlmImf IlmThread Imath SDL SM X11
|
||||
WANTLIB += X11-xcb Xau Xdmcp glapi pthread-stubs xcb-dri2 xcb-glx
|
||||
WANTLIB += Xdamage Xext Xfixes Xi Xmu Xrandr Xrender Xt Xxf86vm
|
||||
WANTLIB += c drm glut jasper jpeg lcms m mng png pthread sndio
|
||||
WANTLIB += stdc++ tiff usbhid xcb z
|
||||
WANTLIB += GL GLU Half ICE Iex IexMath IlmImf IlmThread Imath
|
||||
WANTLIB += SDL SM X11 X11-xcb Xau Xdamage Xdmcp Xext Xfixes Xi
|
||||
WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm c drm glapi glut jasper
|
||||
WANTLIB += jpeg lcms m mng png pthread pthread-stubs sndio stdc++
|
||||
WANTLIB += tiff usbhid xcb xcb-dri2 xcb-glx z
|
||||
|
||||
MODULES= converters/libiconv
|
||||
LIB_DEPENDS= devel/sdl \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2015/09/12 14:15:32 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
|
||||
.if (${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "amd64")
|
||||
@@ -14,7 +14,7 @@ COMMENT = blend seams in panoramic image mosaics
|
||||
DISTNAME = enblend-enfuse-4.0
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
WRKDIST = ${WRKDIR}/enblend-enfuse-4.0-753b534c819d
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES = graphics
|
||||
|
||||
HOMEPAGE = http://enblend.sourceforge.net/
|
||||
@@ -24,9 +24,9 @@ MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
||||
# GPLv2+, MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB = GL GLEW GLU Half ICE Iex IlmImf IlmThread Imath SM X11 Xi Xmu
|
||||
WANTLIB += boost_filesystem boost_system c glut>=4 jpeg lcms m png pthread
|
||||
WANTLIB += stdc++ tiff xmi z
|
||||
WANTLIB += GL GLEW GLU Half ICE Iex IexMath IlmImf IlmThread Imath
|
||||
WANTLIB += SM X11 Xi Xmu boost_system c glut jpeg lcms m png pthread
|
||||
WANTLIB += stdc++ tiff xmi z
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=enblend/}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2015/03/27 08:11:28 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
COMMENT= tool for producing computational artwork
|
||||
DISTNAME= fyre-1.0.1
|
||||
REVISION= 15
|
||||
REVISION= 16
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://fyre.navi.cx/
|
||||
@@ -10,12 +10,11 @@ HOMEPAGE= http://fyre.navi.cx/
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += Half Iex IlmImf IlmThread Imath X11 Xcomposite Xcursor
|
||||
WANTLIB += Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0
|
||||
WANTLIB += c cairo fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glade-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread stdc++
|
||||
WANTLIB += xml2 z
|
||||
WANTLIB += Half Iex IexMath IlmImf IlmThread Imath X11 Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender
|
||||
WANTLIB += atk-1.0 c cairo fontconfig freetype gdk-x11-2.0 gio-2.0
|
||||
WANTLIB += glade-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread stdc++ xml2 z
|
||||
|
||||
MASTER_SITES= http://releases.navi.cx/fyre/ \
|
||||
http://distfiles.nl/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.51 2015/06/05 11:52:33 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.52 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
PORTROACH= limit:^0\.2
|
||||
|
||||
@@ -20,7 +20,7 @@ PKGNAME-main= gegl-${V}
|
||||
PKGNAME-plugins= gegl-plugins-${V}
|
||||
|
||||
REVISION-main= 3
|
||||
REVISION-plugins= 4
|
||||
REVISION-plugins= 5
|
||||
|
||||
SHARED_LIBS += gegl-${API_VERSION} 0.0 # 199.1
|
||||
|
||||
@@ -58,7 +58,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
WANTLIB-plugins += ${WANTLIB}
|
||||
WANTLIB-plugins += gsm mp3lame ogg IlmImf avutil bz2 speex
|
||||
WANTLIB-plugins += vorbis vorbisenc x264 avcodec avformat vpx
|
||||
WANTLIB-plugins += Half Iex IlmThread Imath xvidcore
|
||||
WANTLIB-plugins += Half Iex IexMath IlmThread Imath xvidcore
|
||||
WANTLIB-plugins += crypto opus pthread stdc++ ssl swresample x265
|
||||
|
||||
RUN_DEPENDS-plugins= ${BUILD_PKGPATH},-main
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2015/09/21 16:58:37 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = 2D animation software
|
||||
REVISION = 0
|
||||
|
||||
V= 1.0.1
|
||||
DISTNAME = synfig-$V
|
||||
@@ -17,8 +18,8 @@ HOMEPAGE = http://www.synfig.org/
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += Half ICE Iex IlmImf IlmThread Imath Magick++ MagickCore
|
||||
WANTLIB += MagickWand SM X11 Xext Xrender Xt boost_program_options-mt
|
||||
WANTLIB += Half ICE Iex IexMath IlmImf IlmThread Imath Magick++
|
||||
WANTLIB += MagickCore MagickWand SM X11 Xext Xrender Xt boost_program_options-mt
|
||||
WANTLIB += bz2 c cairo djvulibre expat ffi fftw3 fontconfig freetype
|
||||
WANTLIB += glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0 graphite2
|
||||
WANTLIB += gthread-2.0 harfbuzz jasper jbig jpeg lcms2 ltdl lzma
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.146 2015/06/10 21:42:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.147 2015/09/22 18:47:52 pascal Exp $
|
||||
|
||||
BROKEN-alpha = .got subsegment exceeds 64K
|
||||
BROKEN-mips64 = .got subsegment exceeds 64K
|
||||
@@ -12,7 +12,7 @@ PKGNAME-main = ${DISTNAME}
|
||||
PKGSPEC-main = kdelibs->=3,<4
|
||||
PKGNAME-langlist = kde3-langlist-${VERSION}
|
||||
PKG_ARCH-langlist = *
|
||||
REVISION-main = 37
|
||||
REVISION-main = 38
|
||||
REVISION-langlist = 1
|
||||
|
||||
MODKDE_VERSION = 3.5.8
|
||||
@@ -58,7 +58,7 @@ SHARED_LIBS += kimproxy 1.0 # .0.0
|
||||
SHARED_LIBS += katepartinterfaces 1.0 # .0.0
|
||||
|
||||
WANTLIB-main += ${MODGETTEXT_WANTLIB}
|
||||
WANTLIB-main += FLAC GL Half ICE Iex IlmImf IlmThread Imath SM X11
|
||||
WANTLIB-main += FLAC GL Half ICE Iex IexMath IlmImf IlmThread Imath SM X11
|
||||
WANTLIB-main += X11-xcb Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi
|
||||
WANTLIB-main += Xinerama Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 artsflow
|
||||
WANTLIB-main += artsflow_idl aspell audiofile avahi-client avahi-common
|
||||
|
||||
Reference in New Issue
Block a user