- Add vdr-plugin-vdrmanager.
- Bump PORTREVISION. Feature safe: yes
This commit is contained in:
parent
ca4a6cf153
commit
80a732ed3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293766
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= vdr-plugins
|
||||
PORTVERSION= 1.7.22
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -37,6 +37,7 @@ OPTIONS= CONTROL "telnet control" On \
|
|||
SLEEPTIMER "sleep timer plugin" On \
|
||||
XVDR "XVDR plugin (for connecting XBMC PVR)" On \
|
||||
EEPG "extended EPG plugin (for UK/NL/etc.)" On \
|
||||
VDRMANAGER "plugin for VDR-Manager Android clients" On \
|
||||
VNSISERVER "VNSI server (for XBMC PVR branch - old)" Off \
|
||||
SOFTDEVICE "softdevice (broken?)" Off \
|
||||
MARKAD "MarkAd plugin" Off
|
||||
|
@ -109,6 +110,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vnsiserver.so.${PORTVERSION}:${PORTSDI
|
|||
.if defined(WITH_MARKAD)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-markad.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-markad
|
||||
.endif
|
||||
.if defined(WITH_VDRMANAGER)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vdrmanager.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vdrmanager
|
||||
.endif
|
||||
|
||||
do-install: # empty
|
||||
|
||||
|
|
Loading…
Reference in a new issue