My package (gnome-subtitles) is failing in configure:
checking for gstreamer... configure: error: Package requirements (gstreamer-0.10 >= 0.10) were not met: No package 'gstreamer-0.10' found
My spec file has Requires: gstreamer010 >= 0.10 BuildRequires: gstreamer010 >= 0.10
because 'gtreamer > 0.10' wasn't working. I am using openSUSE_10.2 arch i586
Is there a list of package mappings e.g. gstreamer to gstreamer010 (or whatever).
Damien --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Friday 02 November 2007 21:29:55 wrote Damien Carbery:
My package (gnome-subtitles) is failing in configure:
checking for gstreamer... configure: error: Package requirements (gstreamer-0.10 >= 0.10) were not met: No package 'gstreamer-0.10' found
My spec file has Requires: gstreamer010 >= 0.10 BuildRequires: gstreamer010 >= 0.10
because 'gtreamer > 0.10' wasn't working. I am using openSUSE_10.2 arch i586
Is there a list of package mappings e.g. gstreamer to gstreamer010 (or whatever).
you can see it in the base distro configuration. So for example do a
osc meta prjconf openSUSE:10.3
for getting the mappings when building against 10.3
----- Original Message ----- From: Adrian Schröter adrian@suse.de Date: Sunday, November 4, 2007 10:45 am Subject: Re: [opensuse-buildservice] How to I bring gstreamer into by build environment? To: opensuse-buildservice@opensuse.org Cc: Damien Carbery Damien.Carbery@Sun.COM
On Friday 02 November 2007 21:29:55 wrote Damien Carbery:
My package (gnome-subtitles) is failing in configure:
checking for gstreamer... configure: error: Package requirements (gstreamer-0.10 >= 0.10) were not met: No package 'gstreamer-0.10' found
My spec file has Requires: gstreamer010 >= 0.10 BuildRequires: gstreamer010 >= 0.10
because 'gtreamer > 0.10' wasn't working. I am using openSUSE_10.2 arch i586
Is there a list of package mappings e.g. gstreamer to gstreamer010 (or whatever).
you can see it in the base distro configuration. So for example do a
osc meta prjconf openSUSE:10.3
for getting the mappings when building against 10.3
How do I do this in the web client?
I do my building via the web client on my Windows machine. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Monday 05 November 2007 10:36:18 wrote Damien Carbery:
----- Original Message ----- From: Adrian Schröter adrian@suse.de Date: Sunday, November 4, 2007 10:45 am Subject: Re: [opensuse-buildservice] How to I bring gstreamer into by build environment? To: opensuse-buildservice@opensuse.org Cc: Damien Carbery Damien.Carbery@Sun.COM
On Friday 02 November 2007 21:29:55 wrote Damien Carbery:
My package (gnome-subtitles) is failing in configure:
checking for gstreamer... configure: error: Package requirements (gstreamer-0.10 >= 0.10) were not met: No package 'gstreamer-0.10' found
My spec file has Requires: gstreamer010 >= 0.10 BuildRequires: gstreamer010 >= 0.10
because 'gtreamer > 0.10' wasn't working. I am using openSUSE_10.2 arch i586
Is there a list of package mappings e.g. gstreamer to gstreamer010 (or whatever).
you can see it in the base distro configuration. So for example do a
osc meta prjconf openSUSE:10.3
for getting the mappings when building against 10.3
How do I do this in the web client?
this currently not possible in the web client, but you can do
kwrite https://api.opensuse.org/source/openSUSE:10.3/_config
using the api directly, if you want to use a GUI application ;)
I do my building via the web client on my Windows machine.
oh, well, just for viewing, you can use any web browser and load the URL on top.
bye adrian
On 2007-11-02 20:29:55 +0000, Damien Carbery wrote:
Date: Fri, 02 Nov 2007 20:29:55 +0000 (GMT) From: Damien Carbery Damien.Carbery@Sun.COM Subject: [opensuse-buildservice] How to I bring gstreamer into by build environment? To: opensuse-buildservice@opensuse.org X-Mailer: Sun Java(tm) System Messenger Express 6.2-8.04 (built Feb 28 2007)
My package (gnome-subtitles) is failing in configure:
checking for gstreamer... configure: error: Package requirements (gstreamer-0.10 >= 0.10) were not met: No package 'gstreamer-0.10' found
My spec file has Requires: gstreamer010 >= 0.10
not needed (hopefully)
BuildRequires: gstreamer010 >= 0.10
shouldnt this be gstreamer010-devel >= 0.10
darix
buildservice@lists.opensuse.org