Commit Graph

614 Commits

Author SHA1 Message Date
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
Michael Jennings 063aedaac9 Thu Sep 8 17:12:14 2005 Michael Jennings (mej)
Build fixes.
----------------------------------------------------------------------


SVN revision: 16669
2005-09-08 21:04:21 +00:00
sebastid d80baaa814 Use %f with doubles.
Add string.h for strcmp()
Remove unused variables.


SVN revision: 16580
2005-09-05 16:30:09 +00:00
sebastid 905adad30b Add missing headers.
SVN revision: 16553
2005-09-05 11:05:13 +00:00
sebastid 8903734b6a * Include evas CFLAGS in emotion-config since emotion headers export Evas.h
* Ecore.h isn't needed in exported header


SVN revision: 16526
2005-09-04 18:58:11 +00:00
sebastid 92998025ae my_libs is gone.
SVN revision: 16496
2005-09-03 19:58:13 +00:00
sebastid e260c571a6 Use AC_PATH_GENERIC
SVN revision: 16492
2005-09-03 19:07:24 +00:00
sebastid 5b57517f63 If the version from config has something after x.y.z, drop it.
SVN revision: 16477
2005-09-03 03:55:13 +00:00
Carsten Haitzler 42bf60c59a add c++ stuff
SVN revision: 16475
2005-09-03 01:38:45 +00:00
sebastid 8e0218f914 Don't include $(includedir) in searchpath, find headers in this source
and in the provided package CFLAGS.


SVN revision: 16470
2005-09-02 20:15:28 +00:00
sebastid 1f0a680d7f Add return values.
Formatting.
Right macro.


SVN revision: 16438
2005-08-30 23:40:34 +00:00
Michael Jennings 62961e32ac Mon Aug 29 12:27:11 2005 Michael Jennings (mej)
Great work from Ryan Little <rlittle46@comcast.net> on dist and spec
updates/fixes/additions.
----------------------------------------------------------------------


SVN revision: 16401
2005-08-29 16:27:44 +00:00
sebastid 331fef8f08 Silence
SVN revision: 16311
2005-08-24 16:03:20 +00:00
Mike Frysinger 0fd8e553f4 add error checking to all autogen scripts
SVN revision: 16014
2005-08-03 01:00:21 +00:00
Carsten Haitzler 4452f5b4a4 apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in
libs/imlib2_loaders/configure.in CVS:
----------------------------------------------------------------------
���������
:)


SVN revision: 15949
2005-07-30 06:16:03 +00:00
Kim Woelders b25f5c9e75 Quiet.
SVN revision: 15939
2005-07-29 16:41:05 +00:00
moom16 ee5135f71f * Have rewritten the yuy2->rgb converter to avoid license problems.
So now, emotion_xine supports yuy2-encoded movies (such as .wmv).


SVN revision: 15678
2005-07-08 23:08:48 +00:00
moom16 8e204f7f56 * Cancel last changes since it seems there are some license problems.
Sorry guys, I didn't think GPLv2 was so "contaminating"


SVN revision: 15677
2005-07-08 20:28:50 +00:00
moom16 8e4e372d87 * Add support of yuy2 to emotion_xine module. So now, we can play wmv
movies!

I had to make some module API changes:
 - rename yuv_size_get to video_data_size_get
 - add the function "Emotion_Format (*format_get) (void *ef);" in Emotion_Video_Module. This function should return the format used by the video (EMOTION_YV12, EMOTION_YUY2 or EMOTION_BGRA).

I use a yuy2->bgra converter since evas doesn't support YUY2. This converter should be rewrite since it's really not optimized and since it is under GPLv2 (emotion is under BSD). I added an explicit comment above the function for that, but it'd be better to use a converter under BSD.
If it's really incompatible with emotion license, I will remove it.


SVN revision: 15675
2005-07-08 19:56:48 +00:00
doursse 08fec2cfb5 indentation
SVN revision: 15418
2005-06-18 05:29:25 +00:00
moom16 cb818ba304 * Emotion now should autodetect the best audio output driver to use
SVN revision: 15390
2005-06-17 17:20:00 +00:00
moom16 ff37c1f9a3 * Should fix the callback "playback_finished" which were sometimes not called.
Thus, the playback won't be stopped anymore sometimes at the end of the playback of a file.


SVN revision: 15236
2005-06-10 17:33:26 +00:00
azundris 761a3d4179 * bump vers
SVN revision: 15192
2005-06-08 11:51:31 +00:00
Carsten Haitzler 75a61a0001 full asparagus
SVN revision: 14632
2005-05-07 06:01:19 +00:00
moom16 87fd2401ea * Should fix the autoplay bug
SVN revision: 14622
2005-05-06 15:35:56 +00:00
Carsten Haitzler 868e54d7d2 use oss - alsa shoudl be doing oss emulation.
SVN revision: 14610
2005-05-05 08:01:52 +00:00
moom16 9eee3ff2ce * We can now initialize the module without having to play a file (we can now initialize the emotion module on the start of the application and so speed up the first play)
SVN revision: 14606
2005-05-04 21:32:37 +00:00
Mike Frysinger 07b258a472 stop running exit since its bad form ... use AC_MSG_ERROR instead
SVN revision: 14464
2005-04-29 02:54:37 +00:00
Mike Frysinger 5024eab748 allow for setting of env var to prevent running ./configure like the older autogen scripts allowed
SVN revision: 14386
2005-04-26 22:55:56 +00:00
moom16 36a904a439 * add two functions to know if audio and video are handled (emotion_object_audio_handled_get and emotion_object_video_handled_get)
* add a smart callback "audio_level_change" to deal with audio level change
* alsa is now used by default since many people report troubles with oss


SVN revision: 14320
2005-04-24 14:42:50 +00:00
moom16 93f67dbe89 TODO file added
SVN revision: 14319
2005-04-24 14:23:05 +00:00
Carsten Haitzler 34c281b1e3 init once!
SVN revision: 14209
2005-04-15 07:36:10 +00:00
Carsten Haitzler 4c2a9d32f9 simon treney's emotion patches - THANKs :o)
SVN revision: 14208
2005-04-15 07:27:02 +00:00
azundris fd97681f75 * wonky versioning.
RPM packagers: imlib2 -- libungif-devel vs giflib-devel (SuSE)


SVN revision: 14117
2005-04-08 15:55:21 +00:00
Carsten Haitzler 14ef35f5ca ansi damn u!
SVN revision: 14098
2005-04-05 02:21:06 +00:00
Carsten Haitzler 3f48dd037d moom's patches
SVN revision: 14073
2005-04-02 15:40:35 +00:00
shadoi b2916498a0 Fix dependencies
SVN revision: 13972
2005-03-29 16:58:32 +00:00
tsauerbeck 26e6b19864 eet -> edj
SVN revision: 13967
2005-03-29 16:33:10 +00:00
Carsten Haitzler 0ba866f5cf segv waiting to happen
SVN revision: 13923
2005-03-26 15:49:17 +00:00
Carsten Haitzler 4d4065169a .edj
SVN revision: 13868
2005-03-23 03:16:12 +00:00
Carsten Haitzler b629b6374c 1. e17's init icons get put into an e_box for arrangement nad the init splash
determines the location...

2. .002 snap


SVN revision: 13533
2005-02-28 05:35:02 +00:00
Carsten Haitzler e450a16122 change versions. some went DOWN - because they arent releases and i'm trying
to remove the _pre ascii from the version. i added a .001 (a release number)
so we can automatically or easiyl generate releases... sorry guys. but it's
kind of "for the good of the code". :)


SVN revision: 13451
2005-02-21 09:35:30 +00:00
Michael Jennings 871a93a8d1 Thu Feb 3 18:33:51 2005 Michael Jennings (mej)
Misc. buildreq fixes.
----------------------------------------------------------------------


SVN revision: 13188
2005-02-03 22:29:53 +00:00
Michael Jennings c7b0989a29 Sun Jan 23 22:30:28 2005 Michael Jennings (mej)
Sssh!
----------------------------------------------------------------------


SVN revision: 13065
2005-01-24 02:26:35 +00:00
Michael Jennings 283752d4ec Sat Jan 15 21:18:21 2005 Michael Jennings (mej)
xine-lib-devel may also be called libxine1-devel
----------------------------------------------------------------------


SVN revision: 12986
2005-01-16 01:14:30 +00:00
Carsten Haitzler 5f7a8371ab up to latest xine api! :)
SVN revision: 12923
2005-01-12 11:35:04 +00:00
Carsten Haitzler fb417f98fa edje build more cleanly
SVN revision: 12858
2005-01-10 05:38:14 +00:00
Michael Jennings 91d0cd0555 Wed Jan 5 00:03:30 2005 Michael Jennings (mej)
Assorted spec file cleanups.

Do not override --bindir and --libdir (breaks x86_64).

Some of these are still untested, so please be patient.
----------------------------------------------------------------------


SVN revision: 12761
2005-01-05 05:05:30 +00:00
Carsten Haitzler 28cffd76e4 dont double the flags
SVN revision: 12179
2004-11-12 00:15:55 +00:00
Carsten Haitzler 5843afc332 nukethose too
SVN revision: 12163
2004-11-10 10:09:49 +00:00
Carsten Haitzler a3f4528dad fixipoos
SVN revision: 12160
2004-11-10 08:35:32 +00:00
Carsten Haitzler 51af1ad286 LDFLAGS
SVN revision: 12126
2004-11-02 03:50:27 +00:00
xenith 3a824f120d ignores
SVN revision: 12023
2004-10-25 03:23:14 +00:00
xenith 1cde2a44f7 Edje updates. I think I did these correctly, feel free to smack me if I was
wrong. :)


SVN revision: 12022
2004-10-25 03:17:31 +00:00
tsauerbeck 81b238eaa4 updated Doxyfiles
SVN revision: 11960
2004-10-22 19:12:14 +00:00
Carsten Haitzler 6322c5843d fix engine ifdefs
SVN revision: 11709
2004-09-23 21:45:59 +00:00
Carsten Haitzler 344adc8480 conditionally...
SVN revision: 11697
2004-09-23 01:29:32 +00:00
rbdpngn f0c4481bdf glibtoolize
SVN revision: 11625
2004-09-13 05:38:15 +00:00
shadoi 66268df93f Oops.
SVN revision: 11476
2004-09-01 01:42:31 +00:00
shadoi f3cf09ca8c Don't install all the theme data, just the .EET since we have edje_decc now.
SVN revision: 11471
2004-08-31 22:04:00 +00:00
Carsten Haitzler 5f23396980 source for .eet in.
SVN revision: 11457
2004-08-31 06:42:19 +00:00
swielinga c7dc828879 Big debian packaging update.
SVN revision: 11181
2004-08-08 10:56:44 +00:00
Michael Jennings 2815e3efc1 Sun Jul 25 17:45:53 2004 Michael Jennings (mej)
Fixed up lots of spec files here.  I haven't been able to test the
emotion spec file, but hopefully I didn't break anything too
terrible. :-)

Also fixed an etox problem with the conditional test build.
----------------------------------------------------------------------


SVN revision: 11021
2004-07-25 21:50:40 +00:00
Carsten Haitzler 8914cccc83 support fetching of meta-data
SVN revision: 10999
2004-07-24 09:53:00 +00:00
Carsten Haitzler e9e141a844 1. create new xine_t per video - xine has a single internal clock so pause 1
video - all pause as clock stops. xine issue - but this works around it.


SVN revision: 10971
2004-07-23 03:15:30 +00:00
azundris 80ae8f99fa * odds'n'ends
SVN revision: 10966
2004-07-22 23:00:58 +00:00
Carsten Haitzler cf4f1ac8cb put jobs back... does this work?
SVN revision: 10959
2004-07-22 04:13:28 +00:00
Carsten Haitzler 02aa4abb9f moe robus pos reporting
SVN revision: 10953
2004-07-21 07:38:17 +00:00
Carsten Haitzler 019ae2a310 hmm - handle fstreams where xine dosnt report absolute length - just a
percentage position


SVN revision: 10951
2004-07-21 06:34:18 +00:00
Carsten Haitzler c724dd1964 oh poopie - i forgot to return 1!
SVN revision: 10931
2004-07-20 07:40:14 +00:00
Carsten Haitzler 8798313dcc eject works.. xine bug.. if video is paused (*or int he process of being
paused) when we try shut down the stream - POOF - xine hangs


SVN revision: 10914
2004-07-19 05:44:54 +00:00
Carsten Haitzler 755168f03b grr - i'm trying to debug why xine locks up on closing/stopping/deleting a
stream in elation but NOt in emotion when emotion_test shuts down.

ok emotion_test:

emotion_test dvd://

now once its played a bit of the dvd hit:

q

and it will quit
destroy video objects then exit main loop and exit.

now with elation:

elation

now put a dvd in the drive (or already have one) elation will detect this.
now let it play a bit of the dvd, and hit "Escape" to eject the dvd (which
will try delete thevideo object). elatiojn will get STUCK inside an emotion
call whihc get stuckin the emotion_xine module call thsat gets stuck inside
xine_stop().

now WHY. what is it about elation that triggers xine to go batty?


SVN revision: 10910
2004-07-19 04:50:14 +00:00
Carsten Haitzler 7ed4bd13cd remove seek job... let the seek request thread do it all now
SVN revision: 10898
2004-07-18 08:25:45 +00:00
Carsten Haitzler ad7ff874ab moved dome things off into threads of their own to minimise main ap impact
SVN revision: 10897
2004-07-18 08:04:41 +00:00
rbdpngn 87456146fa Add support for pkg-config to emotion.
SVN revision: 10847
2004-07-15 19:23:03 +00:00
rbdpngn 9bb8fa6e9d Allow for specifying the config script on the command line, this overrides the
environment variables.


SVN revision: 10843
2004-07-15 15:47:06 +00:00
Carsten Haitzler 2a824028f3 fix emotion-config
SVN revision: 10692
2004-07-05 02:18:11 +00:00
Carsten Haitzler c8e7be5464 check if we need libdl...
SVN revision: 10619
2004-06-29 04:37:17 +00:00
Carsten Haitzler a75c6835db that slider on the left.. playes with alpha now...
SVN revision: 10603
2004-06-28 01:24:04 +00:00
Carsten Haitzler ccac8daa1a remove race conditions! SMELLY! this does mean more fd's though ! :(
SVN revision: 10580
2004-06-24 13:59:05 +00:00
Carsten Haitzler 2505c9ec3c support events coming from xine a lot better...
still need to support title, artist etc. for mp3's and such...


SVN revision: 10579
2004-06-24 10:55:43 +00:00
Carsten Haitzler b97f661628 autofool cleanups... argh! i hate autofools!
SVN revision: 10574
2004-06-24 06:11:36 +00:00
azundris d3e9f9371c * more emotional specs *sniff*
SVN revision: 10563
2004-06-23 14:37:23 +00:00
Carsten Haitzler a0ed8b8b4d oops - missed a check for smart data...
SVN revision: 10552
2004-06-20 03:20:31 +00:00
rbdpngn b2a3d16cc8 Use libtoolize for version checking.
SVN revision: 10546
2004-06-19 04:19:19 +00:00
azundris e5f021a4b5 * emotional spec
SVN revision: 10539
2004-06-18 17:37:47 +00:00
Carsten Haitzler 7f3528ec27 it had to happen sooner or later... in in in... we go! :)
SVN revision: 10537
2004-06-18 15:38:03 +00:00