OBS User unknown 2008-12-05 14:30:14 +00:00 committed by Git OBS Bridge
parent f04546e2a0
commit a42c5f3a3b
3 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,10 @@
--- configure.ac
+++ configure.ac
@@ -205,6 +205,7 @@
AC_COMPILE_WARNINGS
AC_PROG_LN_S
AM_WITH_DMALLOC
+PKG_PROG_PKG_CONFIG
#
# Enable OS features.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 5 11:21:47 CET 2008 - nadvornik@suse.cz
- fixed fontconfig detection [bnc#441874]
-------------------------------------------------------------------
Mon Dec 1 12:43:56 CET 2008 - ro@suse.de

View File

@ -36,13 +36,14 @@ License: Any permissive
Group: Productivity/Graphics/Other
AutoReqProv: on
Version: 6.4.3.6
Release: 5
Release: 6
Summary: Viewer and Converter for Images
Url: http://www.imagemagick.org
Source: ImageMagick-6.4.3-6.tar.bz2
Source2: xtp-%{xtp_version}.tar.bz2
Patch1: ImageMagick-%{version}-examples.patch
Patch2: ImageMagick-%{version}-doc.patch
Patch3: ImageMagick-%{version}-pkgconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package -n perl-PerlMagick
@ -105,6 +106,7 @@ rm -rf xtp-%{xtp_version}
%setup -n ImageMagick-6.4.3 -b 2
%patch1
%patch2
%patch3
%build
%define system_ltdl 0
@ -113,7 +115,7 @@ cp -f /usr/share/libtool/libltdl/*.{c,h} ltdl
mv ltdl/ltdl.c ltdl/ltdl.c.orig
sed -e "s:<config.h>:<magick/magick-config.h>:" ltdl/ltdl.c.orig >ltdl/ltdl.c
%endif
#autoreconf --force --install -v
autoreconf --force --install -v
pushd ../xtp-%{xtp_version}
autoreconf --force --install
popd
@ -405,6 +407,8 @@ Authors:
Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
%changelog
* Fri Dec 05 2008 nadvornik@suse.cz
- fixed fontconfig detection [bnc#441874]
* Mon Dec 01 2008 ro@suse.de
- add libMagicWand1 to baselibs.conf (for libxine1)
* Tue Oct 07 2008 thoenig@suse.de