[SCM] x42-plugins/master: Patches removed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Jun 20 19:36:03 UTC 2016
The following commit has been merged in the master branch:
commit 3724eeffab44768db2337b40f25dc11b7736de3e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Jun 20 20:20:17 2016 +0200
Patches removed.
diff --git a/debian/patches/0001-fix_ebur128.patch b/debian/patches/0001-fix_ebur128.patch
deleted file mode 100644
index c889bc0..0000000
--- a/debian/patches/0001-fix_ebur128.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Fix ebur128.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-
-Index: x42-plugins/meters.lv2/gui/ebur.c
-===================================================================
---- x42-plugins.orig/meters.lv2/gui/ebur.c
-+++ x42-plugins/meters.lv2/gui/ebur.c
-@@ -699,7 +699,6 @@ static void render_radar (EBUrUI* ui) {
- int a1 = ui->radar_pos_max;
-
- if (ui->fastradar >= 0) {
-- assert (ui->radar_pos_cur == ui->fastradar);
- a0 = (ui->fastradar - 3 + ui->radar_pos_max) % ui->radar_pos_max;
- a1 = a0 + 10;
-
-@@ -1402,6 +1401,7 @@ instantiate(
- EBUrUI* ui = (EBUrUI*)calloc(1,sizeof(EBUrUI));
- ui->write = write_function;
- ui->controller = controller;
-+ ui->fastradar = -1;
-
- *widget = NULL;
-
-@@ -1826,6 +1826,7 @@ port_event(LV2UI_Handle handle,
- ui->disable_signals = false;
- } else if (k == CTL_LV2_RESETRADAR) {
- ui->radar_pos_cur = 0;
-+ ui->fastradar = -1;
- ui->tp = 0;
- for (int i=0; i < ui->radar_pos_max; ++i) {
- ui->radarS[i] = -INFINITY;
diff --git a/debian/patches/0002-fix_assertion.patch b/debian/patches/0002-fix_assertion.patch
deleted file mode 100644
index 46896d4..0000000
--- a/debian/patches/0002-fix_assertion.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix assertion.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-
-Index: x42-plugins/meters.lv2/gui/needle.c
-===================================================================
---- x42-plugins.orig/meters.lv2/gui/needle.c
-+++ x42-plugins/meters.lv2/gui/needle.c
-@@ -115,8 +115,6 @@ static void img2surf (struct MyGimpImage
- const int xs = x * img->bytes_per_pixel;
- const int xd = x * 4;
-
-- assert (ys + xs < (img->width * img->height + img->bytes_per_pixel));
--
- if (img->bytes_per_pixel == 3) {
- (*d)[y0 + xd + 3] = 0xff;
- } else {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2dfc5b6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-fix_ebur128.patch
-0002-fix_assertion.patch
--
x42-plugins packaging
More information about the pkg-multimedia-commits
mailing list