[ktp-call-ui] Update to 0.8.80 (beta)

Jan Grulich jgrulich at fedoraproject.org
Wed Sep 17 12:56:02 UTC 2014


commit 377ca89aecb5c093b522996800a090b0c3d699dc
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Sep 17 14:55:55 2014 +0200

    Update to 0.8.80 (beta)

 .gitignore                                         |    1 +
 ktp-call-ui-0.5.2-farstream_compat.patch           |   27 ------
 ...8.1-gstreamer1-0001-Require-farstream-0.2.patch |   25 -----
 ....1-gstreamer1-0002-Rename-src-d-to-src_-u.patch |   98 --------------------
 ...-enable-last-buffer-to-enable-last-sample.patch |   53 -----------
 ...ename-caps-type-name-removing-0.10-format.patch |   44 ---------
 ...eamer1-0005-ffmpegcolorspace-videoconvert.patch |   40 --------
 ...06-Update-cmake-to-look-for-farstream-0.2.patch |   27 ------
 ...e-seems-to-have-been-generalized-into-vid.patch |   53 -----------
 ...proc_tmpnoise-from-TfVideoContentHandler-.patch |   57 -----------
 ktp-call-ui.spec                                   |   36 +------
 sources                                            |    2 +-
 12 files changed, 8 insertions(+), 455 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d88d44f..c219ff9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /ktp-call-ui-0.7.80.tar.bz2
 /ktp-call-ui-0.8.0.tar.bz2
 /ktp-call-ui-0.8.1.tar.bz2
+/ktp-call-ui-0.8.80.tar.bz2
diff --git a/ktp-call-ui.spec b/ktp-call-ui.spec
index 661edde..6249d6a 100644
--- a/ktp-call-ui.spec
+++ b/ktp-call-ui.spec
@@ -1,28 +1,15 @@
 
 Name:    ktp-call-ui
 Summary: Telepathy call handler
-Version: 0.8.1
-Release: 4%{?dist}
+Version: 0.8.80
+Release: 1%{?dist}
 
 # most sources LGPLv2+, but a few are GPLv2+
 License: GPLv2+
 URL:     https://projects.kde.org/projects/extragear/network/telepathy/%{name}
 Source0: http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
 
-# don't directly rely on 'pkg-config telepathy-farstream'
-# but use instead: 'pkg-config TelepathyQt4Farstream'
-Patch1: ktp-call-ui-0.5.2-farstream_compat.patch
-
 ## upstream patches
-# patchset from gst-1.0-port branch
-Patch101: ktp-call-ui-0.8.1-gstreamer1-0001-Require-farstream-0.2.patch
-Patch102: ktp-call-ui-0.8.1-gstreamer1-0002-Rename-src-d-to-src_-u.patch
-Patch103: ktp-call-ui-0.8.1-gstreamer1-0003-rename-enable-last-buffer-to-enable-last-sample.patch
-Patch104: ktp-call-ui-0.8.1-gstreamer1-0004-rename-caps-type-name-removing-0.10-format.patch
-Patch105: ktp-call-ui-0.8.1-gstreamer1-0005-ffmpegcolorspace-videoconvert.patch
-Patch106: ktp-call-ui-0.8.1-gstreamer1-0006-Update-cmake-to-look-for-farstream-0.2.patch
-Patch107: ktp-call-ui-0.8.1-gstreamer1-0007-videomaxrate-seems-to-have-been-generalized-into-vid.patch
-Patch108: ktp-call-ui-0.8.1-gstreamer1-0008-Remove-postproc_tmpnoise-from-TfVideoContentHandler-.patch
 
 BuildRequires: gettext
 BuildRequires: kdelibs4-devel
@@ -48,20 +35,6 @@ Requires: ktp-accounts-kcm
 %prep
 %setup -q -n ktp-call-ui-%{version}
 
-%if 0%{?gstreamer1}
-%patch101 -p1 -b .gstreamer1-0001
-%patch102 -p1 -b .gstreamer1-0002
-%patch103 -p1 -b .gstreamer1-0003
-%patch104 -p1 -b .gstreamer1-0004
-%patch105 -p1 -b .gstreamer1-0005
-%patch106 -p1 -b .gstreamer1-0006
-%patch107 -p1 -b .gstreamer1-0007
-%patch108 -p1 -b .gstreamer1-0008
-%else
-%patch1 -p1 -b .farstream_compat
-%endif
-
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -85,11 +58,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %{_kde4_bindir}/ktp-dialout-ui
 %{_kde4_libexecdir}/ktp-call-ui
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service
-%{_kde4_appsdir}/ktp-call-ui/callwindowui.rc
+%{_kde4_appsdir}/ktp-call-ui/*
 %{_datadir}/telepathy/clients/KTp.CallUi.client
 
 
 %changelog
+* Wed Sep 17 2014 Jan Grulich <jgrulich at redhat.com> - 0.8.80-1
+- Update to 0.8.80 (beta)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 69d1a7d..35d95d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-059fdb5ac1f16ca9c178a83edfd5c624  ktp-call-ui-0.8.1.tar.bz2
+b7fc87e030abe23188bcefb06c61035e  ktp-call-ui-0.8.80.tar.bz2


More information about the scm-commits mailing list