mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-23 07:23:19 +02:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
42f365246d
commit
4b50fb02cc
|
@ -3,7 +3,7 @@ DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
|
|||
(Simpe Service Discovery Protocol)."
|
||||
HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Helpers for AV applications using DLNA"
|
||||
LICENSE = "LGPLv2"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Helpers for interacting with Internet Gateway Devices over UPnP"
|
||||
LICENSE = "LGPLv2"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
||||
file://libgupnp-igd/gupnp-simple-igd.c;beginline=1;endline=21;md5=aa292c0d9390463a6e1055dc5fc68e80"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Tools for GUPnP"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://src/network-light/main.c;beginline=1;endline=21;md5=2c39b3a000495dabd4932f231c7efed8"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Additionally, media player software may use Rygel to become a MediaRenderer \
|
|||
that may be controlled remotely by a UPnP or DLNA Controller."
|
||||
HOMEPAGE = "http://live.gnome.org/Rygel"
|
||||
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna gstreamer1.0 gstreamer1.0-plugins-base libgee libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "OSCam: Open Source Conditional Access Module"
|
||||
HOMEPAGE = "http://www.streamboard.tv/oscam/"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "libusb1 openssl pcsc-lite"
|
||||
|
|
|
@ -5,7 +5,7 @@ inherit autotools-brokensep gettext gitpkgv pkgconfig
|
|||
|
||||
DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
|
||||
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
|
||||
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "libebml is a C++ libary to parse EBML files"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
SRC_URI = "\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "libmatroska is a C++ libary to parse Matroska files (.mkv and .mka)"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "libebml"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "A real-time adjustable equalizer plugin for ALSA"
|
||||
HOMEPAGE = "https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||
|
||||
DEPENDS = "alsa-lib"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "The CAPS Audio Plugin Suite - LADSPA plugin suite"
|
||||
HOMEPAGE = "http://quitte.de/dsp/caps.html"
|
||||
LICENSE = "GPL-3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "http://quitte.de/dsp/${BPN}_${PV}.tar.bz2 \
|
||||
|
|
|
@ -4,7 +4,7 @@ error corrections, hence the name paranoia."
|
|||
HOMEPAGE = "https://www.xiph.org/"
|
||||
SECTION = "multimedia"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=d370feaa1c9edcdbd29ca27ea3d2304d"
|
||||
|
||||
SRC_URI = "http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-${PV}.src.tgz \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "DTS Coherent Acoustics decoder with support for HD extensions"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "D-Bus connector for dLeyna libraries"
|
||||
HOMEPAGE = "https://01.org/dleyna/"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://src/connector-dbus.c;endline=21;md5=0a1695cef53beefc36651de439f643b5"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ e.g., dleyna-server. In brief, it provides APIs for logging, error, settings \
|
|||
and task management and an IPC asbstraction API."
|
||||
HOMEPAGE = "https://01.org/dleyna/"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://libdleyna/core/core.c;endline=21;md5=68602998351825b0844aae34c684c54e"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ that allow clients to discover and manipulate Digital Media Renderers. \
|
|||
An implementation of such a service for linux is also included."
|
||||
HOMEPAGE = "https://01.org/dleyna/"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://libdleyna/renderer/server.c;endline=21;md5=f51acd4757fb6a779a87122c43cf1346"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ allow clients to discover, browse and manipulate Digital Media Servers. \
|
|||
An implementation of such a service for linux is also included."
|
||||
HOMEPAGE = "https://01.org/dleyna/"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://libdleyna/server/server.c;endline=22;md5=437455d8aeff69ebd0996a76c67397bb"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Linux DVB API applications and utilities"
|
||||
HOMEPAGE = "http://www.linuxtv.org"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
SRCREV = "3d43b280298c39a67d1d889e01e173f52c12da35"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Freeware Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC)"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2+"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
HOMEPAGE = "http://www.audiocoding.com/faac.html"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
||||
file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Fluidsynth is a software synthesizer"
|
||||
HOMEPAGE = "http://www.fluidsynth.org/"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
||||
|
||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Description = "Gerbera - An UPnP media server"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
||||
|
||||
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https;branch=master \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Gst-Shark Tracers"
|
|||
DESCRIPTION = "Benchmarks and profiling tools for GStreamer"
|
||||
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ DESCRIPTION = "Gstreamer Daemon"
|
|||
SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages"
|
||||
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon jansson"
|
||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "Projucer is used to build and generate support files and build in
|
|||
JUCE supported platforms, including Linux and Embedded Linux."
|
||||
SECTION = "utils"
|
||||
HOMEPAGE = "http://juce.com/"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=12e9c2db7897c0349a4cc1c6d2a8c5d5"
|
||||
|
||||
inherit pkgconfig features_check
|
||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "Libao is a cross-platform audio library that allows programs to \
|
|||
SECTION = "multimedia"
|
||||
HOMEPAGE = "https://www.xiph.org/ao/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI="http://downloads.xiph.org/releases/ao/${BP}.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ SECTION = "libs/multimedia"
|
|||
DEPENDS = "libraw1394"
|
||||
DEPENDS:append:libc-musl = " argp-standalone"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Linux libcamera framework"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "GPL-2.0+ & LGPL-2.1+"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Capture and control API for IIDC compliant cameras"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-2.0"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
|
||||
|
||||
# libsdl to provide sdl.m4 with AM_PATH_SDL
|
||||
|
|
|
@ -4,7 +4,7 @@ simple integration into other software."
|
|||
HOMEPAGE = "http://www.libde265.org/"
|
||||
SECTION = "libs/multimedia"
|
||||
|
||||
LICENSE = "LGPLv3 & MIT"
|
||||
LICENSE = "LGPL-3.0-only & MIT"
|
||||
LICENSE_FLAGS = "commercial"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Open implementation of the DVB Common Scrambling Algorithm, encrypt and decrypt "
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026"
|
||||
|
|
|
@ -2,7 +2,7 @@ DESCRIPTION = "libdvbpsi is a simple library designed for decoding \
|
|||
and generation of MPEG TS and DVB PSI tables according to standards \
|
||||
ISO/IEC 13818 and ITU-T H.222.0."
|
||||
HOMEPAGE = "http://www.videolan.org/developers/libdvbpsi.html"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "http://download.videolan.org/pub/libdvbpsi/${PV}/libdvbpsi-${PV}.tar.bz2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "library for DVD navigation features"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "libdvdread"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ SECTION = "libs/multimedia"
|
|||
|
||||
DEPENDS = "libraw1394"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=771782cb6245c7fbbe74bc0ec059beff"
|
||||
|
||||
SRC_URI = "https://www.kernel.org/pub/linux/libs/ieee1394/${BPN}-${PV}.tar.xz"
|
||||
|
|
|
@ -4,7 +4,7 @@ HOMEPAGE = "https://mimic.mycroft.ai/"
|
|||
SECTION = "multimedia"
|
||||
|
||||
# "Mimic is available under permissive BSD-like licenses"
|
||||
LICENSE = "MIT-X & \
|
||||
LICENSE = "MIT & \
|
||||
PD & \
|
||||
CMU-Tex & \
|
||||
BSD & \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "MusicBrainz client library"
|
||||
DESCRIPTION = "The MusicBrainz client is a library which can be built into other programs. The library allows you to access the data held on the MusicBrainz server."
|
||||
HOMEPAGE = "http://musicbrainz.org"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"
|
||||
DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Music Player Daemon library"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
HOMEPAGE ="http://sourceforge.net/projects/musicpd"
|
||||
DEPENDS = "glib-2.0"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "A minimalist command line interface to the Music Player Daemon"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Music Player Daemon"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
HOMEPAGE ="http://www.musicpd.org"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "A curses client for the Music Player Daemon"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "OpenAL is a cross-platform 3D audio API"
|
||||
HOMEPAGE = "http://kcat.strangesoft.net/openal.html"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0f159f19f9377e1895fbb477d5a7953e"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Opus Audio Tools"
|
||||
HOMEPAGE = "http://www.opus-codec.org/"
|
||||
|
||||
LICENSE = "BSD-2-Clause & GPLv2"
|
||||
LICENSE = "BSD-2-Clause & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=79f6fc2a6239fbe5f6e52f20ac76698c"
|
||||
|
||||
SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz"
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Multimedia processing server for Linux"
|
|||
AUTHOR = "Wim Taymans <wtaymans@redhat.com>"
|
||||
HOMEPAGE = "https://pipewire.org"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=d8153c6e65986f862a0550ca74a3ed73 \
|
||||
file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "RTMP Dump"
|
|||
DESCRIPTION = "rtmpdump is a toolkit for RTMP streams. All forms of RTMP are \
|
||||
supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
||||
HOMEPAGE = "http://rtmpdump.mplayerhq.hu/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "gnutls zlib"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Dirac compressed video encoder/decoder"
|
||||
HOMEPAGE = "http://schrodinger.sourceforge.net/"
|
||||
LICENSE = "MPL-1.1 | GPLv2 | LGPLv2 | MIT"
|
||||
LICENSE = "MPL-1.1 | GPL-2.0-only | LGPL-2.0-only | MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d91a46405fc074b88c963cc4f2a0aae9 \
|
||||
file://COPYING.GPL;md5=e181e3b7c66f5f96921d813c1074f833 \
|
||||
|
|
|
@ -23,7 +23,7 @@ PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag,"
|
|||
PACKAGECONFIG[lame] = "--with-lame,--without-lame,lame,"
|
||||
PACKAGECONFIG[ao] = "--with-ao,--without-ao,libao,"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "download online streams into audio files"
|
|||
DESCRIPTION = "This command-line tool can be used to record MPEG III \
|
||||
and OGG online radio-streams into track-separated audio files."
|
||||
HOMEPAGE = "http://streamripper.sourceforge.net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "glib-2.0 libmad libogg libvorbis"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "libdvdcss is a simple library for accessing DVDs like block devices"
|
||||
DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
|
||||
|
|
|
@ -2,7 +2,7 @@ DESCRIPTION = "Video player and streamer - davinci edition"
|
|||
HOMEPAGE = "http://www.videolan.org"
|
||||
SECTION = "multimedia"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native bison-native \
|
||||
|
|
|
@ -5,7 +5,7 @@ include some command line applications to use the libraries."
|
|||
HOMEPAGE = "http://www.vorbis.com/"
|
||||
BUGTRACKER = "https://trac.xiph.org"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libogg libvorbis"
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "H.265/HEVC video encoder"
|
|||
DESCRIPTION = "A free software library and application for encoding video streams into the H.265/HEVC format."
|
||||
HOMEPAGE = "http://www.videolan.org/developers/x265.html"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LICENSE_FLAGS = "commercial"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=c9e0427bc58f129f99728c62d4ad4091"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines"
|
|||
HOMEPAGE = "https://github.com/kirushyk/gst-instruments"
|
||||
SECTION = "multimedia"
|
||||
|
||||
LICENSE = "LGPL-3.0"
|
||||
LICENSE = "LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
DEPENDS = "gstreamer1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Library tasked with managing, extracting and handling media art caches"
|
||||
|
||||
LICENSE = "LGPLv2+ & GPLv2+"
|
||||
LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \
|
||||
file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e"
|
||||
|
|
Loading…
Reference in New Issue
Block a user