summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-06-20Add 8*.patch and 9*.patch, cherry-picked from upstream.debian-experimentalCyril Brulebois18-0/+1465
All commits about GL support, between 1.11.2 and 17169a1e51, to make wayland-demos mostly work. Closes: #630811.
2011-06-20debian/rules: Bump shlibs for libcairo2 due to new symbols.Cyril Brulebois2-1/+3
2011-06-20libcairo2.symbols: Add cairo_pattern_create_mesh and cairo_pattern_mesh_* ↵Cyril Brulebois2-0/+15
symbols.
2011-06-20libcairo2.symbols: Bump version for the related symbols to 1.11.2.Cyril Brulebois2-17/+17
2011-06-20Revert disabling the OpenGL/EGL backend temporarily.Cyril Brulebois4-17/+23
This reverts commit 0dc596c70f0ce207d1af63c8e09504b1dfe69f3a. Conflicts: debian/changelog
2011-06-20rules: Call dh_lintian -i/-s accordingly.Cyril Brulebois2-0/+4
2011-06-20Add lintian override for embedded-library (glew).Cyril Brulebois2-0/+4
2011-06-20debian/control: pixman 0.20.2 is now required.Cyril Brulebois2-2/+5
2011-06-20New upstream release.Cyril Brulebois1-0/+6
2011-06-20Merge branch 'upstream-experimental' into debian-experimentalCyril Brulebois375-78301/+65206
2011-06-20Import upstream release 1.11.21.11.2upstream-experimentalCyril Brulebois375-78301/+65206
2011-03-26Release to unstableEmilio Pozuelo Monfort1-2/+2
2011-03-26debian/libcairo-gobject2.symbols debian/libcairo-script-interpreter2.symbolsEmilio Pozuelo Monfort3-2/+3
* debian/libcairo-gobject2.symbols debian/libcairo-script-interpreter2.symbols + Remove the __gnu_lto_v1 symbol accordingly.
2011-03-26debian/patches/03_export-symbols.patch:Emilio Pozuelo Monfort4-2/+38
* debian/patches/03_export-symbols.patch: + Only export ^cairo_* symbols for libcairo-gobject and libcairo-script-interpreter (in addition to libcairo). Fixes a FTBFS in the architectures that are still using gcc-4.4, as one symbol isn't being exported there (since that gcc doesn't support -flto).
2011-03-25Release to unstableEmilio Pozuelo Monfort1-2/+2
2011-03-25debian/libcairo-gobject2.symbols, debian/libcairo-script-interpreter2.symbols:Emilio Pozuelo Monfort3-0/+5
* debian/libcairo-gobject2.symbols, debian/libcairo-script-interpreter2.symbols: + Updated.
2011-03-25debian/control, debian/libcairo2.symbols, debian/rules:Emilio Pozuelo Monfort4-18/+31
* debian/control, debian/libcairo2.symbols, debian/rules: + Temporarily disable the OpenGL/EGL backend, since that makes us block on mesa / libdrm / linux-2.6 to migrate to testing, and we're blocking the gobject-introspection transition, and we don't want to tie them. It will be re-enabled soon after we migrate. There shouldn't be anything depending on these symbols yet, so this should be safe.
2011-03-02Brown paper bug release.Emilio Pozuelo Monfort2-1/+10
* Brown paper bug release. * Apply 04-LD_PRELOAD-is-supported-on-Hurd.patch to the git tree, otherwise dpkg-source will create a debian-changes-* patch reverting it, for some reason that I ignore.
2011-03-02Release to unstableEmilio Pozuelo Monfort1-2/+2
2011-03-02Add myself to Uploaders.Emilio Pozuelo Monfort2-1/+3
2011-02-28debian/libcairo2.symbols:Emilio Pozuelo Monfort2-2/+4
* debian/libcairo2.symbols: + Mark a couple of egl-related symbols as not available on Hurd.
2011-02-28debian/control:Emilio Pozuelo Monfort2-2/+4
* debian/control: + Don't build depend on egl packages on GNU/Hurd for now.
2011-02-28debian/patches/04-LD_PRELOAD-is-supported-on-Hurd.patch:Emilio Pozuelo Monfort3-0/+39
* debian/patches/04-LD_PRELOAD-is-supported-on-Hurd.patch: + Patch from upstream git, let configure know that GNU/Hurd supports LD_PRELOAD. This enables the build of cairo-trace. Closes: #608492.
2011-02-08debian/patches/03_export-symbols.patch:Sebastian Dröge5-1/+18
* debian/patches/03_export-symbols.patch: + Only export public cairo symbols.
2011-02-08debian/libcairo2.symbols, debian/rules:Sebastian Dröge6-2/+39
* debian/libcairo2.symbols, debian/rules: + Update shlibs and symbols files.
2011-02-08debian/control, debian/rules:Sebastian Dröge3-2/+10
* debian/control, debian/rules: + Enable the OpenGL/EGL backend (Closes: #611692).
2011-02-06Upload to unstable.Sebastian Dröge2-2/+6
* Upload to unstable. * debian/rules: + Enable tee surface (Closes: #609978).
2011-02-06Merge branch 'master' into debian-experimentalSebastian Dröge0-0/+0
2011-01-19Revert some unwanted changes from last commitSebastian Dröge3-19/+0
2011-01-19debian/control:Sebastian Dröge5-2/+29
* debian/control: + Let libcairo2-dev depend on libcairo-script-interpreter2 to prevent dangling symlinks.
2010-12-28New upstream bugfix release:Sebastian Dröge3-10/+19
* New upstream bugfix release: + debian/patches/01_build_perf_utils.patch, debian/patches/02_am-maintainer-mode.patch: - Refresh patches.
2010-12-28Merge branch 'upstream-experimental' into debian-experimentalSebastian Dröge123-3705/+6718
2010-12-28Import upstream release 1.10.2Sebastian Dröge123-3705/+6718
2010-09-10debian/patches/02_iceweasel-buggy-repeat.patch:Sebastian Dröge2-3/+17
* debian/patches/02_iceweasel-buggy-repeat.patch: + Revert logic of the patch for the infamous iceweasel rendering problems. The only broken X11 driver that is left seems to be fglrx and always enabling the workaround code in cairo causes severe performance degradations for everybody (Closes: #594245). Thanks for Josselin Mouette for the patch. Everybody using the fglrx driver should set the MOZ_CAIRO_BUGGY_REPEAT environment variable, everybody else should get a correctly working and fast cairo again.
2010-09-07Update changelogSebastian Dröge1-1/+1
2010-09-07Use dh-autoreconfSebastian Dröge6-14304/+12
2010-09-06 + debian/patches/02_am-maintainer-mode.patch: - Add AM_MAINTAINER_MODE ↵Sebastian Dröge6-4271/+4801
again to configure.ac to prevent build problems. + debian/patches/02_am-maintainer-mode.patch: - Add AM_MAINTAINER_MODE again to configure.ac to prevent build problems.
2010-09-06 debian/libcairo-gobject2.symbols,Sebastian Dröge2-0/+6
* debian/rules: debian/libcairo-gobject2.symbols, * debian/rules: + Adjust timestamps of all files to make autoconf/automake happy.
2010-09-06Update 99_autoreconf.patchSebastian Dröge1-48/+48
2010-09-06Remove dropped symbolsSebastian Dröge1-8/+0
2010-09-06Generate shlibs file for the GObject librarySebastian Dröge1-0/+1
2010-09-06Add symbols file for the GObject librarySebastian Dröge1-0/+33
2010-09-06 + debian/control, debian/libcairo-gobject2.install: - Add GObject library.Sebastian Dröge3-16/+36
+ debian/control, debian/libcairo-gobject2.install: - Add GObject library.
2010-09-06 + debian/patches/01_build_perf_utils.patch, ↵Sebastian Dröge11-4/+13920
debian/patches/99_autoreconf.patch: - Refreshed. + debian/patches/01_build_perf_utils.patch, debian/patches/99_autoreconf.patch: - Refreshed.
2010-09-06New upstream stable release:Sebastian Dröge4-57/+68
* New upstream stable release: + debian/libcairo2.symbols, debian/rules: - Update symbols and shlibs to the stable version. + debian/control: - Update pixman build dependency to >= 0.18.4.
2010-09-06Merge branch 'upstream-experimental' into debian-experimentalSebastian Dröge216-6145/+9630
2010-09-06Import upstream version 1.10.0Sebastian Dröge216-6145/+9630
2010-08-17Add another version of the iceweasel bug to the changelogSebastian Dröge1-1/+1
2010-08-17Refresh patch to apply cleanlySebastian Dröge1-9/+10
2010-08-17debian/patches/02_iceweasel-buggy-repeat.patch:Sebastian Dröge3-0/+44
* debian/patches/02_iceweasel-buggy-repeat.patch: + Patch from Mozilla to work around a display bug in iceweasel with some buggy X11 video drivers (Closes: #495620). http://mxr.mozilla.org/firefox/source/gfx/cairo/buggy-repeat.patch After squeeze this patch will again be dropped because it's just a hacky workaround for a real problem in some X11 video drivers.