1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: twolame
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper (>= 10),
libsndfile1-dev,
pkg-config
Homepage: http://www.twolame.org
Standards-Version: 3.9.8
Package: libtwolame-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtwolame0 (= ${binary:Version}), libc6-dev, pkg-config
Description: MPEG Audio Layer 2 encoder (development files)
TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. It is based on
tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and
portions of LAME.
.
TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent
issues surrounding MP3.
.
However, as most MPEG Audio players are able to play layer 2 (MP2) files,
TwoLAME makes a very good drop-in replacement for LAME and other layer 3
encoders.
.
This package contains the static library and header files.
Package: libtwolame0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MPEG Audio Layer 2 encoding library
TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by
Mike Cheng, which in turn is based upon the ISO dist10 code and portions of
LAME.
.
TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent
issues surrounding MP3.
.
However, as most MPEG Audio players are able to play layer 2 (MP2) files,
TwoLAME makes a very good drop-in replacement for LAME and other layer 3
encoders.
.
This package contains the shared library.
Package: twolame
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MPEG Audio Layer 2 encoder (command line frontend)
TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by
Mike Cheng, which in turn is based upon the ISO dist10 code and portions of
LAME.
.
Because of patent issues surrounding the MPEG Audio Layer 3 (MP3) encoders,
the ability of most MPEG Audio players to play layer 2 files, and the
similarity in command-line syntax and API, TwoLAME makes a very good
drop-in replacement for LAME or other layer 3 encoders.
.
This package contains the command line frontend encoder.
|