debian: Update to 0.8.0

This commit is contained in:
Alexander Kojevnikov 2012-09-25 10:33:58 -07:00
parent 0f2063988d
commit c9ac49a5d5
8 changed files with 17 additions and 47 deletions

View File

@ -1,3 +1,9 @@
spek (0.8.0-1) unstable; urgency=low
* New upstream release.
-- Alexander Kojevnikov <alexander@kojevnikov.com> Tue, 25 Sep 2012 09:45:54 -0700
spek (0.7-3) unstable; urgency=low
* Require valac >= 0.12 (Closes: #663319)

15
dist/debian/control vendored
View File

@ -3,17 +3,14 @@ Section: sound
Priority: optional
Maintainer: Alexander Kojevnikov <alexander@kojevnikov.com>
Build-Depends: debhelper (>= 7.0.50~),
cdbs,
autotools-dev,
valac (>= 0.12),
pkg-config,
intltool (>= 0.35),
libavcodec-dev (>= 4:0.6),
libavformat-dev (>= 4:0.6),
libavutil-dev (>= 4:0.6),
libcairo2-dev,
libglib2.0-dev,
libgtk2.0-dev (>= 2.18.0),
libpango1.0-dev
libavcodec-dev (>= 6:0.8),
libavformat-dev (>= 6:0.8),
libavutil-dev (>= 6:0.8),
libwxgtk2.8-dev,
wx-common
Standards-Version: 3.9.3
Homepage: http://spek-project.org/
Vcs-Git: git://github.com/alexkay/spek.git

View File

@ -15,7 +15,7 @@ Copyright:
For everything not noted below:
Copyright (C) 2010-2012 Alexander Kojevnikov
For src/spek-pipeline.*:
For lib/spek-pipeline.c:
Copyright (C) 2010-2012 Alexander Kojevnikov
Copyright (C) 2007-2009 Sebastian Dröge
Copyright (C) 2006 Stefan Kost
@ -41,7 +41,7 @@ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
The Debian packaging is:
Copyright (C) 2011 Alexander Kojevnikov <alexander@kojevnikov.com>
Copyright (C) 2011-2012 Alexander Kojevnikov <alexander@kojevnikov.com>
and is licensed under the GPL version 3 or any later version, see above.

View File

@ -1,15 +0,0 @@
Author: Colin Watson <cjwatson@ubuntu.com>
Description: Fix ActionEntry ambiguity resulting in Vala build error
Bug-Debian: http://bugs.debian.org/638456
--- a/src/spek-window.vala
+++ b/src/spek-window.vala
@@ -31,7 +31,7 @@
private FileFilter filter_audio;
private FileFilter filter_png;
- private const ActionEntry[] ACTION_ENTRIES = {
+ private const Gtk.ActionEntry[] ACTION_ENTRIES = {
{ "File", null, N_("_File") },
{ "FileOpen", STOCK_OPEN, null, null, null, on_file_open },
{ "FileSave", STOCK_SAVE, null, null, null, on_file_save },

View File

@ -1,13 +0,0 @@
Author: Reinhard Tartler <siretart@tauware.de>
Description: Fix compilation with libav 0.8
Bug-Debian: http://bugs.debian.org/654224
--- a/src/spek-audio.c
+++ b/src/spek-audio.c
@@ -18,6 +18,7 @@
#include <glib.h>
#include <glib/gi18n.h>
+#include <libavutil/mathematics.h>
#include "spek-audio.h"

View File

@ -1,2 +0,0 @@
fix-actionentry.patch
fix-libav-mathematics.patch

7
dist/debian/rules vendored
View File

@ -1,7 +1,4 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
makebuilddir::
rm -f src/spek_vala.stamp
%:
dh $@

2
dist/debian/watch vendored
View File

@ -1,3 +1,3 @@
version=3
http://code.google.com/p/spek/downloads/list \
https://github.com/alexkay/spek/downloads \
.*/spek-([0-9.]+)\.tar\.xz