-
Notifications
You must be signed in to change notification settings - Fork 761
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: https://github.com/anholt/libepoxy/releases/tag/1.5.10 Sponsored by: Serenity Cybersecurity, LLC
- Loading branch information
Жунёва Мария Михайловна
committed
Jun 19, 2024
1 parent
af3b3c3
commit f4c896e
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
PORTNAME= libepoxy | ||
DISTVERSION= 1.5.9 | ||
DISTVERSION= 1.5.10 | ||
CATEGORIES= graphics | ||
MASTER_SITES= https://github.com/anholt/${PORTNAME}/releases/download/${DISTVERSION}/ | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Library to handle OpenGL function pointer management | ||
|
@@ -10,11 +9,14 @@ WWW= https://github.com/anholt/libepoxy | |
LICENSE= MIT | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
USES= gl localbase meson pkgconfig python:build shebangfix tar:xz | ||
USES= gl localbase meson pkgconfig python:build shebangfix | ||
USE_GL= glesv2 egl | ||
USE_LDCONFIG= yes | ||
SHEBANG_FILES= src/gen_dispatch.py | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= anholt | ||
|
||
OPTIONS_DEFINE= TEST X11 | ||
OPTIONS_DEFAULT= X11 | ||
OPTIONS_SUB= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1629063081 | ||
SHA256 (libepoxy-1.5.9.tar.xz) = d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4 | ||
SIZE (libepoxy-1.5.9.tar.xz) = 221924 | ||
TIMESTAMP = 1718113203 | ||
SHA256 (anholt-libepoxy-1.5.10_GH0.tar.gz) = a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15 | ||
SIZE (anholt-libepoxy-1.5.10_GH0.tar.gz) = 332078 |