Package: imlib2-loaders
Version: 1.12.1
Revision: 1
Description: Image handling library (extra loaders)
License: GPL
# free to take over with imlib2
Maintainer: Hanspeter Niederstrasser <nieder@users.sourceforge.net>

Depends: imlib2-shlibs (>= %v-1)
BuildDepends: <<
	fink (>= 0.32),
	fink-package-precedence,
	freetype219 (>= 2.12.1-4),
	imlib2 (>= %v-1),
	pkgconfig (>= 0.23),
	x11-dev
<<

Source: mirror:sourceforge:enlightenment/imlib2_loaders-%v.tar.xz
Source-CheckSum: SHA256(ca3a92b109b4a7ef0173a62ff91a8330b901eef85984ed591ec227d15251be0f)
#PatchScript: perl -pi -e 's,-module,-no-undefined -module,' src/modules/loaders/Makefile.in
ConfigureParams: <<
	--enable-dependency-tracking \
	--disable-eet \
	--disable-static
<<
CompileScript: <<
	./configure %c
	make -w V=1
	fink-package-precedence .
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog INSTALL README

Homepage: https://docs.enlightenment.org/api/imlib2/html/
DescDetail: <<
Imlib2 is the successor to Imlib.  It is not just a newer version, it is a
completely new library.  Imlib2 can be installed alongside Imlib 1.x
without any problems since they are effectively different libraries, but
they have very similar functionality.

This package contains extra image loaders for the Imlib2 library.
<<
DescPackaging: <<
dmacks: uses symbols in libImlib that loads it, but does not link
against it or use -bundle_loader, so it's not clean for -no-undefined

Previously maintained by Benjamin Reed <imlib2_loaders@fink.raccoonfink.com>
<<