rpms/gstreamer-plugins-farsight/devel gstreamer-plugins-farsight.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sat Dec 23 03:09:48 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/gstreamer-plugins-farsight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11032/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gstreamer-plugins-farsight.spec 
Log Message:
auto-import gstreamer-plugins-farsight-0.10.2-2 on branch devel from gstreamer-plugins-farsight-0.10.2-2.src.rpm


--- NEW FILE gstreamer-plugins-farsight.spec ---
%define         gst_majorminor	0.10

Name:           gstreamer-plugins-farsight
Version:        0.10.2
Release:        2%{?dist}
Summary:        GStreamer plug-ins for farsight protocol

Group:          Applications/Multimedia
License:        GPL
URL:            http://projects.collabora.co.uk/trac/farsight
Source0:        http://telepathy.freedesktop.org/releases/gst-plugins-farsight/gst-plugins-farsight-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gstreamer-devel > 0.10.3
BuildRequires:	gstreamer-plugins-base-devel
BuildRequires:	libjingle-devel

Requires:	gstreamer-plugins-base

%description
This is a set of plugins for GStreamer that will be used by Farsight for
Audio/Video conferencing.


%prep
%setup -q -n gst-plugins-farsight-%{version}


%build
%configure --disable-static	\
	   --disable-jrtplib 	\
	   --disable-mimic 	\
	   --disable-jasper	\
	   --disable-gsm	\
	   --enable-jingle-p2p	\
   	   --with-plugins=rtpdemux,rtpjitterbuffer
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_libdir}/gstreamer-%{gst_majorminor}/libgstice.so
%{_libdir}/gstreamer-%{gst_majorminor}/libgstjrtp.so
%{_libdir}/gstreamer-%{gst_majorminor}/libgstrtpdemux.so
%{_libdir}/gstreamer-%{gst_majorminor}/libgstrtpjitterbuffer.so



%changelog
* Fri Dec 22 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.10.2-2
- Rename gstreamer macro.

* Thu Sep 21 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.10.2-1
- Initial FE spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2006 03:08:50 -0000	1.1
+++ .cvsignore	23 Dec 2006 03:09:18 -0000	1.2
@@ -0,0 +1 @@
+gst-plugins-farsight-0.10.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-plugins-farsight/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2006 03:08:50 -0000	1.1
+++ sources	23 Dec 2006 03:09:18 -0000	1.2
@@ -0,0 +1 @@
+77c92554c2bd57ad1b426e5ba50eb9a8  gst-plugins-farsight-0.10.2.tar.gz




More information about the scm-commits mailing list