summaryrefslogtreecommitdiff
path: root/graphics/ucview/patches
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-09-09 11:52:36 +0000
committerjmcneill <jmcneill>2008-09-09 11:52:36 +0000
commitbe3ec5e5155c1f6d76a7d094a2f66fe248327811 (patch)
tree9b43931b3f1af6023da2e2541217b150afc73601 /graphics/ucview/patches
parent637d0deeaf5f59bb0ee76b34450493d4ae28aeb6 (diff)
downloadpkgsrc-be3ec5e5155c1f6d76a7d094a2f66fe248327811.tar.gz
UCView is a video capture and display program based on the unicap video
imaging library. Features: * High performance live video display utilizing XVideo hardware acceleration where possible. * Support of a broad range of video capture devices via the unicap library. * Audio/Video recording and encoding using the free Ogg Vorbis and Theora high performance codecs. * Extensible via a plugins. * Remote controllable via DBus interface.
Diffstat (limited to 'graphics/ucview/patches')
-rw-r--r--graphics/ucview/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/ucview/patches/patch-aa b/graphics/ucview/patches/patch-aa
new file mode 100644
index 00000000000..5bb92245f9b
--- /dev/null
+++ b/graphics/ucview/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/09/09 11:52:36 jmcneill Exp $
+
+--- configure.orig 2008-09-08 23:54:36.000000000 -0400
++++ configure 2008-09-08 23:54:42.000000000 -0400
+@@ -21007,7 +21007,7 @@
+
+
+
+-if test x$ENABLE_DBUS == "xyes" ; then
++if test x$ENABLE_DBUS = "xyes" ; then
+ HAVE_DBUS_TRUE=
+ HAVE_DBUS_FALSE='#'
+ else