Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2015-12-01 09:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/leechcraft (Old)
 and      /work/SRC/openSUSE:Factory/.leechcraft.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "leechcraft"

Changes:
--------
--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft-doc.changes        
2015-06-12 20:31:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft-doc.changes   
2015-12-01 09:19:27.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 29 15:18:53 UTC 2015 - [email protected]
+
+- Add leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch
+  * Fix compilation in lmp plugin with GStreamer 1.5.1 and above 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes    2015-08-25 
08:50:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes       
2015-12-01 09:19:27.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 29 15:17:10 UTC 2015 - [email protected]
+
+- Add leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch
+  * Fix compilation in lmp plugin with GStreamer 1.5.1 and above 
+
+-------------------------------------------------------------------

New:
----
  leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ leechcraft.spec ++++++
--- /var/tmp/diff_new_pack.Q5VdX5/_old  2015-12-01 09:19:28.000000000 +0100
+++ /var/tmp/diff_new_pack.Q5VdX5/_new  2015-12-01 09:19:28.000000000 +0100
@@ -59,7 +59,8 @@
 Url:            http://leechcraft.org
 
 Source0:        
http://dist.leechcraft.org/LeechCraft/0.6.75/leechcraft-%{LEECHCRAFT_VERSION}.tar.xz
-
+# PATCH-FIX-UPSTREAM 
leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch [email protected]
+Patch1:         leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch
 BuildRequires:  Qross-devel
 BuildRequires:  boost-devel >= 1.50
 BuildRequires:  cmake > 2.8.10
@@ -2464,6 +2465,7 @@
 
 %prep
 %setup -q -n leechcraft-%{LEECHCRAFT_VERSION}
+%patch1 -p1
 
 #removing non-free icons
 rm -rf src/plugins/azoth/share/azoth/iconsets/clients/default


++++++ leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch ++++++
>From a93fc169f6be6d627e6c0a7af28411fd774e47fc Mon Sep 17 00:00:00 2001
From: 0xd34df00d <[email protected]>
Date: Sun, 11 Oct 2015 21:31:43 +0100
Subject: [PATCH] [LMP] Append gstreamer include dirs from pkgconfig.

---
 src/plugins/lmp/cmake/FindGStreamer.cmake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/plugins/lmp/cmake/FindGStreamer.cmake 
b/src/plugins/lmp/cmake/FindGStreamer.cmake
index eee6565..da645e8 100644
--- a/src/plugins/lmp/cmake/FindGStreamer.cmake
+++ b/src/plugins/lmp/cmake/FindGStreamer.cmake
@@ -104,6 +104,10 @@ ELSE ()
                )
 ENDIF ()
 
+IF (GSTREAMER_INCLUDE_DIR AND PC_GSTREAMER_INCLUDE_DIRS)
+       SET (GSTREAMER_INCLUDE_DIR ${GSTREAMER_INCLUDE_DIR} 
${PC_GSTREAMER_INCLUDE_DIRS})
+ENDIF ()
+
 IF (GSTREAMER_INCLUDE_DIR)
    #MESSAGE(STATUS "DEBUG: Found GStreamer include dir: 
${GSTREAMER_INCLUDE_DIR}")
 ELSE ()
-- 
2.6.3


Reply via email to