~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Ari Pollak
  • Date: 2013-02-23 11:52:27 UTC
  • mto: (1.1.28) (0.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: package-import@ubuntu.com-20130223115227-erjyrlri4ku3ysap
ImportĀ upstreamĀ versionĀ 2.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
m4_define([gimp_major_version], [2])
10
10
m4_define([gimp_minor_version], [8])
11
 
m4_define([gimp_micro_version], [2])
 
11
m4_define([gimp_micro_version], [4])
12
12
m4_define([gimp_real_version],
13
13
          [gimp_major_version.gimp_minor_version.gimp_micro_version])
14
14
m4_define([gimp_version], [gimp_real_version])
15
 
m4_define([gimp_interface_age], [2])
 
15
m4_define([gimp_interface_age], [4])
16
16
m4_define([gimp_binary_age],
17
17
          [m4_eval(100 * gimp_minor_version + gimp_micro_version)])
18
18
 
1024
1024
 
1025
1025
# The list of MIME types that are supported by plug-ins that are compiled
1026
1026
# unconditionally:
1027
 
MIME_TYPES="application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih"
 
1027
MIME_TYPES="application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih"
1028
1028
 
1029
1029
 
1030
1030
###################