Codebase list libmpc / debian/1%0.1_r394-1
Imported Debian patch 1:0.1~r394-1 Sebastian Dröge authored 16 years ago Alessio Treglia committed 12 years ago
10 changed file(s) with 269 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libmpc (1:0.1~r394-1) experimental; urgency=high
1
2 * Initial version (Closes: #472203).
3
4 -- Sebastian Dröge <slomo@debian.org> Mon, 07 Apr 2008 12:35:20 +0200
5
0 Source: libmpc
1 Section: sound
2 Priority: optional
3 Maintainer: Sebastian Dröge <slomo@debian.org>
4 Uploaders: Jorge Salamero Sanz <bencer@cauterized.net>
5 Build-Depends: cdbs (>= 0.4.20), debhelper (>= 5), libreplaygain-dev
6 Standards-Version: 3.7.3
7 Homepage: http://www.musepack.net
8
9 Package: libmpcdec6
10 Architecture: any
11 Section: libs
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: MusePack decoder - library
14 Musepack is an audio compression format with a strong emphasis on
15 high quality. It's not lossless, but it is designed for transparency,
16 so that you won't be able to hear differences between the original
17 wave file and the much smaller MPC file.
18 .
19 It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997
20 it has rapidly developed and vastly improved and is now at an advanced
21 stage in which it contains heavily optimized and patentless code.
22
23 Package: libmpcdec-dev
24 Architecture: any
25 Section: libdevel
26 Depends: libmpcdec6 (= ${binary:Version}), ${misc:Depends}
27 Description: MusePack decoder - development files
28 Musepack is an audio compression format with a strong emphasis on
29 high quality. It's not lossless, but it is designed for transparency,
30 so that you won't be able to hear differences between the original
31 wave file and the much smaller MPC file.
32 .
33 It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997
34 it has rapidly developed and vastly improved and is now at an advanced
35 stage in which it contains heavily optimized and patentless code.
36 .
37 This package contains the header files, static libraries
38 and symbolic links that developers using libreplaygain will need.
39
40 Package: musepack-tools
41 Architecture: any
42 Section: sound
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Description: MusePack commandline utilities
45 Musepack is an audio compression format with a strong emphasis on
46 high quality. It's not lossless, but it is designed for transparency,
47 so that you won't be able to hear differences between the original
48 wave file and the much smaller MPC file.
49 .
50 It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997
51 it has rapidly developed and vastly improved and is now at an advanced
52 stage in which it contains heavily optimized and patentless code.
53 .
54 This package contains various commandline utilities for MusePack files:
55 - mpcenc (encoder)
56 - mpcdec (decoder)
57 - mpccut (cut MPC files without reencoding)
58 - mpcgain (gain calculation)
59 - mpc2sv8 (conversion to MusePack SV8 from older SV)
60
0 This package was debianized by Sebastian Dröge <slomo@debian.org> on
1 Mon, 07 Apr 2008 12:35:20 +0200.
2
3 It was downloaded from http://svn.musepack.net/libmpc/
4
5 Upstream Authors:
6
7 The Musepack Development Team, http://www.musepack.net
8
9 Copyright:
10
11 For mpcenc/*,
12 libmpcenc/*,
13 libmpcpsy/*,
14 include/mpc/minimax.h,
15 common/fastmath.c:
16 Copyright (C) 1999-2004 Buschmann/Klemm/Piecha/Wolf
17
18 For mpcdec/*,
19 mpcgain/*,
20 mpcchap/*,
21 mpccut/*,
22 libmpcdec/*
23 mpc2sv8/*,
24 include/mpc/mpc_types.h,
25 include/mpc/streaminfo.h,
26 include/mpc/reader.h,
27 include/mpc/mpcdec.h:
28 Copyright (c) 2005-2008, The Musepack Development Team
29
30 For common/huffman-bcl.c:
31 Copyright (c) 2003-2006 Marcus Geelnard
32
33 For common/tags.c,
34 mpcenc/stderr.c:
35 Copyright (C) Frank Klemm 2002. Janne Hyvöinen 2002. All rights reserved.
36
37 For wavcmp/*:
38 Copyright (C) 2007 Nicolas Botti <rududu@laposte.net>
39
40 License:
41
42 For common/fastmath.c,
43 include/mpc/datatypes.h,
44 include/mpc/minimax.h,
45 include/mpc/mpcmath.h,
46 libmpcenc/*,
47 libmpcpsy/*:
48
49 This library is free software; you can redistribute it and/or
50 modify it under the terms of the GNU Lesser General Public
51 License as published by the Free Software Foundation; either
52 version 2.1 of the License, or (at your option) any later version.
53
54 This library is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
57 Lesser General Public License for more details.
58
59 You should have received a copy of the GNU Lesser General Public
60 License along with this library; if not, write to the Free Software
61 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
62
63 On Debian systems, the complete text of the GNU Lesser General Public License
64 can be found in `/usr/share/common-licenses/LGPL-2.1'.
65
66 For common/huffman-bcl.c:
67
68 This software is provided 'as-is', without any express or implied
69 warranty. In no event will the authors be held liable for any damages
70 arising from the use of this software.
71
72 Permission is granted to anyone to use this software for any purpose,
73 including commercial applications, and to alter it and redistribute it
74 freely, subject to the following restrictions:
75
76 1. The origin of this software must not be misrepresented; you must not
77 claim that you wrote the original software. If you use this software
78 in a product, an acknowledgment in the product documentation would
79 be appreciated but is not required.
80
81 2. Altered source versions must be plainly marked as such, and must not
82 be misrepresented as being the original software.
83
84 3. This notice may not be removed or altered from any source
85 distribution.
86
87
88 For include/mpc/mpcdec.h,
89 include/mpc/mpc_types.h,
90 include/mpc/reader.h,
91 include/mpc/streaminfo.h
92 libmpcdec/*,
93 mpc2sv8/*,
94 mpccut/*,
95 mpcdec/*,
96 mpcenc/*,
97 mpcgain/*,
98 wavcmp/*:
99
100 Redistribution and use in source and binary forms, with or without
101 modification, are permitted provided that the following conditions are
102 met:
103
104 * Redistributions of source code must retain the above copyright
105 notice, this list of conditions and the following disclaimer.
106
107 * Redistributions in binary form must reproduce the above
108 copyright notice, this list of conditions and the following
109 disclaimer in the documentation and/or other materials provided
110 with the distribution.
111
112 * Neither the name of the The Musepack Development Team nor the
113 names of its contributors may be used to endorse or promote
114 products derived from this software without specific prior
115 written permission.
116
117 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
118 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
119 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
120 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
121 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
122 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
123 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
124 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
125 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
126 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
127 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
128
129 For mpcchap/*:
130
131 This program is free software; you can redistribute it and/or
132 modify it under the terms of the GNU General Public License
133 as published by the Free Software Foundation; either version 2
134 of the License, or (at your option) any later version.
135
136 This program is distributed in the hope that it will be useful,
137 but WITHOUT ANY WARRANTY; without even the implied warranty of
138 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
139 GNU General Public License for more details.
140
141 You should have received a copy of the GNU General Public License
142 along with this program; if not, write to the Free Software
143 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
144 MA 02110-1301, USA.
145
146 On Debian systems, the complete text of the GNU General Public License
147 can be found in `/usr/share/common-licenses/GPL-2'.
148
0 debian/tmp/usr/include
1 debian/tmp/usr/lib/libmpcdec.so
2 debian/tmp/usr/lib/libmpcdec.a
0 debian/tmp/usr/lib/libmpcdec.so.*
0 debian/tmp/usr/bin
0 --- Makefile.am.old 2008-04-07 14:27:29.000000000 +0200
1 +++ Makefile.am 2008-04-07 14:27:38.000000000 +0200
2 @@ -1,3 +1,3 @@
3 AUTOMAKE_OPTIONS = foreign
4 SUBDIRS = include libmpcdec libmpcenc libmpcpsy libwavformat mpcenc mpc2sv8 \
5 - mpcchap mpccut mpcdec mpcgain wavcmp
6 + mpccut mpcdec mpcgain wavcmp
7 --- Makefile.in.old 2008-04-07 14:27:32.000000000 +0200
8 +++ Makefile.in 2008-04-07 14:27:47.000000000 +0200
9 @@ -180,7 +180,7 @@
10 top_srcdir = @top_srcdir@
11 AUTOMAKE_OPTIONS = foreign
12 SUBDIRS = include libmpcdec libmpcenc libmpcpsy libwavformat mpcenc mpc2sv8 \
13 - mpcchap mpccut mpcdec mpcgain wavcmp
14 + mpccut mpcdec mpcgain wavcmp
15
16 all: all-recursive
17
0 --- libmpcdec/Makefile.am.old 2008-04-07 14:42:55.000000000 +0200
1 +++ libmpcdec/Makefile.am 2008-04-07 14:43:09.000000000 +0200
2 @@ -10,5 +10,6 @@
3 $(common_sources)
4
5 libmpcdec_la_LDFLAGS = -no-undefined -version-info 6:0:0
6 +libmpcdec_la_LIBADD = -lm
7
8 noinst_HEADERS = mpc_bits_reader.h
9 --- libmpcdec/Makefile.in.old 2008-04-07 14:42:58.000000000 +0200
10 +++ libmpcdec/Makefile.in 2008-04-07 14:43:17.000000000 +0200
11 @@ -52,7 +52,7 @@
12 am__installdirs = "$(DESTDIR)$(libdir)"
13 libLTLIBRARIES_INSTALL = $(INSTALL)
14 LTLIBRARIES = $(lib_LTLIBRARIES)
15 -libmpcdec_la_LIBADD =
16 +libmpcdec_la_LIBADD = -lm
17 am__objects_1 = crc32.lo huffman-bcl.lo
18 am_libmpcdec_la_OBJECTS = huffman.lo mpc_decoder.lo mpc_reader.lo \
19 requant.lo streaminfo.lo synth_filter.lo mpc_bits_reader.lo \
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/simple-patchsys.mk
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
5 include /usr/share/cdbs/1/rules/utils.mk
6
7 common-binary-post-install-arch:: list-missing
8