Leonid Plyushch
a2bc200aee
rebuild packages dependent on 'boost'
5 years ago
Fredrik Fornwall
175c3a2b93
boost: Update from 1.70.0 to 1.71.0
5 years ago
Henrik Grimler
aa7a42f6f9
ncmpcpp: Fix socket path after it has been updated in mpd
5 years ago
Leonid Plyushch
d111f5bf74
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
5 years ago
Leonid Plyushch
5b9464b231
ncmpcpp: bump revision
6 years ago
Henrik Grimler
42e5b23bb6
termux_step_massage: drop TERMUX_PKG_KEEP_SHARE_DOC
6 years ago
Fredrik Fornwall
f6300ffd37
boost: Update from 1.69.0 to 1.70.0
6 years ago
Leonid Plyushch
cb93af0c30
add zlib to dependencies where needed
6 years ago
Leonid Plyushch
7ae36101f9
ncmpcpp: add libandroid-support to dependencies
6 years ago
Henrik Grimler
9a03672c73
ncmpcpp: link against libandroid-support
ncmpcpp segfaults on android 9 because it picks up iconv in libc.so if we don't link against libandroid-support.so properly.
This fixes https://github.com/termux/termux-packages/issues/3333 .
6 years ago
Leonid Plyushch
93294a3aaf
bump revision of all packages dependent on readline
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
f3e0f825e8
boost: Update from 1.68.0 to 1.69.0
6 years ago
Fredrik Fornwall
540102f2eb
openssl: Update from 1.0.2 to 1.1.1 ( #2775 )
6 years ago
Fredrik Fornwall
bf80ff2f10
boost: Update from 1.67.0 to 1.68.0
6 years ago
Fredrik Fornwall
9e26997ee5
ncmpcpp: Bump revision
7 years ago
Fredrik Fornwall
b9d56e004e
Rebuild boost-using packages
7 years ago
Fredrik Fornwall
657f76d5d4
ncmpcpp: Update from 0.8.1 to 0.8.2
7 years ago
Fredrik Fornwall
4eac80112e
ncmpcpp: Update from 0.8 to 0.8.1
7 years ago
Fredrik Fornwall
de35794692
Add scripts/lint-packages.py
Harmonize the layout by having the first two lines of a package
definition always be the homepage and the description.
7 years ago
Fredrik Fornwall
e0ab589ef9
Use @TERMUX_PREFIX@ in more patch files
7 years ago
Fredrik Fornwall
2556636c9d
ledger&ncmpcpp: Rebuild after boost update
7 years ago
Stephen
b8c6c1ae38
add ncurses as ncmpcpp dependency ( #1388 )
#1169
7 years ago
Oliver Schmidhauser
b16c6d3c6d
Don't disable SIGWINCH in ncmpcpp
It makes ncmpcpp resize itself when the window size has changed.
Not sure why this was ever added, but according to @its-pointless it can
be removed
8 years ago
Fredrik Fornwall
d946e67c5b
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.
8 years ago
Fredrik Fornwall
69f499cde6
ncmpcpp: Bump revision after patch
8 years ago
its-pointless
00aea9c02e
fifo default working ( #1048 )
* fifo default working
* set correct music dir as well
8 years ago
Fredrik Fornwall
16b9a72268
ncmpcpp: Bump revision to fix build issue
8 years ago
Fredrik Fornwall
437f49ebc4
ncmpcpp: Bump revision after updated patch
8 years ago
its-pointless
535151505b
ncmpcpp default settings to work with mpd default ( #1043 )
8 years ago
Fredrik Fornwall
58a36252cf
ncmpcpp: Update from git snapshot to 0.8 release
8 years ago
its-pointless
c4a2c25582
ncmpcpp cpp curses mpdclient ( #975 )
* ncmpcpp cpp curses mpdclient pre setup for android mpd
* not needed
8 years ago