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
06a991f0
Kaydet (Commit)
06a991f0
authored
Mar 24, 2011
tarafından
ka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rsvglibs: updated external jpeg library to 8c
üst
c79ba1c9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
196 additions
and
18 deletions
+196
-18
jpeg-8c.patch
jpeg/jpeg-8c.patch
+174
-0
makefile.mk
jpeg/makefile.mk
+14
-10
build.lst
jpeg/prj/build.lst
+2
-2
d.lst
jpeg/prj/d.lst
+6
-6
No files found.
jpeg/jpeg-8c.patch
0 → 100644
Dosyayı görüntüle @
06a991f0
--- misc/jpeg-8c/jconfig.h 2011-03-24 21:20:52.542761397 +0100
+++ misc/build/jpeg-8c/jconfig.h 2011-03-24 21:15:20.712761156 +0100
@@ -1 +1,58 @@
-dummy
+/* jconfig.h. Generated from jconfig.cfg by configure. */
+/* jconfig.cfg --- source file edited by configure script */
+/* see jconfig.txt for explanations */
+
+#define HAVE_PROTOTYPES 1
+#define HAVE_UNSIGNED_CHAR 1
+#define HAVE_UNSIGNED_SHORT 1
+/* #undef void */
+/* #undef const */
+/* #undef CHAR_IS_UNSIGNED */
+#define HAVE_STDDEF_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_LOCALE_H 1
+/* #undef NEED_BSD_STRINGS */
+/* #undef NEED_SYS_TYPES_H */
+/* #undef NEED_FAR_POINTERS */
+/* #undef NEED_SHORT_EXTERNAL_NAMES */
+/* Define this if you get warnings about undefined structures. */
+/* #undef INCOMPLETE_TYPES_BROKEN */
+
+/* Define "boolean" as unsigned char, not int, on Windows systems. */
+#ifdef WNT
+#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
+typedef unsigned char boolean;
+#endif
+#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
+#endif
+
+#ifdef JPEG_INTERNALS
+
+/* #undef RIGHT_SHIFT_IS_UNSIGNED */
+#ifdef WNT
+#define INLINE __inline
+#else
+#define INLINE inline
+#endif
+/* These are for configuring the JPEG memory manager. */
+/* #undef DEFAULT_MAX_MEM */
+/* #undef NO_MKTEMP */
+
+#endif /* JPEG_INTERNALS */
+
+#ifdef JPEG_CJPEG_DJPEG
+
+#undef BMP_SUPPORTED /* BMP image file format */
+#undef GIF_SUPPORTED /* GIF image file format */
+#undef PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
+/* #undef RLE_SUPPORTED */
+#undef TARGA_SUPPORTED /* Targa image file format */
+
+/* #undef TWO_FILE_COMMANDLINE */
+/* #undef NEED_SIGNAL_CATCHER */
+/* #undef DONT_USE_B_MODE */
+
+/* Define this if you want percent-done progress reports from cjpeg/djpeg. */
+/* #undef PROGRESS_REPORT */
+
+#endif /* JPEG_CJPEG_DJPEG */
Nur in misc/build/jpeg-8c: jconfig.h.dummy.
--- misc/jpeg-8c/jmorecfg.h 2009-11-20 09:01:24.000000000 +0100
+++ misc/build/jpeg-8c/jmorecfg.h 2011-03-24 21:29:02.073761750 +0100
@@ -21,7 +21,7 @@
* We do not support run-time selection of data precision, sorry.
*/
-#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
+#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
/*
@@ -158,7 +158,8 @@
/* INT32 must hold at least signed 32-bit values. */
-#ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
+#ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
+#ifndef _SOLAR_H
#ifndef _BASETSD_H_ /* Microsoft defines it in basetsd.h */
#ifndef _BASETSD_H /* MinGW is slightly different */
#ifndef QGLOBAL_H /* Qt defines it in qglobal.h */
@@ -166,6 +167,7 @@
#endif
#endif
#endif
+#endif
#endif
/* Datatype used for image dimensions. The JPEG standard only supports
--- misc/jpeg-8c/makefile.mk 2011-03-24 21:20:52.540761397 +0100
+++ misc/build/jpeg-8c/makefile.mk 2011-03-24 21:15:20.712761156 +0100
@@ -1 +1,77 @@
-dummy
+#*************************************************************************
+#
+# Copyright according the GNU Public License.
+#
+#*************************************************************************
+
+PRJ=..$/..$/..$/..
+
+PRJNAME=jpeg
+TARGET=jpeglib
+LIBTARGET=NO
+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
+VISIBILITY_HIDDEN=TRUE
+
+# --- Settings -----------------------------------------------------------
+
+.INCLUDE : settings.mk
+
+.IF "$(GUI)$(CPU)"=="WNTP"
+CFLAGS=$(CFLAGS) -Od
+.ENDIF
+
+# --- Files --------------------------------------------------------
+
+SLOFILES= $(SLO)$/jaricom.obj \
+ $(SLO)$/jcapimin.obj \
+ $(SLO)$/jcapistd.obj \
+ $(SLO)$/jcarith.obj \
+ $(SLO)$/jccoefct.obj \
+ $(SLO)$/jccolor.obj \
+ $(SLO)$/jcdctmgr.obj \
+ $(SLO)$/jchuff.obj \
+ $(SLO)$/jcinit.obj \
+ $(SLO)$/jcmainct.obj \
+ $(SLO)$/jcmarker.obj \
+ $(SLO)$/jcmaster.obj \
+ $(SLO)$/jcomapi.obj \
+ $(SLO)$/jcparam.obj \
+ $(SLO)$/jcprepct.obj \
+ $(SLO)$/jcsample.obj \
+ $(SLO)$/jctrans.obj \
+ $(SLO)$/jdapimin.obj \
+ $(SLO)$/jdapistd.obj \
+ $(SLO)$/jdarith.obj \
+ $(SLO)$/jdatadst.obj \
+ $(SLO)$/jdatasrc.obj \
+ $(SLO)$/jdcoefct.obj \
+ $(SLO)$/jdcolor.obj \
+ $(SLO)$/jddctmgr.obj \
+ $(SLO)$/jdhuff.obj \
+ $(SLO)$/jdinput.obj \
+ $(SLO)$/jdmainct.obj \
+ $(SLO)$/jdmarker.obj \
+ $(SLO)$/jdmaster.obj \
+ $(SLO)$/jdmerge.obj \
+ $(SLO)$/jdpostct.obj \
+ $(SLO)$/jdsample.obj \
+ $(SLO)$/jdtrans.obj \
+ $(SLO)$/jerror.obj \
+ $(SLO)$/jfdctflt.obj \
+ $(SLO)$/jfdctfst.obj \
+ $(SLO)$/jfdctint.obj \
+ $(SLO)$/jidctflt.obj \
+ $(SLO)$/jidctfst.obj \
+ $(SLO)$/jidctint.obj \
+ $(SLO)$/jquant1.obj \
+ $(SLO)$/jquant2.obj \
+ $(SLO)$/jutils.obj \
+ $(SLO)$/jmemmgr.obj \
+ $(SLO)$/jmemnobs.obj \
+ $(SLO)$/jutils.obj
+
+LIB1TARGET=$(SLB)$/$(TARGET).lib
+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
+LIB1OBJFILES=$(SLOFILES)
+
+.INCLUDE : target.mk
Nur in misc/build/jpeg-8c: makefile.mk.dummy.
jpeg/makefile.mk
Dosyayı görüntüle @
06a991f0
...
@@ -42,23 +42,27 @@ all:
...
@@ -42,23 +42,27 @@ all:
# --- Files --------------------------------------------------------
# --- Files --------------------------------------------------------
TARFILE_NAME
=
jpeg-6b
#
TARFILE_NAME=jpeg-6b
TARFILE_
MD5
=
dbd5f3b47ed13132f04c685d608a7547
TARFILE_
NAME
=
jpeg-8c
PATCH_FILES
=
jpeg-6b.patch
#TARFILE_MD5=dbd5f3b47ed13132f04c685d608a7547
ADDITIONAL_FILES
=
makefile.mk
\
TARFILE_MD5
=
a2c10c04f396a9ce72894beb18b4e1f9
jconfig.h
#PATCH_FILES=jpeg-6b.patch
PATCH_FILES
=
jpeg-8c.patch
ADDITIONAL_FILES
=
makefile.mk jconfig.h
#relative to CONFIGURE_DIR
#relative to CONFIGURE_DIR
BUILD_DIR
=
$(CONFIGURE_DIR)
BUILD_DIR
=
$(CONFIGURE_DIR)
BUILD_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
BUILD_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
OUT2INC
=
jerror.h
\
OUT2INC
=
jconfig.h
\
jpeglib.h
\
jerror.h
\
jconfig.h
\
jmorecfg.h
\
jmorecfg.h
jpegint.h
\
jpeglib.h
# --- Targets ------------------------------------------------------
# --- Targets ------------------------------------------------------
...
...
jpeg/prj/build.lst
Dosyayı görüntüle @
06a991f0
jg jpeg
:
soltools NULL
jg jpeg
:
soltools NULL
jg jpeg
nmake - all jg_mkout NULL
jg jpeg nmake - all jg_mkout NULL
jpeg/prj/d.lst
Dosyayı görüntüle @
06a991f0
mkdir: %_DEST%\inc%_EXT%\external
mkdir: %_DEST%\inc%_EXT%\external
mkdir: %_DEST%\inc%_EXT%\external\jpeg
mkdir: %_DEST%\inc%_EXT%\external\jpeg
..\%__SRC%\slb\jpeglib.lib %_DEST%\lib%_EXT%\jpeg
lib
.lib
..\%__SRC%\slb\jpeglib.lib %_DEST%\lib%_EXT%\jpeg.lib
..\%__SRC%\lib\libjpeglib.a %_DEST%\lib%_EXT%\libjpeg
lib
.a
..\%__SRC%\lib\libjpeglib.a %_DEST%\lib%_EXT%\libjpeg.a
..\%__SRC%\inc\jerror.h %_DEST%\inc%_EXT%\external\jerror.h
..\%__SRC%\inc\jerror.h %_DEST%\inc%_EXT%\external\j
peg\j
error.h
..\%__SRC%\inc\jpeglib.h %_DEST%\inc%_EXT%\external\jpeglib.h
..\%__SRC%\inc\jpeglib.h %_DEST%\inc%_EXT%\external\jpeg
\jpeg
lib.h
..\%__SRC%\inc\jconfig.h %_DEST%\inc%_EXT%\external\jconfig.h
..\%__SRC%\inc\jconfig.h %_DEST%\inc%_EXT%\external\j
peg\j
config.h
..\%__SRC%\inc\jmorecfg.h %_DEST%\inc%_EXT%\external\jmorecfg.h
..\%__SRC%\inc\jmorecfg.h %_DEST%\inc%_EXT%\external\j
peg\j
morecfg.h
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