I haven't got time to update this package. Does someone want to adopt it?
Search Criteria
Package Details: ucview 0.33-1
Package Actions
| Package Base: | ucview |
|---|---|
| Description: | A video image capture application that uses the unicap toolkit. |
| Upstream URL: | http://unicap-imaging.org |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 27 |
| First Submitted: | 2008-01-01 18:14 |
| Last Updated: | 2011-09-13 13:14 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by jcerdan
Comment by mihaim
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