fribidi: add 0.19.2
authorKoen Kooi <koen@openembedded.org>
Sat, 8 Aug 2009 10:11:26 +0000 (12:11 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 8 Aug 2009 10:11:26 +0000 (12:11 +0200)
conf/checksums.ini
recipes/libfribidi/fribidi_0.19.2.bb [new file with mode: 0644]

index dbfe519..f6cbe6e 100644 (file)
@@ -6998,6 +6998,10 @@ sha256=f3ecdb9d108bd61ec9394df75f5fd68ba886a8da0863ba6258338893aec6c04f
 md5=0f6e7ecca08e6e108dc06337f5b5cabf
 sha256=f3ecdb9d108bd61ec9394df75f5fd68ba886a8da0863ba6258338893aec6c04f
 
+[http://fribidi.org/download/fribidi-0.19.2.tar.gz]
+md5=626db17d2d99b43615ad9d12500f568a
+sha256=49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177
+
 [http://www.tads.org/frobtads/frobtads-0.8.tar.gz]
 md5=c31b44a7bea51f04958358e575bde731
 sha256=1aa4fe2f4a8d79f7f4542d96f0b179886c04cbdfd6a972a19ab80437e6150549
diff --git a/recipes/libfribidi/fribidi_0.19.2.bb b/recipes/libfribidi/fribidi_0.19.2.bb
new file mode 100644 (file)
index 0000000..1e12c98
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Fribidi library for bidirectional text"
+SECTION = "libs"
+PRIORITY = "optional"
+
+PROVIDES = "libfribidi"
+
+# Slightly incompatible with 0.10.x, so:
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
+
+inherit autotools_stage lib_package pkgconfig
+
+CFLAGS_append = "  -DPAGE_SIZE=4096 "
+
+SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.gz"