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
f974a612
Kaydet (Commit)
f974a612
authored
Eki 27, 2010
tarafından
Rene Engelhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bin agg
üst
c6ee546e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
73 deletions
+0
-73
configure.in
configure.in
+0
-57
canvascommons.scp
scp2/source/canvas/canvascommons.scp
+0
-6
makefile.mk
scp2/source/canvas/makefile.mk
+0
-7
set_soenv.in
set_soenv.in
+0
-3
No files found.
configure.in
Dosyayı görüntüle @
f974a612
...
@@ -19,9 +19,6 @@ echo "$@" >config.parms
...
@@ -19,9 +19,6 @@ echo "$@" >config.parms
AC_ARG_WITH
(
gnu
-
patch
,
AC_ARG_WITH
(
gnu
-
patch
,
[
--
with
-
gnu
-
patch
Specify
location
of
GNU
patch
on
Solaris
or
FreeBSD
[
--
with
-
gnu
-
patch
Specify
location
of
GNU
patch
on
Solaris
or
FreeBSD
],,)
],,)
AC_ARG_WITH
(
agg
,
[
--
without
-
agg
Disable
the
use
of
agg
altogether
],,
with_agg
=
yes
)
AC_ARG_WITH
(
gnu
-
cp
,
AC_ARG_WITH
(
gnu
-
cp
,
[
--
with
-
gnu
-
cp
Specify
location
of
GNU
cp
on
Solaris
or
FreeBSD
[
--
with
-
gnu
-
cp
Specify
location
of
GNU
cp
on
Solaris
or
FreeBSD
],,)
],,)
...
@@ -566,9 +563,6 @@ AC_ARG_ENABLE(Xaw,
...
@@ -566,9 +563,6 @@ AC_ARG_ENABLE(Xaw,
AC_ARG_WITH
(
system
-
neon
,
AC_ARG_WITH
(
system
-
neon
,
[
--
with
-
system
-
neon
Use
neon
already
on
system
[
--
with
-
system
-
neon
Use
neon
already
on
system
],,)
],,)
AC_ARG_WITH
(
system
-
agg
,
[
--
with
-
system
-
agg
Use
AGG
already
on
system
],,)
AC_ARG_WITH
(
system
-
hunspell
,
AC_ARG_WITH
(
system
-
hunspell
,
[
--
with
-
system
-
hunspell
Use
libhunspell
already
on
system
[
--
with
-
system
-
hunspell
Use
libhunspell
already
on
system
],,)
],,)
...
@@ -5200,57 +5194,6 @@ AC_SUBST(SYSTEM_OPENSSL)
...
@@ -5200,57 +5194,6 @@ AC_SUBST(SYSTEM_OPENSSL)
AC_SUBST
(
OPENSSL_CFLAGS
)
AC_SUBST
(
OPENSSL_CFLAGS
)
AC_SUBST
(
OPENSSL_LIBS
)
AC_SUBST
(
OPENSSL_LIBS
)
dnl
===================================================================
dnl
Test
for
disabling
agg
dnl
===================================================================
AC_MSG_CHECKING
([
whether
to
enable
agg
])
if
test
"$with_agg"
=
"no"
;
then
AC_MSG_RESULT
([
no
])
else
AC_MSG_RESULT
([
yes
])
ENABLE_AGG
=
YES
AC_SUBST
(
ENABLE_AGG
)
dnl
===================================================================
dnl
Check
for
system
AGG
dnl
===================================================================
AC_MSG_CHECKING
([
which
AGG
to
use
])
if
test
-
n
"$with_system_agg"
-
o
-
n
"$with_system_libs"
&&
\
test
"$with_system_agg"
!= "no"; then
AC_MSG_RESULT
([
external
])
PKG_CHECK_MODULES
(
AGG
,
libagg
>=
2.3
)
AC_MSG_CHECKING
([
agg
version
])
#
workaround
;
if
AGG_CFLAGS
is
empty
(
broken
libagg
.
pc
in
2.3
),
add
/
usr
/
include
/
agg2
anyway
#
(/
usr
/
include
gets
stripped
from
pkg
-
config
output
)
if
test
-
z
"$AGG_CFLAGS"
||
test
"$AGG_CFLAGS"
=
" "
;
then
AGG_INCDIR
=
"`$PKG_CONFIG --variable includedir libagg`/agg2"
else
AGG_INCDIR
=
"`echo $AGG_CFLAGS | $SED -e s/-I//`"
fi
if
$
PKG_CONFIG
--
modversion
libagg
|
grep
-
q
2.3
||
\
$
PKG_CONFIG
--
modversion
libagg
|
grep
-
q
2.4
;
then
#
2.4
's libagg.pc.in still contains 2.3 :/
if $EGREP -q "Version 2.4" `echo $AGG_INCDIR`/agg_basics.h; then
AC_MSG_RESULT([2.4])
AGG_VERSION=2400
else
AC_MSG_RESULT([2.3])
AGG_VERSION=2300
fi
SYSTEM_AGG=YES
else
AC_MSG_ERROR([only agg 2.3 and 2.4 are supported])
fi
else
AC_MSG_RESULT([internal])
SYSTEM_AGG=NO
AGG_VERSION=2300
BUILD_TYPE="$BUILD_TYPE AGG"
fi
AC_SUBST(SYSTEM_AGG)
AC_SUBST(AGG_VERSION)
fi
dnl
===================================================================
dnl
===================================================================
dnl
Check
for
system
redland
dnl
Check
for
system
redland
dnl
===================================================================
dnl
===================================================================
...
...
scp2/source/canvas/canvascommons.scp
Dosyayı görüntüle @
f974a612
...
@@ -30,11 +30,5 @@
...
@@ -30,11 +30,5 @@
STD_LIB_FILE(gid_File_Lib_CppCanvas, cppcanvas)
STD_LIB_FILE(gid_File_Lib_CppCanvas, cppcanvas)
STD_LIB_FILE(gid_File_Lib_CanvasTools, canvastools)
STD_LIB_FILE(gid_File_Lib_CanvasTools, canvastools)
#ifdef ENABLE_AGG
#ifndef SYSTEM_AGG
STD_LIB_FILE(gid_File_Lib_Agg, agg)
#endif
#endif
SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_CanvasFactory, canvasfactory.uno)
SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_CanvasFactory, canvasfactory.uno)
SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_SimpleCanvas, simplecanvas.uno)
SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_SimpleCanvas, simplecanvas.uno)
scp2/source/canvas/makefile.mk
Dosyayı görüntüle @
f974a612
...
@@ -39,13 +39,6 @@ TARGETTYPE=CUI
...
@@ -39,13 +39,6 @@ TARGETTYPE=CUI
SCP_PRODUCT_TYPE
=
osl
SCP_PRODUCT_TYPE
=
osl
.IF
"$(ENABLE_AGG)"
==
"YES"
SCPDEFS
+=
-DENABLE_AGG
.IF
"$(SYSTEM_AGG)"
==
"YES"
SCPDEFS
+=
-DSYSTEM_AGG
.ENDIF
.ENDIF
PARFILES
=
canvascommons.par
\
PARFILES
=
canvascommons.par
\
vclcanvas.par
\
vclcanvas.par
\
mtfrenderer.par
mtfrenderer.par
...
...
set_soenv.in
Dosyayı görüntüle @
f974a612
...
@@ -1934,9 +1934,6 @@ ToFile( "NEON_LIBS", "@NEON_LIBS@", "e" );
...
@@ -1934,9 +1934,6 @@ ToFile( "NEON_LIBS", "@NEON_LIBS@", "e" );
ToFile( "NEON_CFLAGS", "@NEON_CFLAGS@", "e" );
ToFile( "NEON_CFLAGS", "@NEON_CFLAGS@", "e" );
ToFile( "DISABLE_NEON", "@DISABLE_NEON@", "e" );
ToFile( "DISABLE_NEON", "@DISABLE_NEON@", "e" );
ToFile( "DISABLE_XAW", "@DISABLE_XAW@", "e" );
ToFile( "DISABLE_XAW", "@DISABLE_XAW@", "e" );
ToFile( "ENABLE_AGG", "@ENABLE_AGG@", "e" );
ToFile( "SYSTEM_AGG", "@SYSTEM_AGG@", "e" );
ToFile( "AGG_VERSION", "@AGG_VERSION@", "e" );
ToFile( "BUILD_DMAKE", "@BUILD_DMAKE@", "e" );
ToFile( "BUILD_DMAKE", "@BUILD_DMAKE@", "e" );
ToFile( "BUILD_STAX", "@BUILD_STAX@", "e" );
ToFile( "BUILD_STAX", "@BUILD_STAX@", "e" );
ToFile( "BUILD_UNOWINREG", "@BUILD_UNOWINREG@", "e" );
ToFile( "BUILD_UNOWINREG", "@BUILD_UNOWINREG@", "e" );
...
...
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