[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] graphite2 packaging repository branch, master, updated. graphite2_0.9.4_dfsg-1-5-g44f39e1



The following commit has been merged in the master branch:
commit b5c6e91a0017818a7d1071f329704ca66f509850
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Jul 20 17:34:15 2011 +0200

    actually add disable_font_tests.diff

diff --git a/patches/disable_font_tests.diff b/patches/disable_font_tests.diff
new file mode 100644
index 0000000..7fafea1
--- /dev/null
+++ b/patches/disable_font_tests.diff
@@ -0,0 +1,59 @@
+--- graphite2-0.9.4.orig/tests/CMakeLists.txt
++++ graphite2-0.9.4/tests/CMakeLists.txt
+@@ -31,28 +31,6 @@ macro(fonttest TESTNAME FONTFILE)
+ #    add_custom_target(${TESTNAME} DEPENDS ${TESTNAME}.xml)
+ endmacro(fonttest)
+ 
+-fonttest(padauk1 Padauk.ttf 1015 102F 100F 1039 100F 1031 1038)
+-fonttest(padauk2 Padauk.ttf 1000 103C 102D 102F)
+-fonttest(padauk3 Padauk.ttf 101e 1004 103a 1039 1001 103b 102d 102f 1004 103a 1038)
+-fonttest(padauk4 Padauk.ttf 1005 1000 1039 1000 1030)
+-fonttest(padauk5 Padauk.ttf 1000 103c 1031 102c 1004 1037 103a)
+-fonttest(padauk6 Padauk.ttf 1000 102D 1005 1039 1006 102C)
+-# padauk7 can cause an infinite loop, though the text is miss-spelt
+-fonttest(padauk7 Padauk.ttf 1017 1014 103c 103d 102f)
+-fonttest(padauk8 Padauk.ttf 1004 103A 1039 1005)
+-fonttest(padauk9 Padauk.ttf 1004 103A 1039)
+-fonttest(padauk10 Padauk.ttf 1004 103D 1000 103A -feat kdot=1,wtri=1)
+-fonttest(padauk11 Padauk.ttf 100B 1039 100C 1031 102C)
+-fonttest(charis1 charis_r_gr.ttf 0069 02E6 02E8 02E5)
+-fonttest(scher1 Scheherazadegr.ttf 0628 0628 064E 0644 064E 0654 0627 064E -rtl)
+-fonttest(scher2 Scheherazadegr.ttf 0627 0644 0625 0639 0644 0627 0646 -rtl)
+-fonttest(charis2 charis_r_gr.ttf 1D510 0041 1D513)
+-fonttest(charis3 charis_r_gr.ttf 0054 0069 1ec3 0075 -feat 'lang=vie')
+-fonttest(charis4 charis_r_gr.ttf 006b 0361 070)
+-fonttest(magyar1 MagyarLinLibertineG.ttf 0031 0035 -feat 210=36)
+-fonttest(magyar2 MagyarLinLibertineG.ttf 0031 0030 -feat 210=200)
+-fonttest(magyar3 MagyarLinLibertineG.ttf 0066 0069 0066 0074 0079 002d 0066 0069 0076 0065 -feat 209=3)
+-
+ macro(feattest TESTNAME FONTFILE)
+     if (EXISTS ${PROJECT_SOURCE_DIR}/standards/${TESTNAME}${CMAKE_SYSTEM_NAME}.log)
+         set(PLATFORM_TEST_SUFFIX ${CMAKE_SYSTEM_NAME})
+@@ -65,6 +43,3 @@ macro(feattest TESTNAME FONTFILE)
+ #    add_custom_target(${TESTNAME} DEPENDS ${TESTNAME}.xml)
+ endmacro(feattest)
+ 
+-feattest(padauk_feat Padauk.ttf)
+-feattest(charis_feat charis_r_gr.ttf)
+-feattest(scher_feat Scheherazadegr.ttf)
+--- graphite2-0.9.4.orig/tests/comparerenderer/CMakeLists.txt
++++ graphite2-0.9.4/tests/comparerenderer/CMakeLists.txt
+@@ -123,11 +123,8 @@ macro(comparetest TESTNAME FONTFILE TEXT
+     endif (${GR_FOUND})
+ endmacro(comparetest)
+ 
+-comparetest(charis charis_r_gr.ttf udhr_eng.txt)
+ comparetest(padauk Padauk.ttf my_HeadwordSyllables.txt)
+ comparetest(padauk_ulon Padauk.ttf my_HeadwordSyllables.txt --features ulon=1)
+-comparetest(charis_yor charis_r_gr.ttf udhr_yor.txt)
+-comparetest(piglatin PigLatinBenchmark_v3.ttf udhr_eng.txt)
+ # comparerenderer needs a bidi algorithm before it can run this test
+ # comparetest(scheherazade_arb Scheherazadegr.ttf udhr_arb.txt --rtl)
+ 
+--- graphite2-0.9.4.orig/tests/examples/CMakeLists.txt
++++ graphite2-0.9.4/tests/examples/CMakeLists.txt
+@@ -29,4 +29,3 @@ endmacro(test_example)
+ test_example(simple simple.c ${PROJECT_SOURCE_DIR}/../fonts/Padauk.ttf "Hello World!")
+ test_example(features features.c ${PROJECT_SOURCE_DIR}/../fonts/Padauk.ttf)
+ test_example(clusters cluster.c ${PROJECT_SOURCE_DIR}/../fonts/Padauk.ttf "စက္ခုန္ဒြေ")
+-test_example(linebreak linebreak.c ${PROJECT_SOURCE_DIR}/../fonts/charis_r_gr.ttf 120 "This is a long test line that goes on and on and on")

-- 
graphite2 packaging repository


Reply to: