Kristian Høgsberg 953ef5b
%define		snapshot	0ec3ec
Kristian Høgsberg 953ef5b
%define		dialogversion	0.7.4
Kristian Høgsberg 953ef5b
%define		plugins		place,png,decoration,clone,fade,minimize,move,resize,switcher,scale
sandmann e8b1785
f86ce57
Name:           compiz
Kristian Høgsberg e47d4b3
Url:            http://www.go-compiz.org
f86ce57
License:        X11/MIT/GPL
f86ce57
Group:          User Interface/Desktops
Kristian Høgsberg e060f05
Version:        0.5.2
Kristian Høgsberg 953ef5b
Release:        3.%{snapshot}%{?dist}
f86ce57
f86ce57
Summary:        OpenGL window and compositing manager
f86ce57
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f86ce57
095af16
# libdrm is not available on these arches
095af16
ExcludeArch:   	s390 s390x ppc64
4475068
f86ce57
Requires:	xorg-x11-server-Xorg >= 1.1.0-26
f86ce57
Requires:	mesa-libGL >= 6.5-9
Kristian Høgsberg 93b9894
Requires:	libwnck >= 2.15.4
Kristian Høgsberg c2428b3
Requires:       system-logos
Kristian Høgsberg 8697477
Requires:	gnome-session >= 2.19.6-5
Kristian Høgsberg e47d4b3
Requires:	metacity >= 2.18
f86ce57
d0aaebb
Requires(pre):	GConf2
d0aaebb
Requires(post):	GConf2
d0aaebb
Requires(preun):GConf2
d0aaebb
Requires(post): desktop-file-utils
d0aaebb
f86ce57
BuildRequires:  libX11-devel, libdrm-devel, libwnck-devel
f86ce57
BuildRequires:  libXfixes-devel, libXrandr-devel, libXrender-devel
f86ce57
BuildRequires:  libXcomposite-devel, libXdamage-devel, libXext-devel
f86ce57
BuildRequires:  libXt-devel, libXmu-devel, libICE-devel, libSM-devel
f86ce57
BuildRequires:  gnome-desktop-devel, control-center-devel, GConf2-devel
sandmann 79de4ec
BuildRequires:  desktop-file-utils
sandmann 6aeb420
BuildRequires:  intltool >= 0.35
Kristian Høgsberg ea36754
BuildRequires:  gettext 
41a1a5f
BuildRequires:  dbus-devel
41a1a5f
BuildRequires:  librsvg2-devel
Kristian Høgsberg f27922a
BuildRequires:  metacity-devel >= 2.18
a8a15f4
BuildRequires:  mesa-libGLU-devel
f86ce57
Kristian Høgsberg 953ef5b
Source0:        %{name}-%{snapshot}.tar.gz
Kristian Høgsberg 98ad61c
Source1:	desktop-effects-%{dialogversion}.tar.bz2
f86ce57
sandmann e3bcf42
# Patches that are not upstream
f86ce57
Patch101: aiglx-defaults.patch
f86ce57
Patch102: tfp-server-extension.patch
f86ce57
Patch103: composite-cube-logo.patch
f86ce57
Patch105: fedora-logo.patch
0e021a9
Patch118: compiz-0.3.6-wnck-modal-window.patch
f86ce57
f86ce57
%description
f86ce57
Compiz is one of the first OpenGL-accelerated compositing window
f86ce57
managers for the X Window System. The integration allows it to perform
f86ce57
compositing effects in window management, such as a minimization
f86ce57
effect and a cube workspace.  Compiz is an OpenGL compositing manager
f86ce57
that use Compiz use EXT_texture_from_pixmap OpenGL extension extension
f86ce57
for binding redirected top-level windows to texture objects.
f86ce57
Kristian Høgsberg e61d2b1
Kristian Høgsberg e61d2b1
%package devel
64a51dc
Summary: Development packages for compiz
Kristian Høgsberg e61d2b1
Group: Development/Libraries
41a1a5f
Requires: compiz = %{version}-%{release}
41a1a5f
Requires: pkgconfig
Kristian Høgsberg e61d2b1
Kristian Høgsberg e61d2b1
%description devel
Kristian Høgsberg e61d2b1
The compiz-devel package includes the header files,
Kristian Høgsberg e61d2b1
and developer docs for the compiz package.
Kristian Høgsberg e61d2b1
Kristian Høgsberg e61d2b1
Install compiz-devel if you want to develop plugins for the compiz
Kristian Høgsberg e61d2b1
windows and compositing manager.
Kristian Høgsberg e61d2b1
f86ce57
%prep
sandmann e8b1785
%setup -q -T -b1 -n desktop-effects-%{dialogversion}
Kristian Høgsberg 953ef5b
%setup -q  -n compiz-%{snapshot}
sandmann e3bcf42
Kristian Høgsberg e060f05
# %patch103 -p1 -b .composite-cube-logo
f86ce57
%patch105 -p1 -b .fedora-logo
Kristian Høgsberg e060f05
# %patch118 -p1 -b .wnck-modal-window
Kristian Høgsberg 876fc7d
f86ce57
%build
sandmann e3bcf42
rm -rf $RPM_BUILD_ROOT
sandmann e3bcf42
sandmann e3bcf42
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
sandmann e3bcf42
export CPPFLAGS
sandmann e3bcf42
Kristian Høgsberg 953ef5b
%configure 					\
Kristian Høgsberg 953ef5b
	--enable-gconf 				\
Kristian Høgsberg 953ef5b
	--enable-dbus 				\
Kristian Høgsberg 953ef5b
	--enable-place 				\
Kristian Høgsberg 953ef5b
	--enable-librsvg 			\
Kristian Høgsberg 953ef5b
	--enable-gtk 				\
Kristian Høgsberg 953ef5b
	--enable-metacity 			\
Kristian Høgsberg 953ef5b
	--enable-gnome				\
Kristian Høgsberg 953ef5b
	--with-default-plugins=%{plugins}	\
Kristian Høgsberg 953ef5b
	--enable-gnome-keybindings		\
Kristian Høgsberg 97591c0
	--disable-kde
f86ce57
Kristian Høgsberg 98ad61c
make %{?_smp_mflags} imagedir=%{_datadir}/pixmaps
f86ce57
sandmann 52c81e8
# desktop-effects
sandmann e8b1785
cd ../desktop-effects-%{dialogversion}
sandmann 52c81e8
%configure 
sandmann 52c81e8
sandmann 52c81e8
f86ce57
%install
f86ce57
rm -rf $RPM_BUILD_ROOT
Kristian Høgsberg eafcc52
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
f86ce57
make DESTDIR=$RPM_BUILD_ROOT install || exit 1
f86ce57
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
sandmann 52c81e8
sandmann 52c81e8
echo INSTALLING DESKTOP EFFECTS
Kristian Høgsberg 98ad61c
pushd ../desktop-effects-%{dialogversion}
sandmann 52c81e8
make DESTDIR=$RPM_BUILD_ROOT install || exit 1
sandmann 79de4ec
desktop-file-install --vendor redhat --delete-original      \
sandmann 79de4ec
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
sandmann 79de4ec
  $RPM_BUILD_ROOT%{_datadir}/applications/desktop-effects.desktop
Kristian Høgsberg 98ad61c
popd
sandmann 52c81e8
f86ce57
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
f86ce57
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
f86ce57
Kristian Høgsberg 98ad61c
%find_lang compiz
Kristian Høgsberg 98ad61c
%find_lang desktop-effects
Kristian Høgsberg 98ad61c
Kristian Høgsberg 98ad61c
cat compiz.lang desktop-effects.lang > all.lang
Kristian Høgsberg 98ad61c
f86ce57
%post
sandmann d7aef9c
update-desktop-database -q %{_datadir}/applications
f86ce57
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
Kristian Høgsberg e060f05
Kristian Høgsberg eafcc52
/usr/bin/gconftool-2 --makefile-install-rule \
Kristian Høgsberg e060f05
	%{_sysconfdir}/gconf/schemas/*.schemas >& /dev/null || :
f10aa75
touch --no-create %{_datadir}/icons/hicolor
sandmann d7aef9c
if [ -x /usr/bin/gtk-update-icon-cache ]; then
sandmann d7aef9c
	/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
sandmann d7aef9c
fi
f86ce57
d0aaebb
%pre
d0aaebb
if [ "$1" -gt 1 ]; then
d0aaebb
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
d0aaebb
  gconftool-2 --makefile-uninstall-rule \
Kristian Høgsberg e060f05
	%{_sysconfdir}/gconf/schemas/*.schemas >& /dev/null || :
d0aaebb
fi
d0aaebb
f86ce57
%preun
Kristian Høgsberg eafcc52
if [ "$1" -eq 0 ]; then
Kristian Høgsberg eafcc52
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
Kristian Høgsberg eafcc52
  gconftool-2 --makefile-uninstall-rule \
Kristian Høgsberg e060f05
	%{_sysconfdir}/gconf/schemas/*.schemas >& /dev/null || :
Kristian Høgsberg eafcc52
fi
f86ce57
f10aa75
%postun
f10aa75
touch --no-create %{_datadir}/icons/hicolor
f10aa75
if [ -x /usr/bin/gtk-update-icon-cache ]; then
f10aa75
	/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
f10aa75
fi
f10aa75
f86ce57
%clean
f86ce57
rm -rf $RPM_BUILD_ROOT
f86ce57
Kristian Høgsberg 98ad61c
%files -f all.lang
f86ce57
%defattr(-, root, root)
7e34193
%doc AUTHORS ChangeLog COPYING* README TODO
f86ce57
%{_bindir}/compiz
41a1a5f
%{_bindir}/gtk-window-decorator
Kristian Høgsberg 6cb24ec
%{_bindir}/desktop-effects
Kristian Høgsberg 98ad61c
%{_libdir}/libdecoration.so.*
f10aa75
%dir %{_libdir}/compiz
f86ce57
%{_libdir}/compiz/*.so
f86ce57
%{_libdir}/window-manager-settings/libcompiz.so
Kristian Høgsberg e060f05
%{_sysconfdir}/gconf/schemas/*.schemas
f10aa75
%dir %{_datadir}/compiz
Kristian Høgsberg 6cb24ec
%{_datadir}/compiz/desktop-effects.glade
f86ce57
%{_datadir}/compiz/*.png
Kristian Høgsberg 6cb24ec
%{_datadir}/compiz/*.xml
f86ce57
%{_datadir}/gnome/wm-properties/compiz.desktop
Kristian Høgsberg e060f05
%{_datadir}/gnome-control-center/keybindings/50-compiz-desktop-key.xml
Kristian Høgsberg e060f05
%{_datadir}/gnome-control-center/keybindings/50-compiz-key.xml
sandmann 79de4ec
%{_datadir}/applications/redhat-desktop-effects.desktop
sandmann d7aef9c
%{_datadir}/icons/hicolor/16x16/apps/desktop-effects.png
sandmann d7aef9c
%{_datadir}/icons/hicolor/24x24/apps/desktop-effects.png
sandmann d7aef9c
%{_datadir}/icons/hicolor/32x32/apps/desktop-effects.png
sandmann d7aef9c
%{_datadir}/icons/hicolor/36x36/apps/desktop-effects.png
sandmann d7aef9c
%{_datadir}/icons/hicolor/48x48/apps/desktop-effects.png
sandmann d7aef9c
%{_datadir}/icons/hicolor/96x96/apps/desktop-effects.png
f86ce57
Kristian Høgsberg e61d2b1
%files devel
Kristian Høgsberg e61d2b1
%defattr(-, root, root)
Kristian Høgsberg e61d2b1
%{_libdir}/pkgconfig/compiz.pc
Kristian Høgsberg 98ad61c
%{_libdir}/pkgconfig/libdecoration.pc
Kristian Høgsberg e060f05
%{_libdir}/pkgconfig/compiz-cube.pc
Kristian Høgsberg e060f05
%{_libdir}/pkgconfig/compiz-gconf.pc
Kristian Høgsberg e060f05
%{_libdir}/pkgconfig/compiz-scale.pc
Kristian Høgsberg e060f05
%{_datadir}/compiz/schemas.xslt
Kristian Høgsberg e61d2b1
%{_includedir}/compiz
Kristian Høgsberg 98ad61c
%{_libdir}/libdecoration.so
Kristian Høgsberg e61d2b1
f86ce57
%changelog
Kristian Høgsberg 953ef5b
* Tue Aug 14 2007 Kristian Høgsberg <krh@redhat.com> - 0.5.2-3.0ec3ec
Kristian Høgsberg 953ef5b
- Build git snapshot from fedora branch at
Kristian Høgsberg 953ef5b
  git://people.freedesktop.org/~krh/compiz, brances from 0.6 upstream
Kristian Høgsberg 953ef5b
  branch.
Kristian Høgsberg 953ef5b
- Fixes #237486.
Kristian Høgsberg 953ef5b
Kristian Høgsberg 8697477
* Fri Aug 10 2007 Kristian Høgsberg <krh@redhat.com> - 0.5.2-3
Kristian Høgsberg 8697477
- Require desktop-effects 0.7.3 and gnome-session 2.19.6-5 which pass
Kristian Høgsberg 8697477
  'glib' on the command line too.
Kristian Høgsberg 8697477
Kristian Høgsberg 6cb24ec
* Fri Aug 10 2007 Kristian Høgsberg <krh@redhat.com> - 0.5.2-2
Kristian Høgsberg 6cb24ec
- Move xml meta data files to main package.
Kristian Høgsberg 6cb24ec
Kristian Høgsberg e060f05
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 0.5.2-1
Kristian Høgsberg e060f05
- Update to 0.5.2.
Kristian Høgsberg e060f05
- Require at least gnome-session 2.19.6-2 so gnome-wm starts compiz
Kristian Høgsberg e060f05
  with LIBGL_ALWAYS_INDIRECT set.
Kristian Høgsberg e060f05
Kristian Høgsberg e060f05
* Wed Jun 27 2007 Kristian Høgsberg <krh@redhat.com> - 0.5.0-1
Kristian Høgsberg e060f05
- Update to 0.5.0
Kristian Høgsberg e060f05
0794937
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
0794937
- Update to 0.4.0
0794937
547cc01
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 0.3.6-10
547cc01
- Rebuild against new libwnck
547cc01
7e34193
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.3.6-9
7e34193
- Don't install INSTALL
7e34193
Kristian Høgsberg f27922a
* Mon Apr 16 2007 Kristian Høgsberg <krh@hinata.boston.redhat.com> - 0.3.6-8
Kristian Høgsberg f27922a
- Update metacity build requires to metacity-devel.
Kristian Høgsberg f27922a
Kristian Høgsberg dab1c54
* Wed Apr  4 2007 Kristian Høgsberg <krh@hinata.boston.redhat.com> - 0.3.6-7
Kristian Høgsberg dab1c54
- Fix typo in ./configure option.
Kristian Høgsberg dab1c54
Kristian Høgsberg 8974c03
* Wed Apr  4 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-6
Kristian Høgsberg 8974c03
- Add place and clone plugins to default plugin list.
Kristian Høgsberg 8974c03
Kristian Høgsberg e47d4b3
* Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-5
Kristian Høgsberg e47d4b3
- Update URL (#208214).
Kristian Høgsberg e47d4b3
- Require at least metacity 2.18 (#232831).
Kristian Høgsberg e47d4b3
- Add close-session.patch to deregister from SM when replaced (#229113).
Kristian Høgsberg e47d4b3
Kristian Høgsberg 97591c0
* Tue Mar 27 2007 Kristian Høgsberg <krh@redhat.com> 0.3.6-4
Kristian Høgsberg 97591c0
- Explicitly disable KDE parts (#234128).
Kristian Høgsberg 97591c0
f10aa75
* Mon Mar 26 2007 Matthias Clasen <mclasen@redhat.com> 0.3.6-3
f10aa75
- Fix some directory ownership issues (#233825)
f10aa75
- Small spec cleanups
f10aa75
Kristian Høgsberg 5c087bb
* Tue Feb  6 2007 Kristian Høgsberg <krh@redhat.com> 0.3.6
Kristian Høgsberg 5c087bb
- Require gnome-session > 2.16 so it starts gtk-window-decorator.
Kristian Høgsberg 5c087bb
- Update to desktop-effects 0.7.1 that doesn't refuse to work with Xinerama.
Kristian Høgsberg 5c087bb
Kristian Høgsberg 996519d
* Tue Jan 16 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-1
Kristian Høgsberg 98ad61c
- Update to 0.3.6, update patches.
Kristian Høgsberg 98ad61c
- Drop autotool build requires.
Kristian Høgsberg 98ad61c
- Drop glfinish.patch, cow.patch, resize-offset.patch and icon-menu-patch.
Kristian Høgsberg 98ad61c
- Add libdecoration.so
Kristian Høgsberg 98ad61c
- Update to desktop-effects-0.7.0, which spawns the right decorator
Kristian Høgsberg 98ad61c
  and plays nicely with unknown plugins.
Kristian Høgsberg 98ad61c
293a6bb
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.4-2
293a6bb
- Update the fedora logo patch (#217224)
293a6bb
2c5677b
* Thu Nov 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
2c5677b
- Update to 0.3.4
2c5677b
d2e660f
* Wed Nov 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
d2e660f
- Use cow by default, bug 208044
d2e660f
84f2009
* Fri Nov 10 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
84f2009
- Update to 0.3.2
84f2009
- Drop upstreamed patches
08a82e1
- Work with new metacity theme api
84f2009
Kristian Høgsberg 98ad61c
* Mon Oct 2 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.32.20060818git.fc6
sandmann 79de4ec
- Install the .desktop file with desktop-file-install. Add X-Red-Hat-Base to make it appear in "Preferences", rather than "More Preferences".
sandmann 79de4ec
sandmann 882991e
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.31.20060818git.fc6
sandmann 6aeb420
- Add buildrequires on intltool
sandmann 6aeb420
sandmann 6aeb420
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.31.20060818git.fc6
sandmann 882991e
- Build
sandmann 882991e
sandmann 94fbafb
* Fri Sep 29 2006 Soren Sandmann <sandmann@redhat.com>
sandmann 94fbafb
- Update to desktop-effects-0.6.163, which has translation enabled. (Bug 208257)
sandmann 94fbafb
sandmann 6ff5299
* Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.30.20060817git.fc6
sandmann 6ff5299
- Add patch to terminate keyboard moves when a mouse buttons is pressed. (Bug 207792).
sandmann 6ff5299
sandmann c4ed99a
* Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com>
sandmann c4ed99a
- Change default plugin list to not include the plane plugin. (Bug 208448).
sandmann c4ed99a
- Change default keybinding for shrink to be Pause (Bug 206187).
sandmann c4ed99a
sandmann 36505c8
* Wed Sep 27 2006 Soren Sandmann <sandmann@redhat.com>
sandmann 36505c8
- Add patch to show a menu when the window icon is clicked. (Bug 201629).
sandmann 36505c8
sandmann 15824cf
* Tue Sep 26 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.29.20060817git.fc6
sandmann 15824cf
- Add restart.patch to make compiz ask the session manager to restart it
sandmann 15824cf
  if it crashes (bug 200280).
sandmann 15824cf
sandmann 5049cbe
* Mon Sep 25 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.28.20060817git.fc6
sandmann 5049cbe
- Change plane.patch to not do cyclical window movement in dimensions
sandmann 5049cbe
  where the desktop has size 1 (bug 207263).
sandmann 5049cbe
sandmann 6f374c6
* Thu Sep 21 2006 Soren Sandmann <sandmann@redhat.com>
sandmann 6f374c6
- Add patch to fix resizing smaller than minimum size (resize-offset.patch, bug 201623).
sandmann 6f374c6
sandmann 0ddd012
* Tue Sep 19 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.27.20060817git.fc6
sandmann 0ddd012
- Change .plane patch to 
sandmann 0ddd012
  (a) not set the background color to pink in the plane plugin. 
sandmann 0ddd012
  (b) allow workspaces with horizontal sizes less then 4.
sandmann 0ddd012
sandmann a9152a7
* Mon Sep 18 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.26.20060817git.fc6
sandmann 637c2ab
- Change plane patch to correctly initialize the screen size to the
sandmann 637c2ab
  defaults (bug 206088).
sandmann 637c2ab
sandmann 637c2ab
* Mon Sep 18 2006 Soren Sandmann <sandmann@redhat.com>
sandmann d7aef9c
- Run update-desktop-database and gtk-update-icon-cache in post. Add icons
sandmann 637c2ab
  to list of packaged files. Also bump to 0.6.137 of dialog (which just makes
sandmann d7aef9c
  directories before attempting to install to them).
sandmann d7aef9c
sandmann d7aef9c
* Mon Sep 18 2006 Soren Sandmann <sandmann@redhat.com>
sandmann 98a5436
- Upgrade to 0.6.107 of the desktop-effects dialog box. Only change is
sandmann 98a5436
  that the new version has icons.
sandmann 98a5436
sandmann dbf14da
* Fri Sep 15 2006 Soren Sandmann <sandmann@redhat.com>
sandmann dbf14da
- Add patch to fix mispositioning of window decorator event windows (bug 201624)
sandmann dbf14da
sandmann 3b4b9a9
* Fri Sep 15 2006 Soren Sandmann <sandamnn@redhat.com>
sandmann 3b4b9a9
- Upgrade to version 0.6.83 of desktop-effects. (bug 206500)
sandmann 3b4b9a9
sandmann 28a1d9e
* Fri Sep 15 2006 Soren Sandmann <sandmann@redhat.com>
sandmann d7657c6
- Add patch to only accept button 1 for close/minimize/maximize (bug 201628)
sandmann c15878d
sandmann c15878d
* Fri Sep 15 2006 Soren Sandmann <sandmann@redhat.com>
sandmann 28a1d9e
- Add patch to fix thumbnail sorting (bug 201605)
sandmann 28a1d9e
sandmann e3b7008
* Thu Sep 14 2006 Soren Sandmann <sandmann@redhat.com>
sandmann e3b7008
- Add patch to fix double clicking (bug 201783).
sandmann e3b7008
sandmann 4628d09
* Tue Sep 12 2006 Soren Sandmann <sandmann@redhat.com>
sandmann 4628d09
- Don't attempt to move the viewport when dx = dy = 0.(last bit of 206088).
sandmann 4628d09
sandmann 33ad226
* Tue Sep 12 2006 Soren Sandmann <sandamnn@redhat.com>
sandmann 33ad226
- Fix plane.patch to draw correctly when no timeout is running. (206088).
sandmann 33ad226
Kristian Høgsberg 7d7bbdc
* Wed Sep  6 2006 Kristian Høgsberg <krh@redhat.com>
Kristian Høgsberg 7d7bbdc
- Update fbconfig-depth-fix.patch to also skip fbconfigs without
Kristian Høgsberg 7d7bbdc
  corresponding visuals.
Kristian Høgsberg 7d7bbdc
sandmann f6f4889
* Tue Sep 5 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.25.20060817git.fc6
sandmann f6f4889
- Make number of vertical size configurable
sandmann f6f4889
sandmann acaa0cc
* Tue Sep 5 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.24.20060817git.fc6
sandmann acaa0cc
- Fix vertical viewport support in the plane patch.
sandmann acaa0cc
sandmann 314e792
* Fri Sep 1 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.23.20060817git.fc6
sandmann d046d64
- Upgrade to 0.6.61 of the dialog
sandmann d046d64
sandmann d046d64
* Fri Sep 1 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.22.20060817git.fc6
sandmann c16867b
- Add libtool to BuildRequires
sandmann c16867b
sandmann c16867b
* Fri Sep 1 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.22.20060817git.fc6
sandmann 0c5be1f
- Add automake and autoconf to BuildRequires 
sandmann 0c5be1f
sandmann 0c5be1f
* Fri Sep 1 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.22.20060817git.fc6
sandmann e3bcf42
- Add a patch to put viewports on a plane.
sandmann e3bcf42
Kristian Høgsberg d171bd5
* Wed Aug 30 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.21.20060817git.fc6
Kristian Høgsberg d171bd5
- Drop gl-include-inferiors.patch now that compiz uses COW and the X
Kristian Høgsberg d171bd5
  server evicts offscreen pixmaps automatically on
Kristian Høgsberg d171bd5
  GLX_EXT_texture_from_pixmap usage.
Kristian Høgsberg d171bd5
Kristian Høgsberg 62ee160
* Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.20.20060817git.fc6
Kristian Høgsberg 62ee160
- Add cow.patch to make compiz use the composite overlay window.
Kristian Høgsberg 62ee160
sandmann 4322c1f
* Fri Aug 25 2006 Soren Sandmann <sandmann@redhat.com> - 0.0.13-0.19-20060817git.fc6
sandmann 4322c1f
- Rebase to desktop-effects 0.6.41
sandmann 4322c1f
Kristian Høgsberg edab889
* Fri Aug 25 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.18.20060817git.fc6
Kristian Høgsberg edab889
- Rebase to desktop-effects 0.6.19 and drop
Kristian Høgsberg edab889
  desktop-effects-0.6.1-delete-session.patch
Kristian Høgsberg edab889
Kristian Høgsberg 232f226
* Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.17.20060817git.fc6
Kristian Høgsberg 232f226
- Add patch from upstream to also use sync protocol for override
Kristian Høgsberg 232f226
  redirect windows (sync-override-redirect-windows.patch).
Kristian Høgsberg 232f226
Kristian Høgsberg 876fc7d
* Thu Aug 17 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.16.20060817git.fc6
Kristian Høgsberg 876fc7d
- Rebase to latest upstream changes which has the rest of the bindings
Kristian Høgsberg 876fc7d
  rewrite.  Add resize-move-keybindings.patch to make move and resize
Kristian Høgsberg 876fc7d
  bindings work like metacity.
Kristian Høgsberg 876fc7d
- Add back scale plugin.
Kristian Høgsberg 876fc7d
79ae2c4
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> 0.0.13-0.15.20060721git.fc5.aiglx
79ae2c4
- Add Requires: gnome-session 2.15.90-2.fc6 (bug 201473)
79ae2c4
- unlink session file on changing wms (bug 201473)
79ae2c4
sandmann 8e7948a
* Thu Aug  3 2006 Soren Sandmann <sandmann@redhat.com> 0.0.13-0.14.20060721git.fc5.aiglx
sandmann 8e7948a
- Add Requires: gnome-session 2.15.4-3
sandmann 8e7948a
sandmann 8e7948a
* Wed Aug  3 2006 Soren Sandmann <sandmann@redhat.com> 0.0.13-0.13.20060721git.fc5.aiglx
sandmann e8b1785
- New version of dialog box. Macro the version number.
sandmann e8b1785
sandmann e8b1785
* Wed Aug  2 2006 Soren Sandmann <sandmann@redhat.com> 0.0.13-0.13.20060721git.fc5.aiglx
sandmann 52c81e8
- Add 'desktop effects' dialog box.
sandmann 52c81e8
Kristian Høgsberg 93b9894
* Mon Jul 31 2006 Kristian Høgsberg <krh@redhat.com> 0.0.13-0.12.20060721git.fc5.aiglx
Kristian Høgsberg 93b9894
- Add libwnck requires.
Kristian Høgsberg 93b9894
Kristian Høgsberg 9cdf1dc
* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.11.20060721git.fc5.aiglx
Kristian Høgsberg 9cdf1dc
- Bump and build for fc5 AIGLX repo.
Kristian Høgsberg 9cdf1dc
Kristian Høgsberg eafcc52
* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.12.20060721git
Kristian Høgsberg eafcc52
- Fix gconf hooks.
Kristian Høgsberg eafcc52
Kristian Høgsberg c2428b3
* Tue Jul 25 2006 Kristian Høgsberg <krh@redhat.com>
Kristian Høgsberg c2428b3
- Require system-logos instead.
Kristian Høgsberg c2428b3
Kristian Høgsberg 1474f73
* Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.10.20060721git
Kristian Høgsberg 1474f73
- Bump version to work around tagging weirdness.
Kristian Høgsberg 1474f73
Kristian Høgsberg e61d2b1
* Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.9.20060721git
Kristian Høgsberg e61d2b1
- Add devel package and require redhat-logos instead of fedora-logos (#199757).
Kristian Høgsberg e61d2b1
Kristian Høgsberg d290733
* Fri Jul 21 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.8.20060720git
Kristian Høgsberg d290733
- Add workaround for AIGLX throttling problem.
Kristian Høgsberg d290733
Kristian Høgsberg d290733
* Thu Jul 20 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-0.7.20060720git
Kristian Høgsberg d290733
- Drop scale plugin from snapshot.
Kristian Høgsberg d290733
4475068
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.0.13-0.6.20060717git
4475068
- Don't build on s390
4475068
f86ce57
* Mon Jul 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.0.13-0.5.20060717git
f86ce57
- Do some changes forced upon us by package review
f86ce57
f86ce57
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13-5.1
f86ce57
- Use sane numbering scheme.
f86ce57
f86ce57
* Fri Jul  7 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13.fedora1-4
f86ce57
- Drop the fullscreen hardcode patch and require X server that has
Kristian Høgsberg d290733
  GLX_MESA_copy_sub_buffer.
f86ce57
f86ce57
* Tue Jun 27 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13.fedora1-3
f86ce57
- Unbreak --replace.
f86ce57
f86ce57
* Thu Jun 15 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13.fedora1-2
f86ce57
- Add Requires, fix start-compiz.sh.
f86ce57
f86ce57
* Wed Jun 14 2006 Kristian Høgsberg <krh@redhat.com> - 0.0.13.fedora1-1
f86ce57
- Spec file for compiz, borrowing bits and pieces from Alphonse Van
Kristian Høgsberg d290733
  Assches spec file (#192432).