New port: graphics/qtpbfimageplugin
PR: 233878 Submitted by: Nikolay Korotkiy <sikmir@gmail.com>
This commit is contained in:
@@ -987,6 +987,7 @@
|
||||
SUBDIR += qt5-svg
|
||||
SUBDIR += qt5-wayland
|
||||
SUBDIR += qtawesome
|
||||
SUBDIR += qtpbfimageplugin
|
||||
SUBDIR += quat
|
||||
SUBDIR += quat-gui
|
||||
SUBDIR += quesa
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qtpbfimageplugin
|
||||
DISTVERSION= 1.1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= sikmir@gmail.com
|
||||
COMMENT= Qt image plugin for displaying Mapbox vector tiles
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf
|
||||
|
||||
USES= gl qmake qt:5
|
||||
USE_QT= core gui buildtools_build
|
||||
USE_GL= gl
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tumic0
|
||||
GH_PROJECT= QtPBFImagePlugin
|
||||
|
||||
PLIST_FILES= ${QT_PLUGINDIR}/imageformats/libpbf.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544334839
|
||||
SHA256 (tumic0-QtPBFImagePlugin-1.1_GH0.tar.gz) = d12224b19fd61adef815468b7e3a6941fb193a43f7d0bd616e00e61d50a7db72
|
||||
SIZE (tumic0-QtPBFImagePlugin-1.1_GH0.tar.gz) = 193382
|
||||
@@ -0,0 +1,5 @@
|
||||
QtPBFImagePlugin is a Qt image plugin that enables applications capable of
|
||||
displaying raster MBTiles maps or raster XYZ online maps to also display PBF
|
||||
vector tiles without (almost) any application modifications.
|
||||
|
||||
WWW: https://github.com/tumic0/QtPBFImagePlugin
|
||||
Reference in New Issue
Block a user