aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugins
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2012-06-20 02:42:12 +0800
committernox <nox@FreeBSD.org>2012-06-20 02:42:12 +0800
commit25f70f5a34df29fbc7a22e22be50b943dae920f9 (patch)
tree23b71af533dc5b16d75d441439de3989b1d1b029 /multimedia/vdr-plugins
parentf3daeb31bd647cf356eeaf976b8f1cfc15046657 (diff)
downloadfreebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.tar.gz
freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.tar.zst
freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.zip
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf. ("space" instead of "Space") - Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport. - Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot. - Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot. - Bump PORTREVISION for all other plugins and add api fixes where necessary. - Add HISTORY to PORTDOCS for most plugins. (those that have it) - Remove shlib major versions from LIB_DEPENDS to pet portlint.
Diffstat (limited to 'multimedia/vdr-plugins')
-rw-r--r--multimedia/vdr-plugins/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile
index 3962970909a9..989d72f25861 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= vdr-plugins
-PORTVERSION= 1.7.27
-PORTREVISION= 1
+PORTVERSION= 1.7.28
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none
@@ -22,7 +21,7 @@ OPTIONS_DEFINE= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \
OSDTELETEXT REELSCAN REMOTE SKINENIGMANG STREAMDEV \
TTXTSUBS WIRBELSCAN XINELIBOUTPUT LIVE UPNP \
SLEEPTIMER XVDR EEPG VDRMANAGER SOFTHDDEVICE \
- VNSISERVER SOFTDEVICE MARKAD
+ EXTRECMENU VNSISERVER SOFTDEVICE MARKAD
CONTROL_DESC= telnet control
EPGSEARCH_DESC= EPG search
@@ -45,6 +44,7 @@ XVDR_DESC= XVDR plugin (for connecting XBMC PVR)
EEPG_DESC= extended EPG plugin (for UK/NL/etc.)
VDRMANAGER_DESC= plugin for VDR-Manager Android clients
SOFTHDDEVICE_DESC= softhddevice plugin
+EXTRECMENU_DESC= extended recordings menu plugin
VNSISERVER_DESC= VNSI server (for XBMC PVR branch - old)
SOFTDEVICE_DESC= softdevice (broken?)
MARKAD_DESC= MarkAd plugin
@@ -52,7 +52,7 @@ MARKAD_DESC= MarkAd plugin
OPTIONS_DEFAULT= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \
OSDTELETEXT REELSCAN REMOTE SKINENIGMANG STREAMDEV \
TTXTSUBS WIRBELSCAN XINELIBOUTPUT LIVE UPNP \
- SLEEPTIMER XVDR EEPG VDRMANAGER SOFTHDDEVICE
+ SLEEPTIMER XVDR EEPG VDRMANAGER SOFTHDDEVICE EXTRECMENU
.include <bsd.port.options.mk>
@@ -128,6 +128,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vdrmanager.so.${PORTVERSION}:${PORTSDI
.if ${PORT_OPTIONS:MSOFTHDDEVICE}
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-softhddevice.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-softhddevice
.endif
+.if ${PORT_OPTIONS:MEXTRECMENU}
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-extrecmenu.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-extrecmenu
+.endif
do-install: # empty