diff --git a/dist/debian/changelog b/dist/debian/changelog index f3518a3..bf4c7ea 100644 --- a/dist/debian/changelog +++ b/dist/debian/changelog @@ -1,3 +1,9 @@ +spek (0.8.2-2) unstable; urgency=low + + * Fix compilation with Libav 9 (Closes: #721025) + + -- Alexander Kojevnikov Sun, 01 Sep 2013 12:37:37 -0700 + spek (0.8.2-1) unstable; urgency=low * New upstream release. diff --git a/dist/debian/patches/fix-compilation-with-libav-8.patch b/dist/debian/patches/fix-compilation-with-libav-8.patch new file mode 100644 index 0000000..429c214 --- /dev/null +++ b/dist/debian/patches/fix-compilation-with-libav-8.patch @@ -0,0 +1,14 @@ +Author: Alexander Kojevnikov +Description: Fix compilation with Libav 8 +Bug-Debian: http://bugs.debian.org/721025 + +--- a/src/spek-fft.cc ++++ b/src/spek-fft.cc +@@ -17,6 +17,7 @@ + */ + + #include ++#include + + #define __STDC_CONSTANT_MACROS + extern "C" { diff --git a/dist/debian/patches/series b/dist/debian/patches/series new file mode 100644 index 0000000..8215fd9 --- /dev/null +++ b/dist/debian/patches/series @@ -0,0 +1,2 @@ +fix-compilation-with-libav-8.patch +