From: <the...@us...> - 2006-08-15 08:59:56
|
Revision: 16770 Author: thekingant Date: 2006-08-15 01:59:55 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16770&view=rev Log Message: ----------- Remove libao-devel and audiofile-devel from our RPM SPEC file and add gtreamer-devel Modified Paths: -------------- branches/v2_0_0/gaim.spec.in Modified: branches/v2_0_0/gaim.spec.in =================================================================== --- branches/v2_0_0/gaim.spec.in 2006-08-15 08:59:11 UTC (rev 16769) +++ branches/v2_0_0/gaim.spec.in 2006-08-15 08:59:55 UTC (rev 16770) @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root # Generic build requirements -BuildRequires: libtool, pkgconfig, libao-devel, audiofile-devel, intltool, gettext +BuildRequires: libtool, pkgconfig, intltool, gettext, gstreamer-devel %{?_with_avahi:BuildRequires: avahi-compat-howl avahi-compat-howl-devel} %{?_with_howl:BuildRequires: howl-devel} %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} @@ -323,9 +323,13 @@ %endif %changelog +* Tue Aug 15 2006 <the...@us...> +- Add a BuildRequire for gstreamer-devel +- Remove the BuildRequires for audiofile-devel and libao-devel + * Mon May 8 2006 <the...@us...> - Add --with avahi option to compile the gaim-bonjour package against - Avahi's Howl compatibility layer. + Avahi's Howl compatibility layer * Wed Mar 29 2006 <st...@no...> - Source RPM uses tar.bz2 now to save space This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |