summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* license: update FSF address.Cedric BAIL2014-03-071-20/+20
| | | | @fix T1042.
* 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.
* AUTHORS: Fill in authors from git log to AUTHORS listStefan Schmidt2014-02-201-0/+10
|
* release: Update NEWS file and add out of date notice to ChangeLogStefan Schmidt2014-02-192-1/+22
| | | | | | Might not be the final NEWS file but a start which includes all noteworthy changes since 1.8.0. Adding a note to the ChangeLog so people know it will no longer get updated.
* release: Bump version to 1.9.0-beta1v1.9.0-beta1Stefan Schmidt2014-02-181-2/+2
| | | | Prepare tarballs for a first beta release.
* update readme+copying version/datesCarsten Haitzler (Rasterman)2014-02-122-2/+2
|
* 1.9.0 alpha1v1.9.0-alpha1Mike Blumenkrantz2014-02-111-4/+4
|
* gst loader - support key as stream position in 1/1000th of a secondCarsten Haitzler (Rasterman)2014-01-131-9/+22
|
* bump to 1.8.99 for devCarsten Haitzler (Rasterman)2013-12-191-1/+1
|
* add note on why checking n-video gst property will never work (not just 1.0+)Mike Blumenkrantz2013-12-021-0/+1
|
* bugfix: add a typefind to gstreamer plugin pipelineMike Blumenkrantz2013-12-021-1/+1
| | | | previously, we would load any file and try to force it into video/x-raw-rgb, which was (obviously) problematic for audio-only files. with a typefind added to the pipeline, only files which can output to video/x-raw-rgb will be processed
* bugfix: unbreak gstreamer pluginMike Blumenkrantz2013-12-021-2/+2
| | | | apparently the only way to fix this in 0.10 without newer apis is to not fix it
* Revert "bugfix: support gstreamer 0.10 and 1.0"Mike Blumenkrantz2013-12-022-19/+5
| | | | | | 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-022-5/+19
| | | | 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
|
* add libreoffice newsCarsten Haitzler (Rasterman)2013-12-011-0/+1
|
* readme - make requirements list a bullet listCarsten Haitzler (Rasterman)2013-12-011-9/+9
|
* v1.8.0-beta2v1.8.0-beta2Carsten Haitzler (Rasterman)2013-11-291-2/+2
|
* readme - update readme for efl 1.8Carsten Haitzler (Rasterman)2013-11-291-46/+57
| | | | lots of extra documentation and information now in the README
* gst loader - early quit if gst stream has no video streamsCarsten Haitzler (Rasterman)2013-11-271-0/+10
| | | | this should fix the hang/pause in T551. so T551 fixed by this.
* 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
|
* reandme -> 1.8.0Carsten Haitzler (Rasterman)2013-11-071-1/+1
|
* alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1Carsten Haitzler (Rasterman)2013-11-043-5/+21
|
* pdf: use the generic infrastructure to generate pdf for presentation slide.Cedric Bail2013-10-312-0/+11
| | | | | | | Be aware this is quite heavy and for some reason terminology seems to trigger quite a lot of try here. The generic infrastructure could be improved and use a cache of generated pdf (right now to display one image, we will generate the pdf at least 2 times !).
* pdf: add support for generic script generating pdf from anything.Cedric Bail2013-10-311-2/+68
|
* Evas_generic_loaders: PKGBUILD cleanupDoug Newgard2013-06-221-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | pkgname is just a variable instead of an array when it's not a split package Don't need empty makedepends array Add 'efl' to depends Removed 'gstreamer0.10' from deps, already going to be pulled in by the plugins Changed gstreamer deps to the plugin packages, that's what's actually needed by this package Doesn't need to provide itself or the obsolete -svn version Doesn't need to confict with the obsolete -svn version, if someone still has this, they're so far out of date it's not very likely they're paying any attention at all Removed 'strip' and 'zipman' options, they're already default, no need to override if someone chooses to change that. Removed -O2 and -g build flags for the same reason Removed buildflags and specified them in the CFLAGS variable Removed LDFLAGS declariation, why were we clearing this? Removed --disable-static, no static libs are built (I checked this time) No need to rm -rf $pkgdir/usr Double quote all paths with variables Install only license declaration, GPL2 is already on the system
* Remove 'lesser' when this isn't LGPLDoug Newgard2013-06-091-2/+1
| | | | | Just fixing a typo. Adding raster as Reviewer because he's the one listed in the file.
* update .gitignoreCarsten Haitzler (Rasterman)2013-06-071-0/+4
|
* update pkgbuildCarsten Haitzler (Rasterman)2013-06-071-6/+7
|
* add pkgbuild from git.Carsten Haitzler (Rasterman)2013-06-072-0/+41
|
* rsvg: include librsvg-features.h only if LIBRSVG_CHECK_VERSION is not definedJérémy Zurcher2013-05-181-2/+4
|
* fix back #if version check that breaks on older rsvg'sCarsten Haitzler (Rasterman)2013-05-171-1/+3
|
* add glib-2 and librsvg version checksJérémy Zurcher2013-05-151-0/+4
|
* well, shut up some warningsJérémy Zurcher2013-05-152-4/+4
|
* Evas_generic_loaders returns 1.7.99.UnversionedDirectory. this patchAlex-P. Natsios2013-03-231-2/+1
| | | | makes it behave like E and EFL.
* how did the evas_generic_loaders svg loader forget its symlinks for .svgz ↵Carsten Haitzler (Rasterman)2013-03-101-0/+4
| | | | and .svg.gz?
* gitignore: cleanup and ignore all generated files.Cedric BAIL2013-02-271-39/+6
|
* 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.
* efl, evas_generic_loaders: Removed unused variable. Set EINA_UNUSED to ↵Daniel Juyung Seo2013-02-081-1/+1
| | | | | | unused variables. SVN revision: 83788
* evas_generic_loaders: Update .gitignore fileStefan Schmidt2012-11-121-0/+3
| | | | SVN revision: 79173
* evas_generic_loaders: Don't use deprecated codeSebastian Dransfeld2012-10-092-0/+14
| | | | SVN revision: 77619
* shut up gst debug printfsMike Blumenkrantz2012-10-041-1/+1
| | | | SVN revision: 77433
* add timeouts to all generic loaders - same timer infra.Carsten Haitzler2012-09-2617-21/+80
| | | | SVN revision: 77076
* evas_generic_loaders: Update .gitignore to ignore more build filesStefan Schmidt2012-09-181-1/+6
| | | | SVN revision: 76822
* ChangeLog: back in time.Cedric BAIL2012-08-301-1/+1
| | | | SVN revision: 75875
* ChangeLog: state we did a release.Cedric BAIL2012-08-301-0/+3
| | | | SVN revision: 75873
* and up ver to 1.7.99 now in svn. nack to svnrev num at end.Carsten Haitzler2012-08-302-3/+3
| | | | SVN revision: 75869