Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c7960ea73a2671a660a11b3ee921ab482b4b1288)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c7960ea73a2671a660a11b3ee921ab482b4b1288)
  • Date: Sun, 8 Jun 2014 05:41:19 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

ChangeLog | 3 +++
graphics-libs/libepoxy/DEPENDS | 5 +++++
graphics-libs/libepoxy/DETAILS | 13 +++++++++++++
graphics-libs/libepoxy/HISTORY | 3 +++
graphics-libs/libepoxy/PRE_BUILD | 3 +++
5 files changed, 27 insertions(+)

New commits:
commit c7960ea73a2671a660a11b3ee921ab482b4b1288
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell -libepoxy-1.2

diff --git a/ChangeLog b/ChangeLog
index 0c64c8c..90b4130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-06-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * graphics-libs/libepoxy: new spell, GL settings manager
+
2014-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* accounts, group: add sddm

diff --git a/graphics-libs/libepoxy/DEPENDS b/graphics-libs/libepoxy/DEPENDS
new file mode 100755
index 0000000..7a0740b
--- /dev/null
+++ b/graphics-libs/libepoxy/DEPENDS
@@ -0,0 +1,5 @@
+depends pkgconfig &&
+depends util-macros &&
+depends OPENGL &&
+depends PYTHON &&
+depends libx11
diff --git a/graphics-libs/libepoxy/DETAILS b/graphics-libs/libepoxy/DETAILS
new file mode 100755
index 0000000..44d5e4a
--- /dev/null
+++ b/graphics-libs/libepoxy/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=libepoxy
+ VERSION=1.2
+
SOURCE_HASH=sha512:1104fc7e6cbb4bb95e422e7801491067806df6849690be4068b5eec33a5fc84672a5bb4666357e9a46d2fae436f83b37402b6cc0c4ee69627e48d48a4d32a2ed
+ SOURCE=v$VERSION.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=https://github.com/anholt/libepoxy
+ SOURCE_URL=$WEB_SITE/archive/$SOURCE
+ ENTERED=20140607
+ LICENSE[0]=MIT
+ SHORT="library for handling OpenGL function pointer management"
+cat << EOF
+Epoxy is a library for handling OpenGL function pointer management for you
+EOF
diff --git a/graphics-libs/libepoxy/HISTORY b/graphics-libs/libepoxy/HISTORY
new file mode 100644
index 0000000..e5cf160
--- /dev/null
+++ b/graphics-libs/libepoxy/HISTORY
@@ -0,0 +1,3 @@
+2014-06-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS version v1.2
+ spell created
diff --git a/graphics-libs/libepoxy/PRE_BUILD
b/graphics-libs/libepoxy/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/graphics-libs/libepoxy/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (c7960ea73a2671a660a11b3ee921ab482b4b1288), Treeve Jelbert, 06/08/2014

Archive powered by MHonArc 2.6.24.

Top of Page