diff --git a/Makefile.am b/Makefile.am index dec6b96..f71096a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess \ ltconfig ltmain.sh missing mkinstalldirs \ stamp-h.in -SUBDIRS = libltdl loaders src filters doc +SUBDIRS = libltdl src filters doc loaders bin_SCRIPTS = imlib2-config diff --git a/configure.in b/configure.in index 87c8e09..8ef0063 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure. AC_INIT(src/Imlib2.h) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(imlib2, 1.0.0) +AM_INIT_AUTOMAKE(imlib2, 1.0.1) AM_CONFIG_HEADER(config.h) diff --git a/imlib2.spec.in b/imlib2.spec.in index ef71ac9..7ec4d90 100644 --- a/imlib2.spec.in +++ b/imlib2.spec.in @@ -9,11 +9,12 @@ Version: %{ver} Release: %{rel} Copyright: BSD Group: System/Libraries -Source: ftp://ftp.enlightenment.org/pub/enlightenment/e17/libs/%{name}-%{ver}.tar.bz2 +Source: ftp://ftp.enlightenment.org/pub/enlightenment/e17/libs/%{name}-%{ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-root Packager: Lyle Kempler , Joakim Bodin URL: http://www.rasterman.com/raster/imlib.html Requires: freetype >= 1.2 +Requires: freetype < 2.0 Requires: XFree86 Requires: imlib2-loader_jpeg Requires: imlib2-loader_png @@ -21,9 +22,10 @@ Requires: imlib2-loader_db Requires: imlib2-loader_argb BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: edb-devel +BuildRequires: edb-devel >= 1.0.2 BuildRequires: XFree86-devel BuildRequires: freetype-devel >= 1.2 +BuildRequires: freetype-devel < 2.0 %description Imlib2 is an advanced replacement library for libraries like libXpm that provides many more features with much greater flexibility and speed than @@ -65,8 +67,8 @@ PNG image loader/saver for Imlib2 %package loader_db Summary: Imlib2 DB loader Group: System/Libraries -Requires: edb -BuildRequires: edb-devel +Requires: edb >= 1.0.2 +BuildRequires: edb-devel >= 1.0.2 %description loader_db DB image loader/saver for Imlib2 @@ -203,6 +205,9 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/loaders/image/xpm.* %changelog +* Mon Jan 8 2001 The Rasterman +- Fix Requires & BuildRequires for freetype. + * Sat Sep 30 2000 Lyle Kempler - Bring back building imlib2 as root via autogen.sh for the lazy (me) - Some minor changes diff --git a/loaders/Makefile.am b/loaders/Makefile.am index 8de7ed7..ac2df5f 100644 --- a/loaders/Makefile.am +++ b/loaders/Makefile.am @@ -39,43 +39,43 @@ pnm.la argb.la bmp.la xpm.la tga.la #xcf.la jpeg_la_SOURCES = loader_jpeg.c jpeg_la_LDFLAGS = -no-undefined -module -avoid-version -jpeg_la_LIBADD = -lImlib2 @JPEGLIBS@ +jpeg_la_LIBADD = @JPEGLIBS@ -L$(top_builddir)/src/.libs -lImlib2 png_la_SOURCES = loader_png.c png_la_LDFLAGS = -no-undefined -module -avoid-version -png_la_LIBADD = -lImlib2 @PNGLIBS@ +png_la_LIBADD = @PNGLIBS@ -L$(top_builddir)/src/.libs -lImlib2 db_la_SOURCES = loader_db.c db_la_LDFLAGS = -no-undefined -module -avoid-version -db_la_LIBADD = @EDBLIBS@ -lz +db_la_LIBADD = @EDBLIBS@ -lz -L$(top_builddir)/src/.libs -lImlib2 tiff_la_SOURCES = loader_tiff.c tiff_la_LDFLAGS = -no-undefined -module -avoid-version -tiff_la_LIBADD = @TIFFLIBS@ +tiff_la_LIBADD = @TIFFLIBS@ -L$(top_builddir)/src/.libs -lImlib2 gif_la_SOURCES = loader_gif.c gif_la_LDFLAGS = -no-undefined -module -avoid-version -gif_la_LIBADD = @GIFLIBS@ +gif_la_LIBADD = @GIFLIBS@ -L$(top_builddir)/src/.libs -lImlib2 pnm_la_SOURCES = loader_pnm.c pnm_la_LDFLAGS = -no-undefined -module -avoid-version -pnm_la_LIBADD = +pnm_la_LIBADD = -L$(top_builddir)/src/.libs -lImlib2 argb_la_SOURCES = loader_argb.c argb_la_LDFLAGS = -no-undefined -module -avoid-version -argb_la_LIBADD = +argb_la_LIBADD = -L$(top_builddir)/src/.libs -lImlib2 bmp_la_SOURCES = loader_bmp.c bmp_la_LDFLAGS = -no-undefined -module -avoid-version -bmp_la_LIBADD = +bmp_la_LIBADD = -L$(top_builddir)/src/.libs -lImlib2 xpm_la_SOURCES = loader_xpm.c xpm_la_LDFLAGS = -no-undefined -module -avoid-version -xpm_la_LIBADD = +xpm_la_LIBADD = -L$(top_builddir)/src/.libs -lImlib2 tga_la_SOURCES = loader_tga.c tga_la_LDFLAGS = -no-undefined -module -avoid-version -tga_la_LIBADD = +tga_la_LIBADD = -L$(top_builddir)/src/.libs -lImlib2 #xcf_la_SOURCES = loader_xcf.c loader_xcf_pixelfuncs.c #xcf_la_LDFLAGS = -no-undefined -module -avoid-version diff --git a/src/Makefile.am b/src/Makefile.am index 98e03fc..1457f77 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ libImlib2_la_SOURCES = scale.c image.c blend.c file.c rgbadraw.c api.c \ EXTRA_libImlib2_la_SOURCES = rend.c ximage.c rgba.c color.c grab.c draw.c \ context.c color.h context.h draw.h grab.h rend.h \ rgba.h ximage.h $(MMX_SRCS) -libImlib2_la_LDFLAGS = -version-info 1:0:0 +libImlib2_la_LDFLAGS = -version-info 1:1:0 if HAVE_MMX libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ $(MMX_OBJS) \