Skip to content

Commit

Permalink
x11-toolkits/pangolin: Update 0.8 → 0.8-54
Browse files Browse the repository at this point in the history
PR:		270315
Submitted by:	diizzy@ (original version of the patch)
  • Loading branch information
yurivict committed Mar 20, 2023
1 parent 8f2193f commit 63a60ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 8 additions & 3 deletions x11-toolkits/pangolin/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pangolin
DISTVERSIONPREFIX= v
DISTVERSION= 0.8
DISTVERSION= 0.8-54
DISTVERSIONSUFFIX= -gfe57db53
CATEGORIES= x11-toolkits

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -14,9 +15,11 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
liblz4.so:archivers/liblz4 \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libzstd.so:archivers/zstd
libzstd.so:archivers/zstd \
libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon

USES= cmake compiler:c++14-lang eigen:3 gl jpeg pkgconfig xorg
USES= cmake compiler:c++17-lang eigen:3 gl jpeg localbase:ldflags pkgconfig xorg
USE_XORG= ice sm x11 xext
USE_GL= gl glew glu
USE_LDCONFIG= yes
Expand All @@ -25,6 +28,8 @@ USE_GITHUB= yes
GH_ACCOUNT= stevenlovegrove
GH_PROJECT= Pangolin

CMAKE_OFF= BUILD_PANGOLIN_PYTHON

LDFLAGS+= -pthread

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11-toolkits/pangolin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1651619295
SHA256 (stevenlovegrove-Pangolin-v0.8_GH0.tar.gz) = a680d1b52cd432f93f3359cb8f2179b25acf384d29dbaa2530b2eb3dfe5a81c6
SIZE (stevenlovegrove-Pangolin-v0.8_GH0.tar.gz) = 694204
TIMESTAMP = 1679289346
SHA256 (stevenlovegrove-Pangolin-v0.8-54-gfe57db53_GH0.tar.gz) = 734ab4aa767dfe75d0789c2b239bbb8e48732f0e6c46f149b0c3b138e5e466fb
SIZE (stevenlovegrove-Pangolin-v0.8-54-gfe57db53_GH0.tar.gz) = 706968
2 changes: 2 additions & 0 deletions x11-toolkits/pangolin/pkg-plist
Expand Up @@ -51,6 +51,8 @@ include/pangolin/gl/glpangoglu.h
include/pangolin/gl/glpixformat.h
include/pangolin/gl/glplatform.h
include/pangolin/gl/glsl.h
include/pangolin/gl/glsl.hpp
include/pangolin/gl/glsl_utilities.h
include/pangolin/gl/glstate.h
include/pangolin/gl/gltext.h
include/pangolin/gl/gltexturecache.h
Expand Down

0 comments on commit 63a60ff

Please sign in to comment.