rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-quectel-ubuntu/recipes-toolchain/ubuntu/gstreamer1.0-rtsp-server-ubuntu.bb

19 lines
1.2 KiB
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
LICENSE = "LGPL-2.0+"
LICENSE:gstreamer1.0-rtsp = "LGPL-2.0+"
LICENSE:libgstrtspserver-1.0-dev = "LGPL-2.0+"
LICENSE:libgstrtspserver-1.0-0 = "LGPL-2.0+"
inherit upkg_base
# the information of ubuntu package(s)
SRC_URI = "http://ports.ubuntu.com/ubuntu-ports/pool/universe/g/gst-rtsp-server1.0/gstreamer1.0-rtsp_1.16.2-3_arm64.deb;name=gstreamer-rtsp \
http://ports.ubuntu.com/ubuntu-ports/pool/universe/g/gst-rtsp-server1.0/libgstrtspserver-1.0-dev_1.16.2-3_arm64.deb;name=libgstrtspserver-dev \
http://ports.ubuntu.com/ubuntu-ports/pool/universe/g/gst-rtsp-server1.0/libgstrtspserver-1.0-0_1.16.2-3_arm64.deb;name=libgstrtspserver"
SRC_URI[gstreamer-rtsp.md5sum] = "fe5c878f28c46486efc4748b57b4e50b"
SRC_URI[libgstrtspserver-dev.md5sum] = "9fa9f3243c329e123ec1e5b7a2b4ec63"
SRC_URI[libgstrtspserver.md5sum] = "8affd1ea1a6e799c43e992138be183fa"
# other configs to feed compilation
PKG:${UPN} = "libgstrtspserver-1.0-0"
DEPENDS += "virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc gstreamer1.0 iso-codes util-linux zlib gobject-introspection virtual/egl virtual/libgles2 jpeg libogg orc pango libpng libtheora libvorbis wayland wayland-protocols libdrm"