Commit Graph

236 Commits

Author SHA1 Message Date
Carsten Haitzler 2432f85b41 link modules to emotion
SVN revision: 29901
2007-05-07 14:04:40 +00:00
Carsten Haitzler dcf1bd85b7 protect if opening still
SVN revision: 29869
2007-05-06 06:40:00 +00:00
Carsten Haitzler 97d7a0526b change to use lazy eval for dlopen
SVN revision: 29868
2007-05-06 05:05:26 +00:00
Carsten Haitzler 826f1c2dcf export api calls to modules
SVN revision: 29867
2007-05-06 05:03:18 +00:00
Carsten Haitzler 002d09cc7d asparagus - pass distcheck.
SVN revision: 29865
2007-05-05 15:14:17 +00:00
Sebastian Dransfeld 1c1f75c0c2 ecore_job is needed. (Thanks Damien)
SVN revision: 29542
2007-04-15 17:09:03 +00:00
Sebastian Dransfeld cb16c231a0 Remove unused files.
SVN revision: 29090
2007-03-25 08:41:48 +00:00
Sebastian Dransfeld 04ae8b0742 Remove double no msg
SVN revision: 29089
2007-03-25 08:37:47 +00:00
tilman 2f91dd8cec heh, we don't actually directly require eet and embryo :)
SVN revision: 28957
2007-03-23 10:23:17 +00:00
tilman 2926465e70 cleaned up requirements
SVN revision: 28956
2007-03-23 10:20:47 +00:00
tilman 1144c93c93 don't try to get xine's plugin directory, we don't even use it.
SVN revision: 28955
2007-03-23 10:09:35 +00:00
tilman 1276ae4668 use pkgconfig to detect libxine. untested :o
SVN revision: 28913
2007-03-22 16:25:10 +00:00
Carsten Haitzler 6eea59250e use mutex's right with cond's
SVN revision: 28873
2007-03-21 20:20:45 +00:00
tilman f36d001fe4 use pkgconfig to check for stuff
SVN revision: 28861
2007-03-21 17:33:07 +00:00
Carsten Haitzler d1cd35897d move some more stuff to the threads
SVN revision: 28815
2007-03-19 18:10:21 +00:00
Sebastian Dransfeld 314ec9ce7a Fix compiler warnings.
SVN revision: 28696
2007-03-13 16:23:59 +00:00
Sebastian Dransfeld f7cc0332f5 Fix warnings.
SVN revision: 28695
2007-03-13 16:17:38 +00:00
Christopher Michael bbec1ed7dd Fix recent emotion_gstreamer breakage...someone forgot to update the
function proto & change the module.init call :)


SVN revision: 28692
2007-03-13 11:43:21 +00:00
Carsten Haitzler 2dbc5651d4 move emotion to fix latency on video load, deadlocks on stop/shutdown etc.
SVN revision: 28679
2007-03-13 02:30:14 +00:00
Carsten Haitzler 2026b988bc 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.


SVN revision: 27753
2007-01-03 06:24:25 +00:00
Carsten Haitzler eb21b3503c use the new colorspace support in evas... :)
SVN revision: 27519
2006-12-19 14:15:17 +00:00
Christopher Michael ed0154875b Remove some old crufty function that is no longer needed to check pacakge
versions.


SVN revision: 27282
2006-11-29 19:40:34 +00:00
quan74 7c0ade140e add gst decoder to spec - TODO: add buildcond stuff
SVN revision: 26387
2006-10-07 00:41:13 +00:00
Carsten Haitzler 8c93e825a8 same as previous commit.
SVN revision: 26236
2006-09-30 10:18:37 +00:00
sebastid 3641dd1751 EAPI
SVN revision: 25522
2006-09-06 07:17:49 +00:00
doursse 45e3d90729 Fix a freeze when a file is not valid. Add support for DVD (but i works randomly...)
SVN revision: 24034
2006-07-18 19:04:38 +00:00
doursse efd30e948f put the build of the pipelines apart
SVN revision: 23988
2006-07-17 17:11:04 +00:00
David Walter Seikel bce6aff9eb .cvsignore++
SVN revision: 23977
2006-07-17 00:32:21 +00:00
doursse 4cea5ab39a use goom and not goom2k4 as default visualization
SVN revision: 23586
2006-06-25 16:52:51 +00:00
Carsten Haitzler d39713618c fix blah-config includes
SVN revision: 23387
2006-06-11 22:37:25 +00:00
Carsten Haitzler b71cb5326a 1. autofoot patches.
2. fix maximize to work again. :)


SVN revision: 23375
2006-06-11 10:23:49 +00:00
Michael Jennings 8a145babae Fri May 26 15:28:47 2006 Michael Jennings (mej)
Another day, another dependency fix.
----------------------------------------------------------------------


