]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes-multimedia: Add missing HOMEPAGE and DESCRIPTION for recipes.
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>
Tue, 2 Mar 2021 10:07:31 +0000 (11:07 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 11 Mar 2021 15:00:02 +0000 (05:00 -1000)
Fixes: [YOCTO #13471]
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 312994268bb68a012a61c99e1c3697e8de60a2ce)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
22 files changed:
meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb
meta/recipes-multimedia/alsa/alsa-plugins_1.2.1.bb
meta/recipes-multimedia/alsa/alsa-tools_1.1.7.bb
meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb
meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb
meta/recipes-multimedia/alsa/alsa-utils_1.2.1.bb
meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.3.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.3.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb
meta/recipes-multimedia/lame/lame_3.100.bb
meta/recipes-multimedia/liba52/liba52_0.7.4.bb
meta/recipes-multimedia/libpng/libpng_1.6.37.bb
meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.9.bb
meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb
meta/recipes-multimedia/libtiff/tiff_4.1.0.bb
meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb
meta/recipes-multimedia/pulseaudio/pulseaudio.inc

index e2bc61fbe9076397c6cb3dd2518e86a396390d10..4867c798b9411aeff4f193c35a5a47bf366a12fc 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "ALSA sound library"
+DESCRIPTION = "(Occasionally a.k.a. libasound) is a userspace library that \
+provides a level of abstraction over the /dev interfaces provided by the kernel modules."
 HOMEPAGE = "http://www.alsa-project.org"
 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
 SECTION = "libs/multimedia"
index 61d394b0f07211c1098446494a6684fa633dba58..659eea672f110b36174c9b63d7d4516d5eb8707f 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "ALSA Plugins"
+DESCRIPTION = "Used to create virtual devices that can be used like normal \
+hardware devices but cause extra processing of the sound stream to take place. \
+They are used while configuring ALSA in the .asoundrc file."
 HOMEPAGE = "http://alsa-project.org"
 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
 SECTION = "multimedia"
index c1f4acdb038d37d8ea237dd9a445359aea8dea3e..c979d7642ef879b504496d9213b3f1d3b55520d5 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "Advanced tools for certain ALSA sound card drivers"
+DESCRIPTION = "Package containing a number of tools ranging from envy24control \
+which provides complete control over all devices with an envy24 chip, to \
+firmware loaders for pcmcia, USB and the hdsp devices."
 HOMEPAGE = "http://www.alsa-project.org"
 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
 SECTION = "console/utils"
index 5101cc7b7aef7a41bd68126dcf7812fdf22ae99a..2ff5494c99cd99b35528b1dae403650586ff14d1 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "ALSA topology configuration files"
+DESCRIPTION = "Provides a method for audio drivers to load their mixers, \
+routing, PCMs and capabilities from user space at runtime without changing \
+any driver source code."
 HOMEPAGE = "https://alsa-project.org"
 BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
 LICENSE = "BSD-3-Clause"
index a432d5de073221ec6df1fa58babb624f838d0d97..ee1688b421a393caab8ea55b9d29a42f075527ca 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "ALSA Use Case Manager configuration"
+DESCRIPTION = "This package contains ALSA Use Case Manager configuration \
+of audio input/output names and routing for specific audio hardware. \
+They can be used with the alsaucm tool. "
 HOMEPAGE = "https://alsa-project.org"
 BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
 LICENSE = "BSD-3-Clause"
index 1dc30f377bde566546b4a0b53ef44236b68f6eec..54aa2f954479ceef0d908926c5f73ff12d9ead52 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "ALSA sound utilities"
+DESCRIPTION = "collection of small and often extremely powerful applications \
+designed to allow users to control the various parts of the ALSA system."
 HOMEPAGE = "http://www.alsa-project.org"
 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
 SECTION = "console/utils"
index cc7a7e78e2fec5f982d6ecc4d4db413018884b6b..af79a6f952bd00019274cc6f68ef822bcd18617b 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "GStreamer examples (including gtk-play, gst-play)"
+DESCRIPTION = "GStreamer example applications"
+HOMEPAGE = "https://gitlab.freedesktop.org/gstreamer/gst-examples"
+BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-examples/-/issues"
 LICENSE = "LGPL-2.0+"
 LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d36823ec716a9ebcae593b9"
 
index 98355a1b75169a0ec96ae59af7a02489e64bc2eb..a8ad777422423be2edbc46468f4d904cef4ae77c 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Libav-based GStreamer 1.x plugin"
+DESCRIPTION = "Contains a GStreamer plugin for using the encoders, decoders, \
+muxers, and demuxers provided by FFmpeg."
 HOMEPAGE = "http://gstreamer.freedesktop.org/"
 SECTION = "multimedia"
 
index 1aa13cf73c06919c908ba206e123517ddcc3f360..46653e239222154fc758237c4b788dd32f124133 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "OpenMAX IL plugins for GStreamer"
+DESCRIPTION = "Wraps available OpenMAX IL components and makes them available as standard GStreamer elements."
 HOMEPAGE = "http://gstreamer.freedesktop.org/"
 SECTION = "multimedia"
 
index ffbaaf425ab916f37325771c6cd1da869534dbed..f741db217258262f9f515ccf169930f512f85ce3 100644 (file)
@@ -1,5 +1,9 @@
 require gstreamer1.0-plugins-common.inc
 
+DESCRIPTION = "'Bad' GStreamer plugins and helper libraries "
+HOMEPAGE = "https://gstreamer.freedesktop.org/"
+BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues"
+
 SRC_URI = " \
     https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.xz \
     file://0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch \
index 9daaf7587eee59fd8c33cae029c6cde1abdca954..f8f5caa94a0fee5d1c227de0a6022a038a76b063 100644 (file)
@@ -1,5 +1,8 @@
 require gstreamer1.0-plugins-common.inc
 
+DESCRIPTION = "'Base' GStreamer plugins and helper libraries"
+HOMEPAGE = "https://gstreamer.freedesktop.org/"
+BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues"
 LICENSE = "GPLv2+ & LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
                     file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607"
index 75dd0291090b14d57ba99bb7a677c88a5dfbfcc7..168bff413779689e3d107b658e9bf688312b82a8 100644 (file)
@@ -1,5 +1,9 @@
 require gstreamer1.0-plugins-common.inc
 
+DESCRIPTION = "'Good' GStreamer plugins"
+HOMEPAGE = "https://gstreamer.freedesktop.org/"
+BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues"
+
 SRC_URI = " \
             https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \
             file://0001-qmlgl-ensure-Qt-defines-GLsync-to-fix-compile-on-som.patch \
index d9ec82d887cde76ff7defe4b0ea0827a04f4fd3f..afde9a013da0a725dcce1d7a7026b55adb854d8d 100644 (file)
@@ -1,5 +1,9 @@
 require gstreamer1.0-plugins-common.inc
 
+DESCRIPTION = "'Ugly GStreamer plugins"
+HOMEPAGE = "https://gstreamer.freedesktop.org/"
+BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues"
+
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068"
 
index 14b34a2808a09b1c290b561664f49d18f9189815..9c7f0e078cdd2afd02d9149aa96ae566b04952b6 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Python bindings for GStreamer 1.0"
+DESCRIPTION = "GStreamer Python binding overrides (complementing the bindings \
+provided by python-gi) "
 HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-python/"
 SECTION = "multimedia"
 
index 7f8996fb5298b54024c2ed83eb22798c88ec54ab..d007e0a49594aef9338562e522ca77c41023b05b 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "High quality MP3 audio encoder"
-HOMEPAGE = "http://lame.sourceforge.net/"
+DESCRIPTION = "LAME is an educational tool to be used for learning about MP3 encoding."
+HOMEPAGE = "https://lame.sourceforge.io/"
 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
 SECTION = "console/utils"
 LICENSE = "LGPLv2+"
index 8ff8889b60dc3ce6d0289aa07f77fc0569552d1e..0ef5d947c3160a38ba12ce4c9af8382b78b7e708 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "ATSC A/52 surround sound stream decoder"
+DESCRIPTION = "Library for decoding ATSC A/52 streams. The A/52 standard \
+is used in a variety of applications, including digital television \
+and DVD. It is also known as AC-3."
 HOMEPAGE = "http://liba52.sourceforge.net/"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
index 8c53d11642083ea4cb770b701879f837c930f946..3c46fa3302b3f116757b40f6affd8ad303f165c4 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "PNG image format decoding library"
+DESCRIPTION = "An open source project to develop and maintain the reference \
+library for use in applications that read, create, and manipulate PNG \
+(Portable Network Graphics) raster image files. "
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
index ae0818944138e7b9fd40fd75d7ad2945cd054046..6dfc42b436e149de4ea5d3f7a8ea4291afc01054 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Audio Sample Rate Conversion library"
+DESCRIPTION = "Also known as Secret Rabbit Code - a library for performing sample rate conversion of audio data."
 HOMEPAGE = "http://www.mega-nerd.com/SRC/"
 SECTION = "libs"
 LICENSE = "BSD-2-Clause"
index b1001087662d6c2dfdcdbae18a2d64754f7d4a7d..044881a8591bb94dffde5e9367b769b232557c87 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "Audio format Conversion library"
+DESCRIPTION = "Library for reading and writing files containing sampled \
+sound (such as MS Windows WAV and the Apple/SGI AIFF format) through \
+one standard library interface."
 HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
 AUTHOR = "Erik de Castro Lopo"
 DEPENDS = "flac libogg libvorbis"
index 1f92c18513140f1e6689061ea1d22faff3bd5919..5a1cb13c535c797f47690a7990f62343455dff58 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "Provides support for the Tag Image File Format (TIFF)"
+DESCRIPTION = "Library provides support for the Tag Image File Format \
+(TIFF), a widely used format for storing image data.  This library \
+provide means to easily access and create TIFF image files."
+HOMEPAGE = "http://www.libtiff.org/"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf"
 
index 00ca3675cabe19023886e5c13b9fc9e41d527e52..d60360258481e2395824b50ae399e8aa4423ab44 100644 (file)
@@ -1,5 +1,9 @@
 SUMMARY = "Library and test program for decoding MPEG-2 and MPEG-1 video streams"
-HOMEPAGE = "http://libmpeg2.sourceforge.net/"
+DESCRIPTION = "mpeg2dec is a test program for libmpeg2. It decodes \
+mpeg-1 and mpeg-2 video streams, and also includes a demultiplexer \
+for mpeg-1 and mpeg-2 program streams. The main purpose of mpeg2dec \
+is to have a simple test bed for libmpeg2."
+HOMEPAGE = "https://libmpeg2.sourceforge.io/"
 SECTION = "libs"
 LICENSE = "GPLv2+"
 LICENSE_FLAGS = "commercial"
index 417eb1d9d376b8d39c111ecd9d5e317335faa71f..317983edb2744165c49a316486358561d9fe2135 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Sound server for Linux and Unix-like operating systems"
+DESCRIPTION = "A general purpose sound server intended to run as a middleware \
+between your applications and your hardware devices, either using ALSA or OSS."
 HOMEPAGE = "http://www.pulseaudio.org"
 AUTHOR = "Lennart Poettering"
 SECTION = "libs/multimedia"