add some missing libraries to WANTLIB, and move some indirect LIB_DEPENDS

to WANTLIB.

ok bernd@ deanna@
This commit is contained in:
steven 2007-02-15 17:07:21 +00:00
parent e93fafbd3e
commit 2d13c985f7

View File

@ -1,9 +1,16 @@
# $OpenBSD: Makefile,v 1.7 2007/02/11 20:36:06 deanna Exp $
# $OpenBSD: Makefile,v 1.8 2007/02/15 17:07:21 steven Exp $
SHARED_ONLY= Yes
COMMENT= "flash player with firefox browser plugin"
DISTNAME= gnash-0.7.2
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
SHARED_LIBS += gnashbase 1.0
SHARED_LIBS += gnashgeo 1.0
SHARED_LIBS += gnashamf 1.0
SHARED_LIBS += gnashserver 1.0
SHARED_LIBS += gnashbackend 1.0
SHARED_LIBS += gnashgui 1.0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= www
@ -28,27 +35,18 @@ USE_X11= Yes
BUILD_DEPENDS+= ::devel/boost
LIB_DEPENDS+= atk-1.0.>=1011::devel/atk \
curl.>=4::net/curl \
LIB_DEPENDS+= curl.>=4::net/curl \
xml2.>=9.0::textproc/libxml \
theora.>=2::multimedia/libtheora \
ogg.>=5::audio/libogg \
png.>=5::graphics/png \
jpeg.>=62::graphics/jpeg \
glitz.>=1::graphics/glitz \
SDL.>=6::devel/sdl \
agg.>=2::graphics/agg \
cairo.>=4::graphics/cairo \
avcodec.>=7,avutil.>=1,avformat.>=7::graphics/ffmpeg \
glib-2.0.>=1000.3,gmodule-2.0.>=1000.3::devel/glib2 \
gobject-2.0.>=1000.3::devel/glib2 \
pango-1.0.>=1200.3,pangocairo-1.0.>=1200.3::devel/pango \
pangoft2-1.0.>=1200.3,pangox-1.0.>=1200.3::devel/pango \
gdk_pixbuf-2.0.>=802.1,gtk-x11-2.0.>=802.1::x11/gtk+2 \
gdk-x11-2.0.>=802.1::x11/gtk+2
gdk_pixbuf-2.0,gtk-x11-2.0,gdk-x11-2.0::x11/gtk+2
WANTLIB= freetype fontconfig Xrender ossaudio usbhid \
Xext X11 z stdc++ m pthread c ssl crypto
ICE SM Xext X11 z stdc++ m pthread c ssl crypto \
faac faad mp3lame ogg vorbis vorbisenc cairo \
glib-2.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 pangox-1.0 \
gobject-2.0 gmodule-2.0 atk-1.0 png jpeg glitz SDL
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
@ -72,11 +70,4 @@ MAKE_FLAGS+= libgnashbase_la_LDFLAGS='-version-info 1:0' \
libgnashbackend_la_LDFLAGS='-version-info 1:0' \
libgnashgui_la_LDFLAGS='-version-info 1:0'
SHARED_LIBS += gnashbase 1.0
SHARED_LIBS += gnashgeo 1.0
SHARED_LIBS += gnashamf 1.0
SHARED_LIBS += gnashserver 1.0
SHARED_LIBS += gnashbackend 1.0
SHARED_LIBS += gnashgui 1.0
.include <bsd.port.mk>