1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update swfdec-mozilla to 0.4.4.

PR:		ports/112231
Submitted by:	alexbl
This commit is contained in:
Eric Anholt 2007-05-25 18:16:50 +00:00
parent ac6d0e6685
commit 890c54450b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191825
2 changed files with 15 additions and 8 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= swfdec-plugin
PORTVERSION= 0.4.2
PORTREVISION= 1
PORTVERSION= 0.4.4
CATEGORIES= www
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/
DISTNAME= swfdec-mozilla-${PORTVERSION}
@ -26,7 +25,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${P
USE_SDL= sdl
USE_GNOME= gnomehack gtk20
USE_GSTREAMER= yes
USE_GETOPT_LONG= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \
@ -40,11 +38,20 @@ CONFIGURE_ENV+= MOZILLA_CONFIG="${LOCALBASE}/bin/firefox-config"
CONFIGURE_ENV+= MOZILLA_CONFIG="${LOCALBASE}/lib/mozilla/mozilla-config"
.endif
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION:R}
OPTIONS= GSTREAMER "Support for video playback using GStreamer" on
post-patch:
@${REINPLACE_CMD} -e "s|plugindir =.*|plugindir = $(PREFIX)/lib/browser_plugins|g" ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GSTREAMER)
USE_GSTREAMER= yes
CONFIGURE_ARGS+= --enable-gstreamer
.else
CONFIGURE_ARGS+= --disable-gstreamer
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (swfdec-mozilla-0.4.2.tar.gz) = 55de4eb6d2b7820c56eac3520c8f1734
SHA256 (swfdec-mozilla-0.4.2.tar.gz) = 2461d4646a89d53d8b4b56b8e28ddc0e71a1e4bb67f43beedd363263ea98b661
SIZE (swfdec-mozilla-0.4.2.tar.gz) = 349372
MD5 (swfdec-mozilla-0.4.4.tar.gz) = 7d546ac5cc296e58198bb53ccb977021
SHA256 (swfdec-mozilla-0.4.4.tar.gz) = c5ee4e078bcdf895001e857e2db2146bd71928e5e5f551b4c40bbbdd1828325f
SIZE (swfdec-mozilla-0.4.4.tar.gz) = 341293