aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvb-apps
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-12-19 09:09:11 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-12-19 09:09:11 +0000
commit248c6b5c09f123b4b2cbda5d5a71292f914516d0 (patch)
tree573e75ef1898d818b9f9ec7c562fec3bc1120a64 /multimedia/dvb-apps
parent81f404a02706a759b935d2bcadb05e3f6caae3f0 (diff)
downloadports-248c6b5c09f123b4b2cbda5d5a71292f914516d0.tar.gz
ports-248c6b5c09f123b4b2cbda5d5a71292f914516d0.zip
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
Notes
Notes: svn path=/head/; revision=487789
Diffstat (limited to 'multimedia/dvb-apps')
-rw-r--r--multimedia/dvb-apps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/dvb-apps/Makefile b/multimedia/dvb-apps/Makefile
index db75b6a3da6c..7240c0299d5e 100644
--- a/multimedia/dvb-apps/Makefile
+++ b/multimedia/dvb-apps/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dvb-apps
PORTVERSION= 1.1.2.1505
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= LOCAL/decke
DISTNAME= ${PORTNAME}-3d43b280298c
@@ -12,7 +13,8 @@ COMMENT= Linux DVB API applications and utilities
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
-BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/version.h:multimedia/v4l_compat
+BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/version.h:multimedia/v4l_compat \
+ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= gmake iconv perl5 tar:bzip2