control: tags -1 pending

ongoing the following as NMU

On Mon, 3 Feb 2020 18:13:07 +0100 Gianfranco Costamagna 
<locutusofb...@debian.org> wrote:
> control: tags -1 patch
> 
> Author: Gianfranco Costamagna <locutusofb...@debian.org>
> Last-Update: 2020-02-03
> 
> --- gst-plugins-bad1.0-1.16.2.orig/configure.ac
> +++ gst-plugins-bad1.0-1.16.2/configure.ac
> @@ -1845,7 +1845,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plu
>        HAVE_OPENCV="yes"
>      fi
>    ], [
> -    PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.2.0] , [
> +    PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.3.0] , [
>      AC_PROG_CXX
>      AC_LANG([C++])
>      OLD_CPPFLAGS=$CPPFLAGS
> 
> 
> this does the trick
> (inspired form upstream commit a2cfd93891376f74cc877e633aa70933b17200d9)
> 
> G.
> On Mon, 18 Feb 2019 06:36:30 +0000 Mo Zhou <lu...@debian.org> wrote:
> > Source: gst-plugins-bad1.0
> > Version: 1.14.4-1
> > Severity: important
> > 
> > Failed due to missing files
> 
> 
diff -Nru gst-plugins-bad1.0-1.16.2/debian/changelog 
gst-plugins-bad1.0-1.16.2/debian/changelog
--- gst-plugins-bad1.0-1.16.2/debian/changelog  2019-12-09 11:03:37.000000000 
+0100
+++ gst-plugins-bad1.0-1.16.2/debian/changelog  2020-02-05 22:46:23.000000000 
+0100
@@ -1,3 +1,10 @@
+gst-plugins-bad1.0 (1.16.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Upload patch to fix build with newer opencv (Closes: #922583)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Wed, 05 Feb 2020 
22:46:23 +0100
+
 gst-plugins-bad1.0 (1.16.2-2) unstable; urgency=medium
 
   * Source-only re-upload.
diff -Nru gst-plugins-bad1.0-1.16.2/debian/patches/opencv.patch 
gst-plugins-bad1.0-1.16.2/debian/patches/opencv.patch
--- gst-plugins-bad1.0-1.16.2/debian/patches/opencv.patch       1970-01-01 
01:00:00.000000000 +0100
+++ gst-plugins-bad1.0-1.16.2/debian/patches/opencv.patch       2020-02-05 
22:46:10.000000000 +0100
@@ -0,0 +1,14 @@
+Author: Gianfranco Costamagna <locutusofb...@debian.org>
+Last-Update: 2020-02-03
+
+--- gst-plugins-bad1.0-1.16.2.orig/configure.ac
++++ gst-plugins-bad1.0-1.16.2/configure.ac
+@@ -1845,7 +1845,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plu
+       HAVE_OPENCV="yes"
+     fi
+   ], [
+-    PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.2.0] , [
++    PKG_CHECK_MODULES([OPENCV], [opencv4 >= 4.0.0 opencv4 < 4.3.0] , [
+     AC_PROG_CXX
+     AC_LANG([C++])
+     OLD_CPPFLAGS=$CPPFLAGS
diff -Nru gst-plugins-bad1.0-1.16.2/debian/patches/series 
gst-plugins-bad1.0-1.16.2/debian/patches/series
--- gst-plugins-bad1.0-1.16.2/debian/patches/series     2019-12-04 
14:32:00.000000000 +0100
+++ gst-plugins-bad1.0-1.16.2/debian/patches/series     2020-02-05 
22:46:10.000000000 +0100
@@ -1,3 +1,4 @@
 01_fix-modplug-linking.patch
 02_opencv-data-path.patch
 03_default-soundfont.patch
+opencv.patch

Reply via email to