diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:07:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:07:42 +0000 |
commit | 73c35623ae9e75ef0e8ab99080d68f94544f284c (patch) | |
tree | 01e6472e80fe921385c9981db0ea8eb4aa2bc130 /graphics | |
parent | c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (diff) | |
download | ports-73c35623ae9e75ef0e8ab99080d68f94544f284c.tar.gz ports-73c35623ae9e75ef0e8ab99080d68f94544f284c.zip |
Update to 0.3.3.
Submitted by: anholt
Notes
Notes:
svn path=/head/; revision=131737
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfdec/Makefile | 7 | ||||
-rw-r--r-- | graphics/swfdec/distinfo | 4 | ||||
-rw-r--r-- | graphics/swfdec/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 80921b838f8f..584d65a64450 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -7,8 +7,7 @@ # PORTNAME= swfdec -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.3 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ @@ -16,18 +15,20 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Flash Rendering Library LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - oil-0.2.0:${PORTSDIR}/devel/liboil + oil-0.3.0:${PORTSDIR}/devel/liboil USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 +USE_GSTREAMER= gconf USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +CFLAGS+= -I${X11BASE}/include PLIST_SUB= VERSION=${PORTVERSION:R} diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo index 70846f748b9c..1474465dca01 100644 --- a/graphics/swfdec/distinfo +++ b/graphics/swfdec/distinfo @@ -1,2 +1,2 @@ -MD5 (swfdec-0.3.2.tar.gz) = 8732cd3b96ab803ceb3e723b6dbf0493 -SIZE (swfdec-0.3.2.tar.gz) = 489855 +MD5 (swfdec-0.3.3.tar.gz) = afa290b7351ddf543b8df132835b78f3 +SIZE (swfdec-0.3.3.tar.gz) = 506654 diff --git a/graphics/swfdec/pkg-plist b/graphics/swfdec/pkg-plist index be2e96f6b54c..718166073bea 100644 --- a/graphics/swfdec/pkg-plist +++ b/graphics/swfdec/pkg-plist @@ -1,3 +1,4 @@ +bin/swf_play include/swfdec-%%VERSION%%/art.h include/swfdec-%%VERSION%%/color.h include/swfdec-%%VERSION%%/proto.h |