View | Details | Raw Unified | Return to bug 75267
Collapse All | Expand All

(-)graphics/libgphoto2/Makefile (-6 / +12 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libgphoto2
8
PORTNAME=	libgphoto2
9
PORTVERSION=	2.1.4
9
PORTVERSION=	2.1.5
10
PORTREVISION=	4
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	gphoto
12
MASTER_SITE_SUBDIR=	gphoto
Lines 18-38 Link Here
18
LIB_DEPENDS=	usb-0.1.7:${PORTSDIR}/devel/libusb \
17
LIB_DEPENDS=	usb-0.1.7:${PORTSDIR}/devel/libusb \
19
		exif.10:${PORTSDIR}/graphics/libexif
18
		exif.10:${PORTSDIR}/graphics/libexif
20
19
21
USE_BZIP2=	yes
22
USE_GETTEXT=	yes
23
USE_GNOME=	gnometarget pkgconfig
20
USE_GNOME=	gnometarget pkgconfig
24
USE_GETOPT_LONG=	yes
21
USE_GETOPT_LONG=	yes
25
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
26
USE_GMAKE=	yes
23
USE_GMAKE=	yes
27
GNU_CONFIGURE=	yes
24
USE_LIBTOOL_VER=	15
25
LIBTOOLFILES=	configure libgphoto2_port/configure
28
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
29
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
30
PLIST_SUB=	VERSION=${PORTVERSION}
28
PLIST_SUB=	VERSION="${PORTVERSION}"
31
29
32
MAN3=		libgphoto2.3 libgphoto2_port.3
30
MAN3=		libgphoto2.3 libgphoto2_port.3
33
31
34
CPPFLAGS=	-I${LOCALBASE}/include
32
CPPFLAGS=	-I${LOCALBASE}/include
35
LDFLAGS=	-L${LOCALBASE}/lib
33
LDFLAGS=	-L${LOCALBASE}/lib
34
35
.if defined(WITHOUT_NLS)
36
CONFIGURE_ARGS+=	--disable-nls
37
PLIST_SUB+=	NLS="@comment "
38
.else
39
USE_GETTEXT=	yes
40
PLIST_SUB+=	NLS=""
41
.endif
36
42
37
post-patch:
43
post-patch:
38
.for file in configure libgphoto2_port/configure
44
.for file in configure libgphoto2_port/configure
(-)graphics/libgphoto2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libgphoto2-2.1.4.tar.bz2) = a201650482bbc2edbd948449cf4d3f5a
1
MD5 (libgphoto2-2.1.5.tar.gz) = 210844f0d88f58842917af6eaff06382
2
SIZE (libgphoto2-2.1.4.tar.bz2) = 1819325
2
SIZE (libgphoto2-2.1.5.tar.gz) = 2946757
(-)graphics/libgphoto2/files/patch-Canon (-201 lines)
Lines 1-201 Link Here
1
--- camlibs/canon/canon.c.orig	Sun Jan 18 20:47:01 2004
2
+++ camlibs/canon/canon.c	Wed Oct 20 13:25:01 2004
3
@@ -15,7 +15,7 @@
4
  * and usb.c, keeping the common protocols/busses support in this
5
  * file.
6
  *
7
- * $Id: canon.c,v 1.236.2.6 2004/01/15 12:30:11 hun Exp $
8
+ * $Id: canon.c,v 1.247 2004/08/14 00:24:12 hfiguiere Exp $
9
  */
10
 
11
 #include "config.h"
12
@@ -83,15 +83,17 @@
13
  *   detection.
14
  * - Newer Canon USB cameras also support a PTP mode. See ptp2 camlib.
15
  * - No IEEE1394 cameras supported yet.
16
+ * - The size limit constants aren't used properly anywhere. We should
17
+ *   probably get rid of them altogether.
18
  **/
19
 
20
 /* SL_* - size limit constants */
