From 274e39e909760be25f6dc077c055c29e6469b0e8 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Mon, 6 May 2024 18:21:21 +0200 Subject: [PATCH] v4l2rtspserver: update to v0.3.10 Signed-off-by: Michel Promonet --- multimedia/v4l2rtspserver/Makefile | 14 ++++++++------ ...ntf_format => 001_live555_sprintf_format.patch} | 0 2 files changed, 8 insertions(+), 6 deletions(-) rename multimedia/v4l2rtspserver/patches/{001_live555_sprintf_format => 001_live555_sprintf_format.patch} (100%) diff --git a/multimedia/v4l2rtspserver/Makefile b/multimedia/v4l2rtspserver/Makefile index 463475bacb..59c0c5ff9f 100644 --- a/multimedia/v4l2rtspserver/Makefile +++ b/multimedia/v4l2rtspserver/Makefile @@ -7,19 +7,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v4l2rtspserver -PKG_VERSION:=0.3.7 -PKG_RELEASE:=8 +PKG_VERSION:=0.3.10 +PKG_RELEASE:=9 #cannot use codeload as this uses submodules PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/mpromonet/v4l2rtspserver PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=bd677579653df07feb979ea00890657807bacadda5fb60c1827f6b99a6dd766a +PKG_MIRROR_HASH:=34bb8f34adfe72572abe3496f144ee3075ebd25180878e0131b783d881ceea62 PKG_BUILD_FLAGS:=gc-sections lto -LIVE555_VERSION:=2022.10.01 -LIVE555_HASH:=429de73061e3fc6901c4d2f0b7562ae3f6233060ca4b5e182fe555d065cbdd45 +LIVE555_VERSION:=2023.01.19 +LIVE555_HASH:=a7c64913f7f7007c5fdc29ea811e3ca781f262271b3e42afdd4bc1041d86fa99 LIVE555_FILE:=live.$(LIVE555_VERSION).tar.gz PKG_MAINTAINER:=Roger Dammit @@ -56,7 +56,9 @@ TARGET_LDFLAGS += -Wl,--as-needed CMAKE_OPTIONS += \ -DALSA=OFF \ -DSTATICSTDCPP=OFF \ - -DLIVE555CFLAGS=" -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLOCALE_NOT_USED -DNO_SSTREAM=1 -DALLOW_RTSP_SERVER_PORT_REUSE=1 -DNO_OPENSSL" + -DWITH_SSL=OFF \ + -DLIVE555CFLAGS="SOCKLEN_T=socklen_t;_LARGEFILE_SOURCE=1;_FILE_OFFSET_BITS=64;LOCALE_NOT_USED;NO_SSTREAM=1;ALLOW_RTSP_SERVER_PORT_REUSE=1;NO_STD_LIB=1;VERSION=\"$(PKG_VERSION)\"" + define Build/Prepare # download live555 diff --git a/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format b/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format.patch similarity index 100% rename from multimedia/v4l2rtspserver/patches/001_live555_sprintf_format rename to multimedia/v4l2rtspserver/patches/001_live555_sprintf_format.patch -- 2.30.2