From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 23 18:40:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEFF416A403 for ; Sat, 23 Dec 2006 18:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A82DE13C434 for ; Sat, 23 Dec 2006 18:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBNIeFqB092629 for ; Sat, 23 Dec 2006 18:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBNIeFV3092628; Sat, 23 Dec 2006 18:40:15 GMT (envelope-from gnats) Resent-Date: Sat, 23 Dec 2006 18:40:15 GMT Resent-Message-Id: <200612231840.kBNIeFV3092628@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, michael johnson Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 917D816A403 for ; Sat, 23 Dec 2006 18:37:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 88CA313C41A for ; Sat, 23 Dec 2006 18:37:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kBNIbiT9020689 for ; Sat, 23 Dec 2006 18:37:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kBNIbiMO020688; Sat, 23 Dec 2006 18:37:44 GMT (envelope-from nobody) Message-Id: <200612231837.kBNIbiMO020688@www.freebsd.org> Date: Sat, 23 Dec 2006 18:37:44 GMT From: michael johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/107148: [PATCH] graphics/swfdec -- Use gst 0.10 instead of 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2006 18:40:16 -0000 >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: