diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-03 13:41:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-03 13:41:34 +0800 |
commit | 27e647214899e497ccdafbfebf3ae0019f41a187 (patch) | |
tree | 9021725b891eb04dfac46e111f3c704776feb1e5 /www | |
parent | 9a3b1be38c154f4015e97f6b6672189888036e74 (diff) | |
download | marcuscom-ports-27e647214899e497ccdafbfebf3ae0019f41a187.tar.gz marcuscom-ports-27e647214899e497ccdafbfebf3ae0019f41a187.tar.zst marcuscom-ports-27e647214899e497ccdafbfebf3ae0019f41a187.zip |
Update to 0.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/swfdec-plugin/Makefile | 31 | ||||
-rw-r--r-- | www/swfdec-plugin/distinfo | 3 | ||||
-rw-r--r-- | www/swfdec-plugin/pkg-descr | 8 | ||||
-rw-r--r-- | www/swfdec-plugin/pkg-plist | 10 |
4 files changed, 52 insertions, 0 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile new file mode 100644 index 000000000..3e1139712 --- /dev/null +++ b/www/swfdec-plugin/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: swfdec-plugin +# Date created: Jun 14, 2005 +# Whom: anholt +# +# $FreeBSD$ +# + +PORTNAME= swfdec-plugin +PORTVERSION= 0.7.4 +CATEGORIES= www +MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.7/ +DISTNAME= swfdec-mozilla-${PORTVERSION} + +MAINTAINER= alexbl@FreeBSD.org +COMMENT= Flash rendering plugin + +LIB_DEPENDS= swfdec-0.7:${PORTSDIR}/graphics/swfdec + +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnometarget +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --with-plugin-dir="${WEBPLUGINS_DIR}" + +USE_LDCONFIG= yes + +USE_WEBPLUGINS= gecko* +WEBPLUGINS_FILES=libswfdecmozilla.so + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/firefox/Makefile.webplugins" +.include <bsd.port.post.mk> diff --git a/www/swfdec-plugin/distinfo b/www/swfdec-plugin/distinfo new file mode 100644 index 000000000..a37862b54 --- /dev/null +++ b/www/swfdec-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (swfdec-mozilla-0.7.4.tar.gz) = c5958f3b003190b21977495021ac2b28 +SHA256 (swfdec-mozilla-0.7.4.tar.gz) = 0d7927f2e791321b2867c120eb4140d9017c59b77925eb909b2a03f3ef2a8fe4 +SIZE (swfdec-mozilla-0.7.4.tar.gz) = 425027 diff --git a/www/swfdec-plugin/pkg-descr b/www/swfdec-plugin/pkg-descr new file mode 100644 index 000000000..c217ddea0 --- /dev/null +++ b/www/swfdec-plugin/pkg-descr @@ -0,0 +1,8 @@ +swfdec-plugin is a Mozilla plugin for rendering flash (.swf) animations using +the gstreamer framework and the swfdec library. It should currently play Flash +4 files, and Flash 5 support is under development. + +WWW: http://www.schleef.org/swfdec/ + +- Eric Anholt +anholt@FreeBSD.org diff --git a/www/swfdec-plugin/pkg-plist b/www/swfdec-plugin/pkg-plist new file mode 100644 index 000000000..02ca9225c --- /dev/null +++ b/www/swfdec-plugin/pkg-plist @@ -0,0 +1,10 @@ +%%WEBPLUGINS_DIR%%/libswfdecmozilla.a +%%WEBPLUGINS_DIR%%/libswfdecmozilla.la +%%WEBPLUGINS_DIR%%/libswfdecmozilla.so +share/icons/hicolor/16x16/apps/swfdec-mozilla.png +share/icons/hicolor/22x22/apps/swfdec-mozilla.png +share/icons/hicolor/24x24/apps/swfdec-mozilla.png +share/icons/hicolor/32x32/apps/swfdec-mozilla.png +share/icons/hicolor/48x48/apps/swfdec-mozilla.png +share/icons/hicolor/scalable/apps/swfdec-mozilla.svg +@dirrmtry %%WEBPLUGINS_DIR%% |