Commit Graph

21 Commits

Author SHA1 Message Date
Carsten Haitzler ad86b207e6 auto-package imlib2...
SVN revision: 13591
2005-03-03 14:28:52 +00:00
Michael Jennings 1d25522d40 Spec file fixes here too.
First of all, Imlib2 *cannot* depend on any loaders, because the
loaders themselves depend on Imlib2.  Imlib2 can in reality install
just fine without any loaders at all, so that's where I removed the
dependency.  The Right Way to do this, however, may actually be to
include some of the basic loaders into the Imlib2 package itself so
that the minimal Imlib2 install will at least be able to load
*something*.

Furthermore, RedHat's basic freetype package contains both freetype 1
and freetype 2 support, so I removed that bogus check.  I also removed
"Requires:" lines that are simply redundant due to shared library
dependency detection.


SVN revision: 5568
2001-10-24 23:22:12 +00:00
Carsten Haitzler 7ba6529191 working offline... :)
SVN revision: 5370
2001-09-24 21:11:53 +00:00
Michael Jennings 64cbfee4fe Fri Aug 10 13:33:13 PDT 2001
(KainX)

None of the libraries are now absolute requirements.  Everything that
requires external support which Imlib2 itself doesn't specifically
need can now be optionally built.


SVN revision: 5090
2001-08-10 20:34:33 +00:00
Carsten Haitzler 0564389a26 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
2001-08-10 08:35:05 +00:00
Carsten Haitzler be537a334c on a stick!
SVN revision: 4147
2001-01-24 01:47:00 +00:00
Carsten Haitzler cea6638e08 * up version to 1.0.1 - will do minor release real soon.
* fix build so loaders build if u have no imlib2 installed
* fix requires and buildrequires in spec file for freetype & edb to be correct


SVN revision: 4105
2001-01-07 22:02:08 +00:00
Term f7e6af37c5 Blah. Isn't it great how things like "check the other packages in the spec
file" occur to you RIGHT after you do a commit? I love being up late. :)


SVN revision: 3608
2000-10-14 08:36:51 +00:00
Term 44a6a601a5 Based on a suggestion from Richard Lowe <richlowe@btinternet.com>, and
partially from a patch from him, updated README to include the
dependancies. Also added a few more to imlib2.spec.in (libjpeg, libpng,
edb).


SVN revision: 3607
2000-10-14 08:35:41 +00:00
Term 9ed198dd4e Cleanup the spec file a bunch with a patch from
Joakim Bodin <bodin@dreamhosted.com>. Changed a few things in to make it
happy to build in rpm < 3.0.5, and a few other minor tweaks.


SVN revision: 3564
2000-09-30 12:41:53 +00:00
Term bf71551d04 Bored. Reading. Typo. Commit. Sleep.
SVN revision: 3465
2000-09-14 06:37:14 +00:00
Carsten Haitzler d7b8c1575b add docs..... and prefix is /usr for rpms damnit! :)
SVN revision: 3450
2000-09-13 16:20:33 +00:00
Carsten Haitzler b4491f3c7c ok- lyly can have his changelog back.. ugly - eats space with nothing useful
:) - thats what cvs is for... :)


SVN revision: 3443
2000-09-13 15:09:21 +00:00
Carsten Haitzler 695ef867bd dont NEED those dependancies
SVN revision: 3436
2000-09-13 05:40:42 +00:00
Carsten Haitzler 355e700e6d docs get built......... :)
SVN revision: 3421
2000-09-12 21:42:23 +00:00
Carsten Haitzler 51518c516c oops - fix that
SVN revision: 3420
2000-09-12 21:33:30 +00:00
Carsten Haitzler 2c8b517b1a fix requires to be more accurate
SVN revision: 3418
2000-09-12 21:13:24 +00:00
Carsten Haitzler 00aeaf4586 up version number.. tentative for a 1.0 release...
revamp rpm packages completely. split loaders into their own packages
(more logical units). main imlib2 requires the jpeg, png and db laoders
at a  minimum


SVN revision: 3417
2000-09-12 21:11:22 +00:00
Carsten Haitzler 74c2136de5 only build loaders if headres/libs are found - chheck for libs and note them
minimum requirements are jpeg, png and db loaders.


SVN revision: 3415
2000-09-12 19:30:37 +00:00
Term d0bc2c9c2b First commit. Woohoo!
Fixed the spec file to include imlib2-config.


SVN revision: 3281
2000-08-31 05:01:28 +00:00
Michael Jennings 81a8709050 It's always a good idea to "make distcheck" before you commit when you add
or remove files. :-)

I fixed that.  I also fixed a bug in filter_test that would have been
revealed by the proper warnings flags.  So whoever wrote that wins the
raster boobie prize for allowing a non-void function to return without a
value.

I also made the spec file auto-generated.


SVN revision: 2719
2000-05-28 16:57:22 +00:00