Commit Graph

9 Commits

Author SHA1 Message Date
Tee KOBAYASHI ec4eb507e1 libtiff: Revbump revdeps to rebuild 2022-12-17 06:40:16 +00:00
Henrik Grimler b281bc2145
rebuild(deps:libc++): bump termux-main packages that depend on libc++
All except libllvm, rust, rustc-nightly, openfoam and libdispatch,
those packages will be handled separately.
2022-08-13 12:21:20 +02:00
Tee KOBAYASHI 348a694e28 djvulibre: Depend on `libc++` 2022-03-19 19:59:49 +05:30
vhqtvn d220576dfb
fix some non-building packages (#7058)
* fix ccache building failed due to sse

* gogs require go-bindata to be built

* mariadb's cmake need to change END to ENDIF

* fix neovim building due to gitsubmodule usage

* php-redis: add blacklist from php dep

* rlwrap update to new version

* stfl disable perl and ruby

* util-linux comment out shm & sem support

* weechat disable ruby

* tor building need glob
2021-06-27 17:33:45 +03:00
Krishna Kanhaiya 275bbb834f
Update build.sh 2021-06-10 17:45:44 +05:30
Krishna Kanhaiya 5b264f21f1
djvulibre: bump revision 2021-06-10 16:07:42 +05:30
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch b2101be697 djvulibre: update to 3.5.28 2020-11-22 17:33:59 +00:00
Leonid Pliushch 0d713b02b9 new package: djvulibre
Closes https://github.com/termux/termux-packages/issues/5485.

Note: I have replaced pthread_cancel() with pthread_exit(NULL) as Android
doesn't implement it. Not sure whether package will work correctly. If
there will be a bug, someone need to review source and replace pthread_cancel
with atomic flags in correct places.
2020-11-05 20:31:45 +00:00