This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] libmad/libmad0/libmad-devel: A high-quality MPEG audiodecoder


Hi

I would like to contribute and maintain the libmad/libmad0/libmad-devel packages:

 * http://www.underbit.com/products/mad/ (Homepage)
 * ftp://ftp.mars.org/pub/mpeg/  (Download location) 

 
Ciao
  Volker

--

Here are the setup.hint files:

libmad:
=======

sdesc: "A high-quality MPEG audio decoder"
ldesc: "MAD (libmad) is a high-quality MPEG audio decoder. It currently supports
MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as
the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II,
and Layer III a.k.a. MP3) are fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it should be
backward compatible with such streams) nor does it currently support AAC."
category: Libs Audio
requires: cygwin libmad0


libmad-devel:
=============

sdesc: "A high-quality MPEG audio decoder  (Development)"
ldesc: "MAD (libmad) is a high-quality MPEG audio decoder. It currently supports
MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as
the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II,
and Layer III a.k.a. MP3) are fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it should be
backward compatible with such streams) nor does it currently support AAC."
category: Libs Audio Devel
requires: cygwin libmad0
external-source: libmad


libmad0:
========

sdesc: "A high-quality MPEG audio decoder  (Runtime)"
ldesc: "MAD (libmad) is a high-quality MPEG audio decoder. It currently supports
MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as
the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II,
and Layer III a.k.a. MP3) are fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it should be
backward compatible with such streams) nor does it currently support AAC."
category: Libs Audio
requires: cygwin
external-source: libmad

-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir -p libmad/libmad-devel libmad/libmad0

cd libmad
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/libmad-0.15.1b-1-src.tar.bz2
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/libmad-0.15.1b-1.tar.bz2

cd libmad-devel
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/libmad-devel/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/libmad-devel/libmad-devel-0.15.1b-1.tar.bz2

cd ../libmad0
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/libmad0/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libmad/libmad0/libmad0-0.15.1b-1.tar.bz2


-------------------------------- cut here ------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]