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
97ed2616
Kaydet (Commit)
97ed2616
authored
12 years ago
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
libvisio: convert to gbuild
Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
üst
3d8ceca1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
117 additions
and
78 deletions
+117
-78
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
configure.in
configure.in
+2
-1
Makefile
libvisio/Makefile
+7
-0
Module_libvisio.mk
libvisio/Module_libvisio.mk
+22
-0
Package_libvisio.mk
libvisio/Package_libvisio.mk
+20
-0
StaticLibrary_visio.mk
libvisio/StaticLibrary_visio.mk
+45
-0
UnpackedTarball_visio.mk
libvisio/UnpackedTarball_visio.mk
+14
-0
makefile.mk
libvisio/makefile.mk
+0
-67
d.lst
libvisio/prj/d.lst
+0
-6
dmake
libvisio/prj/dmake
+0
-0
ooo.lst.in
ooo.lst.in
+1
-1
build.lst
tail_build/prj/build.lst
+1
-1
build.lst
writerperfect/prj/build.lst
+1
-1
No files found.
Makefile.top
Dosyayı görüntüle @
97ed2616
...
...
@@ -86,6 +86,7 @@ jurt\
jvmaccess
\
jvmfwk
\
l10ntools
\
libvisio
\
lingucomponent
\
linguistic
\
lotuswordpro
\
...
...
@@ -213,7 +214,6 @@ libmspub\
liborcus
\
libpng
\
librsvg
\
libvisio
\
libwpd
\
libwpg
\
libwps
\
...
...
This diff is collapsed.
Click to expand it.
Module_tail_build.mk
Dosyayı görüntüle @
97ed2616
...
...
@@ -73,6 +73,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
idl
\
io
\
javaunohelper
\
libvisio
\
lingucomponent
\
linguistic
\
lotuswordpro
\
...
...
This diff is collapsed.
Click to expand it.
RepositoryModule_ooo.mk
Dosyayı görüntüle @
97ed2616
...
...
@@ -82,6 +82,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
jvmaccess
\
jvmfwk
\
l10ntools
\
libvisio
\
lingucomponent
\
linguistic
\
lotuswordpro
\
...
...
This diff is collapsed.
Click to expand it.
config_host.mk.in
Dosyayı görüntüle @
97ed2616
...
...
@@ -584,6 +584,7 @@ export VERBOSE=@VERBOSE@
export VIGRA_TARBALL=@VIGRA_TARBALL@
export VISIO_CFLAGS=@VISIO_CFLAGS@
export VISIO_LIBS=@VISIO_LIBS@
export VISIO_TARBALL=@VISIO_TARBALL@
export WATCH_WINDOW_EXTENSION_PACK=@WATCH_WINDOW_EXTENSION_PACK@
export WINDOWS_SDK_HOME=@WINDOWS_SDK_HOME@
export WINDRES=@WINDRES@
...
...
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
97ed2616
...
...
@@ -6660,11 +6660,12 @@ elif test $_os = iOS; then
else
AC_MSG_RESULT([internal])
SYSTEM_LIBVISIO=NO
BUILD_TYPE="$BUILD_TYPE LIBVISIO"
VISIO_TARBALL=94e7f271e38c976462558b4278590178-libvisio-0.0.19.tar.bz2
fi
AC_SUBST(SYSTEM_LIBVISIO)
AC_SUBST(VISIO_CFLAGS)
AC_SUBST(VISIO_LIBS)
AC_SUBST(VISIO_TARBALL)
dnl ===================================================================
dnl Check for system libcmis
...
...
This diff is collapsed.
Click to expand it.
libvisio/Makefile
0 → 100644
Dosyayı görüntüle @
97ed2616
# -*- 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:
This diff is collapsed.
Click to expand it.
libvisio/Module_libvisio.mk
0 → 100644
Dosyayı görüntüle @
97ed2616
# -*- 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,libvisio))
ifeq ($(SYSTEM_LIBVISIO),NO)
$(eval $(call gb_Module_add_targets,libvisio,\
Package_libvisio \
StaticLibrary_visio \
UnpackedTarball_visio \
))
endif
# vim: set noet sw=4 ts=4:
This diff is collapsed.
Click to expand it.
libvisio/Package_libvisio.mk
0 → 100644
Dosyayı görüntüle @
97ed2616
# -*- 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_Package_Package,libvisio_inc,$(call gb_UnpackedTarball_get_dir,visio/src/lib)))
$(eval $(call gb_Package_use_unpacked,libvisio_inc,visio))
$(eval $(call gb_Package_add_files,libvisio_inc,inc/external/libvisio,\
libvisio.h \
VisioDocument.h \
VSDStringVector.h \
))
# vim: set noet sw=4 ts=4:
This diff is collapsed.
Click to expand it.
libvisio/StaticLibrary_visio.mk
0 → 100644
Dosyayı görüntüle @
97ed2616
# -*- 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_StaticLibrary_StaticLibrary,visiolib))
$(eval $(call gb_StaticLibrary_use_unpacked,visiolib,visio))
$(eval $(call gb_StaticLibrary_use_package,visiolib,libvisio_inc))
$(eval $(call gb_StaticLibrary_use_externals,visiolib,\
wpd \
wpg \
))
$(eval $(call gb_StaticLibrary_set_cxx_suffix,visiolib,cpp))
$(eval $(call gb_StaticLibrary_add_generated_exception_objects,visiolib,\
UnpackedTarball/visio/src/lib/libvisio_utils \
UnpackedTarball/visio/src/lib/VisioDocument \
UnpackedTarball/visio/src/lib/VSD11Parser \
UnpackedTarball/visio/src/lib/VSD6Parser \
UnpackedTarball/visio/src/lib/VSDInternalStream \
UnpackedTarball/visio/src/lib/VSDStringVector \
UnpackedTarball/visio/src/lib/VSDSVGGenerator \
UnpackedTarball/visio/src/lib/VSDXCharacterList \
UnpackedTarball/visio/src/lib/VSDXContentCollector \
UnpackedTarball/visio/src/lib/VSDXFieldList \
UnpackedTarball/visio/src/lib/VSDXGeometryList \
UnpackedTarball/visio/src/lib/VSDXOutputElementList \
UnpackedTarball/visio/src/lib/VSDXPages \
UnpackedTarball/visio/src/lib/VSDXParagraphList \
UnpackedTarball/visio/src/lib/VSDXParser \
UnpackedTarball/visio/src/lib/VSDXShapeList \
UnpackedTarball/visio/src/lib/VSDXStencils \
UnpackedTarball/visio/src/lib/VSDXStyles \
UnpackedTarball/visio/src/lib/VSDXStylesCollector \
))
# vim: set noet sw=4 ts=4:
This diff is collapsed.
Click to expand it.
libvisio/UnpackedTarball_visio.mk
0 → 100644
Dosyayı görüntüle @
97ed2616
# -*- 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,visio))
$(eval $(call gb_UnpackedTarball_set_tarball,visio,$(VISIO_TARBALL)))
# vim: set noet sw=4 ts=4:
This diff is collapsed.
Click to expand it.
libvisio/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
3d8ceca1
#*************************************************************************
#
# 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
=
visio
TARGET
=
visio
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
.IF
"$(SYSTEM_LIBVISIO)"
==
"YES"
@all
:
@echo
"Using system libvisio..."
.ENDIF
# libvisio depends on the libwpd and libwpg
.IF
"$(SYSTEM_LIBWPD)"
==
"YES"
INCPRE
+=
$(WPD_CFLAGS)
.ELSE
INCPRE
+=
$(SOLARVER)$/$(UPD)$/$(INPATH)$/
inc
$/
libwpd
INCPRE
+=
$(SOLARVER)$/$(UPD)$/$(INPATH)$/
inc
$/
libwpd-stream
.ENDIF
.IF
"$(SYSTEM_LIBWPG)"
==
"YES"
INCPRE
+=
$(WPG_CFLAGS)
.ELSE
INCPRE
+=
$(SOLARVER)$/$(UPD)$/$(INPATH)$/
inc
$/
libwpg
.ENDIF
TARFILE_NAME
=
libvisio-0.0.19
TARFILE_MD5
=
94e7f271e38c976462558b4278590178
BUILD_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
BUILD_DIR
=
src
$/
lib
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
.INCLUDE
:
target.mk
.INCLUDE
:
tg_ext.mk
This diff is collapsed.
Click to expand it.
libvisio/prj/d.lst
Dosyayı görüntüle @
97ed2616
mkdir: %_DEST%\inc\libvisio
..\%__SRC%\misc\build\libvisio*\src\lib\libvisio.h %_DEST%\inc\libvisio
..\%__SRC%\misc\build\libvisio*\src\lib\VisioDocument.h %_DEST%\inc\libvisio\
..\%__SRC%\misc\build\libvisio*\src\lib\VSDStringVector.h %_DEST%\inc\libvisio\
..\%__SRC%\lib\*.a %_DEST%\lib\*.a
..\%__SRC%\slb\*.lib %_DEST%\lib\*.lib
This diff is collapsed.
Click to expand it.
libvisio/prj/dmake
deleted
100644 → 0
Dosyayı görüntüle @
3d8ceca1
This diff is collapsed.
Click to expand it.
ooo.lst.in
Dosyayı görüntüle @
97ed2616
...
...
@@ -88,7 +88,7 @@ d197bd6211669a2fa4ca648faf04bcb1-libwps-0.2.7.tar.bz2
@BOOST_TARBALL@
3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspell-1.3.2.tar.gz
3bf481ca95109b14435125c0dd1f2217-graphite2-1.0.3.tgz
94e7f271e38c976462558b4278590178-libvisio-0.0.19.tar.bz2
@VISIO_TARBALL@
e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz
ce5a1def34578b75959ac31210f031f6-libcdr-0.0.8.tar.bz2
...
...
This diff is collapsed.
Click to expand it.
tail_build/prj/build.lst
Dosyayı görüntüle @
97ed2616
tb tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit DESKTOP:codemaker CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBCDR:libcdr LIBCMIS:libcmis LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBMSPUB:libmspub LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LIBWPG:libwpg LIBWPS:libwps LIBWPD:libwpd LIB
VISIO:libvisio LIB
ORCUS:liborcus LPSOLVE:lpsolve MDDS:mdds MOZ:moz MYTHES:mythes NEON:neon NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib bridges cli_ure comphelper cppu cppuhelper external jurt jvmaccess jvmfwk offapi officecfg DESKTOP:rdbmaker readlicense_oo RHINO:rhino ridljar sal salhelper solenv soltools stoc ucbhelper ucpp udkapi xmlreader xsltml NULL
tb tail_build : AFMS:afms APACHE_COMMONS:apache-commons BSH:beanshell BERKELEYDB:berkeleydb BOOST:boost CAIRO:cairo CPPUNIT:cppunit DESKTOP:codemaker CURL:curl EXPAT:expat FONTCONFIG:fontconfig FREETYPE:freetype GLIB:glib GRAPHITE:graphite HUNSPELL:hunspell HYPHEN:hyphen ICU:icu DESKTOP:l10ntools JFREEREPORT:jfreereport JPEG:jpeg LCMS2:lcms2 LIBCDR:libcdr LIBCMIS:libcmis LIBEXTTEXTCAT:libexttextcat LIBLANGTAG:liblangtag LIBMSPUB:libmspub LIBXML2:libxml2 libxmlsec LIBXSLT:libxslt LIBWPG:libwpg LIBWPS:libwps LIBWPD:libwpd LIBORCUS:liborcus LPSOLVE:lpsolve MDDS:mdds MOZ:moz MYTHES:mythes NEON:neon NSS:nss OPENLDAP:openldap OPENSSL:openssl POSTGRESQL:postgresql PYTHON:python REDLAND:redland SAXON:saxon TRANSLATIONS:translations XPDF:xpdf ZLIB:zlib bridges cli_ure comphelper cppu cppuhelper external jurt jvmaccess jvmfwk offapi officecfg DESKTOP:rdbmaker readlicense_oo RHINO:rhino ridljar sal salhelper solenv soltools stoc ucbhelper ucpp udkapi xmlreader xsltml NULL
tb tail_build\prj nmake - all tb_prj NULL
This diff is collapsed.
Click to expand it.
writerperfect/prj/build.lst
Dosyayı görüntüle @
97ed2616
wp writerperfect : LIBWPG:libwpg LIBWPS:libwps LIBWPD:libwpd
LIBVISIO:
libvisio LIBCDR:libcdr LIBMSPUB:libmspub LCMS2:lcms2 ZLIB:zlib sot comphelper xmloff svtools sfx2 LIBXSLT:libxslt NULL
wp writerperfect : LIBWPG:libwpg LIBWPS:libwps LIBWPD:libwpd libvisio LIBCDR:libcdr LIBMSPUB:libmspub LCMS2:lcms2 ZLIB:zlib sot comphelper xmloff svtools sfx2 LIBXSLT:libxslt NULL
wp writerperfect usr1 - all wp_mkout NULL
wp writerperfect\prj nmake - all wp_prj NULL
This diff is collapsed.
Click to expand it.
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