From: <ebl...@us...> - 2006-10-24 15:29:27
|
Revision: 17574 http://svn.sourceforge.net/gaim/?rev=17574&view=rev Author: eblanton Date: 2006-10-24 08:29:19 -0700 (Tue, 24 Oct 2006) Log Message: ----------- I am under the impression that our gstreamer support requires 0.10 or newer; someone in #gaim was bit by building a src.rpm into a binary that was happy, but then failing to have sound support. Someone (nosnilmot?) correct this if it's wrong. Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-10-24 03:37:46 UTC (rev 17573) +++ trunk/gaim.spec.in 2006-10-24 15:29:19 UTC (rev 17574) @@ -30,7 +30,7 @@ BuildRequires: libtool, pkgconfig, intltool, gettext, libxml2-devel %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} %{?_with_dbus:BuildRequires: dbus-devel >= 0.35} -%{!?_without_gstreamer:BuildRequires: gstreamer-devel} +%{!?_without_gstreamer:BuildRequires: gstreamer-devel >= 0.10} %{!?_without_gtkspell:BuildRequires: gtkspell-devel} %{?_with_howl:BuildRequires: howl-devel} %{?_with_meanwhile:BuildRequires: meanwhile-devel} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |