mej [Wed, 23 Jul 2008 07:11:56 +0000 (07:11 +0000)]
Wed Jul 23 00:10:13 2008 Michael Jennings (mej)
distcheck and spec fixes
----------------------------------------------------------------------
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35187
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 6 Jul 2008 10:05:47 +0000 (10:05 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35012
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 6 Jul 2008 09:52:21 +0000 (09:52 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35011
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 6 Jul 2008 09:39:08 +0000 (09:39 +0000)]
remove trailing whitespace
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35010
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 6 Jul 2008 09:32:08 +0000 (09:32 +0000)]
Add vim header
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35009
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Sun, 6 Jul 2008 09:31:29 +0000 (09:31 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35008
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
captainigloo [Fri, 4 Jul 2008 17:56:24 +0000 (17:56 +0000)]
Corrects retrieving metadata for gstreamer module
http://bugs.enlightenment.org/show_bug.cgi?id=504
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@35001
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Thu, 19 Jun 2008 12:49:11 +0000 (12:49 +0000)]
Remove unused variables.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34868
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Thu, 19 Jun 2008 12:29:22 +0000 (12:29 +0000)]
ignore
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34863
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Thu, 15 May 2008 17:46:13 +0000 (17:46 +0000)]
remove debug message
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34582
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Thu, 15 May 2008 16:52:04 +0000 (16:52 +0000)]
* reorganize the way the gstreamer pipeline is built. Fix some usages
of emotion_object_file_set()
* move the "frame_decode" evas event to _emotion_frame_new() a,d
replace it in _emotion_video_pos_update() by "position_update"
* fix a mem leak in the gstreamer backend and in the smart object
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34581
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Wed, 14 May 2008 21:39:33 +0000 (21:39 +0000)]
Don't set sd->video to NULL. sd->video is initialized only when
emotion_object_init() is called. Hence, setting sd->video to NULL
there implied that the code:
emotion_object_init(o, module);
emotion_object_file_set(o, file1);
emotion_object_file_set(o, NULL);
emotion_object_file_set(o, file2);
seg fault.
(such code is useful when you want to reset the same stream
(file1 = file2). The other solution would be to destroy everything
and recreating the pipeline, which is not nice)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34571
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Tue, 13 May 2008 20:50:34 +0000 (20:50 +0000)]
Contrary to what gstremear's doc says, gst_deinit() does not clean what
gst_init() allocates. Hence, 2 calls of the couple gst_init() / gst_deinit()
fail miserabily. Gstreamer's dev says that the exported function gst_deinit()
should not be called, so let's remove it...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34560
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doursse [Sun, 11 May 2008 18:52:29 +0000 (18:52 +0000)]
put xine and gstreamer modules in their own subdir
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34539
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
kaethorn [Thu, 1 May 2008 13:47:48 +0000 (13:47 +0000)]
update Debian packaging.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34425
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 20 Mar 2008 21:13:55 +0000 (21:13 +0000)]
fix #ifdef
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34065
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Thu, 28 Feb 2008 20:35:16 +0000 (20:35 +0000)]
Minor cleanups.
* bitfield must be unsigned;
* static to most globals;
* call shutdown on exit.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@33865
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
horms [Mon, 18 Feb 2008 07:44:11 +0000 (07:44 +0000)]
Add build-dependancy on pkg-config
As aclocal may be called via autogen.sh during the Debian build process
add an explicit build dependancy on pkg-config which includes
/usr/share/aclocal/pkg.m4 which provides the PKG_CHECK_MODULES macro.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@33781
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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