Commit Graph

135 Commits

Author SHA1 Message Date
Carsten Haitzler bc9ce4bd09 add arcconfig for evas_generic_loaders 2014-05-27 18:09:10 +09:00
Carsten Haitzler b2742e34ab add in older gst 0.10 support in evas_generic_loaders 2014-05-27 18:08:30 +09:00
Luca Galli 1b1bcd75da Trying to port evas_generic_loaders to gstreamer1.0
Summary: Resulting video files thumbnail are grey and glitched

Reviewers: raster, cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D819
2014-05-27 17:48:22 +09:00
Stefan Schmidt dfb245cd5c release: Switch back to development mode
Open for 1.1 changes now.
2014-05-26 12:13:09 +02:00
Stefan Schmidt 5b0b898fe5 release: v1.10.0 2014-05-26 10:25:33 +02:00
Stefan Schmidt 48551cc1da autotools: Add xz as additional tarball format
If this turns out well we will remove bz2 in 1.12
2014-05-26 10:15:31 +02:00
Stefan Schmidt d491fa7e5e release: v1.10.0 beta3 2014-05-19 11:10:14 +02:00
ChunEon Park 94123a1690 README - fixed typo 2014-05-17 02:10:44 +09:00
Stefan Schmidt 53434c863d release: v1.10.0 beta2 2014-05-12 14:57:46 +02:00
Jérémy Zurcher d3ec100d55 silence warnings: shadows and different signs 2014-05-07 09:39:29 +02:00
Stefan Schmidt a571fe0464 release: v1.10.0 beta1 2014-05-05 16:17:46 +02:00
Stefan Schmidt e3cdac19f5 release: Fix alpha release tarball name 2014-04-28 13:24:46 +02:00
Stefan Schmidt 784d23eef7 release: v1.10.0 alpha1 2014-04-28 12:44:24 +02:00
Cedric BAIL 3e9bfb7924 license: update FSF address.
@fix T1042.
2014-03-07 16:11:32 +09:00
Stefan Schmidt 4347c174bd configure: Bump version to 1.9.99 to indicate development cycle
1.9 is released and the master branch is now in development mode
again. Make sure the version indicates that.
2014-02-26 09:32:44 +01:00
Stefan Schmidt 7c77281b8f Release version 1.9.0 2014-02-24 16:57:52 +01:00
Stefan Schmidt 52777310e7 release: Bump version to 1.9.0-beta2
Second and most likely last beta release before the 1.9 final. Give
it a good testing over the weekend.
2014-02-21 14:37:49 +01:00
Stefan Schmidt a30d3e2f41 AUTHORS: Fill in authors from git log to AUTHORS list 2014-02-20 12:08:19 +01:00
Stefan Schmidt 7536ad4145 release: Update NEWS file and add out of date notice to ChangeLog
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.
2014-02-19 13:46:47 +01:00
Stefan Schmidt d9fc3ba409 release: Bump version to 1.9.0-beta1
Prepare tarballs for a first beta release.
2014-02-18 15:39:40 +01:00
Carsten Haitzler c0a86cbb35 update readme+copying version/dates 2014-02-12 16:03:09 +09:00
Mike Blumenkrantz b77f794f66 1.9.0 alpha1 2014-02-11 16:22:39 -05:00
Carsten Haitzler 2092f31170 gst loader - support key as stream position in 1/1000th of a second 2014-01-13 05:11:49 +09:00
Carsten Haitzler 20c029e1b9 bump to 1.8.99 for dev 2013-12-19 15:43:55 +09:00
Mike Blumenkrantz baac6515a6 add note on why checking n-video gst property will never work (not just 1.0+) 2013-12-02 14:19:41 -05:00
Mike Blumenkrantz cd54a4e1e3 bugfix: add a typefind to gstreamer plugin pipeline
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
2013-12-02 14:16:20 -05:00
Mike Blumenkrantz a12299d4e0 bugfix: unbreak gstreamer plugin
apparently the only way to fix this in 0.10 without newer apis is to not fix it
2013-12-02 12:39:54 -05:00
Mike Blumenkrantz 3dd97971db Revert "bugfix: support gstreamer 0.10 and 1.0"
This reverts commit e629f406a55489bcbf46f1e6b76b47fdfa72094b.

somehow this went from compiling to not compiling in the time that I committed. I blame cedric.
2013-12-02 12:39:49 -05:00
Mike Blumenkrantz 58d6c943aa bugfix: support gstreamer 0.10 and 1.0
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
2013-12-02 12:31:06 -05:00
Carsten Haitzler 63a9dd7384 v1.8.0 2013-12-01 19:02:37 +09:00
Carsten Haitzler 45a6458c88 add libreoffice news 2013-12-01 16:08:27 +09:00
Carsten Haitzler 733d64c9b9 readme - make requirements list a bullet list 2013-12-01 14:53:49 +09:00
Carsten Haitzler 8a7c8b6bd8 v1.8.0-beta2 2013-11-29 19:37:09 +09:00
Carsten Haitzler 64938785b4 readme - update readme for efl 1.8
lots of extra documentation and information now in the README
2013-11-29 19:08:26 +09:00
Carsten Haitzler e84ed727b0 gst loader - early quit if gst stream has no video streams
this should fix the hang/pause in T551. so T551 fixed by this.
2013-11-27 00:12:18 +09:00
Carsten Haitzler 503d648c2a 1.8.0-beta1 2013-11-25 14:52:07 +09:00
Carsten Haitzler 350e6e07a4 1.8.0-alpha2 2013-11-19 17:22:00 +09:00
Carsten Haitzler 2b721e8f90 reandme -> 1.8.0 2013-11-07 17:26:09 +09:00
Carsten Haitzler 95fb6a9486 alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:00 +09:00
Cedric Bail 0ad516b11b pdf: use the generic infrastructure to generate pdf for presentation slide.
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 !).
2013-10-31 18:30:55 +09:00
Cedric Bail e09401f369 pdf: add support for generic script generating pdf from anything. 2013-10-31 18:29:28 +09:00
Doug Newgard 92ff2927f1 Evas_generic_loaders: PKGBUILD cleanup
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
2013-06-22 12:33:52 +09:00
Doug Newgard 156ae026cb Remove 'lesser' when this isn't LGPL
Just fixing a typo. Adding raster as Reviewer because he's the one
listed in the file.
2013-06-09 22:13:11 +09:00
Carsten Haitzler 655e2831d8 update .gitignore 2013-06-07 20:07:50 +09:00
Carsten Haitzler cc78603594 update pkgbuild 2013-06-07 19:09:44 +09:00
Carsten Haitzler 72a2659864 add pkgbuild from git. 2013-06-07 18:35:05 +09:00
Jérémy Zurcher 39fce076c6 rsvg: include librsvg-features.h only if LIBRSVG_CHECK_VERSION is not defined 2013-05-18 21:05:39 +02:00
Carsten Haitzler bc429a6486 fix back #if version check that breaks on older rsvg's 2013-05-17 08:08:19 +09:00
Jérémy Zurcher 83d98c287a add glib-2 and librsvg version checks 2013-05-15 16:22:24 +02:00
Jérémy Zurcher 0aec1efe93 well, shut up some warnings 2013-05-15 16:12:03 +02:00