Commit Graph

69 Commits

Author SHA1 Message Date
Kim Woelders b9c88445a2 1.7.3 2021-08-08 19:28:09 +02:00
Kim Woelders d2ff569608 autofoo: Resurrect non-pkg check for bzip2
Apparently upstream (1.0.8) does not provide a .pc file but some
distributions add one.
2021-08-07 18:46:35 +02:00
Kim Woelders 8bd1a401bc 1.7.2 2021-07-27 18:55:18 +02:00
Kim Woelders 49af0f9d59 Add feature to build with ASAN (--enable-gcc-asan) 2021-07-13 08:55:33 +02:00
Kim Woelders 240857af99 Spec file: Add git tag to rpm file name (if built from git checkout) 2021-07-10 15:44:17 +02:00
Kim Woelders c1ee164d6d autofoo: Move more to pkg-config
Facilitates testing alternative library versions.
2021-04-30 10:03:49 +02:00
Kim Woelders e095fc4ba4 Remove obsolete and unused AC_HEADER_STDC 2021-04-06 15:40:31 +02:00
Kim Woelders 01424487e3 1.7.1 2020-12-09 17:46:24 +01:00
Kim Woelders 7066b54364 1.7.0 2020-08-01 07:02:26 +02:00
Kim Woelders 0547caa67a configure.ac: Drop initial config.cache removal
Not removing config.cache does not seem to cause trouble elsewhere.
2020-04-14 17:36:55 +02:00
Kim Woelders 59027165b2 1.6.1 2019-12-13 19:08:18 +01:00
Kim Woelders 11ced03ba4 1.6.0. 2019-11-24 07:08:19 +01:00
Kim Woelders 3f4d80dc82 Add new WebP loader
Contributed by Jason Andresen <jandrese@vt.edu>.
2019-08-15 15:44:49 +02:00
Kim Woelders c63f7a3a63 Autofoo cosmetics 2018-05-04 18:15:01 +02:00
Kim Woelders 78e738612c 1.5.1. 2018-03-17 14:01:55 +01:00
Kim Woelders 4311d5f8ad 1.5.0. 2018-02-22 10:37:26 +01:00
Kim Woelders f799074a4d Autofoo cosmetics 2018-02-08 15:37:56 +01:00
Alexander Volkov ca17031280 Add support for MIT-SHM FD-passing
Summary:
This is more secure way of using shared memory because
it's visible only to the X server and the application.

Reviewers: kwo

Reviewed By: kwo

Differential Revision: https://phab.enlightenment.org/D5788
2018-02-08 15:34:53 +01:00
Kim Woelders 67011d6252 1.4.10. 2017-04-15 15:59:22 +02:00
Kim Woelders 9780f8dbc4 1.4.9. 2016-04-29 19:29:37 +02:00
Kim Woelders 8abdb98965 1.4.8. 2016-03-12 08:50:32 +01:00
Kim Woelders d242d589bb 1.4.7. 2015-04-04 20:08:21 +02:00
Kim Woelders e20587d7a7 Enable visibility hiding by default. 2014-12-20 10:35:28 +01:00
Kim Woelders a4dd5bcdc2 Autofoo macro cleanups (ac_->ec_).
- Changes names AC_/ac_ to EC_/ec_ to stay out of autoconf namespace.
2014-12-16 20:30:48 +01:00
Kim Woelders a085694ff0 Autofoo update (AC_PROG_LIBTOOL -> LT_INIT). 2014-12-16 20:30:37 +01:00
Mike Frysinger dfb9521e8c simplify --enable-visibility-hiding handling
This also fixes the --disable-visibility-hiding flag so that it doesn't
turn visibility on.
2014-01-18 13:55:53 -05:00
Kim Woelders 31af56a040 1.4.6. 2013-12-21 13:41:59 +01:00
Kim Woelders fe82b9760c Autofoo updates.
- Eliminate deprecated AC_TRY_CPP.
- Use pkg-config in stead of freetype-config to get freetype info.
- Eliminate my_includes/my_libs.
- Clean up include paths.
2013-07-07 20:35:29 +02:00
Kim Woelders e81eec2961 Don't set -std=gnu99.
Should not be needed since round() was implemented as macro.
2013-07-05 18:44:11 +02:00
Kim Woelders 6e41fe2e1a Set warning options when using gcc. 2013-07-03 15:07:51 +02:00
Kim Woelders 4f94a524b9 Update configure.ac (mostly suggestions by autoupdate). 2013-07-02 16:08:53 +02:00
Cedric BAIL b88a36e6fd trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
Patch by Doug Newgard <scimmia22@outlook.com>


