Ravenports generated: 21 Dec 2021 02:07
[ravenports.git] / bucket_B7 / flac
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               flac
4 VERSION=                1.3.3
5 REVISION=               1
6 KEYWORDS=               audio
7 VARIANTS=               standard
8 SDESC[standard]=        Free Lossless Audio Codec
9 HOMEPAGE=               https://xiph.org/flac/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            http://downloads.xiph.org/releases/flac/
14 DISTFILE[1]=            flac-1.3.3.tar.xz: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
25 USES=                   cpe iconv libtool pkgconfig c++:primary
26
27 LICENSE=                CUSTOM1:primary GPLv2:primary LGPL21:primary
28                         GFDL:primary
29 LICENSE_TERMS=          primary:{{WRKDIR}}/LICENSE
30 LICENSE_NAME=           CUSTOM1:"FLAC Library BSD-like License"
31 LICENSE_FILE=           GFDL:{{WRKSRC}}/COPYING.FDL
32                         GPLv2:{{WRKSRC}}/COPYING.GPL
33                         LGPL21:{{WRKSRC}}/COPYING.LGPL
34                         CUSTOM1:{{WRKSRC}}/COPYING.Xiph
35 LICENSE_AWK=            TERMS:"^========="
36 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/README
37 LICENSE_SCHEME=         multi
38
39 CPE_VENDOR=             flac_project
40 FPC_EQUIVALENT=         audio/flac
41
42 MUST_CONFIGURE=         gnu
43 CONFIGURE_ARGS=         --enable-static
44                         --disable-sse
45                         --with-ogg="{{LOCALBASE}}"
46                         --disable-doxygen-docs
47                         --disable-thorough-tests
48                         --disable-xmms-plugin
49
50 INSTALL_TARGET=         install-strip
51 INSTALL_REQ_TOOLCHAIN=  yes
52
53 post-install:
54         ${REINPLACE_CMD} -i'' -e 's:%%PREFIX%%:${PREFIX}:' \
55             ${STAGEDIR}${MANPREFIX}/man/man1/flac.1
56
57 [FILE:425:descriptions/desc.primary]
58 FLAC is an Open Source lossless audio codec.
59
60 FLAC is comprised of
61  * libFLAC, a library which implements reference encoders and
62    decoders for native FLAC and Ogg FLAC, and a metadata interface
63  * libFLAC++, a C++ object wrapper library around libFLAC
64  * flac, a command-line program for encoding and decoding files
65  * metaflac, a command-line program for viewing and editing FLAC
66    metadata
67  * user and API documentation
68
69
70 [FILE:96:distinfo]
71 213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748      1044472 flac-1.3.3.tar.xz
72
73
74 [FILE:452:manifests/plist.primary]
75 bin/
76  flac
77  metaflac
78 include/FLAC/
79  all.h
80  assert.h
81  callback.h
82  export.h
83  format.h
84  metadata.h
85  ordinals.h
86  stream_decoder.h
87  stream_encoder.h
88 include/FLAC++/
89  all.h
90  decoder.h
91  encoder.h
92  export.h
93  metadata.h
94 lib/
95  libFLAC++.a
96  libFLAC++.so
97  libFLAC++.so.6
98  libFLAC++.so.6.3.0
99  libFLAC.a
100  libFLAC.so
101  libFLAC.so.8
102  libFLAC.so.8.3.0
103 lib/pkgconfig/
104  flac++.pc
105  flac.pc
106 share/aclocal/
107  libFLAC++.m4
108  libFLAC.m4
109 share/man/man1/
110  flac.1.gz
111  metaflac.1.gz
112
113
114 [FILE:425:manifests/plist.docs]
115 share/doc/flac/
116  FLAC.tag
117  changelog.html
118  developers.html
119  documentation.html
120  documentation_bugs.html
121  documentation_example_code.html
122  documentation_format_overview.html
123  documentation_tools.html
124  documentation_tools_flac.html
125  documentation_tools_metaflac.html
126  faq.html
127  favicon.ico
128  features.html
129  flac.css
130  format.html
131  id.html
132  index.html
133  license.html
134  ogg_mapping.html
135 share/doc/flac/images/
136  logo.svg
137  logo130.gif
138
139
140 [FILE:615:patches/patch-man_flac.1]
141 --- man/flac.1.orig     2018-06-10 23:55:07 UTC
142 +++ man/flac.1
143 @@ -384,7 +384,7 @@ These flags can be used to invert the se
144  .PP
145  metaflac(1)
146  .PP
147 -The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems.
148 +The programs are documented fully by HTML format documentation, available in \fI%%PREFIX%%/share/doc/flac/html\fR.
149  .SH "AUTHOR"
150  .PP
151  This manual page was initially written by Matt Zimmerman <mdz@debian.org> for the Debian GNU/Linux system (but may be used by others). It has been kept up-to-date by the Xiph.org Foundation.
152