Author: jcollie
Update of /cvs/pkgs/rpms/sofsip-cli/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5923
Modified Files:
sofsip-cli.spec
Log Message:
Enable farsight media implementation.
Index: sofsip-cli.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sofsip-cli/devel/sofsip-cli.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sofsip-cli.spec 31 Jul 2007 20:23:53 -0000 1.2
+++ sofsip-cli.spec 31 Jul 2007 22:01:50 -0000 1.3
@@ -1,6 +1,6 @@
Name: sofsip-cli
Version: 0.13
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: SIP VoIP/IM example client
Group: Applications/Internet
@@ -14,6 +14,7 @@
BuildRequires: sofia-sip-glib-devel >= 1.12.6
BuildRequires: readline-devel
BuildRequires: gstreamer-devel
+BuildRequires: farsight-devel
Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good
Requires: gstreamer-plugins-farsight
@@ -29,7 +30,7 @@
%setup -q
%build
-%configure
+%configure --enable-farsight
make %{?_smp_mflags}
%install
@@ -47,6 +48,9 @@
%{_mandir}/man1/sofsip_cli.1*
%changelog
+* Tue Jul 31 2007 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 0.13-3
+- Enable farsight media implementation.
+
* Tue Jul 31 2007 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 0.13-2
- BR gstreamer-devel