[SCM] mcp-plugins/master: Unused patch removed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jan 10 17:19:22 UTC 2018


The following commit has been merged in the master branch:
commit 596b99c2cf97b623d0ba127ad57288af5c738075
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jan 10 18:11:23 2018 +0100

    Unused patch removed.

diff --git a/debian/patches/11mvclpf24.dpatch b/debian/patches/11mvclpf24.dpatch
deleted file mode 100644
index 38c66d2..0000000
--- a/debian/patches/11mvclpf24.dpatch
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh -e
-## 11mvclpf24.dpatch by Free Ekanayaka <free at agnula.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
-
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -p1 -R < $0;;
-        *)
-                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-                exit 1;;
-esac
-
-exit 0
-
- at DPATCH@
-diff -urNad /home/demudi/buster/mcp-plugins/mcp-plugins-0.0.3/mvclpf24_if.cc mcp-plugins-0.0.3/mvclpf24_if.cc
---- /home/demudi/buster/mcp-plugins/mcp-plugins-0.0.3/mvclpf24_if.cc	2003-12-02 19:04:49.000000000 +0600
-+++ mcp-plugins-0.0.3/mvclpf24_if.cc	2003-12-02 19:07:47.000000000 +0600
-@@ -192,7 +192,7 @@
-   { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 10 },
-   { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 1 },
-   { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 1 },
--  { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 4 },
-+  { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_INTEGER, 0, 4 },
-   { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0, -15, 15 },
- };
- 

-- 
mcp-plugins packaging



More information about the pkg-multimedia-commits mailing list