Re: [gentoo-user] gstreamer or ffmeg - that's the question

2014-04-29 Thread Willie Matthews
On Mon, Apr 28, 2014 at 1:13 AM, Helmut Jarausch 
jarau...@igpm.rwth-aachen.de wrote:

Hi,
the recent upgrade to Gnome 3.12.1 includes
app-misc/tracker-1.0 which forces me to decide between gstreamer and 
ffmpeg.

It says

  The following REQUIRED_USE flag constraints are unsatisfied:
at-most-one-of ( gstreamer ffmpeg )

But many packages installed here depend on one of these.

What can I do about it and why can't I have both as previously.

Many thanks for a hint,
Helmut


I think what the want you to do is put
app-misc/tracker -gstreamer
or 
app-misc/tracker -ffmpeg
into your /etc/portage/package.use file. I don't think that you can 
have both of the compiled into app-misc/tracker at the same time.


[gentoo-user] gstreamer or ffmeg - that's the question

2014-04-28 Thread Helmut Jarausch

Hi,
the recent upgrade to Gnome 3.12.1 includes
app-misc/tracker-1.0 which forces me to decide between gstreamer and  
ffmpeg.

It says

  The following REQUIRED_USE flag constraints are unsatisfied:
at-most-one-of ( gstreamer ffmpeg )

But many packages installed here depend on one of these.

What can I do about it and why can't I have both as previously.

Many thanks for a hint,
Helmut



Re: [gentoo-user] gstreamer or ffmeg - that's the question

2014-04-28 Thread John Campbell

On 04/28/2014 01:13 AM, Helmut Jarausch wrote:

Hi,
the recent upgrade to Gnome 3.12.1 includes
app-misc/tracker-1.0 which forces me to decide between gstreamer and
ffmpeg.
It says

   The following REQUIRED_USE flag constraints are unsatisfied:
 at-most-one-of ( gstreamer ffmpeg )

But many packages installed here depend on one of these.

What can I do about it and why can't I have both as previously.


It's only asking you to choose which to use for app-misc/tracker, not 
globally.  Just change the USE for that individual package.


echo app-misc/tracker gstreamer -ffmpeg  /etc/portage/package.use/tracker

or

echo app-misc/tracker -gstreamer ffmpeg  /etc/portage/package.use/tracker




Re: [gentoo-user] gstreamer or ffmeg - that's the question

2014-04-28 Thread Helmut Jarausch

Many thanks, John,
Helmut


On 04/28/2014 10:55:40 AM, John Campbell wrote:

On 04/28/2014 01:13 AM, Helmut Jarausch wrote:

Hi,
the recent upgrade to Gnome 3.12.1 includes
app-misc/tracker-1.0 which forces me to decide between gstreamer and
ffmpeg.
It says

   The following REQUIRED_USE flag constraints are unsatisfied:
 at-most-one-of ( gstreamer ffmpeg )

But many packages installed here depend on one of these.

What can I do about it and why can't I have both as previously.


It's only asking you to choose which to use for app-misc/tracker, not  
globally.  Just change the USE for that individual package.


echo app-misc/tracker gstreamer -ffmpeg   
/etc/portage/package.use/tracker


or

echo app-misc/tracker -gstreamer ffmpeg   
/etc/portage/package.use/tracker








Re: [gentoo-user] gstreamer (solved)

2008-04-03 Thread Ted Ozolins
After rebuilding a few packages, this system is up to par. The package 
that was causing tvtime and others to miss-behave was xf86-video-v4l.


Thank you all for your replies.

--
Ted Ozolins (VE7TVO)
Cranbrook, B.C.

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gstreamer (solved sort of)

2008-04-02 Thread Ted Ozolins

Alan McKinnon wrote:



Please post the output of revdep-rebuild -p -i

Do these various packages require specifically gstreamer-0.8? If so, 
that is a bug and should be rpeorted at b.g.o. In general, unmerging 
gstreamer-0.8 will cause other things linked to it to now not work, so 
I reckon you will suffer some fallout if you just unmerge it.


A good safety net will be to look into the portage cache in /var/db/pkg, 
you will find a copy of the current gstreamer-0.8 ebuild you are using 
there. Copy it to your local overlay so you can remerge it if 
necessary. Do the same with any plugins that are also not in portage 
anymore



Thank you all for the replies, greatly appreciated.

Having followed your recommendations I found thet :
emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I tried, 
no way of unmerging -0.8.. I then added search mask in make.conf so that 
  revdep-rebuild does not search /usr/lib/gstreamer-0.8 and finally 
removed 0.8 manually. I've had to rebuild a couple of packages (for now) 
and all seems to be fine except I can no longer run tvtime, kdetv nor xawtv.


xawtv reports:
This is xawtv-3.95, running on Linux/i686 (2.6.23-gentoo-r9)
WARNING: v4l-conf is compiled without DGA support.
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
Warning: Cannot convert string 
-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-* to type FontStruct

libGL warning: 3D driver claims to not support visual 0x4b
game over
kdetv reports nothing and I can not stop the process. Even using top and 
 k followed by PID of kdetv.


