Commit Graph

37 Commits

Author SHA1 Message Date
Michael Jennings eb0b4cd977 Wed Jan 19 17:10:29 2005 Michael Jennings (mej)
Fix imlib2 and evas spec files to depend on /usr/bin/freetype-config
so that they'll build on both RH/Fedora/cAos (freetype-devel) and SuSE
(freetype2-devel).
----------------------------------------------------------------------


SVN revision: 13020
2005-01-19 21:07:06 +00:00
Azundris 8c0a176a17 Grrr! : )
SVN revision: 13010
2005-01-19 12:28:53 +00:00
Carsten Haitzler 142d6d1d41 url...
SVN revision: 12969
2005-01-15 04:40:03 +00:00
Michael Jennings a35eb5981f Thu Jan 6 10:27:24 2005 Michael Jennings (mej)
Spec file fixes from Jason Williams <jasonw@tulg.org>.
----------------------------------------------------------------------


SVN revision: 12798
2005-01-06 15:28:20 +00:00
Michael Jennings ac4750e3d9 Ssssh!
SVN revision: 12740
2005-01-04 14:47:04 +00:00
Michael Jennings fc951a124f Copyright -> License
SVN revision: 12729
2005-01-04 05:52:45 +00:00
Michael Jennings 2676c629e6 Ditto.
SVN revision: 12727
2005-01-04 03:52:32 +00:00
Carsten Haitzler 5886f2a7cd and new much cleaner tree.
SVN revision: 12113
2004-11-01 09:45:31 +00:00
Carsten Haitzler 31660022d0 remooov!
SVN revision: 12112
2004-11-01 09:34:29 +00:00
Azundris cd62ea29e6 * add token entry for LBM loader
SVN revision: 11729
2004-09-26 03:59:29 +00:00
Kevin Brosius 255bbfb3b1 .spec version update
Kevin Brosius <cobra@compuserve.com>


SVN revision: 11527
2004-09-06 03:28:15 +00:00
Michael Jennings a743c11ebc Wed Aug 25 15:53:59 2004 Michael Jennings (mej)
Never mind.  I did it myself. :)
----------------------------------------------------------------------


SVN revision: 11379
2004-08-25 19:54:59 +00:00
Michael Jennings 7407d3a2d6 Sun Jul 25 17:45:53 2004 Michael Jennings (mej)
Fixed up lots of spec files here.  I haven't been able to test the
emotion spec file, but hopefully I didn't break anything too
terrible. :-)

Also fixed an etox problem with the conditional test build.
----------------------------------------------------------------------


SVN revision: 11021
2004-07-25 21:50:40 +00:00
Michael Jennings 56a7a6699f Tue Jul 20 17:23:57 2004 Michael Jennings (mej)
Patch from Matt Hyclak <hyclak@gmail.com> for lib64 support.
----------------------------------------------------------------------


SVN revision: 10947
2004-07-20 21:24:37 +00:00
Michael Jennings d83cddee16 Fri Jul 2 14:41:17 2004 Michael Jennings (mej)
Now builds properly on Vermillion, cAos, and CentOS.  Hopefully others
too.  :-)
----------------------------------------------------------------------


SVN revision: 10667
2004-07-02 18:41:52 +00:00
Azundris 8ca824db74 * spec-file (for RPM)
SVN revision: 10234
2004-05-14 19:08:52 +00:00
Carsten Haitzler 88033d3aed distipoos
SVN revision: 9749
2004-04-16 05:15:40 +00:00
Carsten Haitzler 1d6ca99c25 1.1.1
SVN revision: 9728
2004-04-15 05:18:51 +00:00
Azundris 1652e05c80 * assorted fixes for RPM-building
SVN revision: 8200
2003-12-23 11:41:25 +00:00
Carsten Haitzler 8bcce95d56 make packages
SVN revision: 7206
2003-07-21 01:49:50 +00:00
Michael Jennings a5783f4096 Package names can vary. Besides, if one doesn't know what's needed to
build it, one shouldn't be building it. :-)


SVN revision: 7163
2003-07-13 01:43:35 +00:00
Carsten Haitzler 1c68760158 vrsion -> 1.1.0
SVN revision: 7161
2003-07-13 01:32:02 +00:00
Michael Jennings e62412cdf2 Thu Apr 3 20:48:27 EST 2003
(KainX)

Minor Makefile.am tweak which apparently helps portability.


SVN revision: 6823
2003-04-04 01:49:41 +00:00
Michael Jennings 0eb31d8490 Tue Jun 4 23:29:36 2002 Michael Jennings (mej)
Let's try that again, shall we?


SVN revision: 6303
2002-06-05 03:29:51 +00:00
Michael Jennings 4380782965 Wed May 29 09:22:42 2002 Michael Jennings (mej)
Merged changes from SPLIT into the main trunk and deleted SPLIT.


SVN revision: 6288
2002-05-29 13:23:25 +00:00
Michael Jennings bf8bae5809 Tue Jan 15 15:22:06 EST 2002
(KainX)

Fixed a whole slew of potential buffer overflows, hopefully including
the one recently posted to BUGTRAQ.


SVN revision: 5838
2002-01-15 20:23:53 +00:00
Term 6d867ed2b7 I should've done this a while back. Sorry about the big number of emails
coming. ;)


SVN revision: 5789
2001-12-22 07:54:57 +00:00
Michael Jennings 3caf0aacac Minor portability nit to appease the Texan.
SVN revision: 5569
2001-10-24 23:26:20 +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
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
Chris Ross b6409d23fa One fricken character. Freetype 1.2, not 1.1
SVN revision: 2676
2000-05-20 23:10:38 +00:00
Chris Ross f4b4a3feb6 * Stuff from term, fixes some rpm build issues with imlib_view
SVN revision: 2675
2000-05-20 23:01:11 +00:00
Carsten Haitzler 095afe1c6c spec file up...
SVN revision: 2628
2000-05-12 01:19:32 +00:00
Carsten Haitzler 2676818732 write text at any angle............... :) patches form willem again :)
SVN revision: 2583
2000-04-30 19:15:12 +00:00
Carsten Haitzler c597161f3c fix spec file - dont buidl demos package
SVN revision: 2450
2000-04-08 21:06:17 +00:00
Carsten Haitzler 6982203dba spec file too...
SVN revision: 1535
1999-12-07 17:30:55 +00:00
Carsten Haitzler 318c8f1afd more correct makefile.am in base........
SVN revision: 1152
1999-11-02 15:56:23 +00:00