vapier [Fri, 25 Jan 2008 04:40:28 +0000 (04:40 +0000)]
set proper ACLOCAL_AMFLAGS
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@33605
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 25 Jan 2008 03:35:49 +0000 (03:35 +0000)]
asparagus! also pass distcheck and have common autofoo init that is
consistent for package, version etc.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@33602
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
davemds [Thu, 6 Dec 2007 23:18:55 +0000 (23:18 +0000)]
Update doxy style
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@33032
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Tue, 13 Nov 2007 07:13:51 +0000 (07:13 +0000)]
Fix awk portability by removing the space between the -F flag and its arg.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32656
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 11 Nov 2007 16:02:02 +0000 (16:02 +0000)]
Fix the play of 2 files. Patch by Nicolas Aguirre
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32576
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 11 Nov 2007 09:12:08 +0000 (09:12 +0000)]
autostuff improvements:
* use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
and check the required minimal versions.
* add bzipped distribution archive
* add AC_LIBTOOL_WIN32_DLL
* forbid libtool to check fortran and c++ compilers
* compute libtool versioning from the version of the package
* pass the directories based on ${prefix} to the preoprocessor
with the -D option
* replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
* remove useless -L flags in *_la_LDFLAGS
* remove Makefile.in on maintainer-clean rule
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32564
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mej [Wed, 7 Nov 2007 05:42:08 +0000 (05:42 +0000)]
Tue Nov 6 21:42:00 2007 Michael Jennings (mej)
Spec and build fixes.
----------------------------------------------------------------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32416
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
pfritz [Tue, 6 Nov 2007 17:03:43 +0000 (17:03 +0000)]
following the api changes of ecore
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32411
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 6 Nov 2007 06:56:53 +0000 (06:56 +0000)]
Add type identifier.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32400
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Fri, 2 Nov 2007 11:58:59 +0000 (11:58 +0000)]
now you can play several files without segfault
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32299
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Wed, 31 Oct 2007 20:16:37 +0000 (20:16 +0000)]
Update ChangeLog
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32270
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Wed, 31 Oct 2007 19:34:39 +0000 (19:34 +0000)]
* Use ecore_plugin instead of dlfcn
* the modules names are now "xine" and "gstreamer" (it's useless to add
the extension, as ecore_plugin do not need it). I'll fix eclair,
etk_extra and ewl.
* look for the modules in path that is pointed by the env variable
EMOTION_MODULES_DIR first.
* fix a leak in the gstreamer module
* remove some trailing spaces
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32261
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 28 Oct 2007 10:19:09 +0000 (10:19 +0000)]
fix odd sized videos
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32186
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 28 Oct 2007 03:59:23 +0000 (03:59 +0000)]
handle exists too - and it gets written!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32179
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 26 Oct 2007 10:49:16 +0000 (10:49 +0000)]
check if *mod is null
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32167
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
nash [Thu, 25 Oct 2007 04:52:39 +0000 (04:52 +0000)]
Fix two bugs:
- Get pixels from the image object not the smart object
- Fix typo in if statement
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32157
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 5 Oct 2007 05:12:38 +0000 (05:12 +0000)]
cedric's ecore_job_init/shtudown patches.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31972
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sat, 1 Sep 2007 17:51:40 +0000 (17:51 +0000)]
* src/modules/emotion_gstreamer.c: (em_file_open):
* src/modules/emotion_gstreamer_pipeline.c: (cb_handoff),
(emotion_pipeline_dvd_build), (emotion_pipeline_uri_build),
(emotion_pipeline_file_build), (_emotion_streams_sinks_get),
(_emotion_video_sink_fill), (_emotion_audio_sink_fill):
* src/modules/emotion_gstreamer_pipeline.h:
add the support of URI playback. Minor fixes.
Fix bug #114
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31592
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 26 Aug 2007 14:33:41 +0000 (14:33 +0000)]
asparagus!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31524
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
moom [Sun, 19 Aug 2007 14:11:38 +0000 (14:11 +0000)]
* Do not unref twice the same message
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31400
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
moom [Mon, 6 Aug 2007 19:17:39 +0000 (19:17 +0000)]
* Fix a potential segv with the Gstreamer engine
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31197
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Aug 2007 13:12:43 +0000 (13:12 +0000)]
move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will
probably die as it's already got legacy funcion methods for layer etc. stuff.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31161
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
pfritz [Wed, 25 Jul 2007 17:01:04 +0000 (17:01 +0000)]
*API BREAK* see the discussion in the mailing list. misc and e_modules will follow
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30970
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 Jul 2007 05:13:19 +0000 (05:13 +0000)]
work around xine deadlock
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30891
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 Jul 2007 04:42:31 +0000 (04:42 +0000)]
debugging emotion.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30889
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 15 Jul 2007 08:28:11 +0000 (08:28 +0000)]
various patches from the devel mailing list in - and fixed where needed.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30818
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 10 Jul 2007 00:13:26 +0000 (00:13 +0000)]
1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30696
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 8 Jul 2007 19:16:08 +0000 (19:16 +0000)]
stuff to do for the gstreamer module
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30675
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kaethorn [Tue, 3 Jul 2007 12:50:30 +0000 (12:50 +0000)]
update dependencies and rules.
remove emotion-config from install files.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30564
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
andreas [Sun, 1 Jul 2007 18:22:15 +0000 (18:22 +0000)]
removed emotion-config.in because of pkg-config
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30532
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 17 Jun 2007 15:25:52 +0000 (15:25 +0000)]
ASPARAGUS!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30379
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
rephorm [Sun, 27 May 2007 06:47:44 +0000 (06:47 +0000)]
you can only swallow into SWALLOW parts now
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@30090
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 7 May 2007 14:04:40 +0000 (14:04 +0000)]
link modules to emotion
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29901
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 May 2007 06:40:00 +0000 (06:40 +0000)]
protect if opening still
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29869
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 May 2007 05:05:26 +0000 (05:05 +0000)]
change to use lazy eval for dlopen
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29868
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 May 2007 05:03:18 +0000 (05:03 +0000)]
export api calls to modules
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29867
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 5 May 2007 15:14:17 +0000 (15:14 +0000)]
asparagus - pass distcheck.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29865
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 15 Apr 2007 17:09:03 +0000 (17:09 +0000)]
ecore_job is needed. (Thanks Damien)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29542
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 25 Mar 2007 08:41:48 +0000 (08:41 +0000)]
Remove unused files.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29090
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 25 Mar 2007 08:37:47 +0000 (08:37 +0000)]
Remove double no msg
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@29089
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tilman [Fri, 23 Mar 2007 10:23:17 +0000 (10:23 +0000)]
heh, we don't actually directly require eet and embryo :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28957
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tilman [Fri, 23 Mar 2007 10:20:47 +0000 (10:20 +0000)]
cleaned up requirements
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28956
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tilman [Fri, 23 Mar 2007 10:09:35 +0000 (10:09 +0000)]
don't try to get xine's plugin directory, we don't even use it.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28955
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tilman [Thu, 22 Mar 2007 16:25:10 +0000 (16:25 +0000)]
use pkgconfig to detect libxine. untested :o
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28913
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 21 Mar 2007 20:20:45 +0000 (20:20 +0000)]
use mutex's right with cond's
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28873
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tilman [Wed, 21 Mar 2007 17:33:07 +0000 (17:33 +0000)]
use pkgconfig to check for stuff
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28861
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 19 Mar 2007 18:10:21 +0000 (18:10 +0000)]
move some more stuff to the threads
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28815
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 13 Mar 2007 16:23:59 +0000 (16:23 +0000)]
Fix compiler warnings.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28696
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 13 Mar 2007 16:17:38 +0000 (16:17 +0000)]
Fix warnings.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28695
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 13 Mar 2007 11:43:21 +0000 (11:43 +0000)]
Fix recent emotion_gstreamer breakage...someone forgot to update the
function proto & change the module.init call :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28692
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 13 Mar 2007 02:30:14 +0000 (02:30 +0000)]
move emotion to fix latency on video load, deadlocks on stop/shutdown etc.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@28679
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 3 Jan 2007 06:24:25 +0000 (06:24 +0000)]
there is a deadlock between the video out deocder thread and the main process
(emotion) thread as it continues while the main thread is stopped tyring to
stop the video playback - this ends up in a deadlock. this tries to eliminate
that by havng a much more limited framequeue.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@27753
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 19 Dec 2006 14:15:17 +0000 (14:15 +0000)]
use the new colorspace support in evas... :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@27519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 29 Nov 2006 19:40:34 +0000 (19:40 +0000)]
Remove some old crufty function that is no longer needed to check pacakge
versions.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@27282
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quan74 [Sat, 7 Oct 2006 00:41:13 +0000 (00:41 +0000)]
add gst decoder to spec - TODO: add buildcond stuff
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@26387
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 30 Sep 2006 10:18:37 +0000 (10:18 +0000)]
same as previous commit.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@26236
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sebastid [Wed, 6 Sep 2006 07:17:49 +0000 (07:17 +0000)]
EAPI
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@25522
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Tue, 18 Jul 2006 19:04:38 +0000 (19:04 +0000)]
Fix a freeze when a file is not valid. Add support for DVD (but i works randomly...)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@24034
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Mon, 17 Jul 2006 17:11:04 +0000 (17:11 +0000)]
put the build of the pipelines apart
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23988
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
onefang [Mon, 17 Jul 2006 00:32:21 +0000 (00:32 +0000)]
.cvsignore++
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23977
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 25 Jun 2006 16:52:51 +0000 (16:52 +0000)]
use goom and not goom2k4 as default visualization
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23586
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 11 Jun 2006 22:37:25 +0000 (22:37 +0000)]
fix blah-config includes
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23387
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 11 Jun 2006 10:23:49 +0000 (10:23 +0000)]
1. autofoot patches.
2. fix maximize to work again. :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23375
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mej [Fri, 26 May 2006 20:27:15 +0000 (20:27 +0000)]
Fri May 26 15:28:47 2006 Michael Jennings (mej)
Another day, another dependency fix.
----------------------------------------------------------------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22915
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 21 May 2006 18:24:24 +0000 (18:24 +0000)]
volume is between 0 and 1, not 0 and 100
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22817
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 21 May 2006 11:13:05 +0000 (11:13 +0000)]
fix audio mute
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22801
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 21 May 2006 10:26:09 +0000 (10:26 +0000)]
fix warnings
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22794
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 21 May 2006 10:23:15 +0000 (10:23 +0000)]
fix volume for the gstreamer plugin
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22793
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 14 May 2006 14:32:45 +0000 (14:32 +0000)]
add track count in the metadata and fix a bit the _close function. It needs more cara, though
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22618
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 14 May 2006 14:32:02 +0000 (14:32 +0000)]
add track count in the metadata
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22617
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sat, 6 May 2006 13:17:50 +0000 (13:17 +0000)]
some cleaning when a file can not be read. Add a function to get the tracks count of a CD
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22473
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
shadoi [Wed, 3 May 2006 18:17:31 +0000 (18:17 +0000)]
Fix EXTRA_DIST so distcheck works again
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22447
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kaethorn [Sat, 22 Apr 2006 12:49:12 +0000 (12:49 +0000)]
several packaging fixes:
- move rules to CDBS.
- update Standards.
- update package descriptions.
- update Maintainer.
- .so symlink belongs to -dev.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22296
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sat, 22 Apr 2006 10:12:03 +0000 (10:12 +0000)]
EOS signal. Easier than expected :)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22293
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
vapier [Fri, 21 Apr 2006 00:53:13 +0000 (00:53 +0000)]
mmm we need AC_MSG_RESULT in the no case, just not in the yes case
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22275
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
vapier [Fri, 21 Apr 2006 00:47:22 +0000 (00:47 +0000)]
fix broken configure output
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22274
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
vapier [Fri, 21 Apr 2006 00:45:52 +0000 (00:45 +0000)]
fix misc broken whitespace
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22273
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
vapier [Fri, 21 Apr 2006 00:32:04 +0000 (00:32 +0000)]
kill bogus code
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22272
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Thu, 20 Apr 2006 18:23:48 +0000 (18:23 +0000)]
LOTS of checks added. Fix the seek a bit (gstreamer plugins have problems with seek, btw). It's now possible to mute the video, but it's not the correct fix. Metadata can be grabbed. Beginning of the code for the eos (the way it is done is too close to glib to be done easily)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22269
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
shadoi [Thu, 20 Apr 2006 14:41:13 +0000 (14:41 +0000)]
Better do this before raster beats me to it.
- fixup package to meet standards version 3.6.2.2
- Add -gstreamer and -xine module packages
- Make gstreamer package actually work
- update dependencies
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22265
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
shadoi [Tue, 18 Apr 2006 22:15:09 +0000 (22:15 +0000)]
Add gst-inspect-0.10 binary to check list for Debian
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22205
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
horms [Fri, 14 Apr 2006 00:24:37 +0000 (00:24 +0000)]
The section of a library's -dev package is generally libdevel
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22111
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
horms [Fri, 14 Apr 2006 00:17:03 +0000 (00:17 +0000)]
Need not depend on libc6-dev | libc-dev as it is in build-essential
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22110
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
shadoi [Thu, 13 Apr 2006 14:38:26 +0000 (14:38 +0000)]
Restricted dependency on libxine-dev version to >= 1.1.0
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22095
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Tue, 11 Apr 2006 23:31:03 +0000 (23:31 +0000)]
fix seeking
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22033
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Tue, 11 Apr 2006 12:35:23 +0000 (12:35 +0000)]
use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are missing, btw. I need to fix that.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22021
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mej [Mon, 3 Apr 2006 18:00:40 +0000 (18:00 +0000)]
Mon Apr 3 14:00:50 2006 Michael Jennings (mej)
Revert incorrect spec file change.
----------------------------------------------------------------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21781
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 2 Apr 2006 18:26:27 +0000 (18:26 +0000)]
check cdda support during configure
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21740
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 2 Apr 2006 14:36:54 +0000 (14:36 +0000)]
segfault when cdiocddasrc element is missing fixed. We need it for cd audio.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21737
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 2 Apr 2006 13:53:06 +0000 (13:53 +0000)]
support of cd audio. If n is track you want to play, use as filename : cdda://n. If you want to choose a specific device from your player : cdda:///my/device#n or cdda:///my/device?n. Default device is /dev/cdrom. Also, support of file:///my/file as filename. Thanks to captainigloo
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21736
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 2 Apr 2006 13:42:51 +0000 (13:42 +0000)]
suggest gstreamer 0.10 package, and not 0.8
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21735
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
horms [Sun, 2 Apr 2006 08:34:51 +0000 (08:34 +0000)]
Prefer automake1.7
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
horms [Sun, 2 Apr 2006 07:38:06 +0000 (07:38 +0000)]
Save and restore autogenerated changelog when debian/rule's clean
target runs. Otherwise the following breaks because make distclean
removes autogenerated files, but debian/rules expects the changelog
to always be there:
fakeroot ./debian/rules clean ; ./debian/rules build
Note that this does not fix packages who are handled by cdbs,
that will need to be fixed separately
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21711
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mej [Thu, 30 Mar 2006 07:15:25 +0000 (07:15 +0000)]
Thu Mar 30 02:15:28 2006 Michael Jennings (mej)
Added gstreamer-plugins-base-devel for FC5/gstreamer 0.10.
----------------------------------------------------------------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21598
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mej [Thu, 30 Mar 2006 01:33:37 +0000 (01:33 +0000)]
Wed Mar 29 20:33:40 2006 Michael Jennings (mej)
Xine plugins seem to no longer be built.
----------------------------------------------------------------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21587
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 12 Mar 2006 09:56:13 +0000 (09:56 +0000)]
visualization stuff for emotion_gstreamer. There's a gstreamer bug on the duration of mp3 files (). ogg files are handles correctly
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21217
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quan74 [Tue, 7 Mar 2006 01:07:20 +0000 (01:07 +0000)]
make dist pkgs build again
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21057
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 12 Feb 2006 22:21:29 +0000 (22:21 +0000)]
better Ecore_X.h detection
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@20422
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 12 Feb 2006 22:16:46 +0000 (22:16 +0000)]
missing test
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@20421
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 9 Feb 2006 06:12:39 +0000 (06:12 +0000)]
its not an error until BOTH gstreamer and xine are not found.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@20358
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33