~ubuntu-branches/ubuntu/karmic/qimageblitz/karmic

« back to all changes in this revision

Viewing changes to debian/patches/10_no_cpu_optimizations.diff

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2008-01-22 01:12:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080122011228-jphcnotc07w760x7
Tags: 1:0.0.4-1
* 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.

+++ 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- blitz-0.0.3+svn699300.orig/blitz/CMakeLists.txt
2
 
+++ blitz-0.0.3+svn699300/blitz/CMakeLists.txt
3
 
@@ -21,13 +21,13 @@
 
1
Index: qimageblitz-0.0.4/blitz/CMakeLists.txt
 
2
===================================================================
 
3
--- qimageblitz-0.0.4.orig/blitz/CMakeLists.txt 2007-11-07 12:58:44.000000000 +0100
 
4
+++ qimageblitz-0.0.4/blitz/CMakeLists.txt      2008-01-22 01:16:22.000000000 +0100
 
5
@@ -17,13 +17,13 @@
4
6
 
5
7
 CHECK_INCLUDE_FILE(stdint.h HAVE_STDINT_H)
6
8
 
19
21
+#  CHECK_CXX_SOURCE_COMPILES(" int main() { __asm__(\"mtspr 256, %0; vand %%v0, %%v0, %%v0\" : : \"r\"(-1) ); }" HAVE_ALTIVEC)
20
22
+#endif(NOT MSVC)
21
23
 
22
 
 set(blitz_LIB_SRCS blitz.cpp colors.cpp convolve.cpp histogram.cpp
23
 
 blitzcpu.cpp scale.cpp scalefilter.cpp)
 
24
 SET(BLITZ_LIB_MAJOR_VERSION "4")
 
25
 SET(BLITZ_LIB_MINOR_VERSION "0")