]> git.pld-linux.org Git - packages/libgphoto2.git/commitdiff
- outdated
authorfreetz <freetz@pld-linux.org>
Thu, 23 Jun 2005 21:27:34 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgphoto2-canon-filesizelimit.patch -> 1.2
    libgphoto2-locale-names.patch -> 1.2

libgphoto2-canon-filesizelimit.patch [deleted file]
libgphoto2-locale-names.patch [deleted file]

diff --git a/libgphoto2-canon-filesizelimit.patch b/libgphoto2-canon-filesizelimit.patch
deleted file mode 100644 (file)
index ab3fb5f..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-===================================================================
-RCS file: /cvsroot/gphoto/libgphoto2/camlibs/canon/canon.c,v
-retrieving revision 1.240
-retrieving revision 1.241
-diff -u -r1.240 -r1.241
---- gphoto/libgphoto2/camlibs/canon/canon.c    2004/03/07 20:41:58     1.240
-+++ gphoto/libgphoto2/camlibs/canon/canon.c    2004/04/04 10:21:51     1.241
-@@ -88,12 +88,12 @@
-  **/
- /* SL_* - size limit constants */
--#define KILOBYTE      (1024)
--#define MEGABYTE      (1024 * KILOBYTE)
--#define SL_THUMB      ( 100 * KILOBYTE)
--#define SL_PICTURE    (  10 * MEGABYTE)
--#define SL_MOVIE_SMALL        ( 100 * MEGABYTE)
--#define SL_MOVIE_LARGE        (2048 * MEGABYTE)
-+#define KILOBYTE      (1024U)
-+#define MEGABYTE      (1024U * KILOBYTE)
-+#define SL_THUMB      ( 100U * KILOBYTE)
-+#define SL_PICTURE    (  10U * MEGABYTE)
-+#define SL_MOVIE_SMALL        ( 100U * MEGABYTE)
-+#define SL_MOVIE_LARGE        (2048U * MEGABYTE)
- #define NO_USB  0
- const struct canonCamModelData models[] = {
-===================================================================
-RCS file: /cvsroot/gphoto/libgphoto2/camlibs/canon/usb.c,v
-retrieving revision 1.83
-retrieving revision 1.85
-diff -u -r1.83 -r1.85
---- gphoto/libgphoto2/camlibs/canon/usb.c      2004/01/02 15:42:33     1.83
-+++ gphoto/libgphoto2/camlibs/canon/usb.c      2004/02/03 18:24:39     1.85
-@@ -1178,7 +1178,7 @@
-       /* the 1 is to show status */
-       res = canon_usb_long_dialogue (camera, CANON_USB_FUNCTION_GET_FILE, data, length,
--                                     camera->pl->md->max_picture_size, payload,
-+                                     camera->pl->md->max_movie_size, payload,
-                                      payload_length, 1, context);
-       if (res != GP_OK) {
-               GP_DEBUG ("canon_usb_get_file: canon_usb_long_dialogue() "
-
diff --git a/libgphoto2-locale-names.patch b/libgphoto2-locale-names.patch
deleted file mode 100644 (file)
index a9edc49..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- libgphoto2-2.1.4/libgphoto2_port/configure.in.orig Sun Jan 18 20:47:09 2004
-+++ libgphoto2-2.1.4/libgphoto2_port/configure.in      Wed Jul 21 16:02:05 2004
-@@ -60,7 +60,7 @@
- dnl ---------------------------------------------------------------------------
- dnl i18n support
- dnl ---------------------------------------------------------------------------
--ALL_LINGUAS="cs da de fr es it ja no pt_BR ru sl sv uk zh_CN"
-+ALL_LINGUAS="cs da de fr es it ja nb pt_BR ru sl sv uk zh_CN"
- # EVIL HACKS
- AC_MSG_CHECKING([for po/Makevars requiring evil hack])
- GETTEXT_PACKAGE="${PACKAGE}-${LIBGPHOTO2_PORT_CURRENT}"
---- libgphoto2-2.1.4/configure.in.orig Sun Jan 18 20:47:32 2004
-+++ libgphoto2-2.1.4/configure.in      Wed Jul 21 16:01:50 2004
-@@ -50,7 +50,7 @@
- dnl USE_INCLUDED_LIBINTL=no
- dnl AC_SUBST(USE_INCLUDED_LIBINTL)
--ALL_LINGUAS="da de es fr hu it ja no ru sl sv uk zh_CN"
-+ALL_LINGUAS="da de es fr hu it ja nb ru sl sv uk zh_CN"
- # EVIL HACKS
- AC_MSG_CHECKING([for po/Makevars requiring evil hack])
- GETTEXT_PACKAGE="${PACKAGE}-${LIBGPHOTO2_CURRENT}"
This page took 0.094417 seconds and 4 git commands to generate.