~ubuntu-branches/ubuntu/feisty/flac/feisty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: sound
3
3
Priority: optional
4
4
Maintainer: Matt Zimmerman <mdz@debian.org>
5
 
Build-Depends: debhelper (>> 3.0.0), xmms-dev, nasm [i386]
6
 
Standards-Version: 3.2.1
 
5
Build-Depends: debhelper (>> 3.0.0), xmms-dev, nasm (>= 0.98.34-1) [i386], doxygen, libid3-3.8.3-dev, libogg-dev, g++ (>= 2:3.2)
 
6
Standards-Version: 3.6.0
7
7
 
8
8
Package: flac
9
9
Section: sound
23
23
 .
24
24
 This package contains the command-line tool, flac
25
25
 
26
 
Package: libflac1
 
26
Package: libflac4
27
27
Section: libs
28
28
Architecture: any
29
29
Depends: debconf, ${shlibs:Depends}
30
 
Description: Free Lossless Audio Codec - runtime library
 
30
Conflicts: libflac3 (= 1.0.4-1)
 
31
Replaces: libflac3 (= 1.0.4-1)
 
32
Description: Free Lossless Audio Codec - runtime C library
31
33
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
32
34
 similar to MP3, but lossless.  The FLAC project consists of:
33
35
 .
42
44
 This package contains the runtime library libFLAC.
43
45
 
44
46
Package: libflac-dev
45
 
Section: devel
 
47
Section: libdevel
46
48
Architecture: any
47
 
Depends: libflac1 (= ${Source-Version}), libc6-dev
 
49
Depends: libflac4 (= ${Source-Version}), libc6-dev
48
50
Replaces: libflac0
49
 
Description: Free Lossless Audio Codec - development library
 
51
Description: Free Lossless Audio Codec - C development library
50
52
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
51
53
 similar to MP3, but lossless.  The FLAC project consists of:
52
54
 .
60
62
 .
61
63
 This package contains the development library libFLAC.
62
64
 
 
65
Package: liboggflac1
 
66
Section: libs
 
67
Architecture: any
 
68
Depends: debconf, ${shlibs:Depends}
 
69
Conflicts: libflac3 (= 1.0.4-1), liboggflac0
 
70
Replaces: libflac3 (= 1.0.4-1)
 
71
Description: Free Lossless Audio Codec - runtime C library (ogg)
 
72
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 
73
 similar to MP3, but lossless.  The FLAC project consists of:
 
74
 .
 
75
  * The stream format
 
76
  * libFLAC, which implements a reference encoder, stream decoder, and file
 
77
    decoder
 
78
  * flac, which is a command-line wrapper around libFLAC to encode and decode
 
79
    .flac files
 
80
  * Input plugins for various music players (Winamp, XMMS, and more in the
 
81
    works)
 
82
 .
 
83
 This package contains the runtime library libOggFLAC.
 
84
 
 
85
Package: liboggflac-dev
 
86
Section: libdevel
 
87
Architecture: any
 
88
Depends: libflac-dev, liboggflac1 (= ${Source-Version})
 
89
Conflicts: libflac-dev (= 1.0.4-1)
 
90
Replaces: libflac-dev (= 1.0.4-1)
 
91
Description: Free Lossless Audio Codec - C development library (ogg)
 
92
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 
93
 similar to MP3, but lossless.  The FLAC project consists of:
 
94
 .
 
95
  * The stream format
 
96
  * libFLAC, which implements a reference encoder, stream decoder, and file
 
97
    decoder
 
98
  * flac, which is a command-line wrapper around libFLAC to encode and decode
 
99
    .flac files
 
100
  * Input plugins for various music players (Winamp, XMMS, and more in the
 
101
    works)
 
102
 .
 
103
 This package contains the development library libOggFLAC.
 
104
 
 
105
Package: libflac++2c102
 
106
Section: libs
 
107
Architecture: any
 
108
Depends: ${shlibs:Depends}
 
109
Conflicts: libflac++1 (= 1.0.4-1), libflac++2
 
110
Replaces: libflac++1 (= 1.0.4-1)
 
111
Description: Free Lossless Audio Codec - C++ runtime library
 
112
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 
113
 similar to MP3, but lossless.  The FLAC project consists of:
 
114
 .
 
115
  * The stream format
 
116
  * libFLAC, which implements a reference encoder, stream decoder, and file
 
117
    decoder
 
118
  * flac, which is a command-line wrapper around libFLAC to encode and decode
 
119
    .flac files
 
120
  * Input plugins for various music players (Winamp, XMMS, and more in the
 
121
    works)
 
122
 .
 
123
 This package contains the runtime library libFLAC++.
 
124
 
 
125
Package: libflac++-dev
 
126
Section: libdevel
 
127
Architecture: any
 
128
Depends: libflac-dev, libflac++2c102 (= ${Source-Version})
 
129
Description: Free Lossless Audio Codec - C++ development library
 
130
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 
131
 similar to MP3, but lossless.  The FLAC project consists of:
 
132
 .
 
133
  * The stream format
 
134
  * libFLAC, which implements a reference encoder, stream decoder, and file
 
135
    decoder
 
136
  * flac, which is a command-line wrapper around libFLAC to encode and decode
 
137
    .flac files
 
138
  * Input plugins for various music players (Winamp, XMMS, and more in the
 
139
    works)
 
140
 .
 
141
 This package contains the development library libFLAC++.
 
142
 
 
143
Package: liboggflac++0c102
 
144
Section: libs
 
145
Architecture: any
 
146
Depends: ${shlibs:Depends}
 
147
Conflicts: libflac3 (= 1.0.4-1), liboggflac++0
 
148
Replaces: libflac3 (= 1.0.4-1)
 
149
Description: Free Lossless Audio Codec - C++ runtime library (ogg)
 
150
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 
151
 similar to MP3, but lossless.  The FLAC project consists of:
 
152
 .
 
153
  * The stream format
 
154
  * libFLAC, which implements a reference encoder, stream decoder, and file
 
155
    decoder
 
156
  * flac, which is a command-line wrapper around libFLAC to encode and decode
 
157
    .flac files
 
158
  * Input plugins for various music players (Winamp, XMMS, and more in the
 
159
    works)
 
160
 .
 
161
 This package contains the runtime library libOggFLAC++.
 
162
 
 
163
Package: liboggflac++-dev
 
164
Section: libdevel
 
165
Architecture: any
 
166
Conflicts: libflac-dev (= 1.0.4-1)
 
167
Replaces: libflac-dev (= 1.0.4-1)
 
168
Depends: libflac++-dev, liboggflac-dev, liboggflac++0c102 (= ${Source-Version})
 
169
Description: Free Lossless Audio Codec - C++ development library (ogg)
 
170
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 
171
 similar to MP3, but lossless.  The FLAC project consists of:
 
172
 .
 
173
  * The stream format
 
174
  * libFLAC, which implements a reference encoder, stream decoder, and file
 
175
    decoder
 
176
  * flac, which is a command-line wrapper around libFLAC to encode and decode
 
177
    .flac files
 
178
  * Input plugins for various music players (Winamp, XMMS, and more in the
 
179
    works)
 
180
 .
 
181
 This package contains the development library libOggFLAC++.
 
182
 
63
183
Package: xmms-flac
64
184
Section: sound
65
185
Architecture: any