aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mjpg-streamer
Commit message (Collapse)AuthorAge
* 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>
* mjpg-streamer: fix missing runpathSebastian Kemper2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | This partially reverts ac5912e9cb7761b5153bc12343f1af8b224c1d29. CMAKE_SKIP_RPATH=TRUE is set in include/cmake.mk, so the commit removed this from some packages as it is the default anyway. But in mjpg-streamer Makefile this was not set to "TRUE", but to "FALSE". So this line shouldn't have been removed. With this revert the runpath is back and modules can be loaded again from "/usr/lib/mjpg-streamer": readelf -d build_dir/target-mips_24kc_musl/mjpg-streamer-1.0.0/ipkg-mips_24kc/mjpg-streamer/usr/bin/mjpg_streamer Dynamic section at offset 0x1c0 contains 35 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libjpeg.so.62] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x00000001 (NEEDED) Shared library: [libc.so] 0x0000001d (RUNPATH) Library runpath: [/usr/lib/mjpg-streamer] Resolve #17081 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* remove a bunch of rpath hacksRosen Penev2021-10-28
| | | | | | These are already default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: remove outdated musl patchRosen Penev2021-08-15
| | | | | | It seems to not be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* mjpg-streamer: update to 1.0.0Rosen Penev2021-03-20
| | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Modify PKG_UNPACK instead of overriding Build/Prepare. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* mjpg-streamer: update to latest git versionRosen Penev2020-01-12
| | | | | | | | Rearranged Makefile options for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: Fix of the mjpg-streamer modules pathZbyněk Kocur2020-01-08
| | | | Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* treewide: Replace MD5SUM with HASHRosen Penev2019-10-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: Fix build dependencyRosen Penev2019-09-25
| | | | | | It needs to be on host. The target one is already covered below. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: Fix build dependsRosen Penev2019-09-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mjpg-streamer: modularize packageDaniel Golle2019-09-16
| | | | | | | | | | Instead of selecting the modules on compile time, package them into several small packages. While at it, add the ZeroMQ output plugin which was previously not packaged. Also make sure to use OpenWrt's built-in support for CMake properly by calling Build/Configure/Default in the package's Build/Configure rule. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mjpg-streamer: make init script recognize file output pluginJose Riha2019-04-23
| | | | Signed-off-by: Jose Riha <jose1711@gmail.com>
* mjpg-streamer: update to last upstream versionJan Pavlinec2019-03-26
| | | | | | | | Changes: Update patches Add listen_ip option to config Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mjpg-streamer: Update to latest from github/jacksonliam repository. Add ↵Ted Hess2018-05-22
| | | | | | additional plugins for RTSP, UDP, etc. Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Remove build date-time from imageTed Hess2017-12-13
| | | | | | Remove un-needed uvcvideo.h (use system include) Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Add mdns supportTed Hess2017-12-03
| | | | | Signed-off-by: Roger D <rogerdammit@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Use tar.xz. Add PKG_MIRROR_HASH for buildbots w/o svnTed Hess2017-08-27
| | | | | | Remove unnecessary copyright, add myself as maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix SIGTRAP in v4l2uvcTed Hess2015-11-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix build/download order and cambozola repo referenceTed Hess2015-10-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: only download cambozola if it's requiredOliver Middleton2015-09-27
| | | | Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* mjpg-streamer: Fix musl compatibilityTed Hess2015-06-18
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Update cambozola to specific version, add yuv and jpeg ↵Ted Hess2015-05-01
| | | | | | quality init/config options Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: fix YUV capture modeMantas Pucka2015-03-11
| | | | | | | | | Update to r182-experimental (071481e626b2ceef94) broke YUV capture mode in input_uvc. This patch fixes it. Tested on ar71xx with Logitech C170 Signed-off-by: Mantas Pucka <mantas@8devices.com>
* mjpg-streamer: fix compatibility with new kernels (>=3.16)Mantas Pucka2015-03-11
| | | | | | | | | | input_uvc was broken with new kernel update patch source: https://github.com/oliv3r/mjpg-streamer Tested on ar71xx with Logitech C170 Signed-off-by: Mantas Pucka <mantas@8devices.com>
* mjpg-streamer: Update version of cambozola.jarTed Hess2015-02-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: fix v4l dependency in pre-built packageTed Hess2014-12-13
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Fix V4L2 option dependency selection and add camera led ↵Ted Hess2014-12-09
| | | | | | control option Signed-off-by: Ted Hess <thess@kitschensync.net>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* mjpg-streamer: cleanup V4L selection and dependencyTed Hess2014-08-16
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Bump source name version to force source pkg updateTed Hess2014-08-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Upgrade to r182-experimental, add patches to remove debug, ↵Ted Hess2014-07-29
| | | | | | build additional plugins and minor fixes. Signed-off-by: Ted Hess <thess@kitschensync.net>
* Revert to r181, default webui to simple stream only, option for fullTed Hess2014-07-23
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Cleanup Makefile edit, add back lost cut-n-paste in init scriptTed Hess2014-07-22
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mjpg-streamer: Upgrade to r182, update copyright and license infoTed Hess2014-07-22
| | | | | | | Add options for using libv4l (controls) and installing additional plugins Download and use latest cambozola.jar if Web UI selected Signed-off-by: Ted Hess <thess@kitschensync.net>
* add mjpg-streamerRoger2014-07-22
add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>