mirror of
https://github.com/alexkay/spek.git
synced 2025-04-16 00:30:34 +03:00
debian: Update to 0.8.0
This commit is contained in:
parent
0f2063988d
commit
c9ac49a5d5
6
dist/debian/changelog
vendored
6
dist/debian/changelog
vendored
@ -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
15
dist/debian/control
vendored
@ -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
|
||||
|
4
dist/debian/copyright
vendored
4
dist/debian/copyright
vendored
@ -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.
|
||||
|
||||
|
15
dist/debian/patches/fix-actionentry.patch
vendored
15
dist/debian/patches/fix-actionentry.patch
vendored
@ -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 },
|
13
dist/debian/patches/fix-libav-mathematics.patch
vendored
13
dist/debian/patches/fix-libav-mathematics.patch
vendored
@ -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"
|
||||
|
2
dist/debian/patches/series
vendored
2
dist/debian/patches/series
vendored
@ -1,2 +0,0 @@
|
||||
fix-actionentry.patch
|
||||
fix-libav-mathematics.patch
|
7
dist/debian/rules
vendored
7
dist/debian/rules
vendored
@ -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
2
dist/debian/watch
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user