Since kaffeine was updated to 1.3.1 there is no DVB functionality in the program. But this was the killer feature of kaffeine. The problem begins in the CMakeLists.txt where the variable "HAVE_DVB" is not set, which results with the following output from cmake: -- Disabled features: DVB Digital television support for Linux This prevents the whole DVB stuff from being built and makes the program useless (for me). Any chance to get the DVB feature back?
Created attachment 169925 [details] Fix DVB detection I have fixed the broken configure check. The port compiles now with DVB Support. I hacked out the inotify usage, as far as i understand the code it is only used for hotplugin-detection. I don't have a DVB device. Can You test if the attached patch makes DVB work for you?
(In reply to Tilman Keskinoz from comment #1) Yes, kaffeine now compiles successfully with DVB support and watching TV is possible again. Tested with my TechnoTrend TT-connect S2-3650 CI USB Receiver. Thank you very much.
A commit references this bug: Author: arved Date: Wed May 4 09:23:20 UTC 2016 New revision: 414596 URL: https://svnweb.freebsd.org/changeset/ports/414596 Log: Fix DVB support PR: 208097 Reported by: Stefan Rumetshofer Grab back maintainership Changes: head/multimedia/kaffeine/Makefile head/multimedia/kaffeine/files/patch-dmx.h head/multimedia/kaffeine/files/patch-dvbdevice_linux.cpp head/multimedia/kaffeine/files/patch-frontend.h
I have committed a fix, thanks for reporting