SVN revision: 22915
2006-05-26 20:27:15 +00:00
doursse 726d47342f volume is between 0 and 1, not 0 and 100
SVN revision: 22817
2006-05-21 18:24:24 +00:00
doursse 2763193cd1 fix audio mute
SVN revision: 22801
2006-05-21 11:13:05 +00:00
doursse 4f02bd7958 fix warnings
SVN revision: 22794
2006-05-21 10:26:09 +00:00
doursse 20b5a8357c fix volume for the gstreamer plugin
SVN revision: 22793
2006-05-21 10:23:15 +00:00
doursse 8357c789a4 add track count in the metadata and fix a bit the _close function. It needs more cara, though
SVN revision: 22618
2006-05-14 14:32:45 +00:00
doursse 8958bf1458 add track count in the metadata
SVN revision: 22617
2006-05-14 14:32:02 +00:00
doursse 41d7b8c78e some cleaning when a file can not be read. Add a function to get the tracks count of a CD
SVN revision: 22473
2006-05-06 13:17:50 +00:00
shadoi f3c17ec451 Fix EXTRA_DIST so distcheck works again
SVN revision: 22447
2006-05-03 18:17:31 +00:00
kaethorn 09209320b6 several packaging fixes:
- move rules to CDBS.
- update Standards.
- update package descriptions.
- update Maintainer.
- .so symlink belongs to -dev.


SVN revision: 22296
2006-04-22 12:49:12 +00:00
doursse 1d905fc19b EOS signal. Easier than expected :)
SVN revision: 22293
2006-04-22 10:12:03 +00:00
Mike Frysinger 8cdd312fb4 mmm we need AC_MSG_RESULT in the no case, just not in the yes case
SVN revision: 22275
2006-04-21 00:53:13 +00:00
Mike Frysinger 2e3db1f70f fix broken configure output
SVN revision: 22274
2006-04-21 00:47:22 +00:00
Mike Frysinger 8eb5d91620 fix misc broken whitespace
SVN revision: 22273
2006-04-21 00:45:52 +00:00
Mike Frysinger 922a6ccbb6 kill bogus code
SVN revision: 22272
2006-04-21 00:32:04 +00:00
doursse aa5cf3a34d 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)
SVN revision: 22269
2006-04-20 18:23:48 +00:00
shadoi 7034260db0 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


SVN revision: 22265
2006-04-20 14:41:13 +00:00
shadoi f8bf7acac0 Add gst-inspect-0.10 binary to check list for Debian
SVN revision: 22205
2006-04-18 22:15:09 +00:00
Horms a87311b802 The section of a library's -dev package is generally libdevel
SVN revision: 22111
2006-04-14 00:24:37 +00:00
Horms ad36ab291a Need not depend on libc6-dev | libc-dev as it is in build-essential
SVN revision: 22110
2006-04-14 00:17:03 +00:00
shadoi c032305054 Restricted dependency on libxine-dev version to >= 1.1.0
SVN revision: 22095
2006-04-13 14:38:26 +00:00
doursse 0dae2645a1 fix seeking
SVN revision: 22033
2006-04-11 23:31:03 +00:00
doursse d35d70e863 use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are missing, btw. I need to fix that.
SVN revision: 22021
2006-04-11 12:35:23 +00:00
Michael Jennings 5ba8abb50e Mon Apr 3 14:00:50 2006 Michael Jennings (mej)
Revert incorrect spec file change.
----------------------------------------------------------------------


SVN revision: 21781
2006-04-03 18:00:40 +00:00
doursse 674517c246 check cdda support during configure
SVN revision: 21740
2006-04-02 18:26:27 +00:00
doursse 0b7568fd83 segfault when cdiocddasrc element is missing fixed. We need it for cd audio.
SVN revision: 21737
2006-04-02 14:36:54 +00:00
doursse 9390e25218 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
SVN revision: 21736
2006-04-02 13:53:06 +00:00
doursse 719b190fed suggest gstreamer 0.10 package, and not 0.8
SVN revision: 21735
2006-04-02 13:42:51 +00:00
Horms 3d2f3ad3f3 Prefer automake1.7
SVN revision: 21720
2006-04-02 08:34:51 +00:00
Horms 9f41b13cb3 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


SVN revision: 21711
2006-04-02 07:38:06 +00:00
Michael Jennings 891a339799 Thu Mar 30 02:15:28 2006 Michael Jennings (mej)
Added gstreamer-plugins-base-devel for FC5/gstreamer 0.10.
----------------------------------------------------------------------


SVN revision: 21598
2006-03-30 07:15:25 +00:00
Michael Jennings 53a5a82f71 Wed Mar 29 20:33:40 2006 Michael Jennings (mej)
Xine plugins seem to no longer be built.
----------------------------------------------------------------------


SVN revision: 21587
2006-03-30 01:33:37 +00:00
doursse 10618e769a visualization stuff for emotion_gstreamer. There's a gstreamer bug on the duration of mp3 files (). ogg files are handles correctly
SVN revision: 21217
2006-03-12 09:56:13 +00:00
quan74 2c18f833e9 make dist pkgs build again
SVN revision: 21057
2006-03-07 01:07:20 +00:00
doursse 36fcb1cf43 better Ecore_X.h detection
SVN revision: 20422
2006-02-12 22:21:29 +00:00
doursse b836ba6c01 missing test
SVN revision: 20421
2006-02-12 22:16:46 +00:00
Carsten Haitzler aa1aefbc35 its not an error until BOTH gstreamer and xine are not found.
SVN revision: 20358
2006-02-09 06:12:39 +00:00
doursse 9ee597181a fix
SVN revision: 20311
2006-02-06 13:56:15 +00:00
doursse 67d2c74132 fixes...
SVN revision: 20310
2006-02-06 13:38:08 +00:00
Carsten Haitzler 16cc1e30ed text is back! :)
SVN revision: 20306
2006-02-06 08:31:29 +00:00
doursse 7d46b8ac40 gstreamer element check
SVN revision: 20274
2006-02-04 13:46:19 +00:00
doursse 7ecab55f5b gstreamer 0.10 port. There's a problem with the seek, no evas sink yet
SVN revision: 20273
2006-02-04 13:43:13 +00:00
Carsten Haitzler bef77eed98 link to pthread
SVN revision: 20159
2006-02-01 06:21:52 +00:00
Carsten Haitzler 68b0b79d65 1.1.1 of libxine is ok
SVN revision: 20014
2006-01-25 01:22:35 +00:00
Carsten Haitzler 57c4651180 need 1.1.2 - i KNOW 1.1.2 works. don't know about 1.1.1
SVN revision: 19981
2006-01-23 06:19:52 +00:00
Carsten Haitzler cc8c268dcd less segv's
SVN revision: 19977
2006-01-23 03:00:35 +00:00
jcwong 3ecf5efcf0 Make autogen work again.
SVN revision: 19956
2006-01-22 08:51:17 +00:00
Carsten Haitzler 830e68d0ff move plugin to be inlined ans loaded from code and make xine emotion support
work again


SVN revision: 19946
2006-01-21 14:13:51 +00:00
andyetitmoves 2f856c8ab1 Added cvsignore entries: mainly for *.spec files,
added one missing .cvsignore file


SVN revision: 18832
2005-12-04 17:16:20 +00:00
Mike Frysinger aa94c430d3 xine-lib-1.1.1 change member names in the vo_overlay_t struct
SVN revision: 18673
2005-11-28 07:01:43 +00:00
Mike Frysinger 8c93ac2293 only require xine or gstreamer, not both
SVN revision: 18448
2005-11-13 04:44:39 +00:00
sebastid ce987876a8 Don't use strlen to check for empty string.
SVN revision: 18271
2005-11-04 08:21:28 +00:00
Mike Frysinger 7c8b0cb44c touchup help output
SVN revision: 18077
2005-10-29 02:43:40 +00:00
quan74 0973aae412 spec file autofoo'd
SVN revision: 17941
2005-10-25 04:40:17 +00:00
Mike Frysinger 901ef16a1f if ecore lacks both X and FB support, disable the test
SVN revision: 17696
2005-10-20 05:05:52 +00:00
Mike Frysinger b18a413ab0 ignore config.{sub,guess}
SVN revision: 17694
2005-10-20 05:00:59 +00:00
shadoi ab76814442 Add changelog.in to EXTRA_DIST, file actually exists now :)
SVN revision: 17424
2005-10-11 02:00:58 +00:00
shadoi b9eda6ee88 debian/changelog needs to remain in EXTRA_DIST, debian package building requires it.
- Generate the changelog (remove the generated file from CVS)
 - Add debian/changelog to .cvsignore


SVN revision: 17423
2005-10-11 01:57:24 +00:00
quan74 d171ce8eaa There IS no debian/changelog.in
SVN revision: 17300
2005-10-08 03:53:52 +00:00
shadoi 3acc952c16 Merge -test with -bin and generate changelog.in
- other minor packaging tweaks


SVN revision: 17290
2005-10-07 22:30:36 +00:00
sebastid 6da7a40bac Done by pkg-config
SVN revision: 17160
2005-10-04 13:17:32 +00:00
Carsten Haitzler ddae80eeaa suprot testign xr engine
SVN revision: 17134
2005-10-03 13:53:18 +00:00
Mike Frysinger c1d5c47689 cleanup xine/gstreamer support so users can control their options
SVN revision: 17118
2005-10-02 19:44:17 +00:00
doursse 6dd7a6b47d fix typo and add warning
SVN revision: 17111
2005-10-02 12:56:17 +00:00
doursse a5eb691aef remove printf
SVN revision: 17109
2005-10-02 12:19:36 +00:00
doursse 4f5083d3b1 check for optional gstreamer plugins (if you don't have it, you'll decode nothing :)). Also, i forgot to say that there's a small api breakage
SVN revision: 17104
2005-10-02 08:07:56 +00:00
doursse bad4d6e848 emotion can use gstreamer, now
SVN revision: 17103
2005-10-02 07:34:36 +00:00
doursse dc5e3e07af fix a problem when the video is larger than the display (like HD materials)
SVN revision: 17095
2005-10-01 08:30:34 +00:00
jcwong 45fc92a9ec Fixed size in one dimension.
SVN revision: 16907
2005-09-24 09:06:30 +00:00