Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
977bc66a
Kaydet (Commit)
977bc66a
authored
Agu 23, 2011
tarafından
Martin Hosken
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Upgrade graphite to 1.0.2 and simplify patches
üst
0a622335
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
35 deletions
+25
-35
graphite2-0.9.2.patch
graphite/graphite2-0.9.2.patch
+0
-0
graphite2.patch
graphite/graphite2.patch
+11
-0
graphite_make.patch
graphite/graphite_make.patch
+10
-31
makefile.mk
graphite/makefile.mk
+3
-3
ooo.lst.in
ooo.lst.in
+1
-1
No files found.
graphite/graphite2-0.9.2.patch
deleted
100644 → 0
Dosyayı görüntüle @
0a622335
This diff is collapsed.
Click to expand it.
graphite/graphite2.patch
0 → 100644
Dosyayı görüntüle @
977bc66a
--- misc/graphite2-1.0.2/include/graphite2/Types.h 2011-02-12 16:54:16.000000000 +0100
+++ misc/build/graphite2-1.0.2/include/graphite2/Types.h 2011-03-15 21:38:06.264788098 +0100
@@ -36,7 +36,7 @@
};
// Definitions for library publicly exported symbols
-#if defined _WIN32 || defined __CYGWIN__
+#if ( defined _WIN32 || defined __CYGWIN__ ) && !defined GR2_STATIC
#ifdef GR2_EXPORTING
#ifdef __GNUC__
#define GR2_API __attribute__((dllexport))
graphite/graphite_make.patch
Dosyayı görüntüle @
977bc66a
--- misc/build/graphite2-
0.9
.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
--- misc/build/graphite2-
1.0
.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
+++ misc/build/graphite2-
0.9
.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
+++ misc/build/graphite2-
1.0
.2/src/makefile.mk Fri Mar 4 10:20:30 2011 +0700
@@ -1,1 +1,
5
4 @@
@@ -1,1 +1,
3
4 @@
-dummy
-dummy
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
+
+
...
@@ -18,37 +18,17 @@
...
@@ -18,37 +18,17 @@
+CFLAGS+=-O3 -DNDEBUG
+CFLAGS+=-O3 -DNDEBUG
+.ENDIF
+.ENDIF
+
+
+VMACHINE=call
+_NS := GR2
+
+GR2_MACHINE=call
+.IF "$(COM)"=="GCC"
+.IF "$(COM)"=="GCC"
+
V
MACHINE=direct
+
GR2_
MACHINE=direct
+CFLAGSCXX+=-fpermissive
+CFLAGSCXX+=-fpermissive
+.ENDIF
+.ENDIF
+
+
+SLOFILES= \
+.INCLUDE : files.mk
+ $(SLO)/$(VMACHINE)_machine.obj \
+
+ $(SLO)/gr_char_info.obj \
+SLOFILES= $(foreach,i,$(GR2_SOURCES:b) $(SLO)/$i.obj)
+ $(SLO)/gr_features.obj \
+ $(SLO)/gr_face.obj \
+ $(SLO)/gr_font.obj \
+ $(SLO)/gr_segment.obj \
+ $(SLO)/gr_slot.obj \
+ $(SLO)/CachedFace.obj \
+ $(SLO)/CmapCache.obj \
+ $(SLO)/Code.obj \
+ $(SLO)/Face.obj \
+ $(SLO)/FeatureMap.obj \
+ $(SLO)/Font.obj \
+ $(SLO)/GlyphFace.obj \
+ $(SLO)/GlyphFaceCache.obj \
+ $(SLO)/NameTable.obj \
+ $(SLO)/Pass.obj \
+ $(SLO)/SegCache.obj \
+ $(SLO)/SegCacheEntry.obj \
+ $(SLO)/SegCacheStore.obj \
+ $(SLO)/Segment.obj \
+ $(SLO)/Silf.obj \
+ $(SLO)/Slot.obj \
+ $(SLO)/TtfUtil.obj
+
+
+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
+LIB1TARGET=$(SLB)$/$(TARGET).lib
+LIB1TARGET=$(SLB)$/$(TARGET).lib
...
@@ -56,4 +36,3 @@
...
@@ -56,4 +36,3 @@
+OUT2INC=../include/graphite2
+OUT2INC=../include/graphite2
+
+
+.INCLUDE : target.mk
+.INCLUDE : target.mk
graphite/makefile.mk
Dosyayı görüntüle @
977bc66a
...
@@ -45,9 +45,9 @@ all:
...
@@ -45,9 +45,9 @@ all:
# --- Files --------------------------------------------------------
# --- Files --------------------------------------------------------
.IF
"$(ENABLE_GRAPHITE)"
==
"TRUE"
.IF
"$(ENABLE_GRAPHITE)"
==
"TRUE"
TARFILE_NAME
=
graphite2-
0.9
.2
TARFILE_NAME
=
graphite2-
1.0
.2
TARFILE_MD5
=
0625a7d661f899a8ce263fc8a9879108
TARFILE_MD5
=
3115c721f5cb7c464f01c2dddccfaba6
PATCH_FILES
=
graphite2
-0.9.2
.patch
\
PATCH_FILES
=
graphite2.patch
\
graphite_make.patch
graphite_make.patch
ADDITIONAL_FILES
=
\
ADDITIONAL_FILES
=
\
...
...
ooo.lst.in
Dosyayı görüntüle @
977bc66a
...
@@ -87,7 +87,7 @@ debc62758716a169df9f62e6ab2bc634-zlib-1.2.3.tar.gz
...
@@ -87,7 +87,7 @@ debc62758716a169df9f62e6ab2bc634-zlib-1.2.3.tar.gz
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspell-1.3.2.tar.gz
3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspell-1.3.2.tar.gz
0625a7d661f899a8ce263fc8a9879108-graphite2-0.9
.2.tgz
3115c721f5cb7c464f01c2dddccfaba6-graphite2-1.0
.2.tgz
9b8eb71bf58b006ac0d2f0b464786cee-libvisio-0.0.5.tar.bz2
9b8eb71bf58b006ac0d2f0b464786cee-libvisio-0.0.5.tar.bz2
881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip
881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip
http://dev-www.libreoffice.org/extern
http://dev-www.libreoffice.org/extern
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment