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