[SCM] zam-plugins/master: Patches refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jun 25 17:05:42 UTC 2017


The following commit has been merged in the master branch:
commit 02d1fdff42f4e45a542e2500d65d2a495b47f243
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jun 25 17:29:56 2017 +0200

    Patches refreshed.

diff --git a/debian/patches/0020-nonlinux.patch b/debian/patches/0020-nonlinux.patch
index 423f660..99e298b 100644
--- a/debian/patches/0020-nonlinux.patch
+++ b/debian/patches/0020-nonlinux.patch
@@ -21,28 +21,6 @@ Index: zam-plugins/dpf/distrho/src/DistrhoDefines.h
  #  define DISTRHO_OS_HAIKU      1
 -# elif defined(__linux__) || defined(__linux)
 +# elif defined(__linux__) || defined(__linux) || defined(__GLIBC__)
- #  define DISTRHO_OS_LINUX      1
- #  define DISTRHO_OS_LINUX_FULL 1
- # elif defined(__FreeBSD__) || defined(__GNU__)
-Index: zam-plugins/dpf/distrho/src/DistrhoPluginJack.cpp
-===================================================================
---- zam-plugins.orig/dpf/distrho/src/DistrhoPluginJack.cpp
-+++ zam-plugins/dpf/distrho/src/DistrhoPluginJack.cpp
-@@ -75,13 +75,17 @@ static void initSignalHandler()
- 
-     sint.sa_handler  = closeSignalHandler;
-     sint.sa_flags    = SA_RESTART;
-+#if defined(__linux__) || defined(__linux)
-     sint.sa_restorer = nullptr;
-+#endif
-     sigemptyset(&sint.sa_mask);
-     sigaction(SIGINT, &sint, nullptr);
- 
-     sterm.sa_handler  = closeSignalHandler;
-     sterm.sa_flags    = SA_RESTART;
-+#if defined(__linux__) || defined(__linux)
-     sterm.sa_restorer = nullptr;
-+#endif
-     sigemptyset(&sterm.sa_mask);
-     sigaction(SIGTERM, &sterm, nullptr);
- }
+ #  define DISTRHO_OS_LINUX 1
+ # endif
+ #endif

-- 
zam-plugins packaging



More information about the pkg-multimedia-commits mailing list