Commit Graph

8 Commits

Author SHA1 Message Date
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