Fredrik Fornwall
4fd853fc3e
build-package.sh: Use deb naming convention
"The Debian binary package file names conform to the following convention:
<foo>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb"
- https://www.debian.org/doc/manuals/debian-faq/ch-pkg_basics.en.html#s-pkgname
9 years ago
Fredrik Fornwall
c5c3c0b4f2
vim: Update to latest patch
9 years ago
Fredrik Fornwall
5b6ed11d0d
subversion: Update from 1.9.2 to 1.9.3
9 years ago
Fredrik Fornwall
60657c9dd0
strace: Update from 4.10 to 4.11
9 years ago
Fredrik Fornwall
9386416943
rsync: Update from 3.1.1 to 3.1.2
9 years ago
Fredrik Fornwall
dcedbe5884
parallel: Update from 20151022 to 20151222
9 years ago
Fredrik Fornwall
f83a5d8232
lua: Update from 5.3.1 to 5.3.2
9 years ago
Fredrik Fornwall
744f41bd33
lighttpd: Update from 1.4.35 to 1.4.38
9 years ago
Fredrik Fornwall
0dba175ba8
libuv: Update from 1.7.5 to 1.8.0
9 years ago
Fredrik Fornwall
c7c528c651
libpng: Update from 1.6.19 to 1.6.20
9 years ago
Fredrik Fornwall
45e816297a
libopus: Update from 1.1 to 1.1.1
9 years ago
Fredrik Fornwall
c8e62b0add
libmsgpack: Update from 1.2.0 to 1.3.0
9 years ago
Fredrik Fornwall
e97137242f
libcairo: Update from 1.14.4 to 1.14.6
9 years ago
Fredrik Fornwall
574a17ca2d
iperf3: Update from 3.1 to 3.1.1
9 years ago
Fredrik Fornwall
79a39b10b4
hexcurse: Update from 1.58 to 1.60
9 years ago
Fredrik Fornwall
03658e133f
global: Update from 6.5 to 6.5.2
9 years ago
Fredrik Fornwall
4378ead082
dpkg: Update from 1.18.3 to 1.18.4
9 years ago
Fredrik Fornwall
563f0b1b84
findutils: Update from 4.5.14 to 4.5.17
9 years ago
Fredrik Fornwall
76897d2eed
ffmpeg: Update from 2.8.3 to 2.8.4
9 years ago
Fredrik Fornwall
54cb74f98d
apt: Update to 1.1.6, default disable SRV records
By disabling SRV records support in apt by default we work around
an issue with HTC devices (fixes #99 ).
9 years ago
Fredrik Fornwall
4e7183b9b8
busybox: Update i686 build
9 years ago
Fredrik Fornwall
59d4c3f2a8
weechat: Rebuild to link against new ruby 2.3 lib
9 years ago
Fredrik Fornwall
ba1982c779
Merge pull request #112 from franciscod/buildorder.py
Huge refactor of buildorder.py!
9 years ago
Fredrik Fornwall
98e0a8ee97
ruby: Update from 2.2.4 to 2.3.0 ( closes #114 )
9 years ago
Fredrik Fornwall
307f9bf63e
linux-man-pages: Update from 4.02 to 4.03
9 years ago
Fredrik Fornwall
c8baff59f9
gnupg: Update from 1.4.19 to 1.4.20
9 years ago
Fredrik Fornwall
f7dcd8ad1f
lftp: Update from 4.6.4 to 4.6.5
9 years ago
Fredrik Fornwall
c501b8272d
Add back TERMUX_PREFIX in patch
9 years ago
Fredrik Fornwall
9867ff1aca
Include <string.h> in <stdio.h> for ctermid()
9 years ago
Fredrik Fornwall
59c1f3a138
Merge pull request #113 from franciscod/stdio-ctermid
ndk_patches/stdio.h.patch: add bogus ctermid()
9 years ago
Fredrik Fornwall
7e606cc7eb
Remove dependency on php on the builder
The native php executable is built by the package itself
9 years ago
Francisco Demartino
93b884f130
ndk_patches/stdio.h.patch: add bogus ctermid()
9 years ago
Francisco Demartino
4f0cc21962
buildorder.py: remove targeted buildorder dupes
9 years ago
Francisco Demartino
0227e1a6e9
buildorder.py: comments and other changes
9 years ago
Francisco Demartino
a8d10018d4
buildorder.py: add targeted build order
Now you can run the following:
`buildorder.py <package> [<package> ...]`
and get the buildorder just for building those packages
9 years ago
Francisco Demartino
da6299f059
buildorder.py: huge refactor
9 years ago
Francisco Demartino
37af75e4f3
buildorder.py: TermuxPackage instead of DebianPackage
9 years ago
Francisco Demartino
15ea0fef9e
buildorder.py: wrap main()
9 years ago
Francisco Demartino
6521bf5c3d
buildorder.py: pep8ify
9 years ago
Fredrik Fornwall
dbfc21aec8
Merge pull request #110 from franciscod/playaudio-script-spaces
play-audio: Quote arguments on wrapper script
9 years ago
Francisco Demartino
413192e8f6
play-audio: bump to 0.4
9 years ago
Francisco Demartino
eb8a3d4216
play-audio: use heredoc instead of printf
9 years ago
Francisco Demartino
8a1912b9e5
play-audio: use 'quoted dollar at' ("$@") for args
9 years ago
Fredrik Fornwall
433f51009f
play-audio: Fix shared library clash
The play-audio binary links to libOpenSLES, which links indirectly
to libskia. As libskia links to both libpng and libjpeg this means
problems if either of those libraries are installed from a Termux
package into LD_LIBRARY_PATH.
Avoid this by placing the play-audio binary into libexec/, and let
bin/play-audio be a wrapper script which resets LD_LIBRARY_PATH
before calling the binary in libexec/. Fixes #103 .
9 years ago
Fredrik Fornwall
47cf371b0d
Merge pull request #108 from franciscod/p7zip-add-maintainer
p7zip: add maintainer
9 years ago
Francisco Demartino
b3baa1e868
p7zip: add maintainer
9 years ago
Fredrik Fornwall
e74041f9c1
p7zip: Fix build on non-arm arches
9 years ago
Fredrik Fornwall
0d5b5d5333
Merge pull request #105 from franciscod/p7zip
p7zip: add package
9 years ago
Fredrik Fornwall
c7bdfff616
php: Enable the zip and iconv extension
9 years ago
Fredrik Fornwall
e339be429f
php: Enable phar and openssl module
9 years ago