SVN revision: 82148
2013-01-04 05:49:26 +00:00
Cedric BAIL 6d19254b4f autotools: move to AC_CONFIG_HEADERS.
Patch by Doug Newgard <scimmia22@outlook.com>.


SVN revision: 82135
2013-01-04 00:55:00 +00:00
Kim Woelders d41d57003a 1.4.5.
SVN revision: 62486
2011-08-15 19:30:41 +00:00
Kim Woelders ebb62b7521 Avoid referencing /usr/X11R6 when x_dir is not set.
... which normally it will not be, AFAICT.

SVN revision: 58696
2011-04-15 22:04:59 +00:00
Kim Woelders 2fd09af93f 1.4.4.
SVN revision: 48635
2010-05-05 18:23:19 +00:00
Kim Woelders f3888ffb4f 1.4.3.
SVN revision: 47222
2010-03-14 20:34:27 +00:00
Michael Jennings 2dee79e83d Fix build.
SVN revision: 45971
2010-02-07 23:47:46 +00:00
Christopher Michael f6055bfa96 Enable silent rules in building imlib2
SVN revision: 44212
2009-12-06 02:31:10 +00:00
Kim Woelders c84c09c31e Remove incorrect test for X11/X.h.
SVN revision: 43355
2009-10-30 20:00:01 +00:00
Christopher Michael 02d6b0d451 Add m4 macro dir as suggested by autoconf.
SVN revision: 41492
2009-07-24 19:32:53 +00:00
Daniel Kolesa 9b6843ca7b Removed debian things like rasterman did in some others from Makefile.am and configure.ac/in(and modifed AUTHORS, autogen.sh and README in E-MODULES-EXTRA) in
edje_viewer 
elicit 
elitaire 
E-MODULES-EXTRA 
emotion 
emphasis 
empower 
enhance 
entrance 
ephoto 
epsilon 
esmart 
estickies 
etk 
ewl 
exhibit 
exml 
imlib2 
imlib2_loaders 
MISC/engage 
OLD/eclair 
OLD/engrave 
OLD/enotes 
OLD/e_utils 
OLD/examine 
OLD/iconbar 
PROTO/etk_server 
PROTO/extrackt


SVN revision: 38373
2008-12-31 10:52:08 +00:00
Kim Woelders 5b60182d96 Don't build static libs for modules.
SVN revision: 37371
2008-11-01 10:17:38 +00:00
Kim Woelders e3ec99354e Revert imlib2-config removal. There still may be systems without pkgconfig out there.
SVN revision: 37002
2008-10-22 18:48:55 +00:00
Kim Woelders 386ee4810a Remove imlib2-config (use pkgconfig).
SVN revision: 37001
2008-10-22 18:36:39 +00:00
Michael Jennings 98277fa38d Tue Oct 21 21:28:27 2008 Michael Jennings (mej)
1.4.2 is released.  Prepare for new stuff.
----------------------------------------------------------------------


SVN revision: 36953
2008-10-22 04:28:28 +00:00
Peter Wehrfritz b50c47955b configure.in -> configure.ac
SVN revision: 36364
2008-09-30 18:07:29 +00:00
Carsten Haitzler 5c8e9defea just .in now - the whole transition is over.
SVN revision: 9729
2004-04-15 05:21:13 +00:00
Carsten Haitzler 1d6ca99c25 1.1.1
SVN revision: 9728
2004-04-15 05:18:51 +00:00
Tilman Sauerbeck 0f30f8b88e replaced loader_gzbz2 with loader_zlib and loader_bz2. removed empty save() in some loaders
SVN revision: 8932
2004-02-10 18:32:22 +00:00