Ravenports generated: 28 Mar 2018 23:48
[ravenports.git] / bucket_BC / libmad
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libmad
4 VERSION=                0.15.1b
5 KEYWORDS=               audio
6 VARIANTS=               standard speed
7 SDESC[standard]=        High-quality MPEG audio decoder (opt for accuracy)
8 SDESC[speed]=           High-quality MPEG audio decoder (opt for speed)
9 HOMEPAGE=               http://www.underbit.com/products/mad/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            SF/mad/libmad/0.15.1b
14 DISTFILE[1]=            libmad-0.15.1b.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[standard]=        single
17 SPKGS[speed]=           single
18
19 OPTIONS_AVAILABLE=      SPEED
20 OPTIONS_STANDARD=       none
21 VOPTS[speed]=           SPEED=ON
22
23 USES=                   libtool fbsd10fix
24
25 FPC_EQUIVALENT=         audio/libmad
26
27 MUST_CONFIGURE=         gnu
28 CONFIGURE_ARGS=         --disable-debugging
29                         --enable-sso
30
31 INSTALL_TARGET=         install-strip
32 SUB_FILES=              mad.pc
33 SUB_LIST=               VERSION=0.15.1b
34
35 [SPEED].DESCRIPTION=                    Optimize for speed over accuracy
36 [SPEED].CONFIGURE_ARGS_OFF=             --enable-accuracy
37 [SPEED].CONFIGURE_ARGS_ON=              --enable-speed
38
39 post-patch:
40         @${REINPLACE_CMD} -e 's| -fforce-mem||' ${WRKSRC}/configure
41
42 post-install:
43         ${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/lib/pkgconfig/
44
45 [FILE:727:descriptions/desc.single]
46 MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
47 as well as the MPEG-2 extension to Lower Sampling Frequencies. All
48 three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are
49 fully implemented.
50
51 MAD does not yet support MPEG-2 multichannel audio (although it should
52 be backward compatible with such streams) or AAC, nor does it support
53 the so-called MPEG 2.5 format.
54
55 MAD has the following special features:
56  * 24-bit PCM output
57  * 100% fixed-point (integer) computation
58  * completely new implementation based on the ISO/IEC standards
59  * distributed under the terms of the GNU General Public License (GPL)
60
61 The software is distributed as a library (libmad) and command-line
62 front-end (madplay).
63
64
65 [FILE:100:distinfo]
66 bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690       502379 libmad-0.15.1b.tar.gz
67
68
69 [FILE:91:manifests/plist.single]
70 include/mad.h
71 lib/
72  libmad.a
73  libmad.so
74  libmad.so.0
75  libmad.so.0.2.1
76 lib/pkgconfig/mad.pc
77
78
79 [FILE:221:files/mad.pc.in]
80 prefix=%%PREFIX%%
81 exec_prefix=${prefix}
82 libdir=${exec_prefix}/lib
83 includedir=${prefix}/include
84
85 Name: mad
86 Description: MPEG Audio Decoder
87 Requires:
88 Version: %%VERSION%%
89 Libs: -L${libdir} -lmad -lm
90 Cflags: -I${includedir}
91