diff options
author | jmcneill <jmcneill> | 2009-01-08 01:08:37 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2009-01-08 01:08:37 +0000 |
commit | 8e1f62f56358a371c3b8809c57594233547b96d2 (patch) | |
tree | 897293ce0196b75fe959a5ff8896e9e075061b1d /graphics/unicap/Makefile | |
parent | ccb474389a0b70156d0eec6766500e4628471394 (diff) | |
download | pkgsrc-8e1f62f56358a371c3b8809c57594233547b96d2.tar.gz |
Update unicap to 0.9.3.
0.9.3:
- optionally use libv4l to support more cameras
- fix installation directory of plugins for x64 systems
- fix scaling of ogg/theora video
- use categories for v4l2 properties
0.9.2:
- Severall small bug fixes and improvements ( see ChangeLog )
- The EeePC packages got updated
Diffstat (limited to 'graphics/unicap/Makefile')
-rw-r--r-- | graphics/unicap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/unicap/Makefile b/graphics/unicap/Makefile index a8450fec3df..93f5a80d81f 100644 --- a/graphics/unicap/Makefile +++ b/graphics/unicap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/12/18 17:28:16 bjs Exp $ +# $NetBSD: Makefile,v 1.5 2009/01/08 01:08:37 jmcneill Exp $ -DISTNAME= unicap-0.9.1 -PKGREVISION= 1 +DISTNAME= unicap-0.9.3 CATEGORIES= graphics MASTER_SITES= http://unicap-imaging.org/downloads/ |