Add wpebackend-fdo the freedesktop.org backend for WPE WebKit
A WPE backend designed for (Linux) desktop systems. It is required by webkitgtk 2.6 which is currently being tested. Obtained from: gnome development repo
This commit is contained in:
parent
90134a7f15
commit
fac4b8ea67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513424
5 changed files with 41 additions and 0 deletions
|
@ -2483,6 +2483,7 @@
|
|||
SUBDIR += wikicalc
|
||||
SUBDIR += woof
|
||||
SUBDIR += wordpress
|
||||
SUBDIR += wpebackend-fdo
|
||||
SUBDIR += wsdlpull
|
||||
SUBDIR += wsmake
|
||||
SUBDIR += wt
|
||||
|
|
23
www/wpebackend-fdo/Makefile
Normal file
23
www/wpebackend-fdo/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wpebackend-fdo
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://wpewebkit.org/releases/
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Freedesktop.org backend for WPE WebKit
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
|
||||
libwpe-1.0.so:www/libwpe \
|
||||
libwayland-client.so:graphics/wayland
|
||||
|
||||
USES= cmake pkgconfig localbase:ldflags gl gnome tar:xz
|
||||
|
||||
USE_GL= egl
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/wpebackend-fdo/distinfo
Normal file
3
www/wpebackend-fdo/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1569881094
|
||||
SHA256 (wpebackend-fdo-1.4.0.tar.xz) = a919ca4a5bc445f9419a5b7f3781cfc98e5abcf5d7259eb1869f5ab20fd18baf
|
||||
SIZE (wpebackend-fdo-1.4.0.tar.xz) = 30204
|
3
www/wpebackend-fdo/pkg-descr
Normal file
3
www/wpebackend-fdo/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A WPE backend designed for (Linux) desktop systems.
|
||||
|
||||
WWW: https://wpewebkit.org
|
11
www/wpebackend-fdo/pkg-plist
Normal file
11
www/wpebackend-fdo/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
include/wpe-fdo-1.0/wpe/exported-image-egl.h
|
||||
include/wpe-fdo-1.0/wpe/fdo-egl.h
|
||||
include/wpe-fdo-1.0/wpe/fdo.h
|
||||
include/wpe-fdo-1.0/wpe/initialize-egl.h
|
||||
include/wpe-fdo-1.0/wpe/version.h
|
||||
include/wpe-fdo-1.0/wpe/view-backend-exportable-egl.h
|
||||
include/wpe-fdo-1.0/wpe/view-backend-exportable.h
|
||||
lib/libWPEBackend-fdo-1.0.so
|
||||
lib/libWPEBackend-fdo-1.0.so.1
|
||||
lib/libWPEBackend-fdo-1.0.so.1.4.1
|
||||
libdata/pkgconfig/wpebackend-fdo-1.0.pc
|
Loading…
Reference in a new issue