pango 0.90.6-x86-mingw32 → 0.90.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/pango/Makefile +37 -43
- data/ext/pango/rbpangoversion.h +25 -24
- data/ext/pango/ruby-pango.pc +3 -0
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +0 -0
- metadata +8 -7
data/ext/pango/Makefile
CHANGED
@@ -3,28 +3,26 @@ SHELL = /bin/sh
|
|
3
3
|
|
4
4
|
#### Start of system configuration section. ####
|
5
5
|
|
6
|
-
srcdir =
|
7
|
-
topdir =
|
6
|
+
srcdir = /home/kou/work/ruby/ruby-gnome2.win32/pango/ext/pango
|
7
|
+
topdir = /usr/lib/ruby/1.8/x86_64-linux
|
8
8
|
hdrdir = $(topdir)
|
9
9
|
VPATH = $(srcdir):$(topdir):$(hdrdir)
|
10
|
-
|
11
|
-
DESTDIR = Z:
|
12
10
|
exec_prefix = $(prefix)
|
13
|
-
prefix = $(DESTDIR)/
|
11
|
+
prefix = $(DESTDIR)/usr
|
14
12
|
sharedstatedir = $(prefix)/com
|
15
|
-
mandir = $(
|
13
|
+
mandir = $(prefix)/share/man
|
16
14
|
psdir = $(docdir)
|
17
15
|
oldincludedir = $(DESTDIR)/usr/include
|
18
16
|
localedir = $(datarootdir)/locale
|
19
17
|
bindir = $(exec_prefix)/bin
|
20
|
-
libexecdir = $(
|
21
|
-
sitedir = $(
|
18
|
+
libexecdir = $(prefix)/lib/ruby1.8
|
19
|
+
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
22
20
|
htmldir = $(docdir)
|
23
21
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
24
22
|
includedir = $(prefix)/include
|
25
|
-
infodir = $(
|
23
|
+
infodir = $(prefix)/share/info
|
26
24
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
27
|
-
sysconfdir = $(
|
25
|
+
sysconfdir = $(DESTDIR)/etc
|
28
26
|
libdir = $(exec_prefix)/lib
|
29
27
|
sbindir = $(exec_prefix)/sbin
|
30
28
|
rubylibdir = $(libdir)/ruby/$(ruby_version)
|
@@ -36,39 +34,35 @@ pdfdir = $(docdir)
|
|
36
34
|
archdir = $(rubylibdir)/$(arch)
|
37
35
|
sitearchdir = $(sitelibdir)/$(sitearch)
|
38
36
|
datadir = $(datarootdir)
|
39
|
-
localstatedir = $(
|
37
|
+
localstatedir = $(DESTDIR)/var
|
40
38
|
sitelibdir = $(sitedir)/$(ruby_version)
|
41
39
|
|
42
|
-
CC =
|
43
|
-
LIBRUBY =
|
40
|
+
CC = gcc
|
41
|
+
LIBRUBY = $(LIBRUBY_SO)
|
44
42
|
LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
|
45
43
|
LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
|
46
44
|
LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
|
47
45
|
|
48
46
|
RUBY_EXTCONF_H =
|
49
|
-
|
50
|
-
|
51
|
-
debugflags = -g
|
52
|
-
warnflags = -Wall -Wno-parentheses
|
53
|
-
CFLAGS = $(cflags) -mms-bitfields -I/home/kou/.wine/drive_c/gtk/include/pango-1.0 -I/home/kou/.wine/drive_c/gtk/include/glib-2.0 -I/home/kou/.wine/drive_c/gtk/lib/glib-2.0/include -mms-bitfields -I/home/kou/.wine/drive_c/gtk/include/pango-1.0 -I/home/kou/.wine/drive_c/gtk/include/cairo -I/home/kou/.wine/drive_c/gtk/include/libpng12 -I/home/kou/.wine/drive_c/gtk/include/glib-2.0 -I/home/kou/.wine/drive_c/gtk/lib/glib-2.0/include
|
54
|
-
INCFLAGS = -I. -IZ:/home/kou/work/ruby/ruby-gnome2.win32/glib/src -IZ:/home/kou/work/ruby/ruby-gnome2.win32/glib/src -I. -IZ:/tmp/local/lib/ruby/1.8/i386-mingw32msvc -IZ:/home/kou/work/ruby/ruby-gnome2.win32/pango
|
47
|
+
CFLAGS = -fPIC -fno-strict-aliasing -g -g -O2 -fPIC $(cflags) -Wall -I/home/kou/work/ruby/rcairo/ext/cairo -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread
|
48
|
+
INCFLAGS = -I. -I/home/kou/work/ruby/ruby-gnome2.win32/glib2/ext/glib2 -I/home/kou/work/ruby/ruby-gnome2.win32/glib2/ext/glib2 -I/home/kou/work/ruby/ruby-gnome2.win32/glib2/ext/glib2 -I. -I/usr/lib/ruby/1.8/x86_64-linux -I/home/kou/work/ruby/ruby-gnome2.win32/pango/ext/pango
|
55
49
|
DEFS =
|
56
|
-
CPPFLAGS = -DHAVE_OBJECT_ALLOCATE -
|
50
|
+
CPPFLAGS = -DHAVE_RB_DEFINE_ALLOC_FUNC -DHAVE_RB_BLOCK_PROC -DHAVE_OBJECT_ALLOCATE -DHAVE_NODE_ATTRASGN -DHAVE_RB_CAIRO_H -DHAVE_PANGO_LAYOUT_ITER_GET_TYPE -DHAVE_PANGO_LAYOUT_SET_ELLIPSIZE -DHAVE_PANGO_LAYOUT_GET_FONT_DESCRIPTION -DHAVE_PANGO_RENDER_PART_GET_TYPE -DHAVE_PANGO_ATTR_STRIKETHROUGH_COLOR_NEW -DHAVE_PANGO_ATTR_UNDERLINE_COLOR_NEW -DHAVE_PANGO_GLYPH_ITEM_FREE -DHAVE_PANGO_GLYPH_ITEM_GET_TYPE -DHAVE_PANGO_ATTR_ITERATOR_GET_ATTRS -DHAVE_PANGO_ITEMIZE_WITH_BASE_DIR -DHAVE_PANGO_FONT_FAMILY_IS_MONOSPACE -DRUBY_PANGO_COMPILATION
|
57
51
|
CXXFLAGS = $(CFLAGS)
|
58
|
-
ldflags = -L. -
|
59
|
-
dldflags =
|
52
|
+
ldflags = -L. -rdynamic -Wl,-export-dynamic -pthread -pthread
|
53
|
+
dldflags =
|
60
54
|
archflag =
|
61
55
|
DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
|
62
|
-
LDSHARED =
|
63
|
-
AR =
|
64
|
-
EXEEXT =
|
65
|
-
|
66
|
-
RUBY_INSTALL_NAME =
|
67
|
-
RUBY_SO_NAME =
|
68
|
-
arch =
|
69
|
-
sitearch =
|
56
|
+
LDSHARED = $(CC) -shared
|
57
|
+
AR = ar
|
58
|
+
EXEEXT =
|
59
|
+
|
60
|
+
RUBY_INSTALL_NAME = ruby1.8
|
61
|
+
RUBY_SO_NAME = ruby1.8
|
62
|
+
arch = x86_64-linux
|
63
|
+
sitearch = x86_64-linux
|
70
64
|
ruby_version = 1.8
|
71
|
-
ruby =
|
65
|
+
ruby = /usr/bin/ruby1.8
|
72
66
|
RUBY = $(ruby)
|
73
67
|
RM = rm -f
|
74
68
|
MAKEDIRS = mkdir -p
|
@@ -92,9 +86,9 @@ extout =
|
|
92
86
|
extout_prefix =
|
93
87
|
target_prefix =
|
94
88
|
LOCAL_LIBS =
|
95
|
-
LIBS = $(LIBRUBYARG_SHARED) -lpango-1.0 -lglib-2.0 -
|
96
|
-
SRCS =
|
97
|
-
OBJS =
|
89
|
+
LIBS = $(LIBRUBYARG_SHARED) -lcairo -lpango-1.0 -lglib-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lgmodule-2.0 -lpangocairo-1.0 -lpango-1.0 -lglib-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lgmodule-2.0 -lcairo -lpthread -lrt -ldl -lcrypt -lm -lc
|
90
|
+
SRCS = rbpangoglyphstring.c rbpango.c rbpangofontmetrics.c rbpangogravity.c rbpangoattribute.c rbpangoglyphinfo.c rbpangoglyphitem.c rbpangolayout.c rbpangoattriterator.c rbpangoinits.c rbpangoattrlist.c rbpangomain.c rbpangofontsetsimple.c rbpangoscript.c rbpangolanguage.c rbpangofont.c rbpangofontdescription.c rbpangofontmap.c rbpangologattr.c rbpangolayoutiter.c rbpangofontfamily.c rbpangofontface.c rbpangotabarray.c rbpangoengine.c rbpangocolor.c rbpangoanalysis.c rbpangomatrix.c rbpangocoverage.c rbpangorectangle.c rbpangoscriptiter.c rbpangorenderer.c rbpangocairo.c rbpangolayoutline.c rbpangocontext.c rbpangofontset.c rbpangoitem.c
|
91
|
+
OBJS = rbpangoglyphstring.o rbpango.o rbpangofontmetrics.o rbpangogravity.o rbpangoattribute.o rbpangoglyphinfo.o rbpangoglyphitem.o rbpangolayout.o rbpangoattriterator.o rbpangoinits.o rbpangoattrlist.o rbpangomain.o rbpangofontsetsimple.o rbpangoscript.o rbpangolanguage.o rbpangofont.o rbpangofontdescription.o rbpangofontmap.o rbpangologattr.o rbpangolayoutiter.o rbpangofontfamily.o rbpangofontface.o rbpangotabarray.o rbpangoengine.o rbpangocolor.o rbpangoanalysis.o rbpangomatrix.o rbpangocoverage.o rbpangorectangle.o rbpangoscriptiter.o rbpangorenderer.o rbpangocairo.o rbpangolayoutline.o rbpangocontext.o rbpangofontset.o rbpangoitem.o
|
98
92
|
TARGET = pango
|
99
93
|
DLLIB = $(TARGET).so
|
100
94
|
EXTSTATIC =
|
@@ -130,14 +124,8 @@ install-rb: pre-install-rb install-rb-default
|
|
130
124
|
install-rb-default: pre-install-rb-default
|
131
125
|
pre-install-rb: Makefile
|
132
126
|
pre-install-rb-default: Makefile
|
133
|
-
pre-install-rb-default: $(RUBYLIBDIR)
|
134
|
-
install-rb-default: $(RUBYLIBDIR)/pango.rb
|
135
|
-
$(RUBYLIBDIR)/pango.rb: Z:/home/kou/work/ruby/ruby-gnome2.win32/pango/src/lib/pango.rb $(RUBYLIBDIR)
|
136
|
-
$(INSTALL_DATA) Z:/home/kou/work/ruby/ruby-gnome2.win32/pango/src/lib/pango.rb $(@D)
|
137
127
|
$(RUBYARCHDIR):
|
138
128
|
$(MAKEDIRS) $@
|
139
|
-
$(RUBYLIBDIR):
|
140
|
-
$(MAKEDIRS) $@
|
141
129
|
|
142
130
|
site-install: site-install-so site-install-rb
|
143
131
|
site-install-so: install-so
|
@@ -160,13 +148,19 @@ site-install-rb: install-rb
|
|
160
148
|
.c.o:
|
161
149
|
$(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) -c $<
|
162
150
|
|
163
|
-
$(DLLIB): $(OBJS)
|
151
|
+
$(DLLIB): $(OBJS) Makefile
|
164
152
|
@-$(RM) $@
|
165
153
|
$(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
|
166
154
|
|
167
155
|
|
168
156
|
|
169
157
|
###
|
158
|
+
install-so:
|
159
|
+
$(INSTALL_DATA) $(srcdir)/rbpango.h $(RUBYARCHDIR)
|
160
|
+
$(INSTALL_DATA) rbpangoversion.h $(RUBYARCHDIR)
|
161
|
+
|
170
162
|
install:
|
171
|
-
|
172
|
-
|
163
|
+
if test -n "$(pkgconfigdir)"; then \
|
164
|
+
$(MAKEDIRS) $(pkgconfigdir); \
|
165
|
+
$(INSTALL_DATA) ruby-pango.pc $(pkgconfigdir); \
|
166
|
+
fi
|
data/ext/pango/rbpangoversion.h
CHANGED
@@ -1,24 +1,25 @@
|
|
1
|
-
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
2
|
-
/************************************************
|
3
|
-
|
4
|
-
rbpangoversion.h -
|
5
|
-
|
6
|
-
This file was generated by mkmf-gnome2.rb.
|
7
|
-
|
8
|
-
************************************************/
|
9
|
-
|
10
|
-
#ifndef __RBPANGO_VERSION_H__
|
11
|
-
#define __RBPANGO_VERSION_H__
|
12
|
-
|
13
|
-
#define PANGO_MAJOR_VERSION (
|
14
|
-
#define PANGO_MINOR_VERSION (
|
15
|
-
#define PANGO_MICRO_VERSION (
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
(PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
1
|
+
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
2
|
+
/************************************************
|
3
|
+
|
4
|
+
rbpangoversion.h -
|
5
|
+
|
6
|
+
This file was generated by mkmf-gnome2.rb.
|
7
|
+
|
8
|
+
************************************************/
|
9
|
+
|
10
|
+
#ifndef __RBPANGO_VERSION_H__
|
11
|
+
#define __RBPANGO_VERSION_H__
|
12
|
+
|
13
|
+
#define PANGO_MAJOR_VERSION (2)
|
14
|
+
#define PANGO_MINOR_VERSION (0)
|
15
|
+
#define PANGO_MICRO_VERSION (0)
|
16
|
+
#define PANGO_TAG_VERSION (b7)
|
17
|
+
|
18
|
+
#define PANGO_CHECK_VERSION(major,minor,micro) \
|
19
|
+
(PANGO_MAJOR_VERSION > (major) || \
|
20
|
+
(PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION > (minor)) || \
|
21
|
+
(PANGO_MAJOR_VERSION == (major) && PANGO_MINOR_VERSION == (minor) && \
|
22
|
+
PANGO_MICRO_VERSION >= (micro)))
|
23
|
+
|
24
|
+
|
25
|
+
#endif /* __RBPANGO_VERSION_H__ */
|
data/lib/1.8/pango.so
CHANGED
Binary file
|
data/lib/1.9/pango.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 377
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 90
|
9
|
-
-
|
10
|
-
version: 0.90.
|
9
|
+
- 7
|
10
|
+
version: 0.90.7
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- The Ruby-GNOME2 Proejct Team
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-02-02 00:00:00 +09:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -42,12 +42,12 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ">="
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
hash:
|
45
|
+
hash: 377
|
46
46
|
segments:
|
47
47
|
- 0
|
48
48
|
- 90
|
49
|
-
-
|
50
|
-
version: 0.90.
|
49
|
+
- 7
|
50
|
+
version: 0.90.7
|
51
51
|
type: :runtime
|
52
52
|
version_requirements: *id002
|
53
53
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- ext/pango/rbpangoinits.c
|
79
79
|
- ext/pango/rbpangoattrlist.c
|
80
80
|
- ext/pango/rbpangomain.c
|
81
|
+
- ext/pango/ruby-pango.pc
|
81
82
|
- ext/pango/rbpangofontsetsimple.c
|
82
83
|
- ext/pango/rbpangoscript.c
|
83
84
|
- ext/pango/rbpangolanguage.c
|