summaryrefslogtreecommitdiff
path: root/graphics/unicap
AgeCommit message (Collapse)AuthorFilesLines
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz4-14/+64
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-11-26Fix libtool usage.joerg2-1/+15
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-06-12Bump for ffmpeg update.ahoka1-1/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-08Update unicap to 0.9.3.jmcneill21-152/+139
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
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-1/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-11-11Needs msgfmt.hasso1-2/+2
2008-09-17Needs intltool.joerg1-2/+2
2008-09-09unicap provides a uniform interface to video capture devices. It allowsjmcneill23-0/+636
applications to use any supported video capture device via a single API.