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
526c9bdd
Kaydet (Commit)
526c9bdd
authored
Eki 23, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fontconfig: convert to gbuild
Change-Id: Ia0ba9294e36c30147ed52826eac4b0059cfed200
üst
4a326ad7
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
112 additions
and
73 deletions
+112
-73
Makefile.top
Makefile.top
+1
-1
Module_tail_build.mk
Module_tail_build.mk
+1
-0
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
config_host.mk.in
config_host.mk.in
+1
-0
ExternalPackage_fontconfig.mk
fontconfig/ExternalPackage_fontconfig.mk
+24
-0
ExternalProject_fontconfig.mk
fontconfig/ExternalProject_fontconfig.mk
+34
-0
Makefile
fontconfig/Makefile
+7
-0
Module_fontconfig.mk
fontconfig/Module_fontconfig.mk
+22
-0
UnpackedTarball_fontconfig.mk
fontconfig/UnpackedTarball_fontconfig.mk
+20
-0
makefile.mk
fontconfig/makefile.mk
+0
-67
d.lst
fontconfig/prj/d.lst
+0
-4
dmake
fontconfig/prj/dmake
+0
-0
build.lst
tail_build/prj/build.lst
+1
-1
No files found.
Makefile.top
Dosyayı görüntüle @
526c9bdd
...
...
@@ -77,6 +77,7 @@ extensions\
extras
\
fileaccess
\
filter
\
fontconfig
\
forms
\
formula
\
fpicker
\
...
...
@@ -211,7 +212,6 @@ curl\
epm
\
expat
\
external
\
fontconfig
\
freetype
\
gdk-pixbuf
\
gettext
\
...
...
Module_tail_build.mk
Dosyayı görüntüle @
526c9bdd
...
...
@@ -69,6 +69,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
extras
\
fileaccess
\
filter
\
$(
call
gb_Helper_optional
,
FONTCONFIG
,
fontconfig
)
\
forms
\
formula
\
fpicker
\
...
...
RepositoryModule_ooo.mk
Dosyayı görüntüle @
526c9bdd
...
...
@@ -74,6 +74,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
extras
\
fileaccess
\
filter
\
$(
call
gb_Helper_optional
,
FONTCONFIG
,
fontconfig
)
\
forms
\
formula
\
fpicker
\
...
...
config_host.mk.in
Dosyayı görüntüle @
526c9bdd
...
...
@@ -193,6 +193,7 @@ export FONT_GENTIUM_TARBALL=@FONT_GENTIUM_TARBALL@
export FONT_DEJAVU_TARBALL=@FONT_DEJAVU_TARBALL@
export FONTCONFIG_CFLAGS=@FONTCONFIG_CFLAGS@
export FONTCONFIG_LIBS=@FONTCONFIG_LIBS@
export FONTCONFIG_TARBALL=@FONTCONFIG_TARBALL@
export FRAMEWORKSHOME=@FRAMEWORKSHOME@
export FREETYPE_CFLAGS=@FREETYPE_CFLAGS@
export FREETYPE_LIBS=@FREETYPE_LIBS@
...
...
fontconfig/ExternalPackage_fontconfig.mk
0 → 100644
Dosyayı görüntüle @
526c9bdd
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_ExternalPackage_ExternalPackage,fontconfig,fontconfig))
$(eval $(call gb_ExternalPackage_use_external_project,fontconfig,fontconfig))
$(eval $(call gb_ExternalPackage_add_unpacked_files,fontconfig,inc/fontconfig,\
fontconfig/fcfreetype.h \
fontconfig/fcprivate.h \
fontconfig/fontconfig.h \
))
$(eval $(call gb_ExternalPackage_add_files,fontconfig,lib,\
src/.libs/libfontconfig.a \
))
# vim: set noet sw=4 ts=4:
fontconfig/ExternalProject_fontconfig.mk
0 → 100644
Dosyayı görüntüle @
526c9bdd
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_ExternalProject_ExternalProject,fontconfig))
$(eval $(call gb_ExternalProject_use_unpacked,fontconfig,fontconfig))
$(eval $(call gb_ExternalProject_use_packages,fontconfig,\
freetype \
))
$(eval $(call gb_ExternalProject_register_targets,fontconfig,\
build \
))
$(call gb_ExternalProject_get_state_target,fontconfig,build) :
cd $(EXTERNAL_WORKDIR) \
&& $(if $(debug),CFLAGS=-g) ./configure \
--disable-shared \
--with-arch=arm \
--with-expat-includes=$(OUTDIR)/inc/external \
--with-expat-lib=$(OUTDIR)/lib \
--with-freetype-config=$(OUTDIR)/bin/freetype-config \
--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) \
&& $(GNUMAKE) \
&& touch $@
# vim: set noet sw=4 ts=4:
fontconfig/Makefile
0 → 100644
Dosyayı görüntüle @
526c9bdd
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
module_directory
:=
$
(
dir
$
(
realpath
$
(
firstword
$(MAKEFILE_LIST)
)))
include
$(module_directory)/../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4:
fontconfig/Module_fontconfig.mk
0 → 100644
Dosyayı görüntüle @
526c9bdd
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Module_Module,fontconfig))
ifeq ($(OS),ANDROID)
$(eval $(call gb_Module_add_targets,fontconfig,\
ExternalPackage_fontconfig \
ExternalProject_fontconfig \
UnpackedTarball_fontconfig \
))
endif
# vim: set noet sw=4 ts=4:
fontconfig/UnpackedTarball_fontconfig.mk
0 → 100644
Dosyayı görüntüle @
526c9bdd
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UnpackedTarball_UnpackedTarball,fontconfig))
$(eval $(call gb_UnpackedTarball_set_tarball,fontconfig,$(FONTCONFIG_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,fontconfig,3))
$(eval $(call gb_UnpackedTarball_add_patches,fontconfig,\
fontconfig/fontconfig-2.8.0.patch \
))
# vim: set noet sw=4 ts=4:
fontconfig/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
4a326ad7
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
PRJ
=
.
PRJNAME
=
fontconfig
TARGET
=
fontconfig
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
TARFILE_NAME
=
fontconfig-2.8.0
TARFILE_MD5
=
77e15a92006ddc2adbb06f840d591c0e
PATCH_FILES
=
$(TARFILE_NAME)
.patch
CONFIGURE_ACTION
=
./configure
.IF
"$(debug)"
!=
""
CONFIGURE_ACTION!
:
=CFLAGS=-g $(CONFIGURE_ACTION)
.ENDIF
# This "bundled" fontconfig is built only when cross-compiling for Android
CONFIGURE_FLAGS
=
\
--disable-shared
\
--with-arch
=
arm
\
--with-expat-includes
=
$(SOLARVER)
/
$(INPATH)
/inc/external
\
--with-expat-lib
=
$(SOLARVER)
/
$(INPATH)
/lib
\
--with-freetype-config
=
$(SOLARVER)
/
$(INPATH)
/bin/freetype-config
\
--build
=
$(BUILD_PLATFORM)
--host
=
$(HOST_PLATFORM)
BUILD_ACTION
=
$(GNUMAKE)
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
.INCLUDE
:
target.mk
.INCLUDE
:
tg_ext.mk
fontconfig/prj/d.lst
Dosyayı görüntüle @
526c9bdd
..\%__SRC%\misc\build\fontconfig*\src\.libs\*.a %_DEST%\lib
mkdir: %_DEST%\inc\external\fontconfig
..\%__SRC%\misc\build\fontconfig*\fontconfig\*.h %_DEST%\inc\external\fontconfig
fontconfig/prj/dmake
deleted
100644 → 0
Dosyayı görüntüle @
4a326ad7
tail_build/prj/build.lst
Dosyayı görüntüle @
526c9bdd
tb tail_build : BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit CURL:curl EXPAT:expat F
ONTCONFIG:fontconfig F
REETYPE:freetype GETTEXT:gettext GLIB:glib GDK_PIXBUF:gdk-pixbuf PANGO:pango LIBCROCO:libcroco LIBGSF:libgsf GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LPSOLVE:lpsolve MOZ:moz MYTHES:mythes NSS:nss OPENLDAP:openldap OPENSSL:openssl PYTHON:python REDLAND:redland stax XPDF:xpdf ZLIB:zlib external sal solenv soltools NULL
tb tail_build : BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit CURL:curl EXPAT:expat FREETYPE:freetype GETTEXT:gettext GLIB:glib GDK_PIXBUF:gdk-pixbuf PANGO:pango LIBCROCO:libcroco LIBGSF:libgsf GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu JPEG:jpeg LCMS2:lcms2 LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LPSOLVE:lpsolve MOZ:moz MYTHES:mythes NSS:nss OPENLDAP:openldap OPENSSL:openssl PYTHON:python REDLAND:redland stax XPDF:xpdf ZLIB:zlib external sal solenv soltools NULL
tb tail_build\prj nmake - all tb_prj NULL
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