Skip to content

Commit

Permalink
Merge pull request #6884 from radarhere/raqm
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 12, 2023
2 parents 5024b1f + a75a1a9 commit 0d9686e
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 102 deletions.
2 changes: 1 addition & 1 deletion depends/install_raqm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# install raqm


archive=libraqm-0.9.0
archive=libraqm-0.10.0

./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions src/thirdparty/raqm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It currently provides bidirectional text support (using [FriBiDi][1] or
As a result, Raqm can support most writing systems covered by Unicode.

The documentation can be accessed on the web at:
> http://host-oman.github.io/libraqm/
> https://host-oman.github.io/libraqm/
Raqm (Arabic: رَقْم) is writing, also number or digit and the Arabic word for
digital (رَقَمِيّ) shares the same root, so it is a play on “digital writing”.
Expand Down Expand Up @@ -81,5 +81,5 @@ The following projects have patches to support complex text layout using Raqm:
[1]: https://github.com/fribidi/fribidi
[2]: https://github.com/Tehreer/SheenBidi
[3]: https://github.com/harfbuzz/harfbuzz
[4]: https://freetype.org/
[4]: https://www.freetype.org
[5]: https://www.gtk.org/gtk-doc
4 changes: 2 additions & 2 deletions src/thirdparty/raqm/raqm-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
#define _RAQM_VERSION_H_

#define RAQM_VERSION_MAJOR 0
#define RAQM_VERSION_MINOR 9
#define RAQM_VERSION_MINOR 10
#define RAQM_VERSION_MICRO 0

#define RAQM_VERSION_STRING "0.9.0"
#define RAQM_VERSION_STRING "0.10.0"

#define RAQM_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \
Expand Down
Loading

0 comments on commit 0d9686e

Please sign in to comment.