summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-12-30 21:26:23 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-12-30 21:26:23 +0000
commit4c7179cb657060d633af8d17d1f0803146781656 (patch)
treeb6f5ac62bd8d3dbb4f661b64d7613906230466d7 /multimedia
parentThis VDR plugin parses the extended (2 to 10 day) EPG data which is send by (diff)
- Add eepg plugin.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=288294
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vdr-plugins/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile
index 930ef8d0a002..b200e808c2f7 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdr-plugins
PORTVERSION= 1.7.19
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none
@@ -36,6 +36,7 @@ OPTIONS= CONTROL "telnet control" On \
UPNP "UPnP/DLNA plugin (alpha!)" On \
SLEEPTIMER "sleep timer plugin" On \
XVDR "XVDR plugin (for connecting XBMC PVR)" On \
+ EEPG "extended EPG plugin (for UK/NL/etc.)" On \
VNSISERVER "VNSI server (for XBMC PVR branch - old)" Off \
SOFTDEVICE "softdevice (broken?)" Off \
MARKAD "MarkAd plugin" Off
@@ -99,6 +100,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-softdevice.so.${PORTVERSION}:${PORTSDI
.if defined(WITH_XVDR)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-xvdr.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-xvdr
.endif
+.if defined(WITH_EEPG)
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-eepg.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-eepg
+.endif
.if defined(WITH_VNSISERVER)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vnsiserver.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vnsiserver
.endif