~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#error "Include <scconfig.h> rather than using <config.h> directly"
10
10
#endif
11
11
 
12
 
#cmakedefine VERSION "1.4.0.rc3"
 
12
#cmakedefine VERSION "1.4.1.svn"
13
13
 
14
14
#cmakedefine BUILD_WINDOWS_VERSION 1
15
15
#cmakedefine SC_USE_GDI 1
17
17
#cmakedefine DLL_USE_NATIVE_API 1
18
18
#cmakedefine BUILD_MAC_BUNDLE
19
19
#cmakedefine HAVE_CMS 1
 
20
#cmakedefine HAVE_LCMS21
20
21
#cmakedefine HAVE_XML 1
21
 
#cmakedefine CMS_INC "lcms.h"
 
22
#cmakedefine CMS_INC @CMS_INC@
22
23
#cmakedefine HAVE_CAIRO 1
23
24
#cmakedefine HAVE_CUPS 1
24
25
#cmakedefine HAVE_TIFF 1