I compiled on Kubuntu 22.4.05 LTS
I had to download the plugin sources from different links. because I was looking for the most updated plugins.
Plugin List and changes for proper compilation with VDR-2.7.3 - This can be useful for many people who are looking for solutions in a short time
To Compile vdr-plugin-softhdcuvid correctly - GitHub - I had to download the new EGL GL sources for several Compilation Errors:
Quote
Now i have new folders in " /usr/local/include/ "
QuoteEGL GL glvnd GLES GLES2 GLES3 KHR .... and other old directory ....
in This way To Compile vdr-plugin-softhdcuvid correctly ...
Latest vdr-plugin-femon 2.4.0-5 from:
Quote
I made a source code change in osd.c and Makefile to compile correctly ...
Unpack archive and replace osd.c source with this osd.c
Quote
Edit the " Makefile " and change in line #119
removing " -lrepfunc " at the end of the line
Like this...
117 $(SOFILE): $(OBJS)
118 @echo LD $@
119 $(Q)$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
everything works fine this way ...
Other plugins work normally ... except vdr-plugin-dvbapi <> vdr-plugin-streamdev <> vdr-plugin-vdrmanager ...
communication in free channels is okay, a bit too slow and wastes a lot of time before tuning in non-free ...
I will continue the post later if I find new errors in compiling other plugins
I Love VDR && Plugins