diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 18:15:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 18:15:41 +0800 |
commit | c2f1686de94735ae5584ced5d161c75c0f56855d (patch) | |
tree | 0fa09bec2860ca5b3435c03649ddf4abf1e1b3b6 | |
parent | 096efe34425b891aab8ea55b7783fb67b0003442 (diff) | |
download | marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.tar marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.tar.gz marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.tar.bz2 marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.tar.lz marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.tar.xz marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.tar.zst marcuscom-ports-c2f1686de94735ae5584ced5d161c75c0f56855d.zip |
Fix gir build.
Obtained from: gstreamer git.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14318 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer/files/patch-gst_gstpad.h | 26 |
2 files changed, 28 insertions, 2 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index 920424a6d..38373b788 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -3,12 +3,12 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer/Makefile,v 1.74 2010/03/09 10:11:45 kwm Exp $ +# $MCom: ports/multimedia/gstreamer/Makefile,v 1.76 2010/06/29 21:14:02 kwm Exp $ # PORTNAME= gstreamer PORTVERSION= 0.10.29 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ GNOME diff --git a/multimedia/gstreamer/files/patch-gst_gstpad.h b/multimedia/gstreamer/files/patch-gst_gstpad.h new file mode 100644 index 000000000..1efca05a9 --- /dev/null +++ b/multimedia/gstreamer/files/patch-gst_gstpad.h @@ -0,0 +1,26 @@ +From 11b878da83dea57fce27699843c377d86e3c4a98 Mon Sep 17 00:00:00 2001 +From: Johan Dahlin <johan@gnome.org> +Date: Tue, 22 Jun 2010 10:20:53 -0300 +Subject: [PATCH] [gstpad] Add annotations for GstPadIntLinkFunction + +https://bugzilla.gnome.org/show_bug.cgi?id=622025 +--- + common | 2 +- + gst/gstpad.h | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/gst/gstpad.h b/gst/gstpad.h +index 56e4320..e953322 100644 +--- gst/gstpad.h ++++ gst/gstpad.h +@@ -345,7 +345,7 @@ typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad); + * + * The signature of the internal pad link function. + * +- * Returns: a newly allocated #GList of pads that are linked to the given pad on ++ * Returns: (element-type Gst.Pad) (transfer container): a newly allocated #GList of pads that are linked to the given pad on + * the inside of the parent element. + * + * The caller must call g_list_free() on it after use. +-- +1.6.6.1 |