Package Details: ucview 0.33-1

Package Base: ucview
Description: A video image capture application that uses the unicap toolkit.
Upstream URL: http://unicap-imaging.org
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 27
First Submitted: 2008-01-01 18:14
Last Updated: 2011-09-13 13:14

Latest Comments

Comment by jcerdan

2012-08-01 07:28

I haven't got time to update this package. Does someone want to adopt it?

Comment by mihaim

2012-07-29 21:03

Linking flags should include "-lgobject-2.0": to report upstream. Build fails, otherwise.

Quick fix: in PKGBUILD, add this before make:
sed -i 's#lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0#lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -lgobject-2.0 -lglib-2.0#g' src/Makefile