123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
- %define gst_ver 0.10.35
- %define gst_plugins_base_ver 0.10.35
- %define gst_plugins_good 0.10.30
- %define gst_python 0.10.10
- Name: farsight2
- Version: 0.0.31
- Release: 1%{?_dist_release}
- Summary: Libraries for videoconferencing
- Summary(ja): ビデオ会議のためのライブラリ
- Group: System Environment/Libraries
- License: LGPLv2+
- URL: http://farsight.freedesktop.org/wiki/
- Source0: http://farsight.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: glib2-devel >= 2.14
- BuildRequires: gstreamer-devel >= %{gst_ver}
- BuildRequires: gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
- BuildRequires: gstreamer-python-devel >= %{gst_python}
- BuildRequires: libnice-devel >= 0.0.9
- BuildRequires: gupnp-devel
- BuildRequires: gupnp-igd-devel
- BuildRequires: python-devel
- BuildRequires: pygobject-devel
- Requires: gstreamer-plugins-good >= %{gst_plugins_good}
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- %{name} is a collection of GStreamer modules and libraries for
- videoconferencing.
- %package python
- Summary: Python binding for %{name}
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- %description python
- Python bindings for %{name}.
- %package devel
- Summary: Development files for %{name}
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: %{name}-python = %{version}-%{release}
- Requires: gstreamer-devel >= %{gst_ver}
- Requires: gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
- Requires: pkgconfig
- %description devel
- The %{name}-devel package contains libraries and header files for
- developing applications that use %{name}.
- %prep
- %setup -q
- %build
- %configure \
- --with-package-name='Vine Linux farsight2 package' \
- --disable-static
- sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
- sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc COPYING
- %{_libdir}/*.so.*
- %dir %{_libdir}/%{name}-0.0
- %{_libdir}/%{name}-0.0/libmulticast-transmitter.so
- %{_libdir}/%{name}-0.0/libnice-transmitter.so
- %{_libdir}/%{name}-0.0/librawudp-transmitter.so
- %{_libdir}/%{name}-0.0/libshm-transmitter.so
- %{_libdir}/gstreamer-0.10/libfsfunnel.so
- %{_libdir}/gstreamer-0.10/libfsrtpconference.so
- %{_libdir}/gstreamer-0.10/libfsvideoanyrate.so
- %{_libdir}/gstreamer-0.10/libfsrtcpfilter.so
- %{_libdir}/gstreamer-0.10/libfsmsnconference.so
- %{_libdir}/gstreamer-0.10/libfsrawconference.so
- %{_datadir}/farsight2/0.0/fsrtpconference
- %files python
- %defattr(-,root,root,-)
- %{python_sitearch}/farsight.so
- %files devel
- %defattr(-,root,root,-)
- %{_libdir}/libgstfarsight-0.10.so
- %{_libdir}/pkgconfig/%{name}-0.10.pc
- %{_includedir}/gstreamer-0.10/gst/farsight/
- %{_datadir}/gtk-doc/html/%{name}-libs-0.10
- %{_datadir}/gtk-doc/html/%{name}-plugins-0.10
- %changelog
- * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.31-1
- - new upstream release
- * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.30-1
- - new upstream release
- * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.29-1
- - new upstream release
- - change BuildRequires: gstreamer-python-devel instead of gstreamer-python
- * Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.17-2
- - rebuilt with rpm-4.8.1 for pkg-config
- - added BR: gupnp-devel
- * Sat Feb 06 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.17-1
- - new upstream release
- * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.0.16-3
- - rebuild with python-2.6
- * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.16-2
- - initial build for Vine Linux
- * Tue Oct 6 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.16-1
- - Update to 0.0.16.
- * Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.15-2
- - Rebuild for new gupnp
- * Thu Sep 3 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.15-1
- - Update to 0.0.15.
- * Thu Aug 06 2009 Warren Togami <wtogami@redhat.com> - 0.0.14-1
- - 0.0.14
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.12-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Jul 22 2009 Warren Togami <wtogami@redhat.com> - 0.0.12-3
- - rebuild
- * Mon Jun 22 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.12-2
- - Remove unnecessary requires on gst-plugins-farsight.
- * Sat May 30 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.12-1
- - Update to 0.0.12.
- * Tue May 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.11-1
- - Update to 0.0.11.
- * Wed May 20 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.10-1
- - Update to 0.0.10.
- * Tue Apr 7 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
- - Update to 0.0.9.
- * Tue Mar 17 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
- - Update to 0.0.8.
- - Bump min version of gstreamer needed.
- * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.7-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Mon Jan 19 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-2
- - Add BR on gupnp-igd-devel, pygobject2-devel, and pygtk2-devel.
- * Fri Jan 9 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
- - Update to 0.0.7.
- * Mon Jan 5 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-4
- - Add BR on libnice-devel and build libnice transmitter.
- - Set gstreamer package name & origin.
- * Fri Jan 02 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-3
- - Rebuild.
- * Wed Dec 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-2
- - Preserve time stamps.
- * Tue Dec 16 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
- - Initial Fedora spec.
|