I'm sure I have to rebuild something, just not quite sure what.

I've re-emerged all three with no change. Where do I look?
--
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gstreamer (solved sort of)

2008-04-02 Thread Neil Bothwick
On Wed, 02 Apr 2008 08:12:27 -0600, Ted Ozolins wrote:

 Having followed your recommendations I found thet :
 emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I
 tried, 

Unless you tell it otherwise, emerge always tries to operate on the
latest version of a package. You need emerge -C
media-libs/gstreamer-0.8. Even though you have manually removed the
files, you should still run this to clean up your package database.


-- 
Neil Bothwick

What do you get if you cross an agnostic, an insomniac and adyslexic?
Someone who lies awake at night wondering if there really is a dog.


signature.asc
Description: PGP signature


Re: [gentoo-user] gstreamer (solved sort of)

2008-04-02 Thread Ted Ozolins

Neil Bothwick wrote:

On Wed, 02 Apr 2008 08:12:27 -0600, Ted Ozolins wrote:


Having followed your recommendations I found thet :
emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I
tried, 


Unless you tell it otherwise, emerge always tries to operate on the
latest version of a package. You need emerge -C
media-libs/gstreamer-0.8. Even though you have manually removed the
files, you should still run this to clean up your package database.


Tried that and emerge reported no package to be removed. emerge -Cp 
gstreamer shows only -0.10


--
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gstreamer (solved sort of)

2008-04-02 Thread Ted Ozolins

Neil Bothwick wrote:

On Wed, 02 Apr 2008 08:12:27 -0600, Ted Ozolins wrote:


Having followed your recommendations I found thet :
emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I
tried, 


Unless you tell it otherwise, emerge always tries to operate on the
latest version of a package. You need emerge -C
media-libs/gstreamer-0.8. Even though you have manually removed the
files, you should still run this to clean up your package database.


Tried that and emerge reported no package to be removed. emerge -Cp 
gstreamer shows only -0.10


--
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gstreamer

2008-04-01 Thread Neil Bothwick
On Mon, 31 Mar 2008 22:44:15 -0600, Ted Ozolins wrote:

 I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer in 
 portage. Revdep-rebuild complains about several packages as broken and 
 require gstreamer-0.8. I tried following:
  http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer  
 
 Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?

As it is no longer in portage, copy the ebuild from /var/db/pkg to your
overlay, then quickpkg it before you unmerge anything.

It will only have been removed for portage if nothing else in there
depends on it, so unmerge it (after doing the above) then run
revdep-rebuild followed by emerge -uavD world.


-- 
Neil Bothwick

MS-DOS: if you believe in a flat Earth, this is the OS for you.


signature.asc
Description: PGP signature


Re: [gentoo-user] gstreamer

2008-04-01 Thread Alan McKinnon
On Tuesday 01 April 2008, Ted Ozolins wrote:
 I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer
 in portage. Revdep-rebuild complains about several packages as broken
 and

 require gstreamer-0.8. I tried following:
  http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer

 Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?

Please post the output of revdep-rebuild -p -i

Do these various packages require specifically gstreamer-0.8? If so, 
that is a bug and should be rpeorted at b.g.o. In general, unmerging 
gstreamer-0.8 will cause other things linked to it to now not work, so 
I reckon you will suffer some fallout if you just unmerge it.

A good safety net will be to look into the portage cache in /var/db/pkg, 
you will find a copy of the current gstreamer-0.8 ebuild you are using 
there. Copy it to your local overlay so you can remerge it if 
necessary. Do the same with any plugins that are also not in portage 
anymore

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] gstreamer

2008-03-31 Thread Ted Ozolins
I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer in 
portage. Revdep-rebuild complains about several packages as broken and 
require gstreamer-0.8. I tried following:

http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer


Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?
--
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gstreamer

2008-03-31 Thread Stroller


On 1 Apr 2008, at 05:44, Ted Ozolins wrote:

I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer  
in portage. Revdep-rebuild complains about several packages as  
broken and require gstreamer-0.8. I tried following:

http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer


Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?


I would _imagine_ so.
I'd expect that if you were to remove 0.8 then revdep-rebuild would  
then allow the packages to be rebuilt linked against the late version.


However, to be sure that these packages don't have a depends that  
specifies  0.9 it might be worth telling use which packages are broken?

I take it you can't emerge -1 each of these packages separately?

Stroller.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] gstreamer 0.10.4 on an amd64 box

2006-04-08 Thread Rafael Bugajewski
Rafael Bugajewski wrote:

 has anyone tried to do this?

 # emerge -av gstreamer

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild  NS   ] media-libs/gstreamer-0.10.4  0 kB

 gives me the following error:

 [...]

 I need it for GNOME 2.14.

 Any know how to solve this?

O.K., I solved this. I recompiled libcheck with -fPIC and now gstreamer seems 
to compile. But ATM I have another problem. I can't compile gedit 2.14 on the 
amd64 box. I will see if I can solve it, otherways I will post a message and 
ask for help.

Greets,

