-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathgstreamer.yaml
71 lines (63 loc) · 1.58 KB
/
gstreamer.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated from https://git.alpinelinux.org/aports/plain/main/gstreamer/APKBUILD
package:
name: gstreamer
version: 1.23.90
epoch: 0
description: GStreamer streaming media framework
copyright:
- license: LGPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- bison
- build-base
- busybox
- ca-certificates-bundle
- flex
- glib-dev
- gobject-introspection-dev
- libcap-dev
- libcap-utils
- libxml2-dev
- meson
- perl
pipeline:
- uses: git-checkout
with:
repository: https://github.com/GStreamer/gstreamer
tag: ${{package.version}}
expected-commit: d474de8ff0d188fb5b0374f6fa2ad21df05ee5e3
- runs: |
cd subprojects/gstreamer
CFLAGS="$CFLAGS -O2" \
CXXFLAGS="$CXXFLAGS -O2" \
CPPFLAGS="$CPPFLAGS -O2" \
meson \
-Db_lto=true \
-Dintrospection=enabled \
-Dbash-completion=disabled \
-Dptp-helper-permissions=capabilities \
-Dpackage-name="GStreamer (Wolfi)" \
-Dpackage-origin="https://wolfi.dev" \
--prefix=/usr \
. output
meson compile -C output
DESTDIR="${{targets.destdir}}" meson install --no-rebuild -C output
- uses: strip
subpackages:
- name: gstreamer-dev
pipeline:
- uses: split/dev
description: gstreamer dev
- name: gstreamer-doc
pipeline:
- uses: split/manpages
description: gstreamer manpages
update:
enabled: true
github:
identifier: GStreamer/gstreamer
use-tag: true
tag-filter-prefix: "1."