-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibsamplerate.yaml
57 lines (47 loc) · 1.23 KB
/
libsamplerate.yaml
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
# Generated from https://git.alpinelinux.org/aports/plain/main/libsamplerate/APKBUILD
package:
name: libsamplerate
version: 0.2.2
epoch: 0
description: Secret Rabbit Code - aka Sample Rate Converter for audio
copyright:
- license: BSD-2-Clause
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- fftw-dev
- libsndfile-dev
- linux-headers
pipeline:
- uses: fetch
with:
expected-sha256: 3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893
uri: https://github.com/libsndfile/libsamplerate/releases/download/${{package.version}}/libsamplerate-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--enable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libsamplerate-static
pipeline:
- uses: split/static
description: libsamplerate static
- name: libsamplerate-dev
pipeline:
- uses: split/dev
description: libsamplerate dev
- name: libsamplerate-doc
pipeline:
- uses: split/manpages
description: libsamplerate manpages
update:
release-monitor:
identifier: 1716