aboutsummaryrefslogtreecommitdiff
path: root/libs/libv4l
Commit message (Collapse)AuthorAge
* libv4l: update to 1.26.1Rosen Penev2024-02-14
| | | | | | | | meson now available. Added 2 patches to fix missing intl dependency and musl support. Signed-off-by: Rosen Penev <rosenp@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:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* libv4l: update to 1.22.1Rosen Penev2023-01-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: change dependence from libudev-zero to libudevVolodymyr Nazarchuk2022-07-11
| | | | Signed-off-by: Volodymyr Nazarchuk <vavooon@gmail.com>
* v4l-utils: add libudev-zero dependencyStijn Tintel2021-08-23
| | | | | | | | | | | | | When libudev-zero is enabled, v4l-utils links against it, and the package build fails due to a missing dependency: Package v4l-utils is missing dependencies for the following libraries: libudev.so.1 As disabling udev doesn't seem to be supported in v4l-utils, simply add the dependency to fix the build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: fix glibc compilationRosen Penev2021-02-20
| | | | | | There was a typo in the linker flags. 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>
* v4l-utils: bring back getsubopt patchRosen Penev2020-07-26
| | | | | | During the update to 1.20.0, this patch was mistakenly removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: update to 1.20.0Rosen Penev2020-06-03
| | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: update to 1.16.8Rosen Penev2020-04-11
| | | | | | | | | | | | Fixed license information. Update argp dependency to be for non glibc. Added PKG_BUILD_PARALLEL for faster compilation. Added --as-needed linker flag for slightly smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: fix compilation under kernel 4.14Rosen Penev2020-04-06
| | | | | | The last patch used a macro unavailable with older kernel headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: fix compilation with newer muslRosen Penev2020-03-28
| | | | | | | This is using the input_event struct directly, instead of using the proper defines. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #9785 from thess/libv4l-updateTed Hess2019-08-21
|\ | | | | libv4l: Update to 1.16.6. Fix missing includes patch
| * libv4l: Update to 1.16.6. Fix missing includes patchTed Hess2019-08-20
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libv4l: Add missing INTL dependencyRosen Penev2019-07-03
|/ | | | | | Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* v4l-utils: Update to 1.16.5Rosen Penev2019-03-30
| | | | | | Add Alpine Linux patch that fixes a crash under Musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: avoid libelf dependencyEneas U de Queiroz2019-03-15
| | | | | | Explicitly disable bpf support to avoid picking up libelf dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libv4l: Update to 1.16.3Rosen Penev2019-01-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: Force build without libudevTed Hess2018-12-14
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libv4l: Upgrade to 1.14.2. Adding RDS and CEC componentsTed Hess2018-09-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with ↵Ted Hess2016-02-27
| | | | | | getsubopt() Signed-off-by: Ted Hess <thess@kitschensync.net>
* libv4l: fix musl compatibility on 64-bitsNicolas Thill2015-06-25
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libv4l: Fix musl compatibility, update to 1.6.3Ted Hess2015-06-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libv4l: Update to latest version 1.6.2Ted Hess2015-03-02
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ | | | | License updates and metadata typo correction
| * misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | libv4l/tgt/hdparm/pciutils: disable MIPS16Steven Barth2014-11-25
|/ | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Include nls.mk in dependenciesTed Hess2014-07-23
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libv4l: Import from oldpackages, upgrade to 1.2.1, fix buildTed Hess2014-07-22
Update copyright, license info, add myself as pkg maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>