Hello community,

here is the log from the commit of package freerdp for openSUSE:Factory checked 
in at 2012-10-25 12:09:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freerdp (Old)
 and      /work/SRC/openSUSE:Factory/.freerdp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freerdp", Maintainer is "lzw...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes  2012-05-07 
22:47:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes     2012-10-25 
12:09:34.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Oct 17 15:04:32 UTC 2012 - g...@opensuse.org
+
+- added freerdp-fix-linking-with-libpulse.patch in order to link
+  correctly with libpulse
+  (https://github.com/FreeRDP/FreeRDP/issues/418, bnc#785437)
+
+-------------------------------------------------------------------

New:
----
  freerdp-fix-linking-with-libpulse.patch

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

Other differences:
------------------
++++++ freerdp.spec ++++++
--- /var/tmp/diff_new_pack.BR2t8q/_old  2012-10-25 12:09:35.000000000 +0200
+++ /var/tmp/diff_new_pack.BR2t8q/_new  2012-10-25 12:09:35.000000000 +0200
@@ -32,6 +32,8 @@
 Patch1:         freerdp-fix-FindPCSC-macro.patch
 # PATCH-FIX-UPSTREAM freerdp-fix-numlock-behavior.patch 
https://github.com/FreeRDP/FreeRDP/pull/564 zawer...@gmail.com -- Fix incorrect 
num lock state when connecting
 Patch2:         freerdp-fix-incorrect-numlock-state.patch
+# PATCH-FIX-UPSTREAM freerdp-fix-linking-with-libpulse.patch 
https://github.com/FreeRDP/FreeRDP/issues/418 g...@opensuse.org -- Link the 
pulseaudio plugins with libpulse
+Patch3:         freerdp-fix-linking-with-libpulse.patch
 BuildRequires:  cmake
 BuildRequires:  cups-devel
 BuildRequires:  ed
@@ -82,6 +84,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # use a versioned subdirectory for plugins in order to comply with the shared
 # library policy
 ed -s CMakeLists.txt 2>/dev/null <<'EOF'

++++++ freerdp-fix-linking-with-libpulse.patch ++++++
>From c10866db66c0d462ea7c2c38bb01740bcfb4fcb4 Mon Sep 17 00:00:00 2001
From: Slava Dubrovskiy <dub...@altlinux.org>
Date: Tue, 14 Feb 2012 13:44:00 -0500
Subject: [PATCH 002/939] Fix not linked with libpulse (issue 418)

Signed-off-by: Slava Dubrovskiy <dub...@altlinux.org>
---
 channels/drdynvc/audin/pulse/CMakeLists.txt |    2 +-
 channels/drdynvc/tsmf/pulse/CMakeLists.txt  |    2 +-
 channels/rdpsnd/pulse/CMakeLists.txt        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/channels/drdynvc/audin/pulse/CMakeLists.txt 
b/channels/drdynvc/audin/pulse/CMakeLists.txt
index 10d6afe..fd6e25e 100644
--- a/channels/drdynvc/audin/pulse/CMakeLists.txt
+++ b/channels/drdynvc/audin/pulse/CMakeLists.txt
@@ -28,7 +28,7 @@ add_library(audin_pulse ${AUDIN_PULSE_SRCS})
 set_target_properties(audin_pulse PROPERTIES PREFIX "")
 
 target_link_libraries(audin_pulse freerdp-utils)
-target_link_libraries(audin_pulse ${PULSE_LIBRARIES})
+target_link_libraries(audin_pulse ${PULSEAUDIO_LIBRARY})
 
 install(TARGETS audin_pulse DESTINATION ${FREERDP_PLUGIN_PATH})
 
diff --git a/channels/drdynvc/tsmf/pulse/CMakeLists.txt 
b/channels/drdynvc/tsmf/pulse/CMakeLists.txt
index 373d4d3..144b5ff 100644
--- a/channels/drdynvc/tsmf/pulse/CMakeLists.txt
+++ b/channels/drdynvc/tsmf/pulse/CMakeLists.txt
@@ -28,7 +28,7 @@ add_library(tsmf_pulse ${TSMF_PULSE_SRCS})
 set_target_properties(tsmf_pulse PROPERTIES PREFIX "")
 
 target_link_libraries(tsmf_pulse freerdp-utils)
-target_link_libraries(tsmf_pulse ${PULSE_LIBRARIES})
+target_link_libraries(tsmf_pulse ${PULSEAUDIO_LIBRARY})
 
 install(TARGETS tsmf_pulse DESTINATION ${FREERDP_PLUGIN_PATH})
 
diff --git a/channels/rdpsnd/pulse/CMakeLists.txt 
b/channels/rdpsnd/pulse/CMakeLists.txt
index 4460daf..bac3e51 100644
--- a/channels/rdpsnd/pulse/CMakeLists.txt
+++ b/channels/rdpsnd/pulse/CMakeLists.txt
@@ -28,6 +28,6 @@ add_library(rdpsnd_pulse ${RDPSND_PULSE_SRCS})
 set_target_properties(rdpsnd_pulse PROPERTIES PREFIX "")
 
 target_link_libraries(rdpsnd_pulse freerdp-utils)
-target_link_libraries(rdpsnd_pulse ${PULSE_LIBRARIES})
+target_link_libraries(rdpsnd_pulse ${PULSEAUDIO_LIBRARY})
 
 install(TARGETS rdpsnd_pulse DESTINATION ${FREERDP_PLUGIN_PATH})
-- 
1.7.10.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to