Commit Graph

24 Commits

Author SHA1 Message Date
Tee KOBAYASHI 032bab7756 par2: Depend on `libc++` 2022-03-19 20:05:43 +05:30
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Leonid Pliushch b3337d40e5 par2: proper fix for i686 2020-02-17 13:38:30 +02:00
Fredrik Fornwall 4fc74f052a par2: Fix i686 build 2020-02-17 11:55:45 +01:00
Leonid Pliushch 6cdbc0a609 par2: add comment why i686 build is disabled 2020-02-16 19:25:42 +02:00
Leonid Pliushch f1f878bb66 par2: blacklist builds for i686 2020-02-16 19:24:36 +02:00
Fredrik Fornwall c0b04a32ba par2: Update from 0.8.0 to 0.8.1 2020-02-15 23:30:08 +01:00
Leonid Pliushch c449764c50 Revert "par2: update to 0.8.1"
v0.8.1 i686 build requires fixing.
2020-02-10 20:20:45 +02:00
Leonid Pliushch 3f6e856ee1 par2: update to 0.8.1 2020-02-10 20:09:37 +02:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch c40cb7147e par2: bump revision 2019-06-20 00:50:00 +03:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Leonid Pliushch 7787063ab5 par2: bump revision
Par2 should be rebuilt due to https://github.com/termux/termux-packages/issues/3057.
2018-11-17 18:24:16 +01:00
Fredrik Fornwall 1cb7b759cb Use ac_cv_c_bigendian=no for all packages
Tesseract also needs it now, but enough is enough, so just add it to all
autoconf-using packages by default.
2018-09-22 01:05:16 +02:00
Fredrik Fornwall 02c0668a9b Update to NDK r18 (#2827) 2018-09-19 23:29:39 +02:00
Fredrik Fornwall 484841663a par2: Update from 0.7.4 to 0.8.0 2018-01-21 21:07:31 +01:00
Fredrik Fornwall cfce2bd566 par2: Update from 0.7.3 to 0.7.4 2017-10-15 01:02:39 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall 9a61bc8b5f par2: Update from 0.7.1 to 0.7.3 2017-07-27 03:18:53 +02:00
Fredrik Fornwall dce1a134da par2: Fix i686 build 2017-07-14 23:18:28 +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 3678ca89e4 par2: Update from 0.6.14 to 0.7.1 2017-05-23 01:34:40 +02:00
Fredrik Fornwall 544181cd4f Use more source checksums 2017-03-27 01:56:11 +02:00
Oliver Schmidhauser e45f625ef0 Add par2 package (#501)
Parity Archives are very usefull for working with long term storage,
which may have degraded over time. It allows to restore the files, even
if chunks of it are corrupted. https://en.wikipedia.org/wiki/Parchive

I tested it by creating a par2 archive, corrupting the original data and
restoring it.

This program is named par2cmdline, but I named the package par2 because
that's what it is called in the Ubuntu Repo,

 Date:      Wed Oct 12 12:19:39 2016 +0200
2016-10-16 00:08:07 +02:00