Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libptp2/files: libptp2-1.1.10-configure.patch libptp2-1.1.10-makefile.patch digest-libptp2-1.1.10
Date: Fri, 28 Dec 2007 00:03:17
Message-Id: E1J82gu-0005as-UF@stork.gentoo.org
1 dragonheart 07/12/28 00:03:08
2
3 Added: libptp2-1.1.10-configure.patch
4 libptp2-1.1.10-makefile.patch digest-libptp2-1.1.10
5 Log:
6 version bump as requested by cmuelle8 and Wolfgang Goetz in bug #202831
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 media-libs/libptp2/files/libptp2-1.1.10-configure.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libptp2/files/libptp2-1.1.10-configure.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libptp2/files/libptp2-1.1.10-configure.patch?rev=1.1&content-type=text/plain
14
15 Index: libptp2-1.1.10-configure.patch
16 ===================================================================
17 --- libptp2-1.1.10/configure.in.orig 2007-12-28 10:28:36.000000000 +1100
18 +++ libptp2-1.1.10/configure.in 2007-12-28 10:36:14.000000000 +1100
19 @@ -25,6 +25,10 @@
20
21 # Checks for programs.
22 AC_PROG_CC
23 +AC_PROG_INSTALL
24 +AC_PROG_LN_S
25 +AC_PROG_MAKE_SET
26 +AC_PROG_RANLIB
27
28 # turn on warnings for gcc
29 if test "$ac_cv_prog_gcc" = "yes"; then
30 @@ -36,19 +40,29 @@
31
32 # Checks for header files.
33 AC_HEADER_STDC
34 -AC_CHECK_HEADERS([libintl.h stdlib.h string.h])
35 +AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h stdint.h stdlib.h string.h sys/ioctl.h unistd.h utime.h])
36
37 # Checks for typedefs, structures, and compiler characteristics.
38 AC_C_CONST
39 AC_C_INLINE
40 +AC_TYPE_INT16_T
41 +AC_TYPE_INT32_T
42 +AC_TYPE_INT8_T
43 AC_STRUCT_TM
44 +AC_TYPE_UINT16_T
45 +AC_TYPE_UINT32_T
46 +AC_TYPE_UINT64_T
47 +AC_TYPE_UINT8_T
48
49 # Checks for library functions.
50 -AC_FUNC_ERROR_AT_LINE
51 +AC_PROG_GCC_TRADITIONAL
52 AC_FUNC_MALLOC
53 AC_FUNC_MKTIME
54 +AC_FUNC_MMAP
55 +AC_TYPE_SIGNAL
56 +AC_FUNC_UTIME_NULL
57 AC_FUNC_VPRINTF
58 -AC_CHECK_FUNCS([memset strchr strdup strtol getopt_long])
59 +AC_CHECK_FUNCS([memset munmap strdup strncasecmp strtol utime])
60
61 hostos=any
62 case $host in
63
64
65
66 1.1 media-libs/libptp2/files/libptp2-1.1.10-makefile.patch
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch?rev=1.1&content-type=text/plain
70
71 Index: libptp2-1.1.10-makefile.patch
72 ===================================================================
73 --- libptp2-1.1.10.orig/src/Makefile.am 2005-11-01 02:39:40.000000000 +1100
74 +++ libptp2-1.1.10/src/Makefile.am 2007-12-28 09:51:01.000000000 +1100
75 @@ -17,7 +17,7 @@
76 else
77 ptpcam_SOURCES = ptpcam.c ptpcam.h
78 endif
79 -ptpcam_LDADD = -lptp2 @PTPCAM_LDFLAGS@
80 +ptpcam_LDADD = libptp2.la @PTPCAM_LDFLAGS@
81 ptpcam_DEPENDANCIES = libptp2.la
82 ptpcam_CFLAGS = @PTPCAM_CFLAGS@
83 endif
84 --- libptp2-1.1.10.orig/src/Makefile.in 2007-08-27 01:08:33.000000000 +1000
85 +++ libptp2-1.1.10/src/Makefile.in 2007-12-28 09:52:05.000000000 +1100
86 @@ -1,4 +1,4 @@
87 -# Makefile.in generated by automake 1.9.5 from Makefile.am.
88 +# Makefile.in generated by automake 1.9.6 from Makefile.am.
89 # @configure_input@
90
91 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
92 @@ -16,8 +16,6 @@
93
94
95
96 -SOURCES = $(libptp2_la_SOURCES) $(ptpcam_SOURCES)
97 -
98 srcdir = @srcdir@
99 top_srcdir = @top_srcdir@
100 VPATH = @srcdir@
101 @@ -45,8 +43,7 @@
102 DIST_COMMON = $(libptp2include_HEADERS) $(srcdir)/Makefile.am \
103 $(srcdir)/Makefile.in
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 -am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
106 - $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.in
107 +am__aclocal_m4_deps = $(top_srcdir)/configure.in
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109 $(ACLOCAL_M4)
110 mkinstalldirs = $(install_sh) -d
111 @@ -74,7 +71,7 @@
112 @LINUX_OS_TRUE@@PTPCAM_TRUE@ ptpcam-ptpcam.$(OBJEXT) \
113 @LINUX_OS_TRUE@@PTPCAM_TRUE@ ptpcam-myusb.$(OBJEXT)
114 ptpcam_OBJECTS = $(am_ptpcam_OBJECTS)
115 -ptpcam_DEPENDENCIES =
116 +@PTPCAM_TRUE@ptpcam_DEPENDENCIES = libptp2.la
117 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
118 depcomp = $(SHELL) $(top_srcdir)/depcomp
119 am__depfiles_maybe = depfiles
120 @@ -122,6 +119,7 @@
121 EXEEXT = @EXEEXT@
122 F77 = @F77@
123 FFLAGS = @FFLAGS@
124 +GREP = @GREP@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 @@ -150,16 +148,14 @@
129 PTPCAM_LDFLAGS = @PTPCAM_LDFLAGS@
130 PTPCAM_TRUE = @PTPCAM_TRUE@
131 RANLIB = @RANLIB@
132 +SED = @SED@
133 SET_MAKE = @SET_MAKE@
134 SHELL = @SHELL@
135 STRIP = @STRIP@
136 VERSION = @VERSION@
137 -ac_ct_AR = @ac_ct_AR@
138 ac_ct_CC = @ac_ct_CC@
139 ac_ct_CXX = @ac_ct_CXX@
140 ac_ct_F77 = @ac_ct_F77@
141 -ac_ct_RANLIB = @ac_ct_RANLIB@
142 -ac_ct_STRIP = @ac_ct_STRIP@
143 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146 @@ -176,24 +172,30 @@
147 build_os = @build_os@
148 build_vendor = @build_vendor@
149 datadir = @datadir@
150 -effective_target = @effective_target@
151 +datarootdir = @datarootdir@
152 +docdir = @docdir@
153 +dvidir = @dvidir@
154 exec_prefix = @exec_prefix@
155 host = @host@
156 host_alias = @host_alias@
157 host_cpu = @host_cpu@
158 host_os = @host_os@
159 host_vendor = @host_vendor@
160 +htmldir = @htmldir@
161 includedir = @includedir@
162 infodir = @infodir@
163 install_sh = @install_sh@
164 libdir = @libdir@
165 libexecdir = @libexecdir@
166 +localedir = @localedir@
167 localstatedir = @localstatedir@
168 mandir = @mandir@
169 mkdir_p = @mkdir_p@
170 oldincludedir = @oldincludedir@
171 +pdfdir = @pdfdir@
172 prefix = @prefix@
173 program_transform_name = @program_transform_name@
174 +psdir = @psdir@
175 sbindir = @sbindir@
176 sharedstatedir = @sharedstatedir@
177 sysconfdir = @sysconfdir@
178 @@ -207,7 +209,7 @@
179 DISTCLEANFILES = libptp-stdint.h libptp-endian.h
180 @LINUX_OS_FALSE@@PTPCAM_TRUE@ptpcam_SOURCES = ptpcam.c ptpcam.h
181 @LINUX_OS_TRUE@@PTPCAM_TRUE@ptpcam_SOURCES = ptpcam.c ptpcam.h myusb.c
182 -@PTPCAM_TRUE@ptpcam_LDADD = -lptp2 @PTPCAM_LDFLAGS@
183 +@PTPCAM_TRUE@ptpcam_LDADD = libptp2.la @PTPCAM_LDFLAGS@
184 @PTPCAM_TRUE@ptpcam_DEPENDANCIES = libptp2.la
185 @PTPCAM_TRUE@ptpcam_CFLAGS = @PTPCAM_CFLAGS@
186 all: all-am
187
188
189
190 1.1 media-libs/libptp2/files/digest-libptp2-1.1.10
191
192 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libptp2/files/digest-libptp2-1.1.10?rev=1.1&view=markup
193 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libptp2/files/digest-libptp2-1.1.10?rev=1.1&content-type=text/plain
194
195 Index: digest-libptp2-1.1.10
196 ===================================================================
197 MD5 5a0e2965d1077c316d6ae6a8cef96238 libptp2-1.1.10.tar.gz 380767
198 RMD160 f29a1422e096e3376e141a72c2f916abc0446843 libptp2-1.1.10.tar.gz 380767
199 SHA256 ce9c0c220a24ffecd4c4a2563de9e78137965bc2118c3de53dbfd928cfd92e74 libptp2-1.1.10.tar.gz 380767
200
201
202
203 --
204 gentoo-commits@g.o mailing list