Gentoo Archives: gentoo-dev

From: bkohler@g.o
To: gentoo-dev@l.g.o
Cc: Ben Kohler <bkohler@g.o>
Subject: [gentoo-dev] [PATCH 05/16] gstreamer.eclass: minor @USAGE fixes
Date: Fri, 06 Sep 2019 18:44:34
Message-Id: 20190906184428.750-1-bkohler@gentoo.org
1 From: Ben Kohler <bkohler@g.o>
2
3 Signed-off-by: Ben Kohler <bkohler@g.o>
4 ---
5 eclass/gstreamer.eclass | 4 ++--
6 1 file changed, 2 insertions(+), 2 deletions(-)
7
8 diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
9 index 24877de422f..b4529e38209 100644
10 --- a/eclass/gstreamer.eclass
11 +++ b/eclass/gstreamer.eclass
12 @@ -139,7 +139,7 @@ gstreamer_get_plugins() {
13 }
14
15 # @FUNCTION: gstreamer_get_plugin_dir
16 -# @USAGE: gstreamer_get_plugin_dir [<build_dir>]
17 +# @USAGE: [build_dir]
18 # @INTERNAL
19 # @DESCRIPTION:
20 # Finds plugin build directory and output it.
21 @@ -161,7 +161,7 @@ gstreamer_get_plugin_dir() {
22 }
23
24 # @FUNCTION: gstreamer_system_link
25 -# @USAGE: gstreamer_system_link gst-libs/gst/audio:gstreamer-audio [...]
26 +# @USAGE: <gst-libs/gst/audio:gstreamer-audio> [...]
27 # @DESCRIPTION:
28 # Walks through makefiles in order to make sure build will link against system
29 # libraries.
30 --
31 2.23.0