mirror of
https://github.com/alexkay/spek.git
synced 2025-04-15 16:20:33 +03:00
debian: Update to 0.8.2-2
This commit is contained in:
parent
95b03be82d
commit
d46c825f2c
6
dist/debian/changelog
vendored
6
dist/debian/changelog
vendored
@ -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.
|
||||
|
14
dist/debian/patches/fix-compilation-with-libav-8.patch
vendored
Normal file
14
dist/debian/patches/fix-compilation-with-libav-8.patch
vendored
Normal 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
2
dist/debian/patches/series
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
fix-compilation-with-libav-8.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user