Advertising
- Stuff
- Monday, January 8th, 2007 at 11:30:46pm UTC
- diff -u gnome-chemistry-utils-0.6.3/config.guess gnome-chemistry-utils-0.6.3/config.guess
- diff -u gnome-chemistry-utils-0.6.3/config.sub gnome-chemistry-utils-0.6.3/config.sub
- diff -u gnome-chemistry-utils-0.6.3/debian/patches/00list gnome-chemistry-utils-0.6.3/debian/patches/00list
- --- gnome-chemistry-utils-0.6.3/debian/patches/00list
- +++ gnome-chemistry-utils-0.6.3/debian/patches/00list
- @@ -1,2 +1,3 @@
- +10_use_libgoffice-0.dpatch
- 90_misc_mime_support
- 91_debianize_libgcu_manpage
- diff -u gnome-chemistry-utils-0.6.3/debian/changelog gnome-chemistry-utils-0.6.3/debian/changelog
- --- gnome-chemistry-utils-0.6.3/debian/changelog
- +++ gnome-chemistry-utils-0.6.3/debian/changelog
- @@ -1,3 +1,15 @@
- +gnome-chemistry-utils (0.6.3-3ubuntu1) feisty; urgency=low
- +
- + * Merge from debian unstable.
- + * debian/control:
- + - Conflicts/Replaces: libgcu02ca (<< 0.4.9), libgchemutils0c2,
- + libgchemutils0c2a for libgcu0
- + - Conflicts/Replaces: gchemutils for gcu-bin
- + - change build-depends from libgoffice-1-dev to libgoffice-0-dev
- + * debian/patches/10_use_libgoffice-0.dpatch: build with libgoffice-0
- +
- +
- gnome-chemistry-utils (0.6.3-3) unstable; urgency=low
- * debian/copyright: Clarify that gnome-chemistry-utils is licensed under the
- @@ -130,6 +142,36 @@
- +gnome-chemistry-utils (0.4.1-0dl2ubuntu3) dapper; urgency=low
- +
- + * libstdc++ new allocator transition:
- + + Renaming libgchemutils0c2 to libgchemutils0c2a
- + * debian/control:
- + + Adjusted packagenames, conflicts/replaces and dependencies
- + + Bumped Standards-Version
- + * debian/rules:
- + + Adjusted packagenames
- + * Renamed debian/libgchemutils0c2.{dirs,docs,install,shlibs} to
- + debian/libgchemutils0c2a.{dirs,docs,install,shlibs}
- + * debian/libgchemutils0c2a.shlibs:
- + + Adjusted packagename
- +
- +
- +gnome-chemistry-utils (0.4.1-0dl2ubuntu2) breezy; urgency=low
- +
- + * rebuild to catch new libopenbabel0c2 dependency
- +
- +
- +gnome-chemistry-utils (0.4.1-0dl2ubuntu1) breezy; urgency=low
- +
- + * renaming libgchemutils0 to libgchemutils0c2
- + * renaming debian/*.{install,dirs,docs,shlibs)
- + * fixed gcu/element.{cc,h}: check http://savannah.nongnu.org/cgi-bin/viewcvs/gchemutils/gchemutils/gcu/element.cc.diff?r1=text&tr1=1.3&r2=text&tr2=1.3.2.1&diff_format=h
- +
- +
- gnome-chemistry-utils (0.4.1-0dl2) unstable; urgency=low
- * Add supported MIME types to gchem3d-viewer.desktop.
- diff -u gnome-chemistry-utils-0.6.3/debian/control gnome-chemistry-utils-0.6.3/debian/control
- --- gnome-chemistry-utils-0.6.3/debian/control
- +++ gnome-chemistry-utils-0.6.3/debian/control
- @@ -3,15 +3,15 @@
- Priority: optional
- Uploaders: Michael Banck <[email protected]>
- -Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.13.19), autotools-dev, chemical-mime-data, dpatch, gawk, intltool, libtool, doxygen, libglade2-dev (>= 2.4.0), libgnomeprintui2.2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgoffice-1-dev (>= 0.1.0), libgtk2.0-dev (>= 2.6.0), libgtkglext1-dev (>= 1.0.0), libopenbabel-dev (>= 2.0.0), xsltproc, zlib1g-dev | libz-dev
- +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.13.19), autotools-dev, chemical-mime-data, dpatch, gawk, intltool, libtool, doxygen, libglade2-dev (>= 2.4.0), libgnomeprintui2.2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgoffice-0-dev, libgtk2.0-dev (>= 2.6.0), libgtkglext1-dev (>= 1.0.0), libopenbabel-dev (>= 2.0.0), xsltproc, zlib1g-dev | libz-dev
- Standards-Version: 3.7.2
- Package: libgcu0
- Architecture: any
- Section: libs
- Depends: ${shlibs:Depends}, chemical-mime-data
- -Replaces: libgcu02ca (<< 0.4.9)
- -Conflicts: libgcu02ca (<< 0.4.9)
- +Replaces: libgcu02ca (<< 0.4.9), libgchemutils0c2, libgchemutils0c2a
- +Conflicts: libgcu02ca (<< 0.4.9), libgchemutils0c2, libgchemutils0c2a
- Suggests: gcu-bin
- Description: GNOME chemistry utils (library)
- The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets
- @@ -53,8 +53,8 @@
- Architecture: any
- Section: science
- Depends: ${shlibs:Depends}, chemical-mime-data
- -Replaces: gcu (<< 0.4.9)
- -Conflicts: gcu (<< 0.4.9)
- +Replaces: gcu (<< 0.4.9), gchemutils
- +Conflicts: gcu (<< 0.4.9), gchemutils
- Suggests: libgcu-doc, gchempaint
- Description: GNOME chemistry utils (applications)
- The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets
- only in patch2:
- unchanged:
- --- gnome-chemistry-utils-0.6.3.orig/debian/patches/10_use_libgoffice-0.dpatch
- +++ gnome-chemistry-utils-0.6.3/debian/patches/10_use_libgoffice-0.dpatch
- @@ -0,0 +1,125 @@
- +#! /bin/sh /usr/share/dpatch/dpatch-run
- +## 10_use_libgoffice-0.dpatch by Michael Bienia <[email protected]>
- +##
- +## All lines beginning with `## DP:' are a description of the patch.
- +## DP: Build with libgoffice-0
- +
- +diff -urNad gnome-chemistry-utils-0.6.3~/configure gnome-chemistry-utils-0.6.3/configure
- +--- gnome-chemistry-utils-0.6.3~/configure 2007-01-08 21:30:35.000000000 +0100
- ++++ gnome-chemistry-utils-0.6.3/configure 2007-01-08 21:31:45.000000000 +0100
- + SHARED_MIME_INFO_REQUIRED_VERSION=0.12
- + OPENBABEL_REQUIRED_VERSION=2.0.0
- + GTK_REQUIRED_VERSION=2.6.0
- +-GNOME_OFFICE_REQUIRED_VERSION=0.1.0
- ++GNOME_OFFICE_REQUIRED_VERSION=0.3.0
- + CHEMICAL_MIME_DATA_REQUIRED_VERSION=0.1.0
- +
- + REQUIREMENTS="libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION \
- + gtkglext-1.0 >= $GTKGLEXT_REQUIRED_VERSION \
- + libgnomeprintui-2.2 >= $GNOME_PRINT_REQUIRED_VERSION \
- + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED_VERSION \
- +-libgoffice-1 >= $GNOME_OFFICE_REQUIRED_VERSION \
- ++libgoffice-0.3 >= $GNOME_OFFICE_REQUIRED_VERSION \
- + shared-mime-info >= $SHARED_MIME_INFO_REQUIRED_VERSION \
- + openbabel-2.0 >= $OPENBABEL_REQUIRED_VERSION"
- +
- +diff -urNad gnome-chemistry-utils-0.6.3~/configure.ac gnome-chemistry-utils-0.6.3/configure.ac
- +--- gnome-chemistry-utils-0.6.3~/configure.ac 2007-01-08 21:30:35.000000000 +0100
- ++++ gnome-chemistry-utils-0.6.3/configure.ac 2007-01-08 21:31:45.000000000 +0100
- + SHARED_MIME_INFO_REQUIRED_VERSION=0.12
- + OPENBABEL_REQUIRED_VERSION=2.0.0
- + GTK_REQUIRED_VERSION=2.6.0
- +-GNOME_OFFICE_REQUIRED_VERSION=0.1.0
- ++GNOME_OFFICE_REQUIRED_VERSION=0.3.0
- + CHEMICAL_MIME_DATA_REQUIRED_VERSION=0.1.0
- +
- + REQUIREMENTS="libglade-2.0 >= $LIBGLADE_REQUIRED_VERSION \
- + gtkglext-1.0 >= $GTKGLEXT_REQUIRED_VERSION \
- + libgnomeprintui-2.2 >= $GNOME_PRINT_REQUIRED_VERSION \
- + gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED_VERSION \
- +-libgoffice-1 >= $GNOME_OFFICE_REQUIRED_VERSION \
- ++libgoffice-0.3 >= $GNOME_OFFICE_REQUIRED_VERSION \
- + shared-mime-info >= $SHARED_MIME_INFO_REQUIRED_VERSION \
- + openbabel-2.0 >= $OPENBABEL_REQUIRED_VERSION"
- +
- +diff -urNad gnome-chemistry-utils-0.6.3~/programs/gchemcalc.cc gnome-chemistry-utils-0.6.3/programs/gchemcalc.cc
- +--- gnome-chemistry-utils-0.6.3~/programs/gchemcalc.cc 2007-01-08 21:30:35.000000000 +0100
- ++++ gnome-chemistry-utils-0.6.3/programs/gchemcalc.cc 2007-01-08 21:31:45.000000000 +0100
- + #include <goffice/graph/gog-data-set.h>
- + #include <goffice/graph/gog-object.h>
- + #include <goffice/graph/gog-plot.h>
- +-#include <goffice/graph/gog-renderer-pixbuf.h>
- +-#include <goffice/graph/gog-renderer-svg.h>
- ++#include <goffice/graph/gog-renderer-cairo.h>
- + #include <goffice/graph/gog-series.h>
- + #include <goffice/graph/gog-style.h>
- + #include <goffice/graph/gog-styled-object.h>
- + break;
- + case 1:
- + case 2:
- +- gog_graph_export_to_svg (graph, output, w, h, 1.0);
- ++ gog_graph_export_image (graph, GO_IMAGE_FORMAT_SVG, output, 150.0, 150.0);
- + break;
- + default: {
- +- GogRendererPixbuf *prend = GOG_RENDERER_PIXBUF (
- +- g_object_new (GOG_RENDERER_PIXBUF_TYPE,
- ++ GogRendererCairo *prend = GOG_RENDERER_CAIRO (
- ++ g_object_new (GOG_RENDERER_CAIRO_TYPE,
- + "model", graph,
- + NULL));
- +- GdkPixbuf *pixbuf = gog_renderer_pixbuf_get (prend);
- ++ GdkPixbuf *pixbuf = gog_renderer_cairo_get_pixbuf (prend);
- +
- + if (!pixbuf) {
- +- gog_renderer_pixbuf_update (prend, (int) w, (int) h, 1.);
- +- pixbuf = gog_renderer_pixbuf_get (prend);
- ++ gog_renderer_cairo_update (prend, (int) w, (int) h, 1.);
- ++ pixbuf = gog_renderer_cairo_get_pixbuf (prend);
- + }
- + gdk_pixbuf_save_to_callback (pixbuf,
- + gsf_gdk_pixbuf_save,
- +diff -urNad gnome-chemistry-utils-0.6.3~/programs/gchemtable-curve.cc gnome-chemistry-utils-0.6.3/programs/gchemtable-curve.cc
- +--- gnome-chemistry-utils-0.6.3~/programs/gchemtable-curve.cc 2007-01-08 21:30:35.000000000 +0100
- ++++ gnome-chemistry-utils-0.6.3/programs/gchemtable-curve.cc 2007-01-08 21:31:45.000000000 +0100
- + #include <goffice/graph/gog-label.h>
- + #include <goffice/graph/gog-object.h>
- + #include <goffice/graph/gog-plot.h>
- +-#include <goffice/graph/gog-renderer-pixbuf.h>
- +-#include <goffice/graph/gog-renderer-svg.h>
- ++#include <goffice/graph/gog-renderer-cairo.h>
- + #include <goffice/graph/gog-series.h>
- + #include <goffice/graph/gog-style.h>
- + #include <goffice/graph/gog-styled-object.h>
- + break;
- + case 1:
- + case 2:
- +- gog_graph_export_to_svg (graph, output, w, h, 1.0);
- ++ gog_graph_export_image (graph, GO_IMAGE_FORMAT_SVG, output, 150.0, 150.0);
- + break;
- + default: {
- +- GogRendererPixbuf *prend = GOG_RENDERER_PIXBUF (
- +- g_object_new (GOG_RENDERER_PIXBUF_TYPE,
- ++ GogRendererCairo *prend = GOG_RENDERER_CAIRO (
- ++ g_object_new (GOG_RENDERER_CAIRO_TYPE,
- + "model", graph,
- + NULL));
- +- GdkPixbuf *pixbuf = gog_renderer_pixbuf_get (prend);
- ++ GdkPixbuf *pixbuf = gog_renderer_cairo_get_pixbuf (prend);
- +
- + if (!pixbuf) {
- +- gog_renderer_pixbuf_update (prend, (int) w, (int) h, 1.);
- +- pixbuf = gog_renderer_pixbuf_get (prend);
- ++ gog_renderer_cairo_update (prend, (int) w, (int) h, 1.);
- ++ pixbuf = gog_renderer_cairo_get_pixbuf (prend);
- + }
- + gdk_pixbuf_save_to_callback (pixbuf,
- + gsf_gdk_pixbuf_save,
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.