From 6d8ed8f7c7511223163de715a97ffc04bf6fada9 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 10 Jan 2009 05:22:13 +0000 Subject: Presenting GNOME 2.24 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 --- www/swfdec-plugin/Makefile | 9 +++++---- www/swfdec-plugin/distinfo | 6 +++--- www/swfdec-plugin/pkg-plist | 6 ++++++ 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'www/swfdec-plugin') diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index af9a85317e91..083b5408376b 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -6,18 +6,19 @@ # PORTNAME= swfdec-plugin -PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTVERSION= 0.8.2 CATEGORIES= www -MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.6/ +MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/ DISTNAME= swfdec-mozilla-${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= Flash rendering plugin -LIB_DEPENDS= swfdec-0.6:${PORTSDIR}/graphics/swfdec +LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes +USE_GNOME= gtk20 CONFIGURE_ARGS= --with-plugin-dir="${WEBPLUGINS_DIR}" USE_LDCONFIG= yes diff --git a/www/swfdec-plugin/distinfo b/www/swfdec-plugin/distinfo index 41b0a0096e9a..a2e080ce8c78 100644 --- a/www/swfdec-plugin/distinfo +++ b/www/swfdec-plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (swfdec-mozilla-0.6.0.tar.gz) = dc0fb84b5e5c7540ae1231eb04109f0e -SHA256 (swfdec-mozilla-0.6.0.tar.gz) = 05e93b4343998afd24b0ba879e25ef4f08c87af6afb51fb0cc5a0362c3feff34 -SIZE (swfdec-mozilla-0.6.0.tar.gz) = 399937 +MD5 (swfdec-mozilla-0.8.2.tar.gz) = 716632e0d35b3c1582c180569ba30346 +SHA256 (swfdec-mozilla-0.8.2.tar.gz) = 49fd905f41b67832e7b2cfa2cf664657ab08f8fef4a2324e74202fc951396cd5 +SIZE (swfdec-mozilla-0.8.2.tar.gz) = 381148 diff --git a/www/swfdec-plugin/pkg-plist b/www/swfdec-plugin/pkg-plist index ffed0eed5a40..02ca9225c4cb 100644 --- a/www/swfdec-plugin/pkg-plist +++ b/www/swfdec-plugin/pkg-plist @@ -1,4 +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%% -- cgit