[SCM] zam-plugins/master: Droped patches.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Oct 25 05:03:52 UTC 2015
The following commit has been merged in the master branch:
commit d130221e42517b9147474042fe8f3220f6126f90
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Oct 25 05:54:02 2015 +0100
Droped patches.
diff --git a/debian/patches/01-fix_install.patch b/debian/patches/01-fix_install.patch
deleted file mode 100644
index 59fdc80..0000000
--- a/debian/patches/01-fix_install.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix install
-Author: Damien Zammit <damien at zamaudio.com>
-Forwarded: no
-
-Index: zam-plugins/Makefile
-===================================================================
---- zam-plugins.orig/Makefile
-+++ zam-plugins/Makefile
-@@ -27,7 +27,8 @@ $(PLUGINS): libs
- install: all
- install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa \
- $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2 \
-- $(DESTDIR)$(PREFIX)/$(LIBDIR)/vst ; \
-+ $(DESTDIR)$(PREFIX)/$(LIBDIR)/vst \
-+ $(DESTDIR)$(PREFIX)/$(BINDIR) ; \
- for plugin in $(PLUGINS); do \
- install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 ; \
- install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 \
diff --git a/debian/patches/02-build_on_nonlinux.patch b/debian/patches/02-build_on_nonlinux.patch
deleted file mode 100644
index be2812b..0000000
--- a/debian/patches/02-build_on_nonlinux.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Steven Chamberlain <steven at pyro.eu.org>
-Subject: support non-Linux ports having GNU libc
-Date: Thu, 16 Oct 2014 17:36:29 +0100
-Forwarded: yes
-
-Index: zam-plugins/libs/distrho/src/DistrhoDefines.h
-===================================================================
---- zam-plugins.orig/libs/distrho/src/DistrhoDefines.h
-+++ zam-plugins/libs/distrho/src/DistrhoDefines.h
-@@ -37,7 +37,7 @@
- # define DISTRHO_DLL_EXTENSION "dylib"
- # elif defined(__HAIKU__)
- # define DISTRHO_OS_HAIKU 1
--# elif defined(__linux__)
-+# elif defined(__linux__) || defined (__GLIBC__) || defined(__GNU__)
- # define DISTRHO_OS_LINUX 1
- # endif
- #endif
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 04055f2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-01-fix_install.patch
-02-build_on_nonlinux.patch
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list