1
0
forked from ports/contrib

wpebackend-fdo: initial commit, version 1.6.1

This commit is contained in:
Tim Biermann 2020-06-14 23:31:38 +00:00
parent 0f3bee73f7
commit 2f570865cf
3 changed files with 43 additions and 0 deletions

20
wpebackend-fdo/.footprint Normal file
View File

@ -0,0 +1,20 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/wpe-fdo-1.0/
drwxr-xr-x root/root usr/include/wpe-fdo-1.0/wpe/
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/exported-buffer-shm.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/exported-image-egl.h
drwxr-xr-x root/root usr/include/wpe-fdo-1.0/wpe/extensions/
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/extensions/video-plane-display-dmabuf.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/fdo-egl.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/fdo.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/initialize-egl.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/version.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/view-backend-exportable-egl.h
-rw-r--r-- root/root usr/include/wpe-fdo-1.0/wpe/view-backend-exportable.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libWPEBackend-fdo-1.0.so -> libWPEBackend-fdo-1.0.so.1
lrwxrwxrwx root/root usr/lib/libWPEBackend-fdo-1.0.so.1 -> libWPEBackend-fdo-1.0.so.1.7.1
-rwxr-xr-x root/root usr/lib/libWPEBackend-fdo-1.0.so.1.7.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/wpebackend-fdo-1.0.pc

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34e1EIY0tNBA5FhlAa6KqDDeeVEz3NyEUKJTbXWaL36ZxIuDuUyAvMrqImZTHMiTXsbFgYze8K4Dgw9tNh9HrQo=
SHA256 (Pkgfile) = 63de6b55379182edb104b8a95e5f20e2d92ad0c60c5ce293c659f5c1cb392f0d
SHA256 (.footprint) = 45eee9939f6dfbdbaec292a02fec32d6277a19af87d67845e7b8ea896af01588
SHA256 (wpebackend-fdo-1.6.1.tar.xz) = 740eee3327acfb462b8460519a219e30dc0a870326e88e2ddc4fe2c8de20b1c9

18
wpebackend-fdo/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: freedesktop.org backend for WPE WebKit
# URL: https://wpewebkit.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: glib libwpe wayland-protocols
name=wpebackend-fdo
version=1.6.1
release=1
source=(https://wpewebkit.org/releases/$name-$version.tar.xz)
build() {
cmake -S$name-$version -Bbuild -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release
cmake --build build
DESTDIR=$PKG cmake --build build --target install
}