-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
109 changed files
with
1,897 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,27 +6,16 @@ | |
* <[email protected]> | ||
* http://www.psnw.com/~smokeserpent/code/ | ||
*/ | ||
#include "config.h" | ||
|
||
#include <ctype.h> | ||
#include <stdio.h> | ||
#include <stdlib.h> | ||
#include <string.h> | ||
#include <gphoto2/gphoto2.h> | ||
#include <gphoto2/gphoto2-abilities-list.h> | ||
|
||
#ifdef ENABLE_NLS | ||
# include <libintl.h> | ||
# undef _ | ||
# define _(String) dgettext (PACKAGE, String) | ||
# ifdef gettext_noop | ||
# define N_(String) gettext_noop (String) | ||
# else | ||
# define _(String) (String) | ||
# define N_(String) (String) | ||
# endif | ||
#else | ||
# define _(String) (String) | ||
# define N_(String) (String) | ||
#endif | ||
#include "libgphoto2/i18n.h" | ||
|
||
#define GP_MODULE "adc65" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
shared_module( | ||
'adc65', | ||
'adc65.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
config_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
shared_module( | ||
'agfa_cl20', | ||
'agfa_cl20.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
config_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
shared_module( | ||
'aox', | ||
'library.c', | ||
'aox.c', | ||
'aox.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
shared_module( | ||
'ax203', | ||
'library.c', | ||
'ax203.c', | ||
'ax203.h', | ||
'ax203_decode_yuv.c', | ||
'ax203_decode_yuv_delta.c', | ||
'ax203_compress_jpeg.c', | ||
'jpeg_memsrcdest.h', | ||
'jpeg_memsrcdest.c', | ||
'tinyjpeg.c', | ||
'tinyjpeg.h', | ||
'tinyjpeg-internal.h', | ||
'jidctflt.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
libjpeg_dep, | ||
libgd_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
shared_module( | ||
'barbie', | ||
'barbie.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
shared_module( | ||
'canon', | ||
'canon.c', | ||
'canon.h', | ||
'library.c', | ||
'library.h', | ||
'serial.c', | ||
'serial.h', | ||
'usb.c', | ||
'usb.h', | ||
'crc.c', | ||
'crc.h', | ||
'util.c', | ||
'util.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
shared_module( | ||
'casio_qv', | ||
'casio-qv.c', | ||
'casio-qv-commands.c', | ||
'casio-qv-commands.h', | ||
'camtojpeg.c', | ||
'camtojpeg.h', | ||
'cam2jpgtab.h', | ||
'jpegtab_f.h', | ||
'ycctoppm.c', | ||
'ycctoppm.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
shared_module( | ||
'clicksmart310', | ||
'library.c', | ||
'clicksmart.c', | ||
'clicksmart.h', | ||
'spca50x-jpeg-header.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
config_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
shared_module( | ||
'digigr8', | ||
'library.c', | ||
'digigr8.c', | ||
'digigr8.h', | ||
'digi_postprocess.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
config_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
shared_module( | ||
'digita', | ||
'digita.c', | ||
'serial.c', | ||
'usb.c', | ||
'commands.c', | ||
'digita.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
shared_module( | ||
'dimera3500', | ||
'dimera3500.c', | ||
'mesalib.c', | ||
'mesalib.h', | ||
'dimeratab.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
shared_module( | ||
'directory', | ||
'directory.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
shared_module( | ||
'docupen', | ||
'cache.c', | ||
'calibration.c', | ||
'docupen.c', | ||
'docupen.h', | ||
'huffman.c', | ||
'huffman.h', | ||
'image.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
libgd_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
shared_module( | ||
'enigma13', | ||
'enigma13.c', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
shared_module( | ||
'fuji', | ||
'library.c', | ||
'fuji.c', | ||
'fuji.h', | ||
dependencies: [ | ||
libgphoto2_dep, | ||
], | ||
name_prefix: '', | ||
install: true, | ||
install_dir: camlibs_dir, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.