diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:18 +0000 |
commit | cec8b230cf2b459dc47deeaa201dd13055b5fb9a (patch) | |
tree | eabba5b27abc0dee7194ee8888a5cefa63a932c2 /meta/recipes-multimedia/gstreamer | |
parent | 63819fba7cfd91ef4084b69329fbdaa40f4aa707 (diff) | |
download | poky-cec8b230cf2b459dc47deeaa201dd13055b5fb9a.tar.gz |
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no
SUMMARY value set. In this case it's much better to just set SUMMARY
since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY
is at least useful. I also took the opportunity to fix up a lot of the
new SUMMARY values, making them concisely explain the function of the
recipe / package where possible.
(From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
8 files changed, 8 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb index 196a317dbf..47dbc3492b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.19.bb | |||
@@ -1,13 +1,11 @@ | |||
1 | require gst-fluendo.inc | 1 | require gst-fluendo.inc |
2 | 2 | ||
3 | SUMMARY = "Fluendo closed-format mp3 GStreamer plug-in" | ||
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=259a43dd1c9854b71fc396f74699f4d2" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=259a43dd1c9854b71fc396f74699f4d2" |
5 | LICENSE_FLAGS = "commercial" | 6 | LICENSE_FLAGS = "commercial" |
6 | 7 | ||
7 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 8 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
8 | 9 | ||
9 | |||
10 | DESCRIPTION = "Fluendo closed-format mp3 GStreamer plug-in" | ||
11 | |||
12 | SRC_URI[md5sum] = "5d95a9a216dd15bc5c00c9414061115c" | 10 | SRC_URI[md5sum] = "5d95a9a216dd15bc5c00c9414061115c" |
13 | SRC_URI[sha256sum] = "30c79d24d8926f75dd4ef0f572942ce155ad541734b36a95591b9c0524dcc0f3" | 11 | SRC_URI[sha256sum] = "30c79d24d8926f75dd4ef0f572942ce155ad541734b36a95591b9c0524dcc0f3" |
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb index f4bdce1cdd..f79015403b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.72.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gst-fluendo.inc | 1 | require gst-fluendo.inc |
2 | DESCRIPTION = "Fluendo closed-format mpeg video GStreamer plug-in" | ||
3 | 2 | ||
3 | SUMMARY = "Fluendo closed-format mpeg video GStreamer plug-in" | ||
4 | LICENSE = "MPLv1.1" | 4 | LICENSE = "MPLv1.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=be282f1c3cc9a98cc0dc5c2b25dfc510 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=be282f1c3cc9a98cc0dc5c2b25dfc510 \ |
6 | file://src/gstmpegdemux.h;beginline=1;endline=19;md5=a9e90033f59897b91664d9f2a2ff01dd" | 6 | file://src/gstmpegdemux.h;beginline=1;endline=19;md5=a9e90033f59897b91664d9f2a2ff01dd" |
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index b2c7eea3cb..c7e6595232 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Fluendo closed-format GStreamer plug-in" | 1 | SUMMARY = "Fluendo closed-format GStreamer plug-in" |
2 | SECTION = "multimedia" | 2 | SECTION = "multimedia" |
3 | HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php" | 3 | HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php" |
4 | DEPENDS = "gstreamer zlib" | 4 | DEPENDS = "gstreamer zlib" |
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 210da3745e..c273fb7c41 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Gstreamer package groups" | 1 | SUMMARY = "GStreamer package groups" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" | 3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index 4c9716d1ed..b2d3d3c6a1 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Plugins for GStreamer" | 1 | SUMMARY = "Plugins for the GStreamer multimedia framework" |
2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" |
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index ec5956a735..2b7123bddf 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Libav-based GStreamer 1.x plugin" | 1 | SUMMARY = "Libav-based GStreamer 1.x plugin" |
2 | SECTION = "multimedia" | 2 | SECTION = "multimedia" |
3 | LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" | 3 | LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" |
4 | LICENSE_FLAGS = "commercial" | 4 | LICENSE_FLAGS = "commercial" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc index 324d3f9c53..b76786bddb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "OpenMAX IL plugins for GStreamer" | 1 | SUMMARY = "OpenMAX IL plugins for GStreamer" |
2 | SECTION = "multimedia" | 2 | SECTION = "multimedia" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LICENSE_FLAGS = "commercial" | 4 | LICENSE_FLAGS = "commercial" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 651119e2ed..4ab8ea8eb3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Plugins for GStreamer 1.x" | 1 | SUMMARY = "Plugins for the GStreamer multimedia framework 1.x" |
2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" |
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |