diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-06-25 19:02:08 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-06-25 19:02:08 +0000 |
commit | a37a080307b4cd0c72feaa3119bd0b5fb3d5a492 (patch) | |
tree | c77f02246bfc777a5984693c2440ba44c48fff8b /multimedia/vdr-plugin-wirbelscan | |
parent | e88ff75ef21222c184bd9ed2679cdcbb710914d5 (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=276377
Diffstat (limited to 'multimedia/vdr-plugin-wirbelscan')
-rw-r--r-- | multimedia/vdr-plugin-wirbelscan/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugin-wirbelscan/files/patch-scanner.c | 11 | ||||
-rw-r--r-- | multimedia/vdr-plugin-wirbelscan/pkg-plist | 2 |
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 |