mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Add ttxtsubs plugin.
- Bump PORTREVISION.
This commit is contained in:
parent
58ab469a9a
commit
62837f7605
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275318
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= vdr-plugins
|
||||
PORTVERSION= 1.7.18
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
@ -29,6 +29,7 @@ OPTIONS= CONTROL "telnet control" On \
|
||||
REMOTE "non-lirc remote control (experimental)" On \
|
||||
SKINENIGMANG "Enigma-NG skin" On \
|
||||
STREAMDEV "stream device (server and client)" On \
|
||||
TTXTSUBS "teletext subtitle plugin" On \
|
||||
WIRBELSCAN "Wirbelscan" On \
|
||||
XINELIBOUTPUT "xineliboutput plugin/viewer" On \
|
||||
LIVE "live web plugin" On \
|
||||
@ -72,6 +73,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-skinenigmang.so.${PORTVERSION}:${PORTS
|
||||
.if defined(WITH_STREAMDEV)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-streamdev-server.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-streamdev
|
||||
.endif
|
||||
.if defined(WITH_TTXTSUBS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-ttxtsubs.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-ttxtsubs
|
||||
.endif
|
||||
.if defined(WITH_WIRBELSCAN)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-wirbelscan.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-wirbelscan
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user