debian: Update to 0.8.2-2

This commit is contained in:
Alexander Kojevnikov 2013-09-01 13:26:41 -07:00
parent 95b03be82d
commit d46c825f2c
3 changed files with 22 additions and 0 deletions

View File

@ -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.

View File

@ -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" {

2
dist/debian/patches/series vendored Normal file
View File

@ -0,0 +1,2 @@
fix-compilation-with-libav-8.patch