Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Andraz Levstik

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraz Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Andraz Levstik
  • Date: Tue, 23 May 2006 06:50:51 -0500

GIT changes to test grimoire by Andraz Levstik <ruskie AT mages.ath.cx>:

libs/libdrm/DEPENDS | 1 +
libs/libdrm/DETAILS | 28 ++++++++++++++++++++++++++++
libs/libdrm/HISTORY | 28 ++++++++++++++++++++++++++++
3 files changed, 57 insertions(+)

New commits:
commit 4223d0ec992757a55733ca7a5ec19ded441000d5
Merge: 69d04c9... 9bb7f79...
Author: Andraz Levstik <ruskie AT mages.ath.cx>
Commit: Andraz Levstik <ruskie AT mages.ath.cx>

Merge branch 'master' of ssh://alevstik AT scm.sourcemage.org/smgl/grimoire

commit 69d04c9bcb0bd04c86ed7ea298d07ca532d7c57a
Author: Andraz Levstik <ruskie AT mages.ath.cx>
Commit: Andraz Levstik <ruskie AT mages.ath.cx>

Added libdrm needed by mesalib

diff --git a/libs/libdrm/DEPENDS b/libs/libdrm/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/libs/libdrm/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
new file mode 100755
index 0000000..324b071
--- /dev/null
+++ b/libs/libdrm/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=libdrm
+ VERSION=2.0.1
+ XORG_VER=X11R7.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://dri.freedesktop.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:bc3fc71659efb415bea0bdf4ff8ea4974ff489fad103af25f7504810c2e918d686999588768c1cb61fd37b0e9c6cb3e4d5ff720992988433925ba3082fd63a9f
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://dri.freedesktop.org/
+ ENTERED=20051125
+ UPDATED=20051125
+ LICENSE[0]=XCL
+ BUILD_API=2
+ SHORT="Direct rendering manager library"
+cat << EOF
+The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
+maintain the official Public Implementation of X11.
+
+The XOrg Foundation invites anyone who has an interest to join in. Anyone
+may create and work on a branch in the repository. See XOrgRepository for
+more information about the XOrg Foundation repository.
+
+The repository consists of an imported XFree86 tree that is very close
+to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
+new licensing scheme incompatible with the GPL. For this reason, we have
+recreated its tree as closely as possible without importing files affected
+by the new license. Our tree is being referred to as simply "XOrg", and a
+public release will be made shortly.
+EOF
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
new file mode 100644
index 0000000..539b90b
--- /dev/null
+++ b/libs/libdrm/HISTORY
@@ -0,0 +1,28 @@
+2006-05-23 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: added g++
+ * DETAILS: version update 2.0.1
+
+2006-03-05 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * CONFIGURE: (automated) removed seemingly useless file
+
+2005-12-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: added XORG_VER
+ updated SOURCE_URL
+
+2005-12-15 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: Updated SOURCE_URL to RC4
+
+2005-12-15 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: Updated VERSION to 2.0
+
+2005-12-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: Updated SOURCE_URL
+
+2005-11-26 Benjamin "Asaru" Dirks <asaru AT wtnet.de>
+ * CONFIGURE: added PIC configure option
+
+2005-11-25 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DEPENDS: auto-created or updated
+
+2005-11-25 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page