~ubuntu-branches/ubuntu/vivid/ghostscript/vivid-security

« back to all changes in this revision

Viewing changes to lcms2/Projects/VC2010/lcms2.rc

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-08-09 20:01:36 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20130809200136-amb6zrr7hnjb5jq9
Tags: 9.08~rc1~dfsg-0ubuntu1
* New upstream release
   - Ghostscript 9.08rc1.
   - We are using the system's liblcms2 and libopenjpeg now.
* debian/patches/020130401-852e545-pxl-xl-driver-produced-drawing-commands-without-setting-color-space.patch:
  Removed patch backported from upstream.
* debian/patches/ojdk-8007925+8007926.patch,
  debian/patches/ojdk-8007927.patch,
  debian/patches/ojdk-8007929.patch,
  debian/patches/ojdk-8009654.patch: Removed patches on build in liblcms2, we
  use the system's liblcms2 now.
* debian/patches/2001_docdir_fix_for_debian.patch: Manually updated to new
  upstream source code.
* debian/patches/2003_support_multiarch.patch: Refreshed with quilt.
* debian/control: Added build dependencies on liblcms2-dev and
  libopenjpeg-dev.
* debian/rules: Check for removed lcms2/ and openjpeg/ subdirectories in
  the repackaging check again, also set build options for shared liblcms2
  and libopenjpeg libraries.
* debian/rules: Makefile.in and configure.ac are in the root directory of
  the source now and do not need to get linked from base/. Also there is no
  gstoraster and gstopxl CUPS filter in the package any more and no
  "install-cups" make target any more.
* debian/control, debian/rules, debian/ghostscript-cups.install,
  debian/ghostscript-cups.ppd-updater: Removed the ghostscript-cups binary
  package. The files are now provided by cups-filters.
* debian/symbols.common: Updated for new upstream source. Applied patch
  which dpkg-gensymbols generated for debian/libgs9.symbols to this file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//Microsoft Developer Studio generated resource script.
2
 
//
3
 
#include "resource.h"
4
 
 
5
 
#define APSTUDIO_READONLY_SYMBOLS
6
 
/////////////////////////////////////////////////////////////////////////////
7
 
//
8
 
// Generated from the TEXTINCLUDE 2 resource.
9
 
//
10
 
#define APSTUDIO_HIDDEN_SYMBOLS
11
 
#include "windows.h"
12
 
#undef APSTUDIO_HIDDEN_SYMBOLS
13
 
 
14
 
/////////////////////////////////////////////////////////////////////////////
15
 
#undef APSTUDIO_READONLY_SYMBOLS
16
 
 
17
 
/////////////////////////////////////////////////////////////////////////////
18
 
// Spanish (Modern) resources
19
 
 
20
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN)
21
 
#ifdef _WIN32
22
 
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
23
 
#pragma code_page(1252)
24
 
#endif //_WIN32
25
 
 
26
 
#ifndef _MAC
27
 
/////////////////////////////////////////////////////////////////////////////
28
 
//
29
 
// Version
30
 
//
31
 
 
32
 
1 VERSIONINFO
33
 
 FILEVERSION 2,3,0,0
34
 
 PRODUCTVERSION 2,3,0,0
35
 
 FILEFLAGSMASK 0x0L
36
 
#ifdef _DEBUG
37
 
 FILEFLAGS 0x1L
38
 
#else
39
 
 FILEFLAGS 0x0L
40
 
#endif
41
 
 FILEOS 0x40004L
42
 
 FILETYPE 0x2L
43
 
 FILESUBTYPE 0x0L
44
 
BEGIN
45
 
    BLOCK "StringFileInfo"
46
 
    BEGIN
47
 
        BLOCK "040904e4"
48
 
        BEGIN
49
 
            VALUE "Comments", "\0"
50
 
            VALUE "CompanyName", "Marti Maria\0"
51
 
            VALUE "FileDescription", "lcms color engine\0"
52
 
            VALUE "FileVersion", "2.3\0"
53
 
            VALUE "InternalName", "lcms\0"
54
 
            VALUE "LegalCopyright", "Copyright � Marti Maria 2011\0"
55
 
            VALUE "LegalTrademarks", "\0"
56
 
            VALUE "OriginalFilename", "lcms2.dll\0"
57
 
            VALUE "PrivateBuild", "\0"
58
 
            VALUE "ProductName", "LittleCMS color engine\0"
59
 
            VALUE "ProductVersion", "2, 0, 3, 0\0"
60
 
            VALUE "SpecialBuild", "\0"
61
 
        END
62
 
    END
63
 
    BLOCK "VarFileInfo"
64
 
    BEGIN
65
 
        VALUE "Translation", 0x409, 1252
66
 
    END
67
 
END
68
 
 
69
 
#endif    // !_MAC
70
 
 
71
 
 
72
 
#ifdef APSTUDIO_INVOKED
73
 
/////////////////////////////////////////////////////////////////////////////
74
 
//
75
 
// TEXTINCLUDE
76
 
//
77
 
 
78
 
1 TEXTINCLUDE DISCARDABLE 
79
 
BEGIN
80
 
    "resource.h\0"
81
 
END
82
 
 
83
 
2 TEXTINCLUDE DISCARDABLE 
84
 
BEGIN
85
 
    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
86
 
    "#include ""windows.h""\r\n"
87
 
    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
88
 
    "\0"
89
 
END
90
 
 
91
 
3 TEXTINCLUDE DISCARDABLE 
92
 
BEGIN
93
 
    "\r\n"
94
 
    "\0"
95
 
END
96
 
 
97
 
#endif    // APSTUDIO_INVOKED
98
 
 
99
 
#endif    // Spanish (Modern) resources
100
 
/////////////////////////////////////////////////////////////////////////////
101
 
 
102
 
 
103
 
 
104
 
#ifndef APSTUDIO_INVOKED
105
 
/////////////////////////////////////////////////////////////////////////////
106
 
//
107
 
// Generated from the TEXTINCLUDE 3 resource.
108
 
//
109
 
 
110
 
 
111
 
/////////////////////////////////////////////////////////////////////////////
112
 
#endif    // not APSTUDIO_INVOKED
113