aboutsummaryrefslogtreecommitdiff
path: root/multimedia/v4l2rtspserver
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* v4l2rtspserver: upgrade to v0.3.7Michel Promonet2022-10-21
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2rtspserver: patch live555 fix crash formating time_t as a longMichel Promonet2021-11-11
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2rtspserver: improve live555 patchMichel Promonet2021-11-03
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2rtspserver: patch live555Michel Promonet2021-11-03
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* v3l2rtspserver: update to 0.23Rosen Penev2021-03-14
| | | | | | | | Update live555 as well. Switch to building with ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* v4l2rtpspserver: update to 0.2.1Rosen Penev2020-12-02
| | | | | | | | | | Updated live555 to 2020.11.29. Backported upstream patch to fix compilation. Fixed up LIVE555 CFLAGS to avoid passing twice. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* v4l2rtspserver: upgrade to release 0.1.9 and fill the VERSIONMichel Promonet2019-11-30
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2rtspserver: Update to 0.1.8Rosen Penev2019-08-29
| | | | | | | | | | Updated live555 to 2019.08.28 Add TARGET_CFLAGS to LIVE555 CFLAGS to fix compilation with ASLR. Several other Makefile cleanups and optimizations. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* v4l2rtspserver: simplify build using release 0.1.6Michel Promonet2019-03-05
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* v4l2rtspserver: Update to 0.1.3Rosen Penev2019-02-18
| | | | | | | | Removed upstreamed patches. Updated live555. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* v4l2rtspserver: Update to 0.1.1Rosen Penev2019-01-25
| | | | | | | | | | | | Switched to using versioned releases. Removed md5 usage and went full sha256. Added uclibc++ support by backporting upstream patches. Various other adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add missing mirror hashYousong Zhou2018-07-09
| | | | | | | They are missed out from the FIXUP check probably because of a flaw in the fixup-makefile.pl script Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* v4l2rtspserverRoger2018-06-05
| | | | | | | | Signed-off-by: Roger Dammit <rogerdammit@gmail.com> Maintainer: me Compile tested: AR71xx snapshot remove spaces to fix build error
* v4l2rtspserver: updateRoger Dammit2018-06-03
| | | | | | | | | Signed-off-by: Roger Dammit <rogerdammit@gmail.com> Maintainer: me Compile tested: AR71xx snapshot Update to latest and (hopefully) fix some buildbot issues.
* v4l2rtspserver: add packageRoger2018-01-07
Signed-off-by: Roger Dammit <rogerdammit@gmail.com>