-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check some changes / WIP in my tree #6
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Dirk Neukirchen <[email protected]>
use package/kernel/modules/dvb.mk Signed-off-by: Dirk Neukirchen <[email protected]>
Hi, sorry for late reply.
DVB modules packaging is hard to maintain (one good is that hardly any new demodulators, bridges, etc. are added to media subsystem), You'll need well maintianed wiki page where each card will have described every module necessary to make it work. Similar is my approach, where I added meta packages in
The VDR is nice because it's not a resource hog, but yeah, the additional patches are a drag but sometime necessary.
It's hard to handle that in straight manner, some plugins search for headers in well known places but other still think they are built in VDR source tree, sometime small patch to Makefile is enough, sometime not.
Yeah, had to patch that in few places. Still it's easier than working with autoconfig/autotools. Good news is that VDR 2.4.7 has most of the patches included, but You still might have to incorporate some for build with musl, check this tree for latest ones: https://github.com/glenvt18/vdr/commits/vdr-2.4.6. I plan to get back to this in summer (maybe earlier), since I have two units of PCTV Broadway which I want to port to OpenWrt. These are ramips devices with embedded USB stick for DVB reception and transcoding board. The main board is easily supportable except the transcoding board. You might get one (if interested) for cheap on eBay or some such. For now I'll keep this PR open, until I start working on the mentioned devices. |
d1d20fc
to
eced42c
Compare
167404e
to
40195a8
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
DVB-APPS的源码下载失败,有什么办法解决吗?
|
Hi - I was doing some light vdr changes this weekend - some packages (and vdr) compile fine - see my changes
I am using a dvb.mk in package/kernel/module location instead of your solution atm
my other patches are here: https://github.com/plntyk/misc/tree/master/2021-03_vdr/openwrt-vdr
there are some other patches of linux distros there - some plugins , some fixes - as vdr heavily uses custom patches
vdr 2.4.6 and some plugins compile fine - some plugins / vdr programs like w_scan_cpp require more work because they always want to link against the original vdr sources / header files that probably should be installed via InstallDev
the Make files of VDR / plugins are also not that portable / cross-build friendly