summaryrefslogtreecommitdiff
path: root/imlib2.spec.in
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2001-08-10 08:35:05 +0000
committerCarsten Haitzler <raster@rasterman.com>2001-08-10 08:35:05 +0000
commit0564389a26eae53663fa9a1adef0f39154761822 (patch)
tree66e2bb28a6c1757628a88ffc7fbc1e3a5503f503 /imlib2.spec.in
parent2523237b33eb7e64f1dec6612df8726d73c2eac7 (diff)
downloadimlib2-0564389a26eae53663fa9a1adef0f39154761822.tar.gz
virtualize real file and key splitting nicely into image data struct.
now we escpae literal colons with double colons. it's documented too. (this was easier to do as i also have to do it for ssving files and you cant stat to see if a file exisit fi you havent saved it yet) SVN revision: 5080
Diffstat (limited to 'imlib2.spec.in')
-rw-r--r--imlib2.spec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/imlib2.spec.in b/imlib2.spec.in
index c6ecf90..c824f3f 100644
--- a/imlib2.spec.in
+++ b/imlib2.spec.in
@@ -13,8 +13,8 @@ Source: ftp://ftp.enlightenment.org/pub/enlightenment/e17/libs/%{name}-%{ver}.ta
BuildRoot: %{_tmppath}/%{name}-root
Packager: Lyle Kempler <term@kempler.net>, Joakim Bodin <bodin@dreamhosted.com>
URL: http://www.rasterman.com/raster/imlib.html
-Requires: freetype >= 1.2
-Requires: freetype < 2.0
+#Requires: freetype >= 1.2
+#Requires: freetype < 2.0
Requires: XFree86
Requires: imlib2-loader_jpeg
Requires: imlib2-loader_png
@@ -24,8 +24,8 @@ BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: edb-devel >= 1.0.2
BuildRequires: XFree86-devel
-BuildRequires: freetype-devel >= 1.2
-BuildRequires: freetype-devel < 2.0
+#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