|
|
@@ -32,8 +32,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EXP]
|
|
|
Group: X11
|
|
|
License: GPL
|
|
|
-Version: 1.9.10
|
|
|
-Release: 20020206
|
|
|
+Version: 1.9.14
|
|
|
+Release: 20020405
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/imlib-%{version}.tar.gz
|
|
|
@@ -41,8 +41,8 @@ Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/imlib-%{version
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, gtk
|
|
|
-PreReq: OpenPKG, openpkg >= 20020206, gtk
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, glib, gtk, tiff, jpeg, png, giflib
|
|
|
+PreReq: OpenPKG, openpkg >= 20020206, glib, gtk, tiff, jpeg, png, giflib
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -56,14 +56,15 @@ AutoReqProv: no
|
|
|
PATH="%{l_prefix}/bin:$PATH"
|
|
|
export PATH
|
|
|
CC="%{l_cc}" \
|
|
|
- CPPFLAGS="-I%{l_prefix}/include" \
|
|
|
- CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
|
|
|
+ CPPFLAGS="-I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
|
|
|
+ CFLAGS="%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
|
|
|
LDFLAGS="-L%{l_prefix}/lib" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--sysconfdir=%{l_prefix}/etc/imlib \
|
|
|
--with-gtk-prefix=%{l_prefix} \
|
|
|
--with-glib-prefix=%{l_prefix} \
|
|
|
+ --disable-shared \
|
|
|
--disable-nls \
|
|
|
--enable-shm
|
|
|
%{l_make} %{l_mflags -O}
|