You are not logged in.

1

Saturday, March 4th 2006, 9:33pm

[SOLVED] [amarok] gstreamer-0.10-engine won't compile

I am trying to compile amarok-1.4-beta1 with support for gstreamer-0.10. Compiling it without this support is no problem. I compiled gstreamer-0.10 (I configured it with ./configure --prefix=/opt/gnome, as I am using SUSE 10.0) from source, everything went fine. Here is my problem: when I try to configure amarok to be compiled with support for gstreamer-0.10, I get the following output:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
checking for gstreamer-0.8 >= 0.8.6... yes
checking GST_CFLAGS... -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/libxml2 -I/opt/gnome/include/gstreamer-0.8 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
checking GST_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgstreamer-0.8 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0
checking for gstreamer-plugins-0.8 >= 0.8.6... yes
checking GST_PLUGINS_CFLAGS... -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/libxml2 -I/opt/gnome/include/gstreamer-0.8 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
checking GST_PLUGINS_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgstreamer-0.8 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0
checking gst/audio/audio.h usability... yes
checking gst/audio/audio.h presence... yes
checking for gst/audio/audio.h... yes
checking for gstreamer-0.10 >= 0.10.0... yes
checking GST10_CFLAGS... -pthread -I/usr/include/libxml2 -I/opt/gnome//include/gstreamer-0.10 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
checking GST10_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome//lib -L/opt/gnome/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0
checking for gstreamer-plugins-0.10 >= 0.10.0... checking for gst/audio/audio.h... (cached) no

It doesn't matter if I have gstreamer-0.8 installed or not. I am using

gstreamer-0.10.3
gst-plugins-base-0.10.3
gst-plugins-good-0.10.2
gst-plugins-ugly-0.10.2
gst-ffmpeg-0.10.0

Has anyone got an idea what I have to change?
Thank you in advance!

This post has been edited 1 times, last edit by "bauerfichtner" (Mar 5th 2006, 8:49pm)


2

Sunday, March 5th 2006, 11:16am

Hmm, I tried once again, and I found the problem. When I configured amarok, I passed the option

Source code

1
--without-gstreamer

because

Source code

1
./configure --help

gives two possible options:

Source code

1
2
--without-gstreamer 
--without-gstreamer-0.10


But it seems as if compiling the gstreamer-0.10-engine is not possible without compiling the gstreamer-0.8-engine. With no longer passing

Source code

1
--without-gstreamer

everything went fine and the gstreamer-0.10-engine could be compiled.

3

Sunday, March 5th 2006, 8:48pm

Well, today amarok-1.4-beta2 was released, now you may compile amarok with the gstreamer-0.10-engine and without the gstreamer-0.8-engine. I should have waited one more day.

Indeed, the support for the gstreamer-0.8-engine has been completely removed.

This post has been edited 1 times, last edit by "bauerfichtner" (Mar 5th 2006, 8:55pm)