Commit Graph

67 Commits

Author SHA1 Message Date
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall cf61d94a21 graphviz: Fix download url (see #1907) 2017-12-05 23:03:50 +01:00
Fredrik Fornwall 478fff052b Bump revisions of packages linking to harfbuzz 2017-10-14 21:47:34 +02:00
Stephen f913d37182 add libtool to graphviz build depends (#1453)
#1169
2017-09-20 22:19:47 +02:00
its-pointless c2a0bc2bab put shebang in scripts 2017-08-17 00:26:27 +02:00
Fredrik Fornwall b32c60ff20 graphviz: Do not require libltdl.la for building 2017-08-11 14:44:56 +02:00
Fredrik Fornwall 9158eb6a99 graphviz: Formatting for readability 2017-08-11 14:32:26 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall d452c5aa54 cairo: Update from 1.4.8 to 1.4.10
This required rebuilding cairo-using packages due to a shared
library name change (libcairo.so.2 -> libcairo.so).
2017-06-19 15:26:27 +02:00
Fredrik Fornwall 6dac3a7bb4 graphviz: Update from 2.38.0 to 2.40.1 2017-01-19 21:18:28 +01:00
Fredrik Fornwall f737c81810 graphviz: Remove patch breaking clang arm build 2017-01-19 00:40:44 +01:00
Fredrik Fornwall af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall 18911013a6 graphviz: Add src checksum 2016-10-29 17:58:19 -04:00
Fredrik Fornwall 2249861c02 graphviz: Fix a few issues
- Remove two unneeded patches.
- Do not install a custom libltdl, use the system one.
- Add dependency on librsvg and libgd.
2016-10-29 17:27:16 -04:00
Dustin DeWeese 8f905a7097 Add Graphviz (#526) 2016-10-29 22:33:37 +02:00