Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/vdr: update/add plugins and add configs | Stefan Reiff | 2019-05-12 | 1 | -28/+0 |
| | | | | | | | | | | | | update femon and vnsiserver plugin add epgsearch, dvbapi, svdrpservice and vdrmanager plugin re-enable skincurses plugin add init script add configs for vdr and all plugins add vdr user and group on install fix build with debug symbols (include-missing-limits.patch) fix streamdev Makefile apply available upstream patches (at the moment 33) | ||||
* | testing/vdr: fix build on ppc64le | Roberto Oliveira | 2017-07-25 | 1 | -0/+28 |
vdr package uses some macros like HOST_NAME_MAX, NAME_MAX, which are defined in limits.h and needs to be explicitly included on ppc64le. |