タイトルの通り、Gitwebの最新版CompizFusionをインストールする方法がわかりました。今回試したOSは、Ubuntu8.04(Hardy)です。

compiz-git
Sphere likeキューブにも対応。
キューブ・アトランティスがカラフルになっています。




参照サイト:http://www.xs4all.nl/~mgj1/compiz_git.htm
【最新版CompizFusionのインストール方法】
事前に、Synapticパッケージマネージャでcompizで検索し、Compiz関連のパッケージをすべてアンインストールしておきます

その上で、次の4つのコマンドを実行します。

$ wget http://www.xs4all.nl/~mgj1/downloads/compiz-git-newest.tar.gz
$ tar xzf compiz-git-newest.tar.gz
$ cd compiz-git
$ chmod +x compiz-git
$ ./compiz-git install


最後のコマンドを実行すると、下記の内容が表示されるので、赤字の部分のみを入力します。

You're not root. Is it ok to use sudo command? (yes/no): yes

Currently this script supports:

1) Debian Sid (gnome)
2) Debian Sid (kde)
3) Debian Lenny (gnome)
4) Debian Lenny (kde)
5) Ubuntu Gutsy (gnome)
6) Kubuntu Gutsy (kde)
7) Ubuntu Hardy (gnome)

Please pick a distribution (number): 7

Found 1 repo, autoselecting 'annongit.opencompositing.org'.

Save settings? (yes/no): yes

[sudo] password for xxxxxxxx: ←パスワードを入力
ここで関連ライブラリなどがインストールされる。

Pulling compiz from git... done!
Pulling ccsm from git... done!
Pulling compizconfig-python from git... done!
Pulling libcompizconfig from git... done!
Pulling emerald from git... done!
Pulling emerald-themes from git... done!
Pulling i18n from git... done!
Pulling bcop from git...

この後、コンパイルとインストールが行われる。

以上で終了ですが、「外観の設定」で追加効果を選択してもうまく起動しなかったので、fusion-iconをインストールしておきましょう。Hardyの標準リポジトリのものが使えました。
(追記) fusion-iconもインストールされるので,この作業は不要です。

$ sudo apt-get install fusion-icon

あとは、「アプリケーション」→「システムツール」→「Compiz Fusion Icon」を実行し、上部パネルの右側に表示される水色のアイコンを右クリックして、「Select Window Manager」「Compiz」を選択すれば起動します。
(追記) fusion-iconはGnome端末で実行して下さい。

ちなみに、今回の方法では、CompizFusionは「/usr/local」以下にインストールされます。もともと入っていたCompizが残っていると、正常に起動しませんので注意して下さい。また、各種プラグインは「~/.compiz」の中にインストールされています。

表示が不安定になってしまうような場合は、下記のコマンドでアンインストールできます。

$ cd compiz-git
$ sudo ./compiz-git uninstall


【参考】
環境によっては、コンパイルに失敗する可能性もありますが、初期状態のHardyに、開発環境を入れておけば、たぶんうまくいくと思います。

Compiz関連を削除する前に実行して下さい。

$ sudo apt-get install git-core automake build-essential intltool libtool python-pyrex python2.5-dev compiz-dev
(これはすぐに終わります)
$ sudo apt-get build-dep compiz
(これは結構時間がかかります)