Accepting request 147881 from home:marc_schuetz:branches:graphics

Enables support for Pango markup. This doesn't add a run-time dependency on libpango; if the library isn't available, the feature is simply not used.

This fixes enhancement bnc# 778810

(resubmitted as requested by mrdocs)

OBS-URL: https://build.opensuse.org/request/show/147881
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=133
This commit is contained in:
Marcus Meissner 2013-01-10 16:28:18 +00:00 committed by Git OBS Bridge
parent af201d20a6
commit 5e3aea1e67
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,14 @@ Thu Jan 10 05:32:13 UTC 2013 - mrdocs@opensuse.org
- disable check for the moment, it breaks on Factory and 12.1, but - disable check for the moment, it breaks on Factory and 12.1, but
12.2 12.2
-------------------------------------------------------------------
Tue Jan 8 11:14:12 UTC 2013 - schuetzm@gmx.net
- enable support for Pango markup
* this allows rendering formatted text with the pango:"..." syntax
see http://www.imagemagick.org/Usage/text/#pango for details
* to actually use this, libpango needs to be installed
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 7 13:06:22 UTC 2012 - pgajdos@suse.com Tue Aug 7 13:06:22 UTC 2012 - pgajdos@suse.com

View File

@ -38,6 +38,7 @@ BuildRequires: libwebp-devel
BuildRequires: libwmf-devel BuildRequires: libwmf-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: lzma-devel BuildRequires: lzma-devel
BuildRequires: pango-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
%define mfr_version 6.7.8 %define mfr_version 6.7.8