Hello community,
here is the log from the commit of package psi+-plugins-psimediaplugin for
openSUSE:Factory checked in at 2015-03-23 12:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psi+-plugins-psimediaplugin (Old)
and /work/SRC/openSUSE:Factory/.psi+-plugins-psimediaplugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "psi+-plugins-psimediaplugin"
Changes:
--------
---
/work/SRC/openSUSE:Factory/psi+-plugins-psimediaplugin/psi+-plugins-psimediaplugin.changes
2013-07-02 12:27:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.psi+-plugins-psimediaplugin.new/psi+-plugins-psimediaplugin.changes
2015-03-23 12:16:51.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar 16 11:48:30 UTC 2015 - [email protected]
+
+- Add pkgconfig(speexdsp) BuildRequires: configure checks
+ explicitly for its presence and speex/speexdsp have been split.
+- Add psimedia-speexdsp.patch: Fix build with speexdsp.
+
+-------------------------------------------------------------------
New:
----
psimedia-speexdsp.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ psi+-plugins-psimediaplugin.spec ++++++
--- /var/tmp/diff_new_pack.rWrISk/_old 2015-03-23 12:16:52.000000000 +0100
+++ /var/tmp/diff_new_pack.rWrISk/_new 2015-03-23 12:16:52.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package
+# spec file for package psi+-plugins-psimediaplugin
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%define _name psimedia
Name: psi+-plugins-psimediaplugin
Version: 1.0.3
-Release: 1
-License: LGPL-2.1+
+Release: 0
Summary: Audio/Video Plugin for psi-like im clients
-Url: http://delta.affinix.com/psimedia/
+License: LGPL-2.1+
Group: Productivity/Networking/Instant Messenger
+Url: http://delta.affinix.com/psimedia/
Source: %{_name}-%{version}.tar.bz2
-BuildRequires: libqt4-devel
+Patch0: psimedia-speexdsp.patch
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
+BuildRequires: libqt4-devel
BuildRequires: speex-devel
+BuildRequires: pkgconfig(speexdsp) >= 1.2rc1
Requires: psi+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +40,7 @@
%prep
%setup -q -n %{_name}
+%patch0 -p1
%build
./configure
++++++ psimedia-speexdsp.patch ++++++
Index: psimedia/gstprovider/gstelements/speexdsp/speexdsp.h
===================================================================
--- psimedia.orig/gstprovider/gstelements/speexdsp/speexdsp.h
+++ psimedia/gstprovider/gstelements/speexdsp/speexdsp.h
@@ -27,6 +27,7 @@
#ifndef __GST_SPEEX_DSP_H__
#define __GST_SPEEX_DSP_H__
+#include <stdint.h>
#include <gst/gst.h>
#include <gst/base/gstadapter.h>
#include <speex/speex_echo.h>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]