aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugin-streamdev
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2012-01-22 01:32:54 +0800
committernox <nox@FreeBSD.org>2012-01-22 01:32:54 +0800
commit0c9cbf4cb27b7ccab5b886919dea648ef53e8a6b (patch)
treec2c913e891cf155dbe0082e2becc8191db9ae351 /multimedia/vdr-plugin-streamdev
parent5e74393d9006bafdaaa438b95d30ef5b31757f4a (diff)
downloadfreebsd-ports-gnome-0c9cbf4cb27b7ccab5b886919dea648ef53e8a6b.tar.gz
freebsd-ports-gnome-0c9cbf4cb27b7ccab5b886919dea648ef53e8a6b.tar.zst
freebsd-ports-gnome-0c9cbf4cb27b7ccab5b886919dea648ef53e8a6b.zip
- Update multimedia/vdr to 1.7.22 .
- Add startup script that the rc.d script invokes to wait for /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO" in rc.conf(5). (This turned out to be necessary in some situations because devd starts webcamd only later in the boot process.) - One more fix for changing OSD language when using UTF-8. - Update multimedia/vdr-plugin-femon to 1.7.11 . - Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 . - Bump PORTREVISION for all other plugins. - Update www/vdradmin-am to 3.6.9 .
Diffstat (limited to 'multimedia/vdr-plugin-streamdev')
-rw-r--r--multimedia/vdr-plugin-streamdev/Makefile2
-rw-r--r--multimedia/vdr-plugin-streamdev/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vdr-plugin-streamdev/Makefile b/multimedia/vdr-plugin-streamdev/Makefile
index 087bb32e6aa7..cee2d5d633cd 100644
--- a/multimedia/vdr-plugin-streamdev/Makefile
+++ b/multimedia/vdr-plugin-streamdev/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-streamdev
PORTVERSION= 0.5.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/497/:release \
LOCAL:snapshot
diff --git a/multimedia/vdr-plugin-streamdev/pkg-plist b/multimedia/vdr-plugin-streamdev/pkg-plist
index 2eb750f792b1..e471b6882851 100644
--- a/multimedia/vdr-plugin-streamdev/pkg-plist
+++ b/multimedia/vdr-plugin-streamdev/pkg-plist
@@ -1,5 +1,5 @@
-lib/vdr/libvdr-streamdev-client.so.1.7.19
-lib/vdr/libvdr-streamdev-server.so.1.7.19
+lib/vdr/libvdr-streamdev-client.so.1.7.22
+lib/vdr/libvdr-streamdev-server.so.1.7.22
@unexec if cmp -s %D/etc/vdr/plugins/streamdev-server/externremux.sh.sample %D/etc/vdr/plugins/streamdev-server/externremux.sh; then rm -f %D/etc/vdr/plugins/streamdev-server/externremux.sh; fi
etc/vdr/plugins/streamdev-server/externremux.sh.sample
@exec if [ ! -f %D/etc/vdr/plugins/streamdev-server/externremux.sh ] ; then cp -p %D/%F %B/externremux.sh; fi