Rafael


pgp9PSsVYUmwV.pgp
Description: PGP signature


Gnome problems [was: Re: [gentoo-user] gstreamer 0.10.4 on an amd64 box]

2006-04-08 Thread Rafael Bugajewski
Rafael Bugajewski wrote:

 O.K., I solved this. I recompiled libcheck with -fPIC and now gstreamer
 seems to compile. But ATM I have another problem. I can't compile gedit
 2.14 on the amd64 box. I will see if I can solve it, otherways I will post
 a message and ask for help.

So gstreamer and gedit are installed now. I forgot to run python-updater after 
a python upgrade. After doing this step, gedit installed fine.

But now I have a completely different problem. Gnome doesn't find any icons, I 
get a lot of error messages and something that says gnome-settings-deamon 
couldn't be started. I will switch to LANG=C and post the errors later, if 
I don't find any solution.

I also deleteted ~/.gnome* and ~/.gconf* - nothing happened.

If anybody knows a solution to these strange problems, it would be nice if you 
could tell me. :)

Greets,

Rafael


pgpRA1ejPZa49.pgp
Description: PGP signature


[gentoo-user] gstreamer 0.10.4 on an amd64 box

2006-04-07 Thread Rafael Bugajewski
Hi,

has anyone tried to do this?

# emerge -av gstreamer

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS   ] media-libs/gstreamer-0.10.4  0 kB

gives me the following error:

mv -f .libs/libgstcheck-0.10.expT .libs/libgstcheck-0.10.exp
echo { global:  .libs/libgstcheck-0.10.ver
 cat .libs/libgstcheck-0.10.exp | sed -e s/\(.*\)/\1;/ 
 .libs/libgstcheck-0.10.ver
 echo local: *; };  .libs/libgstcheck-0.10.ver
 x86_64-pc-linux-gnu-gcc -shared  .libs/libgstcheck_0.10_la-gstcheck.o  
-Wl,--rpath 
-Wl,/var/tmp/portage/gstreamer-0.10.4/work/gstreamer-0.10.4/gst/.libs 
/usr/lib64/libgobject-2.0.so 
-L/usr/lib64 /usr/lib64/libgthread-2.0.so /usr/lib64/libgmodule-2.0.so 
-ldl /usr/lib64/libglib-2.0.so 
-lcheck ../../../gst/.libs/libgstreamer-0.10.so  -march=k8 -pthread 
-Wl,--export-dynamic -Wl,-soname -Wl,libgstcheck-0.10.so.0 
-Wl,-version-script -Wl,.libs/libgstcheck-0.10.ver 
-o .libs/libgstcheck-0.10.so.0.4.0
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.5/../../../../x86_64-pc-linux-gnu/bin/ld: 
/usr/lib64/libcheck.a(check.o): 
relocation R_X86_64_32 against `a local symbol' can not be used when making a 
shared object; recompile with -fPIC
/usr/lib64/libcheck.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: *** [libgstcheck-0.10.la] Fehler 1
make[4]: Leaving directory 
`/var/tmp/portage/gstreamer-0.10.4/work/gstreamer-0.10.4/libs/gst/check'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory 
`/var/tmp/portage/gstreamer-0.10.4/work/gstreamer-0.10.4/libs/gst'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory 
`/var/tmp/portage/gstreamer-0.10.4/work/gstreamer-0.10.4/libs'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory 
`/var/tmp/portage/gstreamer-0.10.4/work/gstreamer-0.10.4'
make: *** [all] Fehler 2

!!! ERROR: media-libs/gstreamer-0.10.4 failed.
Call stack:
  ebuild.sh, line 1526:   Called dyn_compile
  ebuild.sh, line 923:   Called src_compile
  gstreamer-0.10.4.ebuild, line 32:   Called die

!!! compile failed
!!! If you need support, post the topmost build error, and the call stack if 
relevant.


I need it for GNOME 2.14.

Any know how to solve this?

Greets,

Rafael


pgp0w6dB2Y9R3.pgp
Description: PGP signature


[gentoo-user] gstreamer mms plugin missing

2006-01-09 Thread Massimiliano Bellomo
Hi,  
   i'm in trouble to reproduce an mms audio stream because of missing 
plugin in gstreamer

(totem is using this backend).
I've tried also installing the new version 0.10 but this plugin is 
always missing,
maybe it's in the gst-plugins-bad package, but this is not include in 
portage.


Any idea ?

Many thanks,
   Max.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] GStreamer Pad error with Rhythmbox

2005-06-04 Thread Alex Bennee
Hi,

Has anyone else been seeing problems with Gstreamer based apps not
playing files due to Internal GStreamer error: pad problem? It seems
to of broken on the last update.

There is a bug filled (http://bugs.gentoo.org/show_bug.cgi?id=86675) but
I was wondering if its an isolated case?


--
Alex, homepage: http://www.bennee.com/~alex/
Only kings, presidents, editors, and people with tapeworms have the
right to use the editorial we. -- Mark Twain

-- 
gentoo-user@gentoo.org mailing list