Ravenports generated: 30 May 2020 18:50
[ravenports.git] / bucket_8D / speex
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               speex
4 VERSION=                1.2.0
5 REVISION=               1
6 KEYWORDS=               audio
7 VARIANTS=               standard
8 SDESC[standard]=        Audio compression format designed for speech
9 HOMEPAGE=               https://www.speex.org
10 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            https://ftp.osuosl.org/pub/xiph/releases/speex/
14 DISTFILE[1]=            speex-1.2.0.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[standard]=        complete
17                         primary
18                         docs
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 BUILDRUN_DEPENDS=       libogg:primary:standard
24                         speexdsp:primary:standard
25
26 USES=                   libtool pkgconfig
27
28 LICENSE=                BSD3CLAUSE:primary
29 LICENSE_FILE=           BSD3CLAUSE:{{WRKSRC}}/COPYING
30 LICENSE_SCHEME=         solo
31
32 FPC_EQUIVALENT=         audio/speex
33
34 MUST_CONFIGURE=         gnu
35
36 INSTALL_TARGET=         install-strip
37 SOVERSION=              1.5.1
38
39 [FILE:384:descriptions/desc.primary]
40 The Speex is a patent-free, Open Source/Free Software voice codec. Unlike 
41 other codecs like MP3 and Ogg Vorbis, Speex is designed to compress voice 
42 at bitrates in the 2-45 kbps range. Possible applications include VoIP, 
43 internet audio streaming, archiving of speech data (e.g. voice mail), and 
44 audio books. In some sense, it is meant to be complementary to the Ogg 
45 Vorbis codec.
46
47
48 [FILE:97:distinfo]
49 eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094      1047080 speex-1.2.0.tar.gz
50
51
52 [FILE:325:manifests/plist.primary]
53 bin/
54  speexdec
55  speexenc
56 include/speex/
57  speex.h
58  speex_bits.h
59  speex_callbacks.h
60  speex_config_types.h
61  speex_header.h
62  speex_stereo.h
63  speex_types.h
64 lib/
65  libspeex.a
66  libspeex.so
67  libspeex.so.%%SOMAJOR%%
68  libspeex.so.%%SOVERSION%%
69 lib/pkgconfig/speex.pc
70 share/aclocal/speex.m4
71 share/man/man1/
72  speexdec.1.gz
73  speexenc.1.gz
74
75
76 [FILE:27:manifests/plist.docs]
77 share/doc/speex/manual.pdf
78
79
80 [FILE:406:patches/patch-configure]
81 --- configure.orig      2014-12-06 19:58:24 UTC
82 +++ configure
83 @@ -2486,6 +2486,7 @@ case $enable_silent_rules in # (((
84     no) AM_DEFAULT_VERBOSITY=1;;
85      *) AM_DEFAULT_VERBOSITY=0;;
86  esac
87 +unset enableval
88  am_make=${MAKE-make}
89  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
90  $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
91