This commit is contained in:
parent
8714bd4d7b
commit
9d41d11ebe
22
conf.diff
22
conf.diff
@ -22,25 +22,3 @@
|
|||||||
|
|
||||||
|
|
||||||
# report on compiler/libtool setup
|
# report on compiler/libtool setup
|
||||||
@@ -337,7 +338,7 @@ dnl libusb
|
|
||||||
dnl ---------------------------------------------------------------------------
|
|
||||||
GP_CONFIG_MSG([USB ports])
|
|
||||||
GP_CHECK_LIBRARY([LIBUSB],[libusb],[>= 0.1.5],
|
|
||||||
- [usb.h],[usb_busses],[
|
|
||||||
+ [usb.h],[usb_open],[
|
|
||||||
IOLIB_SUBDIRS="$IOLIB_SUBDIRS usb"
|
|
||||||
],[],
|
|
||||||
[disable-explicitly],
|
|
||||||
Index: gphoto2-port-info-list.c
|
|
||||||
===================================================================
|
|
||||||
--- libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c (Revision 11060)
|
|
||||||
+++ libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c (Arbeitskopie)
|
|
||||||
@@ -21,6 +21,8 @@
|
|
||||||
* Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
+#define _GNU_SOURCE
|
|
||||||
+
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <gphoto2/gphoto2-port-info-list.h>
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e93310e0caa223911c0592b8b5c5593d15974c9a83570d117f53f8393768c610
|
|
||||||
size 3472639
|
|
3
libgphoto2-2.4.1.3.tar.bz2
Normal file
3
libgphoto2-2.4.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9dc0c2e4ec51e09208257d54ed23daa36f595d59b1acc2fba88e46c9e9c5960c
|
||||||
|
size 3498466
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 28 10:04:02 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
- updated to current 2.4.1.3 branch state
|
||||||
|
- ptp2 driver backmerged
|
||||||
|
- bugfixes for new libtool/automake/autoconf
|
||||||
|
- bugfixes and translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 13 18:34:15 CEST 2008 - meissner@suse.de
|
Sun Apr 13 18:34:15 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgphoto2 (Version 2.4.1.2)
|
# spec file for package libgphoto2 (Version 2.4.1.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -18,8 +18,8 @@ Url: http://gphoto.org/
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
Summary: A Digital Camera Library
|
Summary: A Digital Camera Library
|
||||||
Version: 2.4.1.2
|
Version: 2.4.1.3
|
||||||
Release: 3
|
Release: 1
|
||||||
Source0: libgphoto2-%{version}.tar.bz2
|
Source0: libgphoto2-%{version}.tar.bz2
|
||||||
Patch0: conf.diff
|
Patch0: conf.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -226,6 +226,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 28 2008 meissner@suse.de
|
||||||
|
- updated to current 2.4.1.3 branch state
|
||||||
|
- ptp2 driver backmerged
|
||||||
|
- bugfixes for new libtool/automake/autoconf
|
||||||
|
- bugfixes and translations
|
||||||
* Sun Apr 13 2008 meissner@suse.de
|
* Sun Apr 13 2008 meissner@suse.de
|
||||||
- fixed glibc 2.8 problem with re_compile_pattern.
|
- fixed glibc 2.8 problem with re_compile_pattern.
|
||||||
- fixed one topfield problem
|
- fixed one topfield problem
|
||||||
|
Loading…
Reference in New Issue
Block a user