summaryrefslogtreecommitdiff
path: root/multimedia/gnash/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-12-05 15:15:24 +0000
committerwiz <wiz@pkgsrc.org>2006-12-05 15:15:24 +0000
commit4f3ca74a5675152bd09a4d1d7e2d7578fe3293cc (patch)
treea555a5c2c590f2d600de7849774e899c1eac5845 /multimedia/gnash/Makefile
parentc513b6b6d85b34463a6b65107d1efd353cd4bce5 (diff)
downloadpkgsrc-4f3ca74a5675152bd09a4d1d7e2d7578fe3293cc.tar.gz
Initial import of gnash-0.7.2:
Gnash is a player for animated "movies" in the Macromedia Shockwave Flash (.swf) format. It can be run as a graphical application, as a Web browser plugin, or as a library used by other programs. It is not yet complete; it does not correctly handle every .swf file. Many of the Flash movies that I come across play fine in Gnash. Many others do not. In particular, Flash movies that are used for browser navigation may still have a few issues with some URLs left. Most Flash based navigation of a web site should work. Gnash supports the majority of Flash opcodes up to SWF version 7, and a wide sampling of ActionScript classes for SWF version 7. All the core ones are implemented, and many of the newer ones work, but may be missing some of their methods. All unimplemented opcodes and ActionScript classes and methods print a warning when using -v with gnash or gprocessor. Using gprocessor -v is a quick way to see why a movie isn't playing correctly.
Diffstat (limited to 'multimedia/gnash/Makefile')
-rw-r--r--multimedia/gnash/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/multimedia/gnash/Makefile b/multimedia/gnash/Makefile
new file mode 100644
index 00000000000..84757d3c9d5
--- /dev/null
+++ b/multimedia/gnash/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/12/05 15:15:24 wiz Exp $
+#
+
+DISTNAME= gnash-0.7.2
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_GNU:=gnash/0.7.2/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/gnash/
+COMMENT= GPL'd Flash movie player
+
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+# XXX: plugin not enabled yet
+#CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/plugins
+CONFIGURE_ARGS+= --disable-plugin
+CONFIGURE_ARGS+= --enable-mp3
+USE_TOOLS+= bash pkg-config
+# /bin/sh finds a syntax error without line number
+CONFIG_SHELL= ${LOCALBASE}/bin/bash
+
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../graphics/gtkglext/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"