21
-#define KILOBYTE	(1024)
22
-#define MEGABYTE	(1024 * KILOBYTE)
23
-#define SL_THUMB	( 100 * KILOBYTE)
24
-#define SL_PICTURE	(  10 * MEGABYTE)
25
-#define SL_MOVIE_SMALL	( 100 * MEGABYTE)
26
-#define SL_MOVIE_LARGE	(2048 * MEGABYTE)
27
+#define KILOBYTE	(1024U)
28
+#define MEGABYTE	(1024U * KILOBYTE)
29
+#define SL_THUMB	( 100U * KILOBYTE)
30
+#define SL_PICTURE	(  10U * MEGABYTE)
31
+#define SL_MOVIE_SMALL	( 100U * MEGABYTE)
32
+#define SL_MOVIE_LARGE	(2048U * MEGABYTE)
33
 #define NO_USB  0
34
 
35
 const struct canonCamModelData models[] = {
36
@@ -171,8 +173,9 @@
37
 	/* 3078 and 307a are in MacOS Info.plist, but I don't know
38
 	 * what they are --swestin. */
39
 	{"Canon:PowerShot unknown 5",		CANON_PS_UNK5,	0x04A9, 0x307a, CAP_SUP, SL_MOVIE_SMALL, SL_THUMB, SL_PICTURE, NULL},
40
-	/* MV630i seems to be a DV camcorder */
41
+	/* MV630i is a DV camcorder */
42
 	{"Canon:MV630i",		CANON_MV630I,		0x04A9, 0x307b, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
43
+	{"Canon:MV650i",		CANON_MV650I,		0x04A9, 0x3079, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
44
 	{"Canon:Optura 20",		CANON_OPT_20,		0x04A9, 0x307f, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
45
 	{"Canon:Optura 10",		CANON_OPT_10,		0x04A9, 0x3081, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
46
 
47
@@ -184,6 +187,13 @@
48
 	/* PS G5 uses the same ProductID for PTP and Canon, with protocol autodetection */
49
 	{"Canon:PowerShot G5 (normal mode)",	CANON_PS_G5,	0x04A9, 0x3085, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
50
 	{"Canon:PowerShot A80 (normal mode)",CANON_PS_A80,      0x04A9, 0x309A, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
51
+	{"Canon:PowerShot S60 (normal mode)", CANON_PS_S60,     0x04A9, 0x30b2, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
52
+	{"Canon:Digital IXUS 500 (normal mode)",CANON_PS_S500,  0x04A9, 0x30b4, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
53
+	{"Canon:PowerShot A75",        CANON_PS_A75, 	        0x04A9, 0x30b5, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
54
+	{"Canon:PowerShot A85",        CANON_PS_A75,            0x04A9, 0x30b9, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
55
+	{"Canon:PowerShot A310",        CANON_PS_A310,          0x04A9, 0x30b8, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL}, 
56
+	{"Canon:PowerShot S410 (normal mode)",CANON_PS_S410,  0x04A9, 0x30ba, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
57
+	{"Canon:Digital IXUS 430 (normal mode)",CANON_PS_S410,  0x04A9, 0x30ba, CAP_SUP, SL_MOVIE_LARGE, SL_THUMB, SL_PICTURE, NULL},
58
 
59
 	{NULL}
60
 	/* *INDENT-ON* */
61
@@ -1535,10 +1545,13 @@
62
  * @path: gphoto2 path
63
  * @context: context for error reporting
64
  *
65
- * convert gphoto2 path  (e.g.   "/DCIM/116CANON/IMG_1240.JPG")
66
+ * convert gphoto2 path  (e.g.   "/dcim/116CANON/img_1240.jpg")
67
  * into canon style path (e.g. "D:\DCIM\116CANON\IMG_1240.JPG")
68
  *
69
- * Returns: string with converted path name
70
+ * Canon cameras use FAT with upper case internally, so we convert
71
+ * into that.
72
+ *
73
+ * Returns: immutable string with converted path name
74
  *
75
  */
76
 const char *
77
@@ -1562,13 +1575,14 @@
78
 
79
 	snprintf (tmp, sizeof (tmp), "%s%s", camera->pl->cached_drive, path);
80
 
81
-	/* replace all slashes by backslashes */
82
+	/* replace all slashes by backslashes, change case to upper for FAT */
83
 	for (p = tmp; *p != '\0'; p++) {
84
 		if (*p == '/')
85
 			*p = '\\';
86
+		*p = (char) toupper(*p);
87
 	}
88
 
89
-	/* remove trailing backslash */
90
+	/* remove trailing backslash, making sure buffer ends with \0 */
91
 	if ((p > tmp) && (*(p - 1) == '\\'))
92
 		*(p - 1) = '\0';
93
 
94
@@ -1803,7 +1817,7 @@
95
 				 * that is not an error for serial cameras
96
 				 * (at least the A50 adds five zero bytes at the end)
97
 				 */
98
-				for (temp_ch = pos; temp_ch < end_of_data && *temp_ch; temp_ch++) ;	/* do nothing */
99
+				for (temp_ch = pos; (temp_ch < end_of_data) && (!*temp_ch); temp_ch++) ;	/* do nothing */
100
 
101
 				if (temp_ch == end_of_data) {
102
 					GP_DEBUG ("canon_int_list_dir: "
103
--- camlibs/canon/canon.h.orig	Sun Jan 18 20:47:01 2004
104
+++ camlibs/canon/canon.h	Wed Oct 20 13:25:58 2004
105
@@ -3,7 +3,7 @@
106
  *
107
  * Written 1999 by Wolfgang G. Reissnegger and Werner Almesberger
108
  *
109
- * $Id: canon.h,v 1.87.2.3 2004/01/15 12:29:40 hun Exp $
110
+ * $Id: canon.h,v 1.95 2004/08/14 00:24:12 hfiguiere Exp $
111
  *
112
  */
113
 
114
@@ -68,7 +68,9 @@
115
  * @CANON_PS_A50: PowerShot A50
116
  * @CANON_PS_A60: PowerShot A60
117
  * @CANON_PS_A70: PowerShot A70
118
+ * @CANON_PS_A75: PowerShot A75
119
  * @CANON_PS_A80: PowerShot A80
120
+ * @CANON_PS_A85: PowerShot A85
121
  * @CANON_PS_PRO70: PowerShot Pro70
122
  * @CANON_PS_S10: PowerShot S10
123
  * @CANON_PS_S20: PowerShot S20
124
@@ -91,11 +93,15 @@
125
  * @CANON_PS_A300: PowerShot A300
126
  * @CANON_PS_S200: PowerShot S200, Digital IXUS v2
127
  * @CANON_PS_S330: Digital IXUS 330
128
+ * @CANON_PS_S410: Digital IXUS 430
129
+ * @CANON_PS_S500: Digital IXUS 500
130
  * @CANON_PS_S45: PowerShot S45
131
+ * @CANON_PS_S60: PowerShot S60
132
  * @CANON_PS_G3: PowerShot G3
133
  * @CANON_PS_G5: PowerShot G5
134
  * @CANON_PS_S230: PowerShot S230, Digital IXUS v3
135
  * @CANON_MV630I: MV630i camcorder
136
+ * @CANON_MV650I: MV650i camcorder
137
  * @CANON_EOS_10D: EOS 10D
138
  * @CANON_OPT_10: Optura 10
139
  * @CANON_OPT_20: Optura 20
140
@@ -119,7 +125,9 @@
141
 	CANON_PS_A50,
142
 	CANON_PS_A60,
143
 	CANON_PS_A70,
144
+	CANON_PS_A75,
145
 	CANON_PS_A80,
146
+	CANON_PS_A85,
147
 	CANON_PS_S10,
148
 	CANON_PS_S20,
149
 	CANON_PS_S30,
150
@@ -141,11 +149,13 @@
151
 	CANON_PS_A100,
152
 	CANON_PS_A200,
153
 	CANON_PS_A300,
154
+	CANON_PS_A310,
155
 	CANON_PS_S50,
156
 	CANON_PS_S45,
157
 	CANON_PS_G3,
158
 	CANON_PS_S230,
159
 	CANON_MV630I,
160
+	CANON_MV650I,
161
 	CANON_EOS_10D,
162
 	CANON_OPT_200,
163
 	/* In Mac OS Image Capture, but not yet seen in the wild. */
164
@@ -156,6 +166,9 @@
165
 	CANON_PS_UNK5,
166
 	/* other cameras */
167
 	CANON_PS_S400,
168
+	CANON_PS_S410,
169
+	CANON_PS_S60,
170
+	CANON_PS_S500,
171
 	CANON_PS_SD100,
172
 	CANON_EOS_300D,
173
 	CANON_PS_G5,
174
@@ -256,6 +269,7 @@
175
 	unsigned short usb_vendor;
176
 	unsigned short usb_product;
177
 	canonCaptureSupport usb_capture_support;
178
+	/* these three constants aren't used properly */
179
 	unsigned int max_movie_size;
180
 	unsigned int max_thumbnail_size;
181
 	unsigned int max_picture_size;
182
--- camlibs/canon/usb.c.orig	Sun Jan 18 20:47:01 2004
183
+++ camlibs/canon/usb.c	Wed Oct 20 13:21:24 2004
184
@@ -4,7 +4,7 @@
185
  *
186
  * USB communication layer.
187
  *
188
- * $Id: usb.c,v 1.83 2004/01/02 15:42:33 marcusmeissner Exp $
189
+ * $Id: usb.c,v 1.85 2004/02/03 18:24:39 hun Exp $
190
  ****************************************************************************/
191
 
192
 #include "config.h"
193
@@ -1178,7 +1178,7 @@
194
 
195
 	/* the 1 is to show status */
196
 	res = canon_usb_long_dialogue (camera, CANON_USB_FUNCTION_GET_FILE, data, length,
197
-				       camera->pl->md->max_picture_size, payload,
198
+				       camera->pl->md->max_movie_size, payload,
199
 				       payload_length, 1, context);
200
 	if (res != GP_OK) {
201
 		GP_DEBUG ("canon_usb_get_file: canon_usb_long_dialogue() "
(-)graphics/libgphoto2/files/patch-camlibs:aox:aox.c (-31 lines)
Lines 1-31 Link Here
1
--- camlibs/aox/aox.c.orig	Mon Jan 26 01:24:20 2004
2
+++ camlibs/aox/aox.c	Mon Jan 26 01:25:54 2004
3
@@ -39,10 +39,11 @@
4
 int aox_init (GPPort *port, Model *model, Info *info) 
5
 {
6
 	unsigned char c[4];
7
-	memset(c,0,sizeof(c));
8
 	unsigned char hi[2];
9
-	memset (hi,0,2);
10
 	unsigned char lo[2];
11
+
12
+	memset(c,0,sizeof(c));
13
+	memset (hi,0,2);
14
 	memset (lo,0,2);
15
 
16
 	GP_DEBUG("Running aox_init\n");
17
@@ -86,11 +87,12 @@
18
 
19
 int aox_get_picture_size  (GPPort *port, int lo, int hi, int n, int k) 
20
 {
21
+	unsigned char c[4];
22
+        unsigned int size;
23
+
24
 	GP_DEBUG("Running aox_get_picture_size\n");
25
 
26
-	unsigned char c[4];
27
 	memset (c,0,4);
28
-        unsigned int size;
29
 
30
 	if ( ( (lo) && ( n ==k ) && (k ==0)) ) {
31
 	    	READ(port, 0x04, 0x1, 0x1, c, 2);	
(-)graphics/libgphoto2/files/patch-camlibs:aox:library.c (-20 lines)
Lines 1-20 Link Here
1
--- camlibs/aox/library.c.orig	Mon Jan 26 01:22:59 2004
2
+++ camlibs/aox/library.c	Mon Jan 26 01:23:58 2004
3
@@ -167,7 +167,7 @@
4
 	unsigned char *data;
5
 	unsigned char *p_data = NULL;
6
 	unsigned char *output = NULL;     
7
-	int len;
8
+	int len, header_len;
9
 	char header[128];	
10
 	unsigned char gtable[256];
11
 
12
@@ -222,7 +222,7 @@
13
 			GP_DEBUG("size of data = %i\n", sizeof(data));
14
 			GP_DEBUG("size of p_data = %i\n", sizeof(p_data));
15
 			/* And now create a ppm file, with our own header */
16
-			int  header_len = snprintf(header, 127, 
17
+			header_len = snprintf(header, 127, 
18
 				"P6\n" 
19
 				"# CREATOR: gphoto2, aox library\n" 
20
 				"%d %d\n" 
(-)graphics/libgphoto2/files/patch-libgphoto2::gphoto2-filesys.c (-11 lines)
Lines 1-11 Link Here
1
--- libgphoto2/gphoto2-filesys.c.orig	Sun Jan 18 20:46:59 2004
2
+++ libgphoto2/gphoto2-filesys.c	Thu Jul 22 07:55:25 2004
3
@@ -1920,7 +1920,7 @@
4
 #elif HAVE_SYSCTL && (__FreeBSD__ || __NetBSD__ || __OpenBSD__ || __APPLE__ )
5
 
6
 	int mib[2] = { CTL_HW, HW_PHYSMEM };
7
-	int value;
8
+	unsigned long value;
9
 	size_t valuelen = sizeof(value);
10
 	*free=0;
11
 	if (sysctl(mib, 2 , &value, &valuelen, NULL, 0) == -1) {
(-)graphics/libgphoto2/files/patch-libgphoto2_port::ltmain.sh (-23 lines)
Lines 1-23 Link Here
1
--- libgphoto2_port/ltmain.sh.orig	Tue Jun 25 21:56:37 2002
2
+++ libgphoto2_port/ltmain.sh	Tue Jul  2 02:34:54 2002
3
@@ -967,6 +967,7 @@
4
 	;;
5
 
6
       -avoid-version)
7
+	build_old_libs=no
8
 	avoid_version=yes
9
 	continue
10
 	;;
11
@@ -4273,10 +4274,12 @@
12
 	fi
13
 
14
 	# Install the pseudo-library for information purposes.
15
+	if /usr/bin/false; then
16
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
17
 	instname="$dir/$name"i
18
 	$show "$install_prog $instname $destdir/$name"
19
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
20
+	fi
21
 
22
 	# Maybe install the static library, too.
23
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)graphics/libgphoto2/files/patch-ltmain.sh (-23 lines)
Lines 1-23 Link Here
1
--- ltmain.sh.orig	Sat Mar  2 08:58:32 2002
2
+++ ltmain.sh	Sat Mar  2 08:59:07 2002
3
@@ -958,6 +958,7 @@
4
 	;;
5
 
6
       -avoid-version)
7
+	build_old_libs=no
8
 	avoid_version=yes
9
 	continue
10
 	;;
11
@@ -4247,10 +4248,12 @@
12
 	fi
13
 
14
 	# Install the pseudo-library for information purposes.
15
+	if /usr/bin/false; then
16
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
17
 	instname="$dir/$name"i
18
 	$show "$install_prog $instname $destdir/$name"
19
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
20
+	fi
21
 
22
 	# Maybe install the static library, too.
23
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)graphics/libgphoto2/pkg-plist (-37 / +41 lines)
Lines 27-34 Link Here
27
lib/gphoto2/%%VERSION%%/libgphoto2_dimagev.so
27
lib/gphoto2/%%VERSION%%/libgphoto2_dimagev.so
28
lib/gphoto2/%%VERSION%%/libgphoto2_dimera3500.so
28
lib/gphoto2/%%VERSION%%/libgphoto2_dimera3500.so
29
lib/gphoto2/%%VERSION%%/libgphoto2_directory.so
29
lib/gphoto2/%%VERSION%%/libgphoto2_directory.so
30
lib/gphoto2/%%VERSION%%/libgphoto2_enigma13.so
31
lib/gphoto2/%%VERSION%%/libgphoto2_ez200.so
30
lib/gphoto2/%%VERSION%%/libgphoto2_fuji.so
32
lib/gphoto2/%%VERSION%%/libgphoto2_fuji.so
31
lib/gphoto2/%%VERSION%%/libgphoto2_gsmart300.so
33
lib/gphoto2/%%VERSION%%/libgphoto2_gsmart300.so
34
lib/gphoto2/%%VERSION%%/libgphoto2_iclick.so
32
lib/gphoto2/%%VERSION%%/libgphoto2_jamcam.so
35
lib/gphoto2/%%VERSION%%/libgphoto2_jamcam.so
33
lib/gphoto2/%%VERSION%%/libgphoto2_jd11.so
36
lib/gphoto2/%%VERSION%%/libgphoto2_jd11.so
34
lib/gphoto2/%%VERSION%%/libgphoto2_kodak_dc120.so
37
lib/gphoto2/%%VERSION%%/libgphoto2_kodak_dc120.so
Lines 38-43 Link Here
38
lib/gphoto2/%%VERSION%%/libgphoto2_konica.so
41
lib/gphoto2/%%VERSION%%/libgphoto2_konica.so
39
lib/gphoto2/%%VERSION%%/libgphoto2_konica_qm150.so
42
lib/gphoto2/%%VERSION%%/libgphoto2_konica_qm150.so
40
lib/gphoto2/%%VERSION%%/libgphoto2_largan.so
43
lib/gphoto2/%%VERSION%%/libgphoto2_largan.so
44
lib/gphoto2/%%VERSION%%/libgphoto2_mars.so
41
lib/gphoto2/%%VERSION%%/libgphoto2_mustek.so
45
lib/gphoto2/%%VERSION%%/libgphoto2_mustek.so
42
lib/gphoto2/%%VERSION%%/libgphoto2_panasonic_coolshot.so
46
lib/gphoto2/%%VERSION%%/libgphoto2_panasonic_coolshot.so
43
lib/gphoto2/%%VERSION%%/libgphoto2_panasonic_dc1000.so
47
lib/gphoto2/%%VERSION%%/libgphoto2_panasonic_dc1000.so
Lines 65-71 Link Here
65
lib/gphoto2/%%VERSION%%/libgphoto2_stv0674.so
69
lib/gphoto2/%%VERSION%%/libgphoto2_stv0674.so
66
lib/gphoto2/%%VERSION%%/libgphoto2_stv0680.so
70
lib/gphoto2/%%VERSION%%/libgphoto2_stv0680.so
67
lib/gphoto2/%%VERSION%%/libgphoto2_sx330z.so
71
lib/gphoto2/%%VERSION%%/libgphoto2_sx330z.so
68
lib/gphoto2/%%VERSION%%/libgphoto2_toshiba.so
72
lib/gphoto2/%%VERSION%%/libgphoto2_toshiba_pdrm11.so
69
lib/gphoto2_port/0.5.1/libgphoto2_port_serial.so
73
lib/gphoto2_port/0.5.1/libgphoto2_port_serial.so
70
lib/gphoto2_port/0.5.1/libgphoto2_port_usb.so
74
lib/gphoto2_port/0.5.1/libgphoto2_port_usb.so
71
lib/libgphoto2.a
75
lib/libgphoto2.a
Lines 81-122 Link Here
81
%%PORTDOCS%%share/doc/libgphoto2_port/AUTHORS
85
%%PORTDOCS%%share/doc/libgphoto2_port/AUTHORS
82
%%PORTDOCS%%share/doc/libgphoto2_port/NEWS
86
%%PORTDOCS%%share/doc/libgphoto2_port/NEWS
83
%%PORTDOCS%%share/doc/libgphoto2_port/README
87
%%PORTDOCS%%share/doc/libgphoto2_port/README
84
share/libgphoto2/%%VERSION%%/konica/english
88
%%DATADIR%%/%%VERSION%%/konica/english
85
share/libgphoto2/%%VERSION%%/konica/french
89
%%DATADIR%%/%%VERSION%%/konica/french
86
share/libgphoto2/%%VERSION%%/konica/german
90
%%DATADIR%%/%%VERSION%%/konica/german
87
share/libgphoto2/%%VERSION%%/konica/japanese
91
%%DATADIR%%/%%VERSION%%/konica/japanese
88
share/libgphoto2/%%VERSION%%/konica/korean
92
%%DATADIR%%/%%VERSION%%/konica/korean
89
share/libgphoto2/%%VERSION%%/konica/spanish
93
%%DATADIR%%/%%VERSION%%/konica/spanish
90
share/locale/cs/LC_MESSAGES/libgphoto2_port-0.mo
94
%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2_port-0.mo
91
share/locale/da/LC_MESSAGES/libgphoto2-2.mo
95
%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2-2.mo
92
share/locale/da/LC_MESSAGES/libgphoto2_port-0.mo
96
%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2_port-0.mo
93
share/locale/de/LC_MESSAGES/libgphoto2-2.mo
97
%%NLS%%share/locale/de/LC_MESSAGES/libgphoto2-2.mo
94
share/locale/de/LC_MESSAGES/libgphoto2_port-0.mo
98
%%NLS%%share/locale/de/LC_MESSAGES/libgphoto2_port-0.mo
95
share/locale/es/LC_MESSAGES/libgphoto2-2.mo
99
%%NLS%%share/locale/es/LC_MESSAGES/libgphoto2-2.mo
96
share/locale/es/LC_MESSAGES/libgphoto2_port-0.mo
100
%%NLS%%share/locale/es/LC_MESSAGES/libgphoto2_port-0.mo
97
share/locale/fr/LC_MESSAGES/libgphoto2-2.mo
101
%%NLS%%share/locale/fr/LC_MESSAGES/libgphoto2-2.mo
98
share/locale/fr/LC_MESSAGES/libgphoto2_port-0.mo
102
%%NLS%%share/locale/fr/LC_MESSAGES/libgphoto2_port-0.mo
99
share/locale/hu/LC_MESSAGES/libgphoto2-2.mo
103
%%NLS%%share/locale/hu/LC_MESSAGES/libgphoto2-2.mo
100
share/locale/it/LC_MESSAGES/libgphoto2-2.mo
104
%%NLS%%share/locale/it/LC_MESSAGES/libgphoto2-2.mo
101
share/locale/it/LC_MESSAGES/libgphoto2_port-0.mo
105
%%NLS%%share/locale/it/LC_MESSAGES/libgphoto2_port-0.mo
102
share/locale/ja/LC_MESSAGES/libgphoto2-2.mo
106
%%NLS%%share/locale/ja/LC_MESSAGES/libgphoto2-2.mo
103
share/locale/ja/LC_MESSAGES/libgphoto2_port-0.mo
107
%%NLS%%share/locale/ja/LC_MESSAGES/libgphoto2_port-0.mo
104
share/locale/no/LC_MESSAGES/libgphoto2-2.mo
108
%%NLS%%share/locale/nb/LC_MESSAGES/libgphoto2-2.mo
105
share/locale/no/LC_MESSAGES/libgphoto2_port-0.mo
109
%%NLS%%share/locale/nb/LC_MESSAGES/libgphoto2_port-0.mo
106
share/locale/pt_BR/LC_MESSAGES/libgphoto2_port-0.mo
110
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libgphoto2_port-0.mo
107
share/locale/ru/LC_MESSAGES/libgphoto2-2.mo
111
%%NLS%%share/locale/ru/LC_MESSAGES/libgphoto2-2.mo
108
share/locale/ru/LC_MESSAGES/libgphoto2_port-0.mo
112
%%NLS%%share/locale/ru/LC_MESSAGES/libgphoto2_port-0.mo
109
share/locale/sl/LC_MESSAGES/libgphoto2-2.mo
113
%%NLS%%share/locale/sl/LC_MESSAGES/libgphoto2-2.mo
110
share/locale/sl/LC_MESSAGES/libgphoto2_port-0.mo
114
%%NLS%%share/locale/sl/LC_MESSAGES/libgphoto2_port-0.mo
111
share/locale/sv/LC_MESSAGES/libgphoto2-2.mo
115
%%NLS%%share/locale/sv/LC_MESSAGES/libgphoto2-2.mo
112
share/locale/sv/LC_MESSAGES/libgphoto2_port-0.mo
116
%%NLS%%share/locale/sv/LC_MESSAGES/libgphoto2_port-0.mo
113
share/locale/uk/LC_MESSAGES/libgphoto2-2.mo
117
%%NLS%%share/locale/uk/LC_MESSAGES/libgphoto2-2.mo
114
share/locale/uk/LC_MESSAGES/libgphoto2_port-0.mo
118
%%NLS%%share/locale/uk/LC_MESSAGES/libgphoto2_port-0.mo
115
share/locale/zh_CN/LC_MESSAGES/libgphoto2-2.mo
119
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2-2.mo
116
share/locale/zh_CN/LC_MESSAGES/libgphoto2_port-0.mo
120
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2_port-0.mo
117
@dirrm share/libgphoto2/%%VERSION%%/konica
121
@dirrm %%DATADIR%%/%%VERSION%%/konica
118
@dirrm share/libgphoto2/%%VERSION%%
122
@dirrm %%DATADIR%%/%%VERSION%%
119
@dirrm share/libgphoto2
123
@dirrm %%DATADIR%%
120
%%PORTDOCS%%@dirrm share/doc/libgphoto2_port
124
%%PORTDOCS%%@dirrm share/doc/libgphoto2_port
121
%%PORTDOCS%%@dirrm %%DOCSDIR%%
125
%%PORTDOCS%%@dirrm %%DOCSDIR%%
122
@dirrm lib/gphoto2_port/0.5.1
126
@dirrm lib/gphoto2_port/0.5.1

Return to bug 75267