From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 11:02:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 207DF106566B; Sat, 8 Sep 2012 11:02:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2B38FC0C; Sat, 8 Sep 2012 11:02:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88B2JUv074297; Sat, 8 Sep 2012 11:02:19 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88B2J09074294; Sat, 8 Sep 2012 11:02:19 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201209081102.q88B2J09074294@svn.freebsd.org> From: Koop Mast Date: Sat, 8 Sep 2012 11:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303892 - in head/multimedia/gstreamer-plugins: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 11:02:20 -0000 Author: kwm Date: Sat Sep 8 11:02:19 2012 New Revision: 303892 URL: http://svn.freebsd.org/changeset/ports/303892 Log: Correct the video.h header so c++ in c++11 mode doesnt break. Submitted by: zeising Added: head/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h (contents, props changed) Modified: head/multimedia/gstreamer-plugins/Makefile Modified: head/multimedia/gstreamer-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile Sat Sep 8 10:53:06 2012 (r303891) +++ head/multimedia/gstreamer-plugins/Makefile Sat Sep 8 11:02:19 2012 (r303892) @@ -10,7 +10,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ Added: head/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h Sat Sep 8 11:02:19 2012 (r303892) @@ -0,0 +1,14 @@ +--- gst-libs/gst/video/video.h.orig 2012-09-08 10:03:46.000000000 +0200 ++++ gst-libs/gst/video/video.h 2012-09-08 10:07:58.000000000 +0200 +@@ -342,9 +342,9 @@ + */ + #define GST_VIDEO_CAPS_RGB8_PALETTED \ + "video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \ +- "width = "GST_VIDEO_SIZE_RANGE" , " \ ++ "width = " GST_VIDEO_SIZE_RANGE " , " \ + "height = " GST_VIDEO_SIZE_RANGE ", " \ +- "framerate = "GST_VIDEO_FPS_RANGE ++ "framerate = " GST_VIDEO_FPS_RANGE + + /** + * GST_VIDEO_CAPS_YUV: