You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
580 B
15 lines
580 B
4 months ago
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/ImageMagick-@MAGICK_MAJOR_VERSION@
|
||
|
includearchdir=@INCLUDEARCH_DIR@/ImageMagick-@MAGICK_MAJOR_VERSION@
|
||
|
libname=MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
|
||
|
|
||
|
Name: ImageMagick
|
||
|
Description: ImageMagick - convert, edit, and compose images (ABI @MAGICK_ABI_SUFFIX@)
|
||
|
URL: https://github.com/ImageMagick
|
||
|
Version: @PACKAGE_BASE_VERSION@
|
||
|
Cflags: -I${includearchdir} -I${includedir} @MAGICK_PCFLAGS@
|
||
|
Libs: -L${libdir} -l${libname}
|
||
|
Libs.private: -L${libdir} -l${libname} @MAGICK_LIBS@ @MATH_LIBS@
|