-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibvdpau.yaml
51 lines (45 loc) · 1.09 KB
/
libvdpau.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
# Generated from https://git.alpinelinux.org/aports/plain/main/libvdpau/APKBUILD
package:
name: libvdpau
version: "1.5"
epoch: 1
description: Hardware-accelerated video playback library
copyright:
- license: MIT
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libx11-dev
- libxext-dev
- meson
- xorgproto
pipeline:
- uses: fetch
with:
expected-sha256: 66490802f30426d30ff9e8af35263bbbbaa23b52d0a2d797d06959c3d19638fd
uri: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${{package.version}}/libvdpau-${{package.version}}.tar.gz
- runs: |
meson \
-Ddri2=true \
--prefix=/usr \
. output
meson compile -C output
DESTDIR="${{targets.destdir}}" meson install --no-rebuild -C output
- uses: strip
subpackages:
- name: libvdpau-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libvdpau
description: libvdpau dev
update:
enabled: true
release-monitor:
identifier: 1755