[hamradio-commits] [qsstv] 01/02: Update to fix openjpeg compatabilty

Dave Hibberd hibby-guest at moszumanska.debian.org
Sun Oct 1 20:26:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

hibby-guest pushed a commit to branch master
in repository qsstv.

commit 2ca0eb0a0309f0f741c79ab98e94a5ff0022629d
Author: Hibby <d at vehibberd.com>
Date:   Sun Oct 1 20:36:47 2017 +0100

    Update to fix openjpeg compatabilty
---
 debian/changelog              |  7 +++++++
 debian/patches/openjpeg.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 3 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cd3236a..f340778 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qsstv (9.2.4+repack-2) UNRELEASED; urgency=medium
+
+  * Fix openjpeg 2.2 compatability
+    - Closes: #876811
+
+ -- Dave Hibberd <d at vehibberd.com>  Sun, 01 Oct 2017 20:35:46 +0100
+
 qsstv (9.2.4+repack-1) unstable; urgency=medium
 
   * Imported new upstream release
diff --git a/debian/patches/openjpeg.patch b/debian/patches/openjpeg.patch
new file mode 100644
index 0000000..3691837
--- /dev/null
+++ b/debian/patches/openjpeg.patch
@@ -0,0 +1,26 @@
+Description: Update to work with openjpeg-2.2
+Author: Dave Hibberd <d at vehibberd.com>
+Last-Update: 2017-10-01
+
+--- a/qsstv/qsstv.pro
++++ b/qsstv/qsstv.pro
+@@ -15,7 +15,7 @@
+ 
+ TARGET = qsstv
+ TEMPLATE = app
+-INCLUDEPATH += config utils sound widgets dsp dispatch logbook mainwidgets rig sstv videocapt drmrx drmtx xmlrpc  /usr/include/openjpeg-2.1
++INCLUDEPATH += config utils sound widgets dsp dispatch logbook mainwidgets rig sstv videocapt drmrx drmtx xmlrpc  /usr/include/openjpeg-2.2
+ 
+ 
+ SOURCES += main.cpp\
+--- a/qsstv/utils/color.cpp
++++ b/qsstv/utils/color.cpp
+@@ -42,7 +42,7 @@
+ #include <assert.h>
+ 
+ //#include "opj_apps_config.h"
+-#include "openjpeg-2.1/openjpeg.h"
++#include "openjpeg-2.2/openjpeg.h"
+ #include "color.h"
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..b25175a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+openjpeg.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/qsstv.git



More information about the pkg-hamradio-commits mailing list