summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-09-09 11:52:36 +0000
committerjmcneill <jmcneill>2008-09-09 11:52:36 +0000
commit696d3446a907deed222cac25209b88c37371c81d (patch)
tree9b43931b3f1af6023da2e2541217b150afc73601 /graphics
parentc72ae64e247b1d963001c645e3d6dddfa538d1d5 (diff)
downloadpkgsrc-696d3446a907deed222cac25209b88c37371c81d.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')
-rw-r--r--graphics/ucview/DESCR10
-rw-r--r--graphics/ucview/Makefile24
-rw-r--r--graphics/ucview/PLIST53
-rw-r--r--graphics/ucview/distinfo6
-rw-r--r--graphics/ucview/patches/patch-aa13
5 files changed, 106 insertions, 0 deletions
diff --git a/graphics/ucview/DESCR b/graphics/ucview/DESCR
new file mode 100644
index 00000000000..a5be339c9c6
--- /dev/null
+++ b/graphics/ucview/DESCR
@@ -0,0 +1,10 @@
+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.
diff --git a/graphics/ucview/Makefile b/graphics/ucview/Makefile
new file mode 100644
index 00000000000..766edecc2b8
--- /dev/null
+++ b/graphics/ucview/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/09 11:52:36 jmcneill Exp $
+
+DISTNAME= ucview-0.21
+CATEGORIES= graphics
+MASTER_SITES= http://unicap-imaging.org/downloads/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://unicap-imaging.org/
+COMMENT= Video capture and display program based on unicap
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= perl pkg-config gmake
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../graphics/unicap/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/ucview/PLIST b/graphics/ucview/PLIST
new file mode 100644
index 00000000000..a5b85e09016
--- /dev/null
+++ b/graphics/ucview/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/09 11:52:36 jmcneill Exp $
+bin/ucview
+include/ucview/ucview.h
+include/ucview/ucview_plugin.h
+lib/ucview/plugins/libhistogram.la
+share/applications/ucview.desktop
+share/dbus-1/services/org.unicap-imaging.UCView.service
+share/gconf/schemas/ucview.schemas
+share/icons/hicolor/16x16/apps/ucview.png
+share/icons/hicolor/48x48/apps/ucview.png
+share/locale/de/LC_MESSAGES/ucview.mo
+share/locale/fr/LC_MESSAGES/ucview.mo
+share/ucview/icons/asus/41x41/ucview-device-settings.png
+share/ucview/icons/asus/41x41/ucview-pause.png
+share/ucview/icons/asus/41x41/ucview-play-video.png
+share/ucview/icons/asus/41x41/ucview-preferences.png
+share/ucview/icons/asus/41x41/ucview-record-video.png
+share/ucview/icons/asus/41x41/ucview-save-still-image.png
+share/ucview/icons/hicolor/16x16/ucview-device-settings.png
+share/ucview/icons/hicolor/16x16/ucview-play-video.png
+share/ucview/icons/hicolor/16x16/ucview-record-video.png
+share/ucview/icons/hicolor/16x16/ucview-save-still-image.png
+share/ucview/icons/hicolor/24x24/ucview-device-settings.png
+share/ucview/icons/hicolor/24x24/ucview-play-video.png
+share/ucview/icons/hicolor/24x24/ucview-record-video.png
+share/ucview/icons/hicolor/24x24/ucview-save-still-image.png
+share/ucview/icons/hicolor/32x32/ucview-device-settings.png
+share/ucview/icons/hicolor/32x32/ucview-play-video.png
+share/ucview/icons/hicolor/32x32/ucview-record-video.png
+share/ucview/icons/hicolor/32x32/ucview-save-still-image.png
+share/ucview/icons/hicolor/48x48/ucview-device-settings.png
+share/ucview/icons/hicolor/48x48/ucview-play-video.png
+share/ucview/icons/hicolor/48x48/ucview-record-video.png
+share/ucview/icons/hicolor/48x48/ucview-save-still-image.png
+share/ucview/logo/ucview-logo.png
+share/ucview/ucview.glade
+@dirrm share/ucview/logo
+@dirrm share/ucview/icons/hicolor/48x48
+@dirrm share/ucview/icons/hicolor/32x32
+@dirrm share/ucview/icons/hicolor/24x24
+@dirrm share/ucview/icons/hicolor/16x16
+@dirrm share/ucview/icons/hicolor
+@dirrm share/ucview/icons/asus/41x41
+@dirrm share/ucview/icons/asus
+@dirrm share/ucview/icons
+@exec ${MKDIR} %D/share/ucview/glade
+@dirrm share/ucview/glade
+@dirrm share/ucview
+@comment in GConf: @dirrm share/gconf/schemas
+@comment in dbus: @dirrm share/dbus-1/services
+@dirrm lib/ucview/plugins
+@dirrm lib/ucview
+@dirrm include/ucview
diff --git a/graphics/ucview/distinfo b/graphics/ucview/distinfo
new file mode 100644
index 00000000000..58553c31f14
--- /dev/null
+++ b/graphics/ucview/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/09 11:52:36 jmcneill Exp $
+
+SHA1 (ucview-0.21.tar.gz) = 925c7d6135deda3fa7d70ead590f9e2b187b2742
+RMD160 (ucview-0.21.tar.gz) = c9d0c6b3dcea3d7b5fd8cb72f0ba80f1602f4f9b
+Size (ucview-0.21.tar.gz) = 518823 bytes
+SHA1 (patch-aa) = 89d146b187a384125632539fdfa3583ca5202d92
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