gl-headers: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:48:23 +02:00
parent 45bc2b4ceb
commit 052437d7e2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -1,7 +1,7 @@
# 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
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libglvnd
name=gl-headers
version=2019.1.0
@ -10,11 +10,11 @@ _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 setup $name-$_commit build \
--prefix=/usr \
--buildtype=plain \
-D wglext=enabled
meson compile -C build
DESTDIR=$PKG meson install -C build
meson compile -C build
DESTDIR=$PKG meson install -C build
}