On Thu, Aug 02, 2018 at 09:28:50PM +0100, peter green wrote:
> I applied the patch that jcowgill submitted upstream plus another upstream 
> commit and disabled vdpau support (which has been removed upstream) and was 
> able to get the debian package to build, so I uploaded it to raspbian.
> 
> A debdiff should appear soon at 
> https://debdiffs.raspbian.org/main/liba/libavg/ No intent to nmu in debian.

Thanks Peter. I'm going to upload that to Ubuntu.

For reference, I saw an additional FTBFS due to confusion between
CXXFLAGS and CPPFLAGS. Patch for that is attached, but it looks like
upstream has dropped autotools in favour of CMake anyway so maybe it
won't be needed.

Cheers,

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
Description: Pass AM_CXXFLAGS for a C++ build, not CPPFLAGS which is for the preprocessor
Author: Iain Lane <iain.l...@canonical.com>

--- libavg-1.8.2.orig/src/base/triangulate/Makefile.am
+++ libavg-1.8.2/src/base/triangulate/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I.. @XML2_CFLAGS@ @PTHREAD_CFLAGS@
+AM_CXXFLAGS = -I.. @XML2_CFLAGS@ @PTHREAD_CFLAGS@
 ALL_H = Triangulate.h Shapes.h Utils.h \
         AdvancingFront.h Sweep.h SweepContext.h
 

Attachment: signature.asc
Description: PGP signature

Reply via email to