# HG changeset patch # User Ethan Blanton # Date 1161703759 0 # Node ID f87c99db8389e728d9e39152e3366766000cb56e # Parent 3b5bfd634cc32c40f39466278fdc58b6c0e17879 [gaim-migrate @ 17574] 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. committer: Tailor Script diff -r 3b5bfd634cc3 -r f87c99db8389 gaim.spec.in --- a/gaim.spec.in Tue Oct 24 03:37:46 2006 +0000 +++ b/gaim.spec.in Tue Oct 24 15:29:19 2006 +0000 @@ -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}