cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | # |
| 2 | # Package name and versioning information for ImageMagick. |
| 3 | # |
| 4 | # This file is sourced by a Bourne shell (/bin/sh) script so it must |
| 5 | # observe Bourne shell syntax. |
| 6 | # |
| 7 | # Package base name |
| 8 | PACKAGE_NAME='ImageMagick' |
| 9 | |
| 10 | # |
cristy | 187791c | 2015-05-03 22:17:00 +0000 | [diff] [blame] | 11 | # Date of last ChangeLog update |
| 12 | # |
| 13 | PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print substr($1,1,4) substr($1,6,2) substr($1,9,2); exit; }' ${srcdir}/ChangeLog` |
| 14 | |
| 15 | # |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 16 | # Package version. This is is the numeric version suffix applied to |
| 17 | # PACKAGE_NAME (e.g. "1.0.0"). |
Cristy | b8ca1ec | 2017-02-18 09:36:56 -0500 | [diff] [blame] | 18 | PACKAGE_VERSION='7.0.5' |
| 19 | PACKAGE_PERL_VERSION='7.05' |
| 20 | PACKAGE_LIB_VERSION="0x705" |
Cristy | 1b90d56 | 2017-05-28 18:41:18 -0400 | [diff] [blame^] | 21 | PACKAGE_RELEASE="10" |
Cristy | b8ca1ec | 2017-02-18 09:36:56 -0500 | [diff] [blame] | 22 | PACKAGE_LIB_VERSION_NUMBER="7,0,5,${PACKAGE_RELEASE}" |
cristy | 187791c | 2015-05-03 22:17:00 +0000 | [diff] [blame] | 23 | PACKAGE_RELEASE_DATE_RAW=`date +%F` |
cristy | 459891c | 2015-05-17 17:22:24 +0000 | [diff] [blame] | 24 | PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}" |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 25 | PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" |
| 26 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 27 | # |
| 28 | # Package version addendum. This is an arbitrary suffix (if any) appended |
| 29 | # to the package version. (e.g. "beta1") |
cristy | 15a8878 | 2010-01-31 23:24:49 +0000 | [diff] [blame] | 30 | PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}" |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 31 | |
| 32 | # |
cristy | caf5c81 | 2011-09-11 01:06:33 +0000 | [diff] [blame] | 33 | # Versions are denoted using a standard triplet of integers: |
| 34 | # MAJOR.MINOR.PATCH. The basic intent is that MAJOR versions are |
| 35 | # incompatible, large-scale upgrades of the API. MINOR versions retain |
| 36 | # source and binary compatibility with older minor versions, and changes |
| 37 | # in the PATCH level are perfectly compatible, forwards and backwards. |
| 38 | # See http://apr.apache.org/versioning.html. |
cristy | 3744276 | 2013-02-10 21:07:23 +0000 | [diff] [blame] | 39 | # |
| 40 | # PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION |
| 41 | # could be avoided using libversioning aka map files. You MUST change .map |
| 42 | # files if you raise these versions. |
Cristy | f86a5c7 | 2017-02-12 16:03:21 -0500 | [diff] [blame] | 43 | MAGICK_LIBRARY_CURRENT=2 |
cristy | d77fe15 | 2011-07-01 23:14:16 +0000 | [diff] [blame] | 44 | MAGICK_LIBRARY_REVISION=0 |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 45 | MAGICK_LIBRARY_AGE=0 |
cristy | 5ed9c6e | 2013-07-14 21:20:31 +0000 | [diff] [blame] | 46 | |
| 47 | # magick++ |
Cristy | 0cb640c | 2017-02-17 12:14:40 -0500 | [diff] [blame] | 48 | MAGICKPP_LIBRARY_CURRENT=2 |
cristy | 5ed9c6e | 2013-07-14 21:20:31 +0000 | [diff] [blame] | 49 | MAGICKPP_LIBRARY_REVISION=0 |
| 50 | MAGICKPP_LIBRARY_AGE=0 |