From: Alexander Marx <alexander.marx@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/3] libepoxy: New package
Date: Thu, 24 Mar 2016 16:00:16 +0100 [thread overview]
Message-ID: <1458831617-4536-2-git-send-email-alexander.marx@ipfire.org> (raw)
In-Reply-To: <1458831617-4536-1-git-send-email-alexander.marx@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1730 bytes --]
Required by gtk3
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
libepoxy/libepoxy.nm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 libepoxy/libepoxy.nm
diff --git a/libepoxy/libepoxy.nm b/libepoxy/libepoxy.nm
new file mode 100644
index 0000000..b7729ac
--- /dev/null
+++ b/libepoxy/libepoxy.nm
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = libepoxy
+version = 1.3.1
+release = 1
+
+groups = System/Libraries
+url = https://github.com/anholt/libepoxy
+license = MIT
+summary = Epoxy is a library for handling OpenGL function pointer management
+
+description
+ Epoxy is a library for handling OpenGL function pointer management for you.
+
+ It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
+ eglGetProcAddress(), etc. from the app developer, with very little
+ knowledge needed on their part. They get to read GL specs and write
+ code using undecorated function names like glCompileShader().
+end
+
+source_dl = https://github.com/anholt/libepoxy/releases/download/v%{version}/
+sources = %{thisapp}.tar.bz2
+
+build
+ requires
+ libEGL-devel
+ xorg-x11-util-macros
+ end
+end
+
+packages
+ package %{name}
+
+ package %{name}-devel
+ template DEVEL
+ end
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.6.3
next prev parent reply other threads:[~2016-03-24 15:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 15:00 [PATCH 1/3] mesa: Enable building libEGL Alexander Marx
2016-03-24 15:00 ` Alexander Marx [this message]
2016-03-24 15:00 ` [PATCH 3/3] gtk3: Update to version 3.20.0 Alexander Marx
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458831617-4536-2-git-send-email-alexander.marx@ipfire.org \
--to=alexander.marx@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox