Commit Graph

29 Commits

Author SHA1 Message Date
Andre Heider e7d9c86503 treewide: refactor to use PKG_BUILD_FLAGS:=lto
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>
2023-04-08 08:38:54 +02:00
Andre Heider 565866a472 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
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>
2023-04-08 08:38:54 +02:00
Rosen Penev 38c660f48e libv4l: update to 1.22.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-17 14:59:04 -08:00
Volodymyr Nazarchuk 52026672cd libv4l: change dependence from libudev-zero to libudev
Signed-off-by: Volodymyr Nazarchuk <vavooon@gmail.com>
2022-07-11 12:12:45 -07:00
Stijn Tintel 9dc0fd7c14 v4l-utils: add libudev-zero dependency
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>
2021-08-23 17:18:08 +03:00
Rosen Penev 39bc254663 treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:46 -08:00
Rosen Penev b945b0790f
libv4l: fix glibc compilation
There was a typo in the linker flags.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-20 20:03:55 -08:00
Rosen Penev 8df4e29cff
v4l-utils: bring back getsubopt patch
During the update to 1.20.0, this patch was mistakenly removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-26 16:22:12 -07:00
Rosen Penev dd74a7cb87
libv4l: update to 1.20.0
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:40:16 -07:00
Rosen Penev 0cd1a9b537
libv4l: update to 1.16.8
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>
2020-04-11 19:54:15 -07:00
Rosen Penev 13278007f9
libv4l: fix compilation under kernel 4.14
The last patch used a macro unavailable with older kernel headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-06 19:31:52 -07:00
Rosen Penev ffb7da67a3
libv4l: fix compilation with newer musl
This is using the input_event struct directly, instead of using the proper
defines.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:45:03 -07:00
Ted Hess 22b0595018
Merge pull request #9785 from thess/libv4l-update
libv4l: Update to 1.16.6. Fix missing includes patch
2019-08-21 06:47:33 -04:00
Ted Hess 67b8da50c1 libv4l: Update to 1.16.6. Fix missing includes patch
Signed-off-by: Ted Hess <thess@kitschensync.net>
2019-08-20 15:03:30 -04:00
Rosen Penev dcba53b40b
libv4l: Add missing INTL dependency
Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-03 21:00:05 -07:00
Rosen Penev b266b21306
v4l-utils: Update to 1.16.5
Add Alpine Linux patch that fixes a crash under Musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-30 01:18:43 -07:00
Eneas U de Queiroz 2ffac8ff5b
libv4l: avoid libelf dependency
Explicitly disable bpf support to avoid picking up libelf dependency.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-03-15 15:31:18 -03:00
Rosen Penev c67b234919 libv4l: Update to 1.16.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-21 20:35:18 -08:00
Ted Hess 456b789bce libv4l: Force build without libudev
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-12-14 14:46:45 -05:00
Ted Hess b2b44c9f3e libv4l: Upgrade to 1.14.2. Adding RDS and CEC components
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-01 15:18:28 -04:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Ted Hess 4c73560932 libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with getsubopt()
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-27 09:49:17 -05:00
Ted Hess 6104632bc2 libv4l: Fix musl compatibility, update to 1.6.3
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-17 18:02:03 -04:00
Ted Hess c23be55aa9 libv4l: Update to latest version 1.6.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 17:15:42 -05:00
Steven Barth 6c97ad84be Merge pull request #563 from antonlacon/license-updates
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Steven Barth 9f7ec5c8d7 libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-25 20:32:49 +01:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Ted Hess 205bac8793 Include nls.mk in dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-23 16:59:43 -04:00
Ted Hess f08fd93c25 libv4l: Import from oldpackages, upgrade to 1.2.1, fix build
Update copyright, license info, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-22 15:23:25 -04:00