1
0
forked from ports/opt

[notify] gl-headers: initial import for gst-plugins-base

This commit is contained in:
Danny Rawlins 2021-09-12 22:45:25 +10:00
parent f9c4d0f2db
commit bd7eb30176
3 changed files with 29 additions and 0 deletions

4
gl-headers/.footprint Normal file
View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/GL/
-rw-r--r-- root/root usr/include/GL/wglext.h

5
gl-headers/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/U6vMFpKm4N3rF67+FhM1gz1b0yBWBBTb4qqx5EOspsqrL4bie2rM7Qm10ntNHil4JcJx+64SRyx0CHvz56+og4=
SHA256 (Pkgfile) = 9233a719f606929719dbd6908035cb5e73a2c080e603c66da29e6a5f899ea5b0
SHA256 (.footprint) = 123c6760f59f4e4b5dcfe2f453f98df21b45efe380828b16008a2cfe5a4efebb
SHA256 (gl-headers-5c8c7c0d3ca1f0b783272dac0b95e09414e49bc8.tar.bz2) = 46b771874c9e14c2a94575eaf579877f34060950f7090e50b2b91f22399700a3

20
gl-headers/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: OpenGL headers for building GStreamer's OpenGL support
# URL: https://gitlab.freedesktop.org/gstreamer/meson-ports/gl-headers
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: meson ninja libglvnd
name=gl-headers
version=2019.1.0
release=1
_commit=5c8c7c0d3ca1f0b783272dac0b95e09414e49bc8
source=(https://gitlab.freedesktop.org/gstreamer/meson-ports/gl-headers/-/archive/$_commit/gl-headers-$_commit.tar.bz2)
build() {
meson setup $name-$_commit build \
--prefix=/usr \
--buildtype=plain \
-D wglext=enabled
meson compile -C build
DESTDIR=$PKG meson install -C build
}