[Michael Janssen]
> I've been looking into this for a little bit now, and it doesn't
> look like something I can fix quickly, as there isn't an easy
> upgrade path from freetype1 to the new one.

A quick fix to keep vgrabbj working is to drop support for imprinting
labels in the images.  It would keep vgrabbj working when freetype1 is
removed.

This patch implement that change:

diff -u vgrabbj-0.9.6/debian/control vgrabbj-0.9.6/debian/control
--- vgrabbj-0.9.6/debian/control
+++ vgrabbj-0.9.6/debian/control
@@ -3,17 +3,14 @@
 Priority: optional
 Maintainer: Michael Janssen <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libjpeg62-dev, libpng3-dev, libttf-dev, 
ftplib-dev, autotools-dev
+Build-Depends: debhelper (>= 4.0.0), libjpeg62-dev, libpng3-dev, ftplib-dev, 
autotools-dev
 Standards-Version: 3.7.2.0

 Package: vgrabbj
 Architecture: any
 Depends: ${shlibs:Depends}
-Suggests: msttcorefonts
 Description: grabs a image from a camera and puts it in jpg/png format
  vgrabbj is a program that will grab an image from a v4l compatible
  device (usually a webcam of some sort) and save it in a jpg or png
- file, with options given on the command line to imprint a label onto
- the image.  It only works on v4l devices that can be set to 24-bit
- mode.
+ file.  It only works on v4l devices that can be set to 24-bit mode.
  .
  Homepage: http://vgrabbj.gecius.de/
diff -u vgrabbj-0.9.6/debian/rules vgrabbj-0.9.6/debian/rules
--- vgrabbj-0.9.6/debian/rules
+++ vgrabbj-0.9.6/debian/rules
@@ -20,7 +20,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
-       ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --sysconfdir=\$${prefix}/../etc
+       ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --sysconfdir=\$${prefix}/../etc 
--disable-timestamp
        # Configure doesn't seem to take to my --sysconfdir, fix the config file
        # location
        sed 's/\/usr\/etc\/vgrabbj.conf/\/etc\/vgrabbj.conf/' < config.h > 
config.h

Perhaps a better alternative instead of having vgrabbj removed from
testing?  It would be great if you could try to get vgrabbj in Lenny,
to get the stopmotion package used by Debian Edu working with USB
cameras in Lenny.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to