Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (d74a138957ef948179993c8ec9568c0a605029af)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (d74a138957ef948179993c8ec9568c0a605029af)
  • Date: Sun, 2 Jul 2006 10:27:50 -0500

GIT changes to master z-rejected grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
z-x11/nvidia-settings/BUILD | 7 +++++++
z-x11/nvidia-settings/CONFIGURE | 3 +++
z-x11/nvidia-settings/DEPENDS | 2 ++
z-x11/nvidia-settings/DETAILS | 28 ++++++++++++++++++++++++++++
z-x11/nvidia-settings/HISTORY | 25 +++++++++++++++++++++++++
6 files changed, 68 insertions(+)

New commits:
commit d74a138957ef948179993c8ec9568c0a605029af
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

nvidia-settings: moved to z-rejected, requires the closed driver

diff --git a/ChangeLog b/ChangeLog
index aa6c4e8..4705745 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * nvidia-settings: moved from test, requires the closed driver
+
2006-06-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* z-utils/scim-chinese: move to test, part of 12717

diff --git a/z-x11/nvidia-settings/BUILD b/z-x11/nvidia-settings/BUILD
new file mode 100755
index 0000000..0e35f0f
--- /dev/null
+++ b/z-x11/nvidia-settings/BUILD
@@ -0,0 +1,7 @@
+sedit 's/-Wl,-Bstatic//' Makefile &&
+sedit 's/-Wl,-Bdynamic//' Makefile &&
+sedit 's:/usr/local:/usr:' Makefile &&
+
+make
+
+
diff --git a/z-x11/nvidia-settings/CONFIGURE b/z-x11/nvidia-settings/CONFIGURE
new file mode 100755
index 0000000..49b9e31
--- /dev/null
+++ b/z-x11/nvidia-settings/CONFIGURE
@@ -0,0 +1,3 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-x11/nvidia-settings/DEPENDS b/z-x11/nvidia-settings/DEPENDS
new file mode 100755
index 0000000..3825218
--- /dev/null
+++ b/z-x11/nvidia-settings/DEPENDS
@@ -0,0 +1,2 @@
+depends nvidia_driver &&
+depends gtk+2
diff --git a/z-x11/nvidia-settings/DETAILS b/z-x11/nvidia-settings/DETAILS
new file mode 100755
index 0000000..ae53cc1
--- /dev/null
+++ b/z-x11/nvidia-settings/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=nvidia-settings
+ VERSION=1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://download.nvidia.com/XFree86/nvidia-settings/$SOURCE
+
SOURCE_HASH=sha512:e0f73d01b8a01a3e21a535197c9a9d80afd22e0eeb2f0613b49c050c9181e42eeec4288b305a5fcb4f17b99f5bea092d70a7a635f31dc98992289a4777a9eb49
+ WEB_SITE=http://www.nvidia.com
+ ENTERED=20040918
+ LICENSE=GPL
+ REJECT="depends on the closed-source driver"
+ KEYWORDS="x11"
+ SHORT="NVIDIA's tool for configuring their graphics driver"
+cat << EOF
+The 'nvidia-settings' utility is a tool for configuring the NVIDIA
+Linux graphics driver. It operates by communicating with the NVIDIA
+X driver, querying and updating state as appropriate. This
+communication is done with the NV-CONTROL X extension.
+
+Values such as brightness and gamma, XVideo attributes, temperature,
+and OpenGL settings can be queried and configured via nvidia-settings.
+
+When nvidia-settings starts, it reads the current settings from
+its configuration file and sends those settings to the X server.
+Then, it displays a graphical user interface (GUI) interface for
+configuring the current settings. When nvidia-settings exits, it
+queries the current settings from the X server and saves them to
+the configuration file.
+EOF
diff --git a/z-x11/nvidia-settings/HISTORY b/z-x11/nvidia-settings/HISTORY
new file mode 100644
index 0000000..bae36d8
--- /dev/null
+++ b/z-x11/nvidia-settings/HISTORY
@@ -0,0 +1,25 @@
+2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * moved to z-rejected, requires the closed driver
+ * DETAILS: added REJECT, SOURCE_HASH
+ * CONFIGURE: added for the reject messages
+
+2006-06-28 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed BUILD_API=2, set grimoire-wide
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-05-09 Flavien Bridault <disk AT sourcemage.org>
+ * DETAILS: corrected wrong MD5[0]
+
+2004-12-08 David Brown <dmlb2000 AT excite.com>
+ * DEPENDS: changed NVIDIA_driver to nvidia_driver
+
+2004-11-01 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * BUILD: don't install to /usr/local
+ * DEPENDS: removed dependency on gdk-pixbuf, atk, pango and glib2
+ (all of them are implied by gtk+2 and gdk-pixbuf is wrong)
+
+2004-09-18 Gareth Clay <gareth.clay AT fireflyuk.net>
+ * Created spell (version 1.0)
+



  • [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (d74a138957ef948179993c8ec9568c0a605029af), Jaka Kranjc, 07/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page