Use my new debian.org email address
Chris Boot
7 years ago
1 | 1 |
|
2 | 2 |
* Fix FTBFS with ffmpeg 2.9. Thanks Andreas Cadhalpun for both reporting the
|
3 | 3 |
issue and providing a patch to fix it. (Closes: #803882)
|
|
4 |
* Use my new debian.org email address.
|
4 | 5 |
|
5 | 6 |
-- Chris Boot <debian@bootc.net> Thu, 05 Nov 2015 10:16:51 +0000
|
6 | 7 |
|
0 | 0 |
Source: squeezelite
|
1 | 1 |
Section: sound
|
2 | 2 |
Priority: extra
|
3 | |
Maintainer: Chris Boot <debian@bootc.net>
|
|
3 |
Maintainer: Chris Boot <bootc@debian.org>
|
4 | 4 |
Build-Depends: debhelper (>= 9~), libasound2-dev, libflac-dev, libmad0-dev,
|
5 | 5 |
libvorbis-dev, libfaad-dev, libmpg123-dev, libsoxr-dev, libavformat-dev,
|
6 | 6 |
portaudio19-dev, liblircclient-dev
|
51 | 51 |
policies, either expressed or implied, of Sebastian Gesemann.
|
52 | 52 |
|
53 | 53 |
Files: debian/*
|
54 | |
Copyright: 2013 Chris Boot <debian@bootc.net>
|
|
54 |
Copyright: 2013-2015 Chris Boot <bootc@debian.org>
|
55 | 55 |
License: GPL-2+
|
56 | 56 |
This package is free software; you can redistribute it and/or modify
|
57 | 57 |
it under the terms of the GNU General Public License as published by
|
0 | 0 |
.\" Hey, EMACS: -*- nroff -*-
|
1 | |
.\" (C) Copyright 2013-4 Chris Boot <debian@bootc.net>
|
|
1 |
.\" (C) Copyright 2013-4 Chris Boot <bootc@debian.org>
|
2 | 2 |
.\"
|
3 | 3 |
.\" First parameter, NAME, should be all caps
|
4 | 4 |
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
2 | 2 |
This Makefile patch conditionally adds libasound or libportaudio to the build
|
3 | 3 |
flags depending on whether -DPORTAUDIO is included in CFLAGS.
|
4 | 4 |
|
5 | |
Author: Chris Boot <debian@bootc.net>
|
|
5 |
Author: Chris Boot <bootc@debian.org>
|
6 | 6 |
Forwarded: no
|
7 | 7 |
Last-Update: 2013-12-28
|
8 | 8 |
|
1 | 1 |
This patch changes the Makefile to add options to CFLAGS and LDFLAGS instead of
|
2 | 2 |
overriding the values from the environment, and ensures that CPPFLAGS is also
|
3 | 3 |
used when building C source.
|
4 | |
Author: Chris Boot <debian@bootc.net>
|
|
4 |
Author: Chris Boot <bootc@debian.org>
|
5 | 5 |
Forwarded: not-needed
|
6 | 6 |
Last-Update: 2013-12-28
|
7 | 7 |
|
9 | 9 |
# Squeezebox audio server
|
10 | 10 |
### END INIT INFO
|
11 | 11 |
|
12 | |
# Author: Chris Boot <debian@bootc.net>
|
|
12 |
# Author: Chris Boot <bootc@debian.org>
|
13 | 13 |
|
14 | 14 |
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
15 | 15 |
DESC="Squeezebox client"
|