commit d46c825f2c21cee8fc0b750bd0f8babe337b807b
parent 95b03be82d7d01f053d4acf55e8e93ebbe4cf9fc
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Sun, 1 Sep 2013 13:26:41 -0700
debian: Update to 0.8.2-2
Diffstat:
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git 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 <alexander@kojevnikov.com> 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
@@ -0,0 +1,14 @@
+Author: Alexander Kojevnikov <alexander@kojevnikov.com>
+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 <math.h>
++#include <stdlib.h>
+
+ #define __STDC_CONSTANT_MACROS
+ extern "C" {
diff --git a/dist/debian/patches/series b/dist/debian/patches/series
@@ -0,0 +1,2 @@
+fix-compilation-with-libav-8.patch
+