Skip to content

Commit

Permalink
Merge pull request python-pillow#6000 from radarhere/raqm
Browse files Browse the repository at this point in the history
Updated raqm to 0.9.0
  • Loading branch information
mergify[bot] authored Jan 30, 2022
2 parents 6e1b592 + 36f2930 commit 7d82ac8
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 184 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.8.0
archive=libraqm-0.9.0

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

Expand Down
2 changes: 1 addition & 1 deletion src/thirdparty/raqm/COPYING
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright © 2015 Information Technology Authority (ITA) <[email protected]>
Copyright © 2016-2021 Khaled Hosny <[email protected]>
Copyright © 2016-2022 Khaled Hosny <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions src/thirdparty/raqm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Projects using Raqm
3. [FontView](https://github.com/googlei18n/fontview)
4. [Pillow](https://github.com/python-pillow)
5. [mplcairo](https://github.com/anntzer/mplcairo)
6. [CEGUI](https://github.com/cegui/cegui)

The following projects have patches to support complex text layout using Raqm:

Expand All @@ -77,8 +78,8 @@ The following projects have patches to support complex text layout using Raqm:



[1]: http://fribidi.org
[1]: https://github.com/fribidi/fribidi
[2]: https://github.com/Tehreer/SheenBidi
[3]: http://harfbuzz.org
[3]: https://github.com/harfbuzz/harfbuzz
[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 8
#define RAQM_VERSION_MINOR 9
#define RAQM_VERSION_MICRO 0

#define RAQM_VERSION_STRING "0.8.0"
#define RAQM_VERSION_STRING "0.9.0"

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

0 comments on commit 7d82ac8

Please sign in to comment.