This is a front-end for gphoto2, that allows access via USB/serial/etc to
a variety of cameras. If your camera isn't supported by gphoto, try this applicaion instead.
This commit is contained in:
parent
bda60534b4
commit
0afca3dac4
5 changed files with 73 additions and 0 deletions
24
graphics/gtkam/Makefile
Normal file
24
graphics/gtkam/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/07/08 01:48:38 garbled Exp $
|
||||
|
||||
DISTNAME= gtkam-20010707
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
MAINTAINER= root@garbled.net
|
||||
HOMEPAGE= http://www.gphoto.org/gphoto2/
|
||||
COMMENT= Download and view files from various digital cameras
|
||||
|
||||
BUILD_USES_MSGFMT= yes
|
||||
DEPENDS+= gphoto-2*:../../graphics/gphoto2
|
||||
|
||||
USE_X11BASE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_CONFIG_H -I${WRKSRC}
|
||||
|
||||
BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.9.0
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink.mk"
|
||||
.include "../../graphics/gdk-pixbuf/buildlink.mk"
|
||||
.include "../../x11/gtk/buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
graphics/gtkam/distinfo
Normal file
5
graphics/gtkam/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/07/08 01:48:38 garbled Exp $
|
||||
|
||||
SHA1 (gtkam-20010707.tar.gz) = 2761940cb3909714911a8aa49ab130bf13805994
|
||||
Size (gtkam-20010707.tar.gz) = 156161 bytes
|
||||
SHA1 (patch-aa) = 42b2a1868282b1201997bdda8179b13829294373
|
12
graphics/gtkam/patches/patch-aa
Normal file
12
graphics/gtkam/patches/patch-aa
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2001/07/08 01:48:38 garbled Exp $
|
||||
--- Makefile.in.orig Sat Jul 7 18:53:29 2001
|
||||
+++ Makefile.in Sat Jul 7 18:53:40 2001
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
SUBDIRS = po src
|
||||
|
||||
-gtkamdocdir = $(prefix)/doc/gtkam
|
||||
+gtkamdocdir = $(prefix)/share/doc/gtkam
|
||||
gtkamdoc_DATA = AUTHORS COPYING MANUAL
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
6
graphics/gtkam/pkg/DESCR
Normal file
6
graphics/gtkam/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
gtkam is an universal, free GTK+ application that will allow
|
||||
downloading, saving, and manipulation of images from several
|
||||
different digital camera models, or from the local harddrive.
|
||||
|
||||
gtkam supports a wide array of digital camera models.
|
||||
Visit http://www.gphoto.org/cameras.html for an updated list.
|
26
graphics/gtkam/pkg/PLIST
Normal file
26
graphics/gtkam/pkg/PLIST
Normal file
|
@ -0,0 +1,26 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/08 01:48:38 garbled Exp $
|
||||
bin/gtkam
|
||||
share/gtkam/pixmaps/camera.xpm
|
||||
share/gtkam/pixmaps/close_image.xpm
|
||||
share/gtkam/pixmaps/configure.xpm
|
||||
share/gtkam/pixmaps/delete_images.xpm
|
||||
share/gtkam/pixmaps/exit.xpm
|
||||
share/gtkam/pixmaps/fliph.xpm
|
||||
share/gtkam/pixmaps/flipv.xpm
|
||||
share/gtkam/pixmaps/folder.xpm
|
||||
share/gtkam/pixmaps/get_index.xpm
|
||||
share/gtkam/pixmaps/get_index_empty.xpm
|
||||
share/gtkam/pixmaps/get_selected_images.xpm
|
||||
share/gtkam/pixmaps/no_thumbnail.xpm
|
||||
share/gtkam/pixmaps/open_image.xpm
|
||||
share/gtkam/pixmaps/print_image.xpm
|
||||
share/gtkam/pixmaps/refresh.xpm
|
||||
share/gtkam/pixmaps/resize.xpm
|
||||
share/gtkam/pixmaps/rotc.xpm
|
||||
share/gtkam/pixmaps/save_current_image.xpm
|
||||
share/doc/gtkam/AUTHORS
|
||||
share/doc/gtkam/COPYING
|
||||
share/doc/gtkam/MANUAL
|
||||
@dirrm share/gtkam/pixmaps
|
||||
@dirrm share/gtkam
|
||||
@dirrm share/doc/gtkam
|
Loading…
Reference in a new issue