123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- Summary: Telepathy client to handle media streaming
- Summary(ja): メディアストリーミングを扱うための Telepathy クライアント
- Name: telepathy-stream-engine
- Version: 0.5.12
- Release: 1%{?_dist_release}
- Group: Applications/Communications
- License: LGPLv2+
- URL: http://telepathy.freedesktop.org/wiki/FrontPage
- Source0: http://telepathy.freedesktop.org/releases/stream-engine/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: glib2-devel >= 2.4
- BuildRequires: dbus-devel >= 0.95
- BuildRequires: dbus-glib-devel >= 0.73
- BuildRequires: telepathy-glib-devel >= 0.7.34
- BuildRequires: farsight2-devel >= 0.0.14
- BuildRequires: gstreamer-devel >= 0.10.23
- BuildRequires: gstreamer-plugins-base-devel >= 0.10.23
- BuildRequires: telepathy-farsight-devel >= 0.0.8
- BuildRequires: libX11-devel
- BuildRequires: libxslt
- %description
- A Telepathy client that uses Farsight and GStreamer to handle media
- streaming for channels with the IceSignalling interface.
- %prep
- %setup -q
- %build
- %configure --disable-seq-dias
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %doc COPYING ChangeLog
- %{_sysconfdir}/stream-engine/*.conf
- %{_libexecdir}/*
- %{_datadir}/dbus-1/services/org.maemo.Telepathy.StreamEngine.service
- %changelog
- * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.12-1
- - new upstream release
- * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-1
- - initial build for Vine Linux
- * Thu May 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.3-1
- - Update to 0.5.3.
- * Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
- - Update to 0.5.2.
- * Fri Mar 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-4
- - Rebuild for new farsight.
- * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-3
- - Rebuild for gcc-4.3.
- * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-2
- - Rebuild.
- * Fri Aug 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-1
- - Update to 0.3.25.
- - Bump min version of farsight-devel needed to 0.1.23.
- * Fri Aug 3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-2
- - Update license tag.
- * Sun May 20 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-1
- - Update to 0.3.23.
- - Add min ver for farsight & libtelepathy.
- * Wed Feb 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.21-1
- - Update to 0.3.21.
- * Sat Jan 6 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.20-1
- - Update to 0.3.20.
- * Mon Dec 25 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-2
- - Disable sequence-diagrams.
- * Fri Dec 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-1
- - Update to 0.3.18.
- * Sun Dec 3 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.16-1
- - Initial FE Spec.
|