Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c09157b1d7fb7dbafb61c81446d197040102744a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c09157b1d7fb7dbafb61c81446d197040102744a)
  • Date: Wed, 12 Oct 2011 15:40:46 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
graphics/xcalib/BUILD | 2 ++
graphics/xcalib/DEPENDS | 1 +
graphics/xcalib/DETAILS | 14 ++++++++++++++
graphics/xcalib/HISTORY | 3 +++
graphics/xcalib/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit c09157b1d7fb7dbafb61c81446d197040102744a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/xcalib: new spell, an icc profile loader

diff --git a/ChangeLog b/ChangeLog
index a01e382..092c5a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics/xcalib: new spell, a tool for loading icc profiles
+
2011-10-12 Bor Kraljič <pyrobor AT ver.si>
* kde-core/kdelibs: removed (we no longer support kde3)
* kde-core/arts: removed (we no longer support kde3)
diff --git a/graphics/xcalib/BUILD b/graphics/xcalib/BUILD
new file mode 100755
index 0000000..e0e4453
--- /dev/null
+++ b/graphics/xcalib/BUILD
@@ -0,0 +1,2 @@
+gcc ${CFLAGS} -c xcalib.c -DXCALIB_VERSION=\"${VERSION}\" &&
+gcc ${CFLAGS} -o xcalib xcalib.o -lX11 -lXxf86vm -lXext -lm
diff --git a/graphics/xcalib/DEPENDS b/graphics/xcalib/DEPENDS
new file mode 100755
index 0000000..0bfa422
--- /dev/null
+++ b/graphics/xcalib/DEPENDS
@@ -0,0 +1 @@
+depends X11-SERVER
diff --git a/graphics/xcalib/DETAILS b/graphics/xcalib/DETAILS
new file mode 100755
index 0000000..86caf0c
--- /dev/null
+++ b/graphics/xcalib/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=xcalib
+ VERSION=0.8
+ SOURCE="${SPELL}-source-${VERSION}.tar.gz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:08d4cf579e566543ef7e5d233a6a49dd34a791a6aac31510d459d2300ec81828cf77ba2c495ee0c5e72e910c1986fc53c9ccd8f8455f097747508dd6adae8216
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://xcalib.sourceforge.net";
+ LICENSE[0]=GPL
+ ENTERED=20111012
+ SHORT="a tiny monitor calibration loader"
+cat << EOF
+xcalib loads 'vcgt'-tag of ICC profiles to the X-server using the XVidMode
+Extension in order to calibrate your display.
+EOF
diff --git a/graphics/xcalib/HISTORY b/graphics/xcalib/HISTORY
new file mode 100644
index 0000000..efe9a1a
--- /dev/null
+++ b/graphics/xcalib/HISTORY
@@ -0,0 +1,3 @@
+2011-10-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/graphics/xcalib/INSTALL b/graphics/xcalib/INSTALL
new file mode 100755
index 0000000..db4797b
--- /dev/null
+++ b/graphics/xcalib/INSTALL
@@ -0,0 +1 @@
+install -o 0 -g 0 -m 0755 xcalib ${INSTALL_ROOT}/usr/bin/xcalib



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c09157b1d7fb7dbafb61c81446d197040102744a), Florian Franzmann, 10/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page