Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 18:37:44 GMT
From:      michael johnson<ahze@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107148: [PATCH] graphics/swfdec -- Use gst 0.10 instead of 0.8 
Message-ID:  <200612231837.kBNIbiMO020688@www.freebsd.org>
Resent-Message-ID: <200612231840.kBNIeFV3092628@freefall.freebsd.org>

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

>Number:         107148
>Category:       ports
>Synopsis:       [PATCH] graphics/swfdec -- Use gst 0.10 instead of 0.8
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 23 18:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
swfdec doesn't support gstreamer 0.8 so use 0.10 instead.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/swfdec/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile	14 Oct 2006 08:53:06 -0000	1.30
+++ Makefile	23 Dec 2006 18:32:01 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	swfdec
 PORTVERSION=	0.3.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.schleef.org/swfdec/download/
 
@@ -21,7 +21,7 @@
 USE_XLIB=	yes
 USE_SDL=	sdl
 USE_GNOME=	gnomehack gtk20 libartlgpl2
-USE_GSTREAMER80=	gconf
+USE_GSTREAMER=	yes
 USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \

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



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