summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2007-05-03 02:57:24 +0000
committerHanno Böck <hanno@gentoo.org>2007-05-03 02:57:24 +0000
commit1d3a5e692513798b78c4b0288a3f361d4935c47d (patch)
tree53e5cbed6abf963deda760405c8ffb5edb8e3e08 /x11-wm/compiz
parentI hate CVS (diff)
downloadgentoo-2-1d3a5e692513798b78c4b0288a3f361d4935c47d.tar.gz
gentoo-2-1d3a5e692513798b78c4b0288a3f361d4935c47d.tar.bz2
gentoo-2-1d3a5e692513798b78c4b0288a3f361d4935c47d.zip
remove old compiz ebuild and scripts, they confuse people
(Portage version: 2.1.2.5)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r--x11-wm/compiz/compiz-0.3.4.ebuild49
-rw-r--r--x11-wm/compiz/files/06-glfinish.patch23
-rwxr-xr-xx11-wm/compiz/files/compiz-aiglx5
-rwxr-xr-xx11-wm/compiz/files/compiz-nvidia5
-rwxr-xr-xx11-wm/compiz/files/compiz-start32
-rwxr-xr-xx11-wm/compiz/files/compiz-xgl5
-rw-r--r--x11-wm/compiz/files/digest-compiz-0.3.43
7 files changed, 0 insertions, 122 deletions
diff --git a/x11-wm/compiz/compiz-0.3.4.ebuild b/x11-wm/compiz/compiz-0.3.4.ebuild
deleted file mode 100644
index f4df6e96c951..000000000000
--- a/x11-wm/compiz/compiz-0.3.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.3.4.ebuild,v 1.4 2006/12/26 18:51:39 hanno Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="compiz 3D composite- and windowmanager"
-HOMEPAGE="http://www.go-compiz.org/"
-SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2"
-LICENSE="X11"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="dbus svg"
-
-DEPEND=">=media-libs/mesa-6.5.1-r1
- >=media-libs/glitz-0.5.6
- >=x11-base/xorg-server-1.1.1-r1
- x11-libs/libXdamage
- x11-libs/libXrandr
- x11-libs/libXcomposite
- x11-libs/libXinerama
- media-libs/libpng
- >=x11-libs/libwnck-2.16.1
- >=gnome-base/control-center-2.16.1
- svg? ( gnome-base/librsvg )
- dbus? ( sys-apps/dbus )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/06-glfinish.patch
-}
-
-src_compile() {
- econf --enable-gtk \
- --enable-gnome \
- --enable-gconf \
- --disable-kde \
- `use_enable svg librsvg` \
- `use_enable dbus` || die
-
- emake || die
-}
-
-src_install() {
- dobin ${FILESDIR}/compiz-{aiglx,xgl,nvidia,start}
-
- gnome2_src_install
-}
diff --git a/x11-wm/compiz/files/06-glfinish.patch b/x11-wm/compiz/files/06-glfinish.patch
deleted file mode 100644
index 2c7b2a1609bc..000000000000
--- a/x11-wm/compiz/files/06-glfinish.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Add glFinish() after drawing a frame to work-around throttling problems.
-
-From: Kristian Høgsberg <krh@redhat.com>
-
-
----
-
- src/display.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/src/display.c b/src/display.c
-index 7cf12e1..c44b2a2 100644
---- a/src/display.c
-+++ b/src/display.c
-@@ -2079,6 +2079,8 @@ eventLoop (void)
-
- (*s->donePaintScreen) (s);
-
-+ glFinish ();
-+
- /* remove destroyed windows */
- while (s->pendingDestroys)
- {
diff --git a/x11-wm/compiz/files/compiz-aiglx b/x11-wm/compiz/files/compiz-aiglx
deleted file mode 100755
index 01f985ca9d28..000000000000
--- a/x11-wm/compiz/files/compiz-aiglx
+++ /dev/null
@@ -1,5 +0,0 @@
-# Start window decorator
-gtk-window-decorator --replace &
-
-# Start compiz
-LIBGL_ALWAYS_INDIRECT=1 compiz --replace --use-cow --indirect-rendering --strict-binding gconf move resize minimize place decoration wobbly fade cube rotate scale switcher zoom screenshot water dbus
diff --git a/x11-wm/compiz/files/compiz-nvidia b/x11-wm/compiz/files/compiz-nvidia
deleted file mode 100755
index 4089ae3db913..000000000000
--- a/x11-wm/compiz/files/compiz-nvidia
+++ /dev/null
@@ -1,5 +0,0 @@
-# Start window decorator
-gtk-window-decorator --replace &
-
-# Start compiz
-__GL_YIELD="NOTHING" compiz --replace --use-cow gconf move resize minimize place decoration wobbly fade cube rotate scale switcher zoom screenshot water dbus
diff --git a/x11-wm/compiz/files/compiz-start b/x11-wm/compiz/files/compiz-start
deleted file mode 100755
index 3edd7a9c2989..000000000000
--- a/x11-wm/compiz/files/compiz-start
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-# compiz-start script
-#
-# hacky autodetection of neccessary options for XGL/AIGLX/NVIDIA
-#
-# Hanno Boeck, http://www.hboeck.de/
-#
-# Licensed under the same conditions as compiz itself (MIT or GPL)
-
-GLX_WITH_DIRECT=`glxinfo|grep -c GLX_EXT_texture_from_pixmap`
-GLX_WITH_INDIRECT=`LIBGL_ALWAYS_INDIRECT=1 glxinfo|grep -c GLX_EXT_texture_from_pixmap`
-GLX_RENDER=`glxinfo|grep -c "OpenGL renderer string: Mesa GLX Indirect"`
-
-
-COMPIZ_OPTIONS="--replace --use-cow"
-
-if [ $GLX_WITH_DIRECT -eq 3 ]; then
- if [ $GLX_RENDER -eq 0 ]; then
- echo NVIDIA detected
- __GL_YIELT="NOTHING; export __GL_YIELD
- else
- echo XGL detected
- fi
-elif [ $GLX_WITH_INDIRECT -eq 3 ]; then
- echo AIGLX detected
- LIBGL_ALWAYS_INDIRECT=1; export LIBGL_ALWAYS_INDIRECT
- COMPIZ_OPTIONS="$COMPIZ_OPTIONS --strict-binding"
-fi
-
-gtk-window-decorator --replace &
-compiz $COMPIZ_OPTIONS gconf move resize minimize place decoration wobbly fade cube rotate scale switcher zoom dbus
diff --git a/x11-wm/compiz/files/compiz-xgl b/x11-wm/compiz/files/compiz-xgl
deleted file mode 100755
index 114760d650f4..000000000000
--- a/x11-wm/compiz/files/compiz-xgl
+++ /dev/null
@@ -1,5 +0,0 @@
-# Start window decorator
-gtk-window-decorator --replace &
-
-# Start compiz
-LD_LIBRARY_PATH="/usr/lib/opengl/xorg-x11" compiz --replace gconf move resize minimize place decoration wobbly fade cube rotate scale switcher zoom screenshot water dbus
diff --git a/x11-wm/compiz/files/digest-compiz-0.3.4 b/x11-wm/compiz/files/digest-compiz-0.3.4
deleted file mode 100644
index 8ef98cee14de..000000000000
--- a/x11-wm/compiz/files/digest-compiz-0.3.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 101fd4a8fdb92caea6c10f6957273945 compiz-0.3.4.tar.bz2 684356
-RMD160 042197358b380ba97bd7a82d102750083697980b compiz-0.3.4.tar.bz2 684356
-SHA256 8fa4c7921d952185d0d1be964ddc7cb32a7c6916e7ed4e236e950a881e790d80 compiz-0.3.4.tar.bz2 684356