* [gentoo-user] Totem doesn't play DVDs @ 2007-01-01 1:03 Randy Barlow 2007-01-01 1:25 ` Alan 0 siblings, 1 reply; 9+ messages in thread From: Randy Barlow @ 2007-01-01 1:03 UTC (permalink / raw To: gentoo-user Howdy all, I'm trying to get Totem to play DVD's, but it tells me that I don't have the appropriate plugin to handle DVDs. Anybody seen this before and know how to handle it? Randy Barlow http://www.electronsweatshop.com "Nulli Sheilae sanguineae" -- (Terry Pratchett, The Last Continent) -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 1:03 [gentoo-user] Totem doesn't play DVDs Randy Barlow @ 2007-01-01 1:25 ` Alan 2007-01-01 1:51 ` doug asherman 2007-01-01 9:40 ` Randy Barlow 0 siblings, 2 replies; 9+ messages in thread From: Alan @ 2007-01-01 1:25 UTC (permalink / raw To: gentoo-user On Sun, Dec 31, 2006 at 08:03:12PM -0500, Randy Barlow wrote: > Howdy all, I'm trying to get Totem to play DVD's, but it tells me that I > don't have the appropriate plugin to handle DVDs. Anybody seen this > before and know how to handle it? > Couple of questions... Did you compile with the dvd and xine use flags? I believe that xine is needed for DVD menus. -- Alan <alan@ufies.org> - http://arcterex.net -------------------------------------------------------------------- "Backups are for people who don't pray." -- big Mike -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 1:25 ` Alan @ 2007-01-01 1:51 ` doug asherman 2007-01-01 4:27 ` Ric de France 2007-01-01 9:40 ` Randy Barlow 1 sibling, 1 reply; 9+ messages in thread From: doug asherman @ 2007-01-01 1:51 UTC (permalink / raw To: gentoo-user Alan wrote: > On Sun, Dec 31, 2006 at 08:03:12PM -0500, Randy Barlow wrote: >> Howdy all, I'm trying to get Totem to play DVD's, but it tells me that I >> don't have the appropriate plugin to handle DVDs. Anybody seen this >> before and know how to handle it? > > Did you compile with the dvd and xine use flags? I believe that xine is > needed for DVD menus. I'm not the original poster, but... According to a note at the end of an "emerge totem", if you use the xine backend, you get DVD menus. Just for kicks, I unmerged totem and re-emerged it with the xine keyword. Still no DVD menus. Sorry I couldn't be more helpful, but perhaps this will help point the way towards what the problem is. In the meantime, may I suggest using xine to play DVDs? It's the best I've used (haven't used Ogle or Mplayer to play DVDs, though). Doug > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 1:51 ` doug asherman @ 2007-01-01 4:27 ` Ric de France 2007-01-01 5:30 ` doug asherman 0 siblings, 1 reply; 9+ messages in thread From: Ric de France @ 2007-01-01 4:27 UTC (permalink / raw To: gentoo-user There's also a "dvd" flag that may need to be turned on... This is my totem verbose compile: $ emerge -pv totem These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-video/totem-2.16.4 USE="dbus dvd gnome hal mad mpeg ogg vorbis xine xv -a52 -debug -ffmpeg -firefox -flac -lirc -nsplugin -nvtv -theora" 0 kB HTH (but I feel like I'm hopefully going over the obvious)... ...Ric On 01/01/07, doug asherman <doug@musanon.com> wrote: > Alan wrote: > > On Sun, Dec 31, 2006 at 08:03:12PM -0500, Randy Barlow wrote: > >> Howdy all, I'm trying to get Totem to play DVD's, but it tells me that I > >> don't have the appropriate plugin to handle DVDs. Anybody seen this > >> before and know how to handle it? > > > > Did you compile with the dvd and xine use flags? I believe that xine is > > needed for DVD menus. > > I'm not the original poster, but... > > According to a note at the end of an "emerge totem", if you use the xine > backend, you get DVD menus. Just for kicks, I unmerged totem and > re-emerged it with the xine keyword. Still no DVD menus. > > Sorry I couldn't be more helpful, but perhaps this will help point the > way towards what the problem is. > > In the meantime, may I suggest using xine to play DVDs? It's the best > I've used (haven't used Ogle or Mplayer to play DVDs, though). > > Doug > > > > -- > gentoo-user@gentoo.org mailing list > > -- Ric de France Ph: +61412945554 (international) or 0412945554 (Australia) ==> Do you, uh... Gentoo? Gentoooo-hooo!! <== ==> http://www.gentoo.org/main/en/about.xml <== -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 4:27 ` Ric de France @ 2007-01-01 5:30 ` doug asherman 2007-01-01 5:55 ` doug asherman 0 siblings, 1 reply; 9+ messages in thread From: doug asherman @ 2007-01-01 5:30 UTC (permalink / raw To: gentoo-user Ric de France wrote: > There's also a "dvd" flag that may need to be turned on... This is my > totem verbose compile: Yeah, thanks, but the dvd flag was turned on. Made no difference. I'm trying to understand the ebuild now. There's a section that says use xine || G2CONF="${G2CONF} --gstreamer-enable=yes" but it seems that perhaps it should be written if use xine; then G2CONF="${G2CONF] --gstreamer-enable=no" else G2CONF="${G2CONF] --gstreamer-enable=yes" fi or maybe the first one should be "--gstreamer-disable=yes" -- have to look at the configure options too. Soon as I figure out how to produce the checksum file for the ebuilds, I'll put this to the test. Doug > > $ emerge -pv totem > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] media-video/totem-2.16.4 USE="dbus dvd gnome hal mad > mpeg ogg vorbis xine xv -a52 -debug -ffmpeg -firefox -flac -lirc > -nsplugin -nvtv -theora" 0 kB > > HTH (but I feel like I'm hopefully going over the obvious)... > > ...Ric > > On 01/01/07, doug asherman <doug@musanon.com> wrote: >> Alan wrote: >> > On Sun, Dec 31, 2006 at 08:03:12PM -0500, Randy Barlow wrote: >> >> Howdy all, I'm trying to get Totem to play DVD's, but it tells me >> that I >> >> don't have the appropriate plugin to handle DVDs. Anybody seen this >> >> before and know how to handle it? >> > >> > Did you compile with the dvd and xine use flags? I believe that >> xine is >> > needed for DVD menus. >> >> I'm not the original poster, but... >> >> According to a note at the end of an "emerge totem", if you use the xine >> backend, you get DVD menus. Just for kicks, I unmerged totem and >> re-emerged it with the xine keyword. Still no DVD menus. >> >> Sorry I couldn't be more helpful, but perhaps this will help point the >> way towards what the problem is. >> >> In the meantime, may I suggest using xine to play DVDs? It's the best >> I've used (haven't used Ogle or Mplayer to play DVDs, though). >> >> Doug >> > >> >> -- >> gentoo-user@gentoo.org mailing list >> >> > > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 5:30 ` doug asherman @ 2007-01-01 5:55 ` doug asherman 2007-01-01 6:15 ` doug asherman 0 siblings, 1 reply; 9+ messages in thread From: doug asherman @ 2007-01-01 5:55 UTC (permalink / raw To: gentoo-user doug asherman wrote: > Ric de France wrote: >> There's also a "dvd" flag that may need to be turned on... This is my >> totem verbose compile: > > Yeah, thanks, but the dvd flag was turned on. Made no difference. I'm > trying to understand the ebuild now. There's a section that says Ok, I tried it the way I set out below (fixing the "]" typo in the if-else first), and still I don't get the dvd menus. So....there's obviously more going on than I'm aware of. I'll continue investigating next year... Sorry not to be of any help. Doug > > use xine || G2CONF="${G2CONF} --gstreamer-enable=yes" > > but it seems that perhaps it should be written > > if use xine; then > G2CONF="${G2CONF] --gstreamer-enable=no" > else > G2CONF="${G2CONF] --gstreamer-enable=yes" > fi > > or maybe the first one should be "--gstreamer-disable=yes" -- have to > look at the configure options too. > > Soon as I figure out how to produce the checksum file for the ebuilds, > I'll put this to the test. > > Doug > > >> $ emerge -pv totem >> >> These are the packages that would be merged, in order: >> >> Calculating dependencies... done! >> [ebuild R ] media-video/totem-2.16.4 USE="dbus dvd gnome hal mad >> mpeg ogg vorbis xine xv -a52 -debug -ffmpeg -firefox -flac -lirc >> -nsplugin -nvtv -theora" 0 kB >> >> HTH (but I feel like I'm hopefully going over the obvious)... >> >> ...Ric >> >> On 01/01/07, doug asherman <doug@musanon.com> wrote: >>> Alan wrote: >>>> On Sun, Dec 31, 2006 at 08:03:12PM -0500, Randy Barlow wrote: >>>>> Howdy all, I'm trying to get Totem to play DVD's, but it tells me >>> that I >>>>> don't have the appropriate plugin to handle DVDs. Anybody seen this >>>>> before and know how to handle it? >>>> Did you compile with the dvd and xine use flags? I believe that >>> xine is >>>> needed for DVD menus. >>> I'm not the original poster, but... >>> >>> According to a note at the end of an "emerge totem", if you use the xine >>> backend, you get DVD menus. Just for kicks, I unmerged totem and >>> re-emerged it with the xine keyword. Still no DVD menus. >>> >>> Sorry I couldn't be more helpful, but perhaps this will help point the >>> way towards what the problem is. >>> >>> In the meantime, may I suggest using xine to play DVDs? It's the best >>> I've used (haven't used Ogle or Mplayer to play DVDs, though). >>> >>> Doug >>> -- >>> gentoo-user@gentoo.org mailing list >>> >>> >> > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 5:55 ` doug asherman @ 2007-01-01 6:15 ` doug asherman 0 siblings, 0 replies; 9+ messages in thread From: doug asherman @ 2007-01-01 6:15 UTC (permalink / raw To: gentoo-user doug asherman wrote: >>> blah, blah, blah Ok, turning on the "xine" flag does allow totem to play DVDs. I was expecting that there would be an entry under the "Movie" menu that said "Play DVD" as the help file says. So, sorry to be misleading. I think the absence of the "Play DVD" entry in the top-level "Movie" menu might be a bug. Doug -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 1:25 ` Alan 2007-01-01 1:51 ` doug asherman @ 2007-01-01 9:40 ` Randy Barlow 2007-01-01 11:13 ` Strong Cypher 1 sibling, 1 reply; 9+ messages in thread From: Randy Barlow @ 2007-01-01 9:40 UTC (permalink / raw To: gentoo-user On Sun, 2006-12-31 at 17:25 -0800, Alan wrote: > Did you compile with the dvd and xine use flags? I believe that xine is > needed for DVD menus. DVD yes, xine no. I'm recompiling right now, and I did a sync and it's upgrading to a newer version as well, so we'll see what happens! Randy Barlow http://www.electronsweatshop.com Alimony is the high cost of leaving. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Totem doesn't play DVDs 2007-01-01 9:40 ` Randy Barlow @ 2007-01-01 11:13 ` Strong Cypher 0 siblings, 0 replies; 9+ messages in thread From: Strong Cypher @ 2007-01-01 11:13 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 689 bytes --] Just for DVD on linux I suggest to try other player xine-ui is the best for me ! so :) Totem miss lot's of option I think (like audio parameter, mplayer plugins ...) so ... try xine-ui have fun 2007/1/1, Randy Barlow <randy@electronsweatshop.com>: > > On Sun, 2006-12-31 at 17:25 -0800, Alan wrote: > > Did you compile with the dvd and xine use flags? I believe that xine is > > needed for DVD menus. > > DVD yes, xine no. I'm recompiling right now, and I did a sync and it's > upgrading to a newer version as well, so we'll see what happens! > > Randy Barlow > http://www.electronsweatshop.com > Alimony is the high cost of leaving. > > -- > gentoo-user@gentoo.org mailing list > > [-- Attachment #2: Type: text/html, Size: 1112 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-01-01 11:23 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-01-01 1:03 [gentoo-user] Totem doesn't play DVDs Randy Barlow 2007-01-01 1:25 ` Alan 2007-01-01 1:51 ` doug asherman 2007-01-01 4:27 ` Ric de France 2007-01-01 5:30 ` doug asherman 2007-01-01 5:55 ` doug asherman 2007-01-01 6:15 ` doug asherman 2007-01-01 9:40 ` Randy Barlow 2007-01-01 11:13 ` Strong Cypher
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox