Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2007 22:01:13 -0700 (PDT)
From:      Alexander Botero-Lowry <alexbl@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anholt@FreeBSD.org
Subject:   ports/112231: [PATCH] www/swfdec-plugin: update to 0.4.4
Message-ID:  <200704290501.l3T51DSw046631@Laptop.mine.box>
Resent-Message-ID: <200704291000.l3TA097V010642@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112231
>Category:       ports
>Synopsis:       [PATCH] www/swfdec-plugin: update to 0.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 10:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Feb  3 22:51:13 PST
>Description:
- Update to 0.4.4

Port maintainer (anholt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- swfdec-plugin-0.4.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/swfdec-plugin/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	13 Feb 2007 20:49:58 -0000	1.17
+++ Makefile	29 Apr 2007 05:01:15 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	swfdec-plugin
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.4
 CATEGORIES=	www
 MASTER_SITES=	http://swfdec.freedesktop.org/download/swfdec-mozilla/0.4/
 DISTNAME=	swfdec-mozilla-${PORTVERSION}
@@ -25,7 +25,6 @@
 
 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 \
@@ -39,11 +38,20 @@
 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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/swfdec-plugin/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	13 Feb 2007 20:49:58 -0000	1.4
+++ distinfo	29 Apr 2007 05:01:15 -0000
@@ -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
--- swfdec-plugin-0.4.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704290501.l3T51DSw046631>