Skip to Content.
Sympa Menu

sm-commit - PERFORCE change 79829 by Andraž "ruskie" Levstik for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: PERFORCE change 79829 by Andraž "ruskie" Levstik for review
  • Date: Fri, 26 May 2006 00:10:02 +0100 (BST)

Change 79829 by andraž_levstik AT omega.mages.ath.cx on 2006/05/26 00:08:06

libxdamage provides XDAMAGE, xorg-libs prevides X11-LIBS
xorg-utils new provider X11-UTILS, xorg-server removed
X11-LIBS and XDAMAGE provides only X11-SERVER and X11-LIBS
now. Both can be provided by it as it installs the same spells
and some more libs

Affected files ...

... //sgl/grimoires/xorg-modular/xorg-libs/libxdamage/HISTORY#13 edit
... //sgl/grimoires/xorg-modular/xorg-libs/libxdamage/PROVIDES#1 add
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/BUILD#1 branch
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/CONFLICTS#1 add
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/DEPENDS#1 add
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/DETAILS#1 add
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/HISTORY#1 add
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/INSTALL#1 branch
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/PRE_BUILD#1 branch
... //sgl/grimoires/xorg-modular/xorg-libs/xorg-libs/PRE_INSTALL#1 branch
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/BUILD#1 branch
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/CONFLICTS#1 add
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/DEPENDS#1 add
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/DETAILS#1 add
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/HISTORY#1 add
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/INSTALL#1 branch
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/PRE_BUILD#1 branch
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/PRE_INSTALL#1 branch
... //sgl/grimoires/xorg-modular/xorg-util/xorg-utils/PROVIDES#1 add
... //sgl/grimoires/xorg-modular/xorg-xserver/xorg-server/CONFIGURE#12 edit
... //sgl/grimoires/xorg-modular/xorg-xserver/xorg-server/HISTORY#26 edit
... //sgl/grimoires/xorg-modular/xorg-xserver/xorg-server/PROVIDES#3 edit

Differences ...

==== //sgl/grimoires/xorg-modular/xorg-libs/libxdamage/HISTORY#13 (text) ====

@@ -1,3 +1,6 @@
+2006-05-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PROVIDES: provides XDAMAGE
+
2006-05-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update xorg 7.1


==== //sgl/grimoires/xorg-modular/xorg-xserver/xorg-server/CONFIGURE#12
(xtext) ====

@@ -85,7 +85,7 @@

config_query_option XORG_SERVER_OPTS \
"Build LBX extension" \
- y \
+ n \
"--enable-lbx" \
"--disable-lbx"
&&

@@ -144,37 +144,37 @@
"--disable-xwin"
&&

config_query_option XORG_SERVER_OPTS \
- "Build Xgl server" \
+ "Build Xgl server EXPERIMENTAL" \
n \
"--enable-xgl" \
"--disable-xgl"
&&

config_query_option XORG_SERVER_OPTS \
- "Build Xglx xgl module" \
+ "Build Xglx xgl module EXPERIMENTAL" \
n \
"--enable-xglx" \
"--disable-xglx"
&&

config_query_option XORG_SERVER_OPTS \
- "Build Xegl xgl module" \
+ "Build Xegl xgl module EXPERIMENTAL" \
n \
"--enable-xegl" \
"--disable-xegl"
&&

config_query_option XORG_SERVER_OPTS \
- "Build kdrive servers" \
+ "Build kdrive servers EXPERIMENTAL" \
n \
"--enable-kdrive" \
"--disable-kdrive"
&&

config_query_option XORG_SERVER_OPTS \
- "Build the kdrive Xephyr server" \
+ "Build the kdrive Xephyr server EXPERIMENTAL" \
n \
"--enable-xephyr" \
"--disable-xephyr"
&&

config_query_option XORG_SERVER_OPTS \
- "Build the kdrive Xsdl server" \
+ "Build the kdrive Xsdl server EXPERIMENTAL" \
n \
"--enable-xsdl" \
"--disable-xsdl"
&&

==== //sgl/grimoires/xorg-modular/xorg-xserver/xorg-server/HISTORY#26 (text)
====

@@ -1,3 +1,7 @@
+2006-05-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: mark certain opitons as EXPERIMENTAL
+ * PROVIDES: removed XDAMAGE
+
2006-06-25 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depend on libxinerama if building DRI in XORG_SERVER_OPTS,
otherwise this is optional.

==== //sgl/grimoires/xorg-modular/xorg-xserver/xorg-server/PROVIDES#3 (xtext)
====

@@ -1,3 +1,2 @@
X11-SERVER
X11-LIBS
-XDAMAGE



  • PERFORCE change 79829 by Andraž "ruskie" Levstik for review, Perforce Review Daemon, 05/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page