rev 9088 - in branches/kde4/packages/blitz/debian: . patches
Ana Beatriz Guerrero López
ana at alioth.debian.org
Tue Jan 22 00:17:43 UTC 2008
Author: ana
Date: 2008-01-22 00:17:42 +0000 (Tue, 22 Jan 2008)
New Revision: 9088
Modified:
branches/kde4/packages/blitz/debian/changelog
branches/kde4/packages/blitz/debian/compat
branches/kde4/packages/blitz/debian/control
branches/kde4/packages/blitz/debian/copyright
branches/kde4/packages/blitz/debian/patches/10_no_cpu_optimizations.diff
branches/kde4/packages/blitz/debian/patches/11_.gnu.note.diff
Log:
qimageblitz 0.0.4
Modified: branches/kde4/packages/blitz/debian/changelog
===================================================================
--- branches/kde4/packages/blitz/debian/changelog 2008-01-21 23:08:14 UTC (rev 9087)
+++ branches/kde4/packages/blitz/debian/changelog 2008-01-22 00:17:42 UTC (rev 9088)
@@ -1,13 +1,24 @@
-qimageblitz (0.0.752814-1) unstable; urgency=low
+qimageblitz (1:0.0.4) unstable; urgency=low
- * New upstream snapshot.
+ * New upstream release.
+
+ +++ Changes by Matthew Rosewarne:
+
* Tweak description.
* Add Homepage: to control.
* Build -dbg package.
* Bump Standards-Version to 3.7.3, no changes needed.
- -- Matthew Rosewarne <mrosewarne at inoutbox.com> Tue, 08 Jan 2008 12:00:32 -0500
+ +++ Changes by Ana Beatriz Guerrero Lopez:
+ * Add an epoch to fix the versioning number.
+ * Update debhlper to 6.
+ * Update years in copyright file.
+ * Refresh patches offset.
+ * Add a depend on libqimageblitz4 for the -dev package.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 22 Jan 2008 01:12:28 +0100
+
qimageblitz (0.0.706674-2) unstable; urgency=low
* Update copyright file.
Modified: branches/kde4/packages/blitz/debian/compat
===================================================================
--- branches/kde4/packages/blitz/debian/compat 2008-01-21 23:08:14 UTC (rev 9087)
+++ branches/kde4/packages/blitz/debian/compat 2008-01-22 00:17:42 UTC (rev 9088)
@@ -1 +1 @@
-5
+6
Modified: branches/kde4/packages/blitz/debian/control
===================================================================
--- branches/kde4/packages/blitz/debian/control 2008-01-21 23:08:14 UTC (rev 9087)
+++ branches/kde4/packages/blitz/debian/control 2008-01-22 00:17:42 UTC (rev 9088)
@@ -3,7 +3,7 @@
Section: libs
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Sune Vuorela <debian at pusling.com>
-Build-Depends: debhelper (>= 5), cdbs, cmake, quilt, libqt4-dev
+Build-Depends: debhelper (>= 6), cdbs, cmake, quilt, libqt4-dev
Standards-Version: 3.7.3
Homepage: http://www.kde.org/
@@ -16,7 +16,7 @@
contains many improvements over KDE 3.x's kdefx library, including bugfixes
and speed improvements. It is expected to be replaced by Quasar for KDE 4.1.
-Package: libqimageblitz4-dbg
+Package: libqimageblitz-dbg
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqimageblitz4 (= ${binary:Version})
@@ -30,7 +30,7 @@
Package: libqimageblitz-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqimageblitz4 (= ${binary:Version})
Description: KDE/Qt image filter library - development files
Blitz is an interim graphical effect and filter library for KDE 4.0 that
contains many improvements over KDE 3.x's kdefx library, including bugfixes
Modified: branches/kde4/packages/blitz/debian/copyright
===================================================================
--- branches/kde4/packages/blitz/debian/copyright 2008-01-21 23:08:14 UTC (rev 9087)
+++ branches/kde4/packages/blitz/debian/copyright 2008-01-22 00:17:42 UTC (rev 9088)
@@ -152,6 +152,6 @@
-The Debian packaging is (C) 2007, Debian Qt/KDE Maintainers and is licensed under
+The Debian packaging is (C) 2007-2008, Debian Qt/KDE Maintainers and is licensed under
the license mentioned above.
Modified: branches/kde4/packages/blitz/debian/patches/10_no_cpu_optimizations.diff
===================================================================
--- branches/kde4/packages/blitz/debian/patches/10_no_cpu_optimizations.diff 2008-01-21 23:08:14 UTC (rev 9087)
+++ branches/kde4/packages/blitz/debian/patches/10_no_cpu_optimizations.diff 2008-01-22 00:17:42 UTC (rev 9088)
@@ -1,6 +1,8 @@
---- blitz-0.0.3+svn699300.orig/blitz/CMakeLists.txt
-+++ blitz-0.0.3+svn699300/blitz/CMakeLists.txt
-@@ -21,13 +21,13 @@
+Index: qimageblitz-0.0.4/blitz/CMakeLists.txt
+===================================================================
+--- qimageblitz-0.0.4.orig/blitz/CMakeLists.txt 2007-11-07 12:58:44.000000000 +0100
++++ qimageblitz-0.0.4/blitz/CMakeLists.txt 2008-01-22 01:16:22.000000000 +0100
+@@ -17,13 +17,13 @@
CHECK_INCLUDE_FILE(stdint.h HAVE_STDINT_H)
@@ -19,5 +21,5 @@
+# CHECK_CXX_SOURCE_COMPILES(" int main() { __asm__(\"mtspr 256, %0; vand %%v0, %%v0, %%v0\" : : \"r\"(-1) ); }" HAVE_ALTIVEC)
+#endif(NOT MSVC)
- set(blitz_LIB_SRCS blitz.cpp colors.cpp convolve.cpp histogram.cpp
- blitzcpu.cpp scale.cpp scalefilter.cpp)
+ SET(BLITZ_LIB_MAJOR_VERSION "4")
+ SET(BLITZ_LIB_MINOR_VERSION "0")
Modified: branches/kde4/packages/blitz/debian/patches/11_.gnu.note.diff
===================================================================
--- branches/kde4/packages/blitz/debian/patches/11_.gnu.note.diff 2008-01-21 23:08:14 UTC (rev 9087)
+++ branches/kde4/packages/blitz/debian/patches/11_.gnu.note.diff 2008-01-22 00:17:42 UTC (rev 9088)
@@ -1,6 +1,8 @@
---- blitz-0.0.3+svn699300.orig/blitz/asm_scale.S
-+++ blitz-0.0.3+svn699300/blitz/asm_scale.S
-@@ -807,4 +807,7 @@
+Index: qimageblitz-0.0.4/blitz/asm_scale.S
+===================================================================
+--- qimageblitz-0.0.4.orig/blitz/asm_scale.S 2007-11-07 12:58:44.000000000 +0100
++++ qimageblitz-0.0.4/blitz/asm_scale.S 2008-01-22 01:16:23.000000000 +0100
+@@ -813,4 +813,7 @@
SIZE(qimageScale_mmx_AARGBA)
More information about the pkg-kde-commits
mailing list