aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugin-wirbelscan
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2011-06-26 03:02:08 +0800
committernox <nox@FreeBSD.org>2011-06-26 03:02:08 +0800
commit403751ec8426d32839f8248a68a4f3a4ed40dc25 (patch)
tree9090f128be2f55def72c055badd45a48a36dc4b2 /multimedia/vdr-plugin-wirbelscan
parent7592245272f44fa4e40cadebad98c5cd8d13a4ca (diff)
downloadfreebsd-ports-gnome-403751ec8426d32839f8248a68a4f3a4ed40dc25.tar.gz
freebsd-ports-gnome-403751ec8426d32839f8248a68a4f3a4ed40dc25.tar.zst
freebsd-ports-gnome-403751ec8426d32839f8248a68a4f3a4ed40dc25.zip
- Update multimedia/vdr to 1.7.19 (with parts of the update reverted
to avoid a known bug.) - Fix build with clang for vdr and plugins, and also fix a few bugs it uncovered. - Bump PORTREVISION for all plugins.
Diffstat (limited to 'multimedia/vdr-plugin-wirbelscan')
-rw-r--r--multimedia/vdr-plugin-wirbelscan/Makefile2
-rw-r--r--multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c11
-rw-r--r--multimedia/vdr-plugin-wirbelscan/pkg-plist2
3 files changed, 13 insertions, 2 deletions
diff --git a/multimedia/vdr-plugin-wirbelscan/Makefile b/multimedia/vdr-plugin-wirbelscan/Makefile
index 55c2129341fe..c6ae676c5f1c 100644
--- a/multimedia/vdr-plugin-wirbelscan/Makefile
+++ b/multimedia/vdr-plugin-wirbelscan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdr-plugin-wirbelscan
PORTVERSION= 0.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://wirbel.htpc-forum.de/wirbelscan/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
diff --git a/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c b/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c
new file mode 100644
index 000000000000..fc4ce34c9b74
--- /dev/null
+++ b/multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c
@@ -0,0 +1,11 @@
+--- a/scanner.c
++++ b/scanner.c
+@@ -633,7 +633,7 @@ void cScanner::Action(void) {
+ else
+ continue;
+ cCondWait::SleepMs(2000);
+- vbiSupport = vcap.capabilities & (V4L2_CAP_VBI_CAPTURE || V4L2_CAP_SLICED_VBI_CAPTURE);
++ vbiSupport = vcap.capabilities & (V4L2_CAP_VBI_CAPTURE | V4L2_CAP_SLICED_VBI_CAPTURE);
+ if (vbiSupport)
+ dlog(1, "device can capture vbi");
+ }
diff --git a/multimedia/vdr-plugin-wirbelscan/pkg-plist b/multimedia/vdr-plugin-wirbelscan/pkg-plist
index 66539983a8d4..eb1d1cc52f62 100644
--- a/multimedia/vdr-plugin-wirbelscan/pkg-plist
+++ b/multimedia/vdr-plugin-wirbelscan/pkg-plist
@@ -1,4 +1,4 @@
-lib/vdr/libvdr-wirbelscan.so.1.7.18
+lib/vdr/libvdr-wirbelscan.so.1.7.19
%%NLS%%share/locale/fr_FR/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/sl_SI/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/ru_RU/LC_MESSAGES/vdr-wirbelscan.mo