Mailinglist Archive: opensuse-commit (1206 mails)
| < Previous | Next > |
commit koffice
- From: root@xxxxxxx (h_root)
- Date: Tue, 16 May 2006 17:10:13 +0200 (CEST)
- Message-id: <20060516151013.CAFF98D9D6@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package koffice
checked in at Tue May 16 17:10:13 CEST 2006.
--------
--- KDE/koffice/koffice.changes 2006-03-07 16:24:03.000000000 +0100
+++ koffice/koffice.changes 2006-05-16 15:34:54.000000000 +0200
@@ -1,0 +2,10 @@
+Fri May 12 09:38:32 CEST 2006 - adrian@xxxxxxx
+
+- update to KOffice 1.5.1
+ * fixes in KOffice libraries, KWord, KSpread, KPresenter, Kexi,
+ Krita, Karbon, KPlato, Karbon, KFormula and within filters
+ * translation updates
+- drop WP support for 10.0, to be able to build against 10.0
+ directly without KDE supplementary
+
+-------------------------------------------------------------------
Old:
----
1_4_BRANCH.diff
external-sqlite.diff
koffice-1.4.2.tar.bz2
New:
----
koffice-1.5.1.tar.bz2
kross-ruby.diff
libexif0610.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ koffice.spec ++++++
--- /var/tmp/diff_new_pack.EvUXNt/_old 2006-05-16 17:08:54.000000000 +0200
+++ /var/tmp/diff_new_pack.EvUXNt/_new 2006-05-16 17:08:54.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package koffice (Version 1.4.2)
+# spec file for package koffice (Version 1.5.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,23 +11,32 @@
# norootforbuild
Name: koffice
-BuildRequires: ImageMagick-devel aspell-devel doxygen graphviz kdebindings3-javascript kdelibs3-devel kdelibs3-devel-doc libpqxx-devel libwpd-devel mysql-devel postgresql-devel python-devel qt3-devel-doc sqlite-devel wv2-devel
+BuildRequires: ImageMagick-devel OpenEXR-devel aspell-devel doxygen graphviz kdebindings3-javascript kdelibs3-devel kdelibs3-devel-doc libexif libpqxx-devel mysql-devel postgresql-devel python-devel qt3-devel-doc readline-devel sqlite-devel wv2-devel
+%if %suse_version < 1001
+BuildRequires: wv2
+%endif
+%if %suse_version > 1000
+BuildRequires: libwpd-devel
+%endif
+%if %suse_version > 930
+BuildRequires: ruby-devel
+%endif
URL: http://www.koffice.org
License: GPL, LGPL
Group: Productivity/Office/Suite
Summary: Libraries and Base Files for the KDE Office Suite
-Version: 1.4.2
-Release: 15
-#Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
-%define rversion %version
+Version: 1.5.1
+Release: 3
+Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: koffice-%rversion.tar.bz2
+Source0: koffice-%{version}.tar.bz2
Source4: api_docu_description
Source5: esstix.zip
-Patch0: 1_4_BRANCH.diff
+#Patch0: 1_5_BRANCH.diff
Patch1: fixme.diff
Patch5: fix-compile.diff
-Patch7: external-sqlite.diff
+Patch7: kross-ruby.diff
+Patch8: libexif0610.diff
%description
Base files and libraries for koffice applications. The applications are
@@ -42,6 +51,34 @@
--------
The KDE Team <kde@xxxxxxx>
+%package python
+Summary: Python support and scripts for KOffice scripting
+Group: Productivity/Office/Suite
+
+%description python
+Python support and scripts for KOffice's "kross" scripting library
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
+%if %suse_version > 930
+%package ruby
+Summary: Ruby support and scripts for KOffice scripting
+Group: Productivity/Office/Suite
+
+%description ruby
+Ruby support and scripts for KOffice's "kross" scripting library
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
+%endif
%package devel
Requires: koffice kdelibs3-devel
Summary: The Build Enviroment from KOffice
@@ -70,6 +107,34 @@
--------
The KDE Team <kde@xxxxxxx>
+%package database-mysql
+Summary: KOffice Database application MySQL backend
+Group: Productivity/Databases/Clients
+
+%description database-mysql
+This package contains the KOffice database application Kexi's MySQL
+driver
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
+%package database-psql
+Summary: KOffice Database application PostgreSQL backend
+Group: Productivity/Databases/Clients
+
+%description database-psql
+This package contains the KOffice database application Kexi's
+PostgreSQL driver
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
%package wordprocessing
# usesubdirs kword kformula filters/kword tools/thesaurus tools/kthesaurus tools/spell autocorrect doc/kword doc/thesaurus doc/kformula kpdfimport
Summary: A KDE Word Processor
@@ -145,6 +210,22 @@
--------
The KDE Team <kde@xxxxxxx>
+%package planning
+# usesubdirs kplato
+Summary: Project managent applications based on KOffice libraries
+Group: Productivity/Office/Organizers
+Provides: koffice:/opt/kde3/bin/kplato
+
+%description planning
+This package contains the KOffice project management application
+KPlato.
+
+
+
+Authors:
+--------
+ The KDE Team <kde@xxxxxxx>
+
%package extra
# usesubdirs kugar doc/kugar filters/kugar
Summary: Small Add-On Applications for KOffice
@@ -165,18 +246,22 @@
The KDE Team <kde@xxxxxxx>
%prep
-%setup -q
-%patch
+%setup -q -n koffice-%version
+#%patch
%patch1
%patch5
-#%patch7
+%patch7
+%if %suse_version == 920
+%patch8
+%endif
+rm -rf ascend
. /etc/opt/kde3/common_options
update_admin --no-unsermake
%build
. /etc/opt/kde3/common_options
export CFLAGS="-fno-strict-aliasing $CFLAGS"
-./configure $configkde
+./configure $configkde --disable-final --with-pgsqlincdir=/usr/include/pgsql --with-pgsqllibdir=/usr/lib --with-pqxxincdir=/usr/include/pqxx --with-pqxxlibdir=/usr/lib
make %{?jobs:-j%jobs}
%install
@@ -197,15 +282,10 @@
echo "[kformula Font]" >> $RPM_BUILD_ROOT/opt/kde3/share/config/kformularc
echo "fontStyle=esstix" >> $RPM_BUILD_ROOT/opt/kde3/share/config/kformularc
%endif
-if [ %suse_version = 820 ]; then
-rm -f $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/vnd.sun.xml.*.desktop
-fi
-%suse_update_desktop_file kugar Office Viewer
%suse_update_desktop_file kudesigner Office FlowChart
%suse_update_desktop_file kivio Office FlowChart
%suse_update_desktop_file kchart Office FlowChart
%suse_update_desktop_file kexi Office Database
-%suse_update_desktop_file -r kformdesigner Office Database
%suse_update_desktop_file -r krita Graphics RasterGraphics
%suse_update_desktop_file -r karbon Graphics VectorGraphics
%suse_update_desktop_file kpresenter Office Presentation
@@ -214,6 +294,7 @@
%suse_update_desktop_file -u kformula Office
%suse_update_desktop_file kword Office WordProcessor
%suse_update_desktop_file -u koshell Office Core-Office
+%suse_update_desktop_file kplato Office ProjectManagement
%clean
rm -rf ${RPM_BUILD_ROOT}
@@ -270,18 +351,19 @@
%dir /opt/kde3/share/icons/hicolor/16x16
%dir /opt/kde3/share/icons/hicolor/scalable
/opt/kde3/bin/ko*
+/opt/kde3/bin/krossrunner
/opt/kde3/%_lib/kde3/clipartthumbnail.*
/opt/kde3/%_lib/kde3/kfile_koffice.*
+/opt/kde3/%_lib/kde3/kfile_abiword.*
+/opt/kde3/%_lib/kde3/kfile_gnumeric.*
/opt/kde3/%_lib/kde3/ko*
/opt/kde3/%_lib/kde3/libgenerickofilter.*
/opt/kde3/%_lib/kde3/libkfolatexexport.*
/opt/kde3/%_lib/kde3/libkfomathml*
/opt/kde3/%_lib/kde3/libkfopngexport.*
/opt/kde3/%_lib/kde3/libkounavailpart.*
-/opt/kde3/%_lib/kde3/libolefilter.*
/opt/kde3/%_lib/kde3/libxslt*
/opt/kde3/%_lib/kde3/kfile_ooo.*
-/opt/kde3/%_lib/kde3/stdwidgets.*
/opt/kde3/%_lib/kde3/kthesaurus.*
/opt/kde3/%_lib/libkdeinit_koshell.*
/opt/kde3/%_lib/libkdeinit_kthesaurus.*
@@ -289,14 +371,18 @@
/opt/kde3/%_lib/libkstore.*
/opt/kde3/%_lib/libkwmf.*
/opt/kde3/%_lib/libkformulalib.*
+/opt/kde3/%_lib/libkrossapi.*
+/opt/kde3/%_lib/libkrossmain.*
+/opt/kde3/%_lib/kde3/libkfosvgexport.*
/opt/kde3/share/appl*/*/koshell.desktop
/opt/kde3/share/apps/koffice/hyphdicts
/opt/kde3/share/apps/koffice/icons
/opt/kde3/share/apps/koffice/koffice_shell.rc
/opt/kde3/share/apps/koffice/pics
+/opt/kde3/share/apps/kofficewidgets
/opt/kde3/share/apps/koshell
-/opt/kde3/share/apps/krita
/opt/kde3/share/apps/xsltfilter
+/opt/kde3/share/apps/kross
%doc %lang(en) /opt/kde3/share/doc/HTML/en/koffice*
%doc %lang(en) /opt/kde3/share/doc/HTML/en/koshell
/opt/kde3/share/config.kcfg/koshell.kcfg
@@ -329,15 +415,30 @@
/opt/kde3/share/services/kformula*
/opt/kde3/share/services/kfile*
/opt/kde3/share/services/ko*
-/opt/kde3/share/services/o*
/opt/kde3/share/services/xslt_*
/opt/kde3/share/servicetypes/ko*
/opt/kde3/share/servicetypes/widgetfactory.desktop
-/opt/kde3/share/templates/*
-/opt/kde3/share/templates/.source/Illustration.karbon
-/opt/kde3/share/templates/.source/Presentation.kpt
-/opt/kde3/share/templates/.source/SpreadSheet.kst
-/opt/kde3/share/templates/.source/TextDocument.kwt
+
+%files python
+%defattr(-,root,root)
+/opt/kde3/%_lib/kde3/krosspython.*
+#/opt/kde3/share/apps/kexi/scripts/exportxhtml/ExportXHTML.py
+#/opt/kde3/share/apps/kexi/scripts/exportxhtml/ExportXHTML.rc
+#/opt/kde3/share/share/apps/kexi/scripts/importxhtml/ImportXHTML.py
+#/opt/kde3/share/apps/kexi/scripts/importxhtml/ImportXHTML.rc
+#/opt/kde3/share/share/apps/kexi/scripts/projectdocumentor/ProjectDocumentor.py
+#/opt/kde3/share/apps/kexi/scripts/projectdocumentor/ProjectDocumentor.rc
+#/opt/kde3/share/share/apps/krita/scripts/invert.py
+#/opt/kde3/share/share/apps/krita/scripts/reshapehisto.py
+%if %suse_version > 930
+
+%files ruby
+%defattr(-,root,root)
+/opt/kde3/%_lib/kde3/krossruby.*
+#/opt/kde3/share/apps/krita/scripts/ruby/invert.rb
+#/opt/kde3/share/apps/krita/scripts/ruby/changecs.rb
+#/opt/kde3/share/apps/krita/scripts/ruby/randompaint.rb
+%endif
%files wordprocessing
%defattr(-,root,root)
@@ -348,6 +449,7 @@
/opt/kde3/%_lib/kde3/libabiword*
/opt/kde3/%_lib/kde3/libamipro*
/opt/kde3/%_lib/kde3/libapplixwordimport.*
+/opt/kde3/%_lib/kde3/libhancomwordimport.*
/opt/kde3/%_lib/kde3/libascii*
/opt/kde3/%_lib/kde3/libdocbookexport.*
/opt/kde3/%_lib/kde3/libhtml*
@@ -366,6 +468,7 @@
/opt/kde3/%_lib/libkdeinit_kword.*
/opt/kde3/%_lib/libkwmailmerge_interface.*
/opt/kde3/%_lib/libkwordexportfilters.*
+/opt/kde3/%_lib/libkwordprivate.*
/opt/kde3/share/appl*/*/KThesaurus.desktop
/opt/kde3/share/appl*/*/kformula.desktop
/opt/kde3/share/appl*/*/kword.desktop
@@ -390,6 +493,8 @@
/opt/kde3/share/mimelnk/application/vnd.oasis.opendocument.formula.desktop
%endif
%endif
+/opt/kde3/share/templates/TextDocument.desktop
+/opt/kde3/share/templates/.source/TextDocument.kwt
%files spreadsheet
%defattr(-,root,root)
@@ -411,6 +516,7 @@
/opt/kde3/%_lib/libkdchart.*
/opt/kde3/%_lib/libkchartcommon.*
/opt/kde3/%_lib/libkspreadcommon.*
+/opt/kde3/%_lib/libkchartimageexport.*
/opt/kde3/share/appl*/*/kchart.desktop
/opt/kde3/share/appl*/*/kspread.desktop
/opt/kde3/share/apps/kchart
@@ -422,6 +528,7 @@
/opt/kde3/share/icons/*/*x*/*/kspread.png
/opt/kde3/share/services/kspread*
/opt/kde3/share/apps/konqueror/servicemenus/kspread_konqi.desktop
+/opt/kde3/share/apps/konqueror/servicemenus/kchart_konqi.desktop
%if %suse_version == 920
%if !%is_plus
/opt/kde3/share/mimelnk/application/vnd.oasis.opendocument.spreadsheet-template.desktop
@@ -429,31 +536,61 @@
/opt/kde3/share/mimelnk/application/vnd.oasis.opendocument.chart.desktop
%endif
%endif
+/opt/kde3/share/templates/SpreadSheet.desktop
+/opt/kde3/share/templates/.source/SpreadSheet.kst
+
+%files database-psql
+%defattr(-,root,root)
+/opt/kde3/%_lib/kde3/kexidb_pqxxsqldriver.*
+/opt/kde3/%_lib/kde3/keximigrate_pqxx.*
+/opt/kde3/share/services/kexidb_pqxxsqldriver.desktop
+/opt/kde3/share/services/keximigrate_pqxx.desktop
+
+%files database-mysql
+%defattr(-,root,root)
+/opt/kde3/%_lib/kde3/kexidb_mysqldriver.*
+/opt/kde3/%_lib/kde3/keximigrate_mysql.*
+/opt/kde3/share/services/kexidb_mysqldriver.desktop
+/opt/kde3/share/services/keximigrate_mysql.desktop
%files database
%defattr(-,root,root)
/opt/kde3/bin/kexi
-/opt/kde3/bin/keximigratetest
-/opt/kde3/bin/kformdesigner
/opt/kde3/bin/ksqlite*
-/opt/kde3/%_lib/kde3/containers.*
-/opt/kde3/%_lib/kde3/kexi*
-/opt/kde3/%_lib/kde3/libkformdesigner*
+/opt/kde3/%_lib/kde3/kexi.*
+/opt/kde3/%_lib/kde3/kexidb_sqlite2driver.*
+/opt/kde3/%_lib/kde3/kexidb_sqlite3driver.*
+/opt/kde3/%_lib/kde3/kexihandler*
/opt/kde3/%_lib/libkdeinit_kexi.*
/opt/kde3/%_lib/libkexi*
/opt/kde3/%_lib/libkformdesigner.*
+/opt/kde3/%_lib/kde3/kformdesigner_containers.*
+/opt/kde3/%_lib/kde3/kformdesigner_kexidbwidgets.*
+/opt/kde3/%_lib/kde3/kformdesigner_stdwidgets.*
+/opt/kde3/%_lib/kde3/krosskexiapp.*
+/opt/kde3/%_lib/kde3/krosskexidb.*
/opt/kde3/share/appl*/*/kexi.desktop
-/opt/kde3/share/appl*/*/kformdesigner.desktop
/opt/kde3/share/apps/kexi
-/opt/kde3/share/apps/kformdesigner*
/opt/kde3/share/apps/konqueror/servicemenus/kexi_konqi.desktop
/opt/kde3/share/config/kexirc
/opt/kde3/share/config/magic/kexi.magic
/opt/kde3/share/icons/*/*/*/kexi*
/opt/kde3/share/mimelnk/application/x-kexiproject-*.desktop
-/opt/kde3/share/services/kexi*
+/opt/kde3/share/mimelnk/application/x-kexi-connectiondata.desktop
+/opt/kde3/share/services/kexi
+/opt/kde3/share/services/kexidb_sqlite2driver.desktop
+/opt/kde3/share/services/kexidb_sqlite3driver.desktop
/opt/kde3/share/servicetypes/kexi*.desktop
/opt/kde3/share/services/kformdesigner*
+%doc %lang(en) /opt/kde3/share/doc/HTML/en/kexi
+%if !%is_plus
+%if %suse_version < 1001
+/opt/kde3/share/config/magic/msaccess.magic
+/opt/kde3/share/config/magic/sqlite.magic
+/opt/kde3/share/mimelnk/application/x-sqlite2.desktop
+/opt/kde3/share/mimelnk/application/x-sqlite3.desktop
+%endif
+%endif
%files presentation
%defattr(-,root,root)
@@ -463,6 +600,8 @@
/opt/kde3/%_lib/kde3/libooimpressexport.*
/opt/kde3/%_lib/kde3/kpresenter.*
/opt/kde3/%_lib/libkdeinit_kpresenter.*
+/opt/kde3/%_lib/libkpresenterimageexport.*
+/opt/kde3/%_lib/libkpresenterprivate.*
/opt/kde3/share/appl*/*/kpresenter.desktop
/opt/kde3/share/apps/kpresenter
%doc %lang(en) /opt/kde3/share/doc/HTML/en/kpresenter
@@ -475,6 +614,8 @@
/opt/kde3/share/mimelnk/application/vnd.oasis.opendocument.presentation.desktop
%endif
%endif
+/opt/kde3/share/templates/Presentation.desktop
+/opt/kde3/share/templates/.source/Presentation.kpt
%files illustration
%defattr(-,root,root)
@@ -485,11 +626,13 @@
/opt/kde3/%_lib/kde3/karbon.*
/opt/kde3/%_lib/kde3/karbon_*
/opt/kde3/%_lib/kde3/libkarbon*
-/opt/kde3/%_lib/kde3/libkiviopart.*
+/opt/kde3/%_lib/kde3/libkivio*
/opt/kde3/%_lib/kde3/libwmf*
/opt/kde3/%_lib/kde3/straight_connector.*
/opt/kde3/%_lib/kde3/kivio.*
/opt/kde3/%_lib/kde3/libkrita*
+/opt/kde3/%_lib/kde3/liboodrawimport.*
+/opt/kde3/%_lib/kde3/krosskritacore.*
/opt/kde3/%_lib/libkdeinit_karbon.*
/opt/kde3/%_lib/libkdeinit_kivio.*
/opt/kde3/%_lib/libkdeinit_krita.*
@@ -501,8 +644,16 @@
/opt/kde3/share/appl*/*/karbon.desktop
/opt/kde3/share/appl*/*/kivio.desktop
/opt/kde3/share/appl*/*/krita.desktop
+/opt/kde3/share/appl*/*/krita_magick.desktop
+/opt/kde3/share/appl*/*/krita_openexr.desktop
+/opt/kde3/share/appl*/*/krita_png.desktop
+/opt/kde3/share/appl*/*/krita_jpeg.desktop
+/opt/kde3/share/appl*/*/krita_raw.desktop
+/opt/kde3/share/appl*/*/krita_tiff.desktop
/opt/kde3/share/apps/karbon
/opt/kde3/share/apps/kivio
+/opt/kde3/share/apps/krita
+/opt/kde3/share/apps/kritaplugins
/opt/kde3/share/icons/*/*/*/karbon.*
/opt/kde3/share/icons/*/*x*/*/kivio.png
/opt/kde3/share/icons/*/*/*/krita.*
@@ -510,10 +661,15 @@
/opt/kde3/share/services/krita*
/opt/kde3/share/services/kivio*
/opt/kde3/share/servicetypes/krita_*.desktop
+/opt/kde3/share/servicetypes/karbon_module.desktop
+%doc %lang(en) /opt/kde3/share/doc/HTML/en/karbon
%doc %lang(en) /opt/kde3/share/doc/HTML/en/kivio
+%doc %lang(en) /opt/kde3/share/doc/HTML/en/krita
/opt/kde3/share/apps/konqueror/servicemenus/kivio_konqi.desktop
/opt/kde3/share/apps/konqueror/servicemenus/karbon_konqi.desktop
-/opt/kde3/share/applnk/Office/krita_magick.desktop
+%if !%is_plus
+/opt/kde3/share/mimelnk/image/x-raw.desktop
+%endif
%if %suse_version == 920
%if !%is_plus
/opt/kde3/share/mimelnk/application/vnd.oasis.opendocument.graphics-template.desktop
@@ -521,6 +677,20 @@
/opt/kde3/share/mimelnk/application/vnd.oasis.opendocument.image.desktop
%endif
%endif
+/opt/kde3/share/templates/Illustration.desktop
+/opt/kde3/share/templates/.source/Illustration.karbon
+
+%files planning
+%defattr(-,root,root)
+/opt/kde3/bin/kplato
+/opt/kde3/%_lib/kde3/kplato.*
+/opt/kde3/share/icons/*/*/*/kplato.*
+/opt/kde3/share/services/kplatopart.desktop
+/opt/kde3/share/apps/kplato
+%doc %lang(en) /opt/kde3/share/doc/HTML/en/kplato
+/opt/kde3/%_lib/kde3/libkplatopart.*
+/opt/kde3/%_lib/libkdeinit_kplato.*
+/opt/kde3/share/appl*/*/kplato.desktop
%files extra
%defattr(-,root,root)
@@ -545,6 +715,13 @@
/opt/kde3/include/*
%changelog -n koffice
+* Fri May 12 2006 - adrian@xxxxxxx
+- update to KOffice 1.5.1
+ * fixes in KOffice libraries, KWord, KSpread, KPresenter, Kexi,
+ Krita, Karbon, KPlato, Karbon, KFormula and within filters
+ * translation updates
+- drop WP support for 10.0, to be able to build against 10.0
+ directly without KDE supplementary
* Tue Mar 07 2006 - ltinkl@xxxxxxx
- fix koffice.rpm depend on koffice-database.rpm (#154996)
* Wed Feb 15 2006 - stbinner@xxxxxxx
++++++ fixme.diff ++++++
--- /var/tmp/diff_new_pack.EvUXNt/_old 2006-05-16 17:08:55.000000000 +0200
+++ /var/tmp/diff_new_pack.EvUXNt/_new 2006-05-16 17:08:55.000000000 +0200
@@ -8,82 +8,3 @@
/********************************************************************
---- filters/olefilters/powerpoint97/pptSlide.cpp
-+++ filters/olefilters/powerpoint97/pptSlide.cpp 2005/06/06 07:09:06
-@@ -54,6 +54,7 @@
- Q_UINT16 PptSlide::gotoPlaceholder(Q_UINT16 pholderNumber)
- {
- m_currentPholder = m_placeholderList.at(pholderNumber);
-+ return 0;
- }
-
- Q_INT32 PptSlide::getPsrReference(void)
---- kivio/kiviopart/kiviosdk/kivio_stencil.cpp
-+++ kivio/kiviopart/kiviosdk/kivio_stencil.cpp 2005/06/06 07:09:06
-@@ -236,6 +236,8 @@
-
- KoRect KivioStencil::calculateBoundingBox()
- {
-+ KoRect r;
-+ return r;
- }
-
- void KivioStencil::setRotation(int d)
---- krita/core/kis_quantum_operations.cc
-+++ krita/core/kis_quantum_operations.cc 2005/06/06 07:09:06
-@@ -28,11 +28,3 @@
- return new KisQuantumOperationLinear();
- }
-
--QUANTUM KisQuantumOperationMasked::operation(QUANTUM)
--{
--
--}
--KisQuantumOperation* KisQuantumOperationMasked::clone(int index)
--{
--
--}
---- krita/core/kis_quantum_operations.h
-+++ krita/core/kis_quantum_operations.h 2005/06/06 07:09:06
-@@ -40,11 +40,5 @@
- virtual KisQuantumOperation* clone(int index);
- };
-
--class KisQuantumOperationMasked : public KisQuantumOperation {
-- public:
-- KisQuantumOperationMasked( ) { };
-- virtual QUANTUM operation(QUANTUM);
-- virtual KisQuantumOperation* clone(int index);
--};
-
- #endif
-
- FunctionRepository::FunctionRepository()
---- krita/core/color_strategy/kis_strategy_colorspace.cc
-+++ krita/core/color_strategy/kis_strategy_colorspace.cc 2005/06/06 08:17:44
-@@ -231,6 +231,7 @@
- {
- KisConfig cfg;
- int flags = 0;
-+ cmsHTRANSFORM tf;
-
- if (cfg.useBlackPointCompensation()) {
- flags = cmsFLAGS_BLACKPOINTCOMPENSATION;
-@@ -238,7 +239,7 @@
-
- if (dstProfile && srcProfile ) {
- // kdDebug() << "Going to create transform\n";
-- cmsHTRANSFORM tf = cmsCreateTransform(srcProfile -> profile(),
-+ tf = cmsCreateTransform(srcProfile -> profile(),
- colorSpaceType(),
- dstProfile -> profile(),
- dstColorStrategy -> colorSpaceType(),
-@@ -252,7 +253,6 @@
- << ", dst colorspace: " << dstColorStrategy -> colorSpaceType() << "\n";
- }
-
-- return tf;
- }
--
-+ return tf;
- }
++++++ koffice-1.4.2.tar.bz2 -> koffice-1.5.1.tar.bz2 ++++++
KDE/koffice/koffice-1.4.2.tar.bz2 koffice/koffice-1.5.1.tar.bz2 differ: char 11, line 1
++++++ kross-ruby.diff ++++++
--- lib/kross/configure.in.in 2006/03/06 09:30:47 1.1
+++ lib/kross/configure.in.in 2006/03/06 09:32:33
@@ -29,7 +29,7 @@
RUBY_SITEARCHDIR=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"sitearchdir"@:>@)'`
RUBY_SITEDIR=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"sitelibdir"@:>@)'`
RUBY_LIBDIR=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"libdir"@:>@)'`
- RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
+ RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@.gsub(/-L\./,""))'`
RUBY_ENABLESHARED=`$RUBY -r rbconfig -e 'printf("%s",Config::CONFIG@<:@"ENABLE_SHARED"@:>@)'`
AC_MSG_RESULT([
archdir $RUBY_ARCHDIR,
++++++ libexif0610.diff ++++++
--- filters/krita/libkisexif/kis_exif_io.cpp 2006/04/07 08:05:53 1.1
+++ filters/krita/libkisexif/kis_exif_io.cpp 2006/04/07 08:06:11
@@ -166,10 +166,8 @@
ExifContent* content = exifData->ifd[ev.ifd()];
exif_content_add_entry(content, entry);
kdDebug() << "Saving tag:" << it.key() << " " << ev.toString() << endl;
- ExifTag tag = exif_tag_from_name( it.key().ascii());
entry->components = ev.components();
entry->format = type2format( ev.type());
- entry->tag = tag;
// exif_entry_dump(entry, 2);
ev.convertToData(&entry->data, &entry->size, bO);
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |