summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* release: v1.10.0 beta1v1.10.0-beta1Stefan Schmidt2014-05-051-1/+1
|
* release: Fix alpha release tarball nameStefan Schmidt2014-04-281-1/+1
|
* release: v1.10.0 alpha1v1.10.0-alpha1Stefan Schmidt2014-04-281-3/+3
|
* configure: Bump version to 1.9.99 to indicate development cycleStefan Schmidt2014-02-261-1/+1
| | | | | 1.9 is released and the master branch is now in development mode again. Make sure the version indicates that.
* Release version 1.9.0v1.9.0evas_generic_loaders-1.9Stefan Schmidt2014-02-241-2/+2
|
* release: Bump version to 1.9.0-beta2v1.9.0-beta2Stefan Schmidt2014-02-211-2/+2
| | | | | Second and most likely last beta release before the 1.9 final. Give it a good testing over the weekend.
* release: Bump version to 1.9.0-beta1v1.9.0-beta1Stefan Schmidt2014-02-181-2/+2
| | | | Prepare tarballs for a first beta release.
* 1.9.0 alpha1v1.9.0-alpha1Mike Blumenkrantz2014-02-111-4/+4
|
* bump to 1.8.99 for devCarsten Haitzler (Rasterman)2013-12-191-1/+1
|
* Revert "bugfix: support gstreamer 0.10 and 1.0"Mike Blumenkrantz2013-12-021-17/+3
| | | | | | This reverts commit e629f406a55489bcbf46f1e6b76b47fdfa72094b. somehow this went from compiling to not compiling in the time that I committed. I blame cedric.
* bugfix: support gstreamer 0.10 and 1.0Mike Blumenkrantz2013-12-021-3/+17
| | | | commit 576b20e11c24c079d944fbbfb2d8902c4b313c10 last week broke gstreamer usage with 0.10 (n-video property not present until >= 1.0), but we required 0.10. not a great idea since most distros seem to still ship 0.10 by default, which means that ALL gst image loads would always fail
* v1.8.0v1.8.0Carsten Haitzler (Rasterman)2013-12-011-2/+2
|
* v1.8.0-beta2v1.8.0-beta2Carsten Haitzler (Rasterman)2013-11-291-2/+2
|
* 1.8.0-beta1v1.8.0-beta1Carsten Haitzler (Rasterman)2013-11-251-2/+2
|
* 1.8.0-alpha2v1.8.0-alpha2Carsten Haitzler (Rasterman)2013-11-191-2/+2
|
* alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1Carsten Haitzler (Rasterman)2013-11-041-5/+5
|
* add pkgbuild from git.Carsten Haitzler (Rasterman)2013-06-071-0/+1
|
* Evas_generic_loaders returns 1.7.99.UnversionedDirectory. this patchAlex-P. Natsios2013-03-231-2/+1
| | | | makes it behave like E and EFL.
* pdf: improve detection of all Poppler dependencies.Cedric BAIL2013-02-271-0/+14
| | | | | | | | People are sometime crazy and GlobalParams.h is provided on debian package libpoppler-private-dev without any proper .pc. So here we are detecting it with some black magic autofoo. Should fix track ticket #1860.
* evas_generic_loaders: Don't use deprecated codeSebastian Dransfeld2012-10-091-0/+8
| | | | SVN revision: 77619
* and up ver to 1.7.99 now in svn. nack to svnrev num at end.Carsten Haitzler2012-08-301-2/+2
| | | | SVN revision: 75869
* no this isnt release - this is simply me removing the beta tag so whenv1.7.0Carsten Haitzler2012-08-271-1/+1
| | | | | | | | we release it's ready. SVN revision: 75740
* tag as beta...Carsten Haitzler2012-08-171-1/+1
| | | | SVN revision: 75344
* more updates for 1.7.0 alpha.Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75095
* alpha release of 1.7 - let's roll. ALPHA!Carsten Haitzler2012-08-101-2/+2
| | | | SVN revision: 75091
* update all versions in @sincs, README's and configure.ac's etc. toCarsten Haitzler2012-07-091-2/+2
| | | | | | | | reflect a unified release version, for now 1.6.99. SVN revision: 73498
* Fix compilation with poppler >= 0.20Vincent Torri2012-06-071-30/+38
| | | | SVN revision: 71824
* generic loaders can now be determined by configure flagsMike Blumenkrantz2012-06-061-22/+70
| | | | SVN revision: 71740
* evas_generic_loaders: add support for poppler 0.20.Cedric BAIL2012-06-051-0/+7
| | | | | | | Patch by Fanina "cippp" Cristian <fancris3@gmail.com>. SVN revision: 71706
* evas_generic_loaders/configure.ac: Extend lipoppler check to avoid 0.20 and ↵Stefan Schmidt2012-05-311-1/+1
| | | | | | | | | upwards libpoppler changed API with 0.20 and our code is not prepared for that. Thus make sure we only build the pdf loader when we find a working lib version. Thanks goes to vtorri for autoconf consulting SVN revision: 71584
* evas_generic_loaders: add a rsvg generic loader.Cedric BAIL2012-05-181-0/+5
| | | | | | | | | NOTE: we have to much user complaining about instability in e17 due to librsvg. Moving it to a generic loader "resolve" this issue... SVN revision: 71222
* restore .99 micro versions for trunk and add back svnrev vers too.Carsten Haitzler2012-04-261-2/+2
| | | | SVN revision: 70492
* and removed the -beta tag...v1.2.0Carsten Haitzler2012-04-261-1/+1
| | | | SVN revision: 70489
* tag everything as beta in svn.Carsten Haitzler2012-04-211-1/+1
| | | | SVN revision: 70375
* and work more on getting release in shape - version requirements.Carsten Haitzler2012-03-171-1/+1
| | | | | | | | (god this is a pain in the butt) SVN revision: 69484
* gear up svn for release. one of many steps/things to do.Carsten Haitzler2012-03-171-4/+4
| | | | SVN revision: 69481
* and now go to normal-like svn revsCarsten Haitzler2011-12-021-2/+2
| | | | SVN revision: 65806
* revert my 1.x.99 stuff so i can branch.Carsten Haitzler2011-12-021-2/+2
| | | | SVN revision: 65803
* and lets bump on to 1.x.99 (or so) for svn... and back to adding snapCarsten Haitzler2011-12-021-2/+2
| | | | | | | | rev. SVN revision: 65802
* update release candidate trees to their release version in preparationCarsten Haitzler2011-11-161-5/+5
| | | | | | | | for alpha SVN revision: 65280
* pass discheck - actually compile... and up to 0.9.999 verCarsten Haitzler2011-11-151-2/+2
| | | | SVN revision: 65230
* increase requested gstreamer versions Vincent Torri2011-06-031-2/+2
| | | | SVN revision: 59928
* Add gstreamer generic loaderVincent Torri2011-06-031-2/+16
| | | | SVN revision: 59925
* evas_generic_loader: update autotools (from vtorri)Michael BOUCHAUD2011-05-311-1/+3
| | | | SVN revision: 59839
* evas_generic_loader: Add raw image format loader. There are dozens of raw ↵Michael BOUCHAUD2011-05-251-1/+6
| | | | | | photo formats: CRW, CR2, MRW, NEF, RAF, etc. 'RAW Format' does not exist; it is an illusion created by dcraw's ability to read all raw formats. So I use libraw who was nearest of dcraw. So we have more formats supported (foveon) and better rendering (default icc profile from camera) as libopenraw provides. shm_file seems doesn't work if someone want to fix it... I'm on SVN revision: 59679
* Add PostScript loader (using libspectre)Vincent Torri2011-05-191-0/+5
| | | | SVN revision: 59532
* make shmfile common code.Carsten Haitzler2011-05-131-1/+2
| | | | SVN revision: 59365
* we only need 0.12 poppler actuallyCarsten Haitzler2011-05-131-1/+1
| | | | SVN revision: 59364
* Add PDF loader (with some help from raster)Vincent Torri2011-05-121-10/+38
| | | | SVN revision: 59338
* add an xcf generic loader. code totally taken from original xcf loaderCarsten Haitzler2011-04-261-0/+116
in imlib2. this app is gpl. SVN revision: 58918