| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only use a single gphoto-m4/ subdir - namely that in
libgphoto2_port/gphoto-m4/. This prevents us from
needing to synchronize the contents of the gphoto-m4/
and the libgphoto2_port/gphoto-m4/ directories.
We can do that by switching from recursive make for the
gphoto-m4 subdirectories to using
include path/to/gphoto-m4/Makefile-files
from both the top-level Makefile.am and libgphoto2_port/Makefile.am
using %reldir% (introduced in automake 1.14).
|
|
|
|
|
| |
Rename the libgphoto2_port/test directory to libgphoto2_port/tests
to make its name the same as libgphoto2/tests.
|
| |
|
|
|
|
|
|
| |
The test-port-list test can only work with iolibs having been
compiled before, and that requires "." *before* "test" in the
SUBDIRS definition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Stop creating the gphoto2 symlink loop in /usr/include/gphoto2/.
The /usr/include/gphoto2/gphoto2 symlink pointing to `.`, i.e.
to /usr/include/gphoto2 was added in 2006 to solve an source
compatibility issue from back then. Fedora have been removing
that symlink from their packaged libgphoto2 packages since 2009,
so it appears those compatibility issues have been solved since
2009.
We should thus be able to remove the symlink now (in 2019).
Resolves: https://github.com/gphoto/libgphoto2/issues/444
|
| |
|
|
|
|
| |
This driver is meant for testing purposes.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
AM_CPPFLAGS and CPPFLAGS are used both during build, so
no need to use merge them together in configure.
also move the -I$(xx) stuff into Makefile* to avoid
shell expansion issues.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14269 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13761 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12869 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
| |
- make gp_log_add_func/remove_func use non-format string
- remove gp_log_simple_add_func/remove_func again
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12752 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12676 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
| |
* Makes "make -j2" useful
* Makes dynamic load checks without install possible.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10587 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10586 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
| |
* Move FOO.pc to the top source directory.
* Get rid of obsolete GP_AUTOGEN_SUBDIR macro.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10199 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
| |
subdir for config.guess & Co.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9802 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
| |
Use autoreconf now.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9569 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9541 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9330 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* These files have not been updated for years.
* They probably don't work any more.
* OS/2 files are missing for most of the system.
* gphoto2-port-portability-os2.h has been integrated into
gphoto2-port-portability.h (I wanted to get rid of the longest filename)
* usb-os2.c is still there in libgphoto2_port/usb.
* If someone wants to revive the OS/2 port, they are welcome to start
based on the stuff removed or from scratch.
* Perhaps it might be easier to just use the present
GNU make/libtool build chain than fabricating something with nmake.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9280 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7972 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7831 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7829 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7766 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6062 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
| |
made hotplug stuff installation location configurable
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5371 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5208 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
| |
* Makefile.am: Remove 'autogen.sh' from EXTRA_DIST - people
that compile our tarballs don't need it.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4683 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4654 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3425 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
| |
* include: Move everything from here to ...
* libgphoto2_port: ... here.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2770 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2638 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
| |
moved docs to DOC_DIR
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2624 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
| |
* doc: Create framework for documentation.
* libgphoto2_port/gphoto2-port-log.[c,h]: Updated
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2532 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* test/gphoto2-port-test.c: Renamed into
* test/test-gp-port.c
* test/Makefile.am: New
* Makefile.am: Add test to SUBDIRS
* acconfig.h: #undef HAVE_LOCKDEV
* configure.in: Check for lockdev and use it if available
* serial/Makefile.am: -llockdev if that is available
* serial/unix.c: Use lockdev if available
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2361 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1538 67ed7778-7388-44ab-90cf-0a291f65f57c
|
|
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1526 67ed7778-7388-44ab-90cf-0a291f65f57c
|