summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-10Add libass 0.13.2Michael Forney
2016-07-10Add fribidi 0.19.7Michael Forney
2016-07-09man-pages-posix: Only install selected man pagesMichael Forney
2016-07-09Add man-pages-posix 2013-aMichael Forney
2016-07-09Always emit fetch rule if specifiedMichael Forney
2016-07-09tz: Fix ERE syntaxMichael Forney
onetrueawk interprets this as /[^/, which is an invalid character class. Apparently I had been testing with some random version of awk in my local bin directory.
2016-07-09sbase: Patches were applied upstreamMichael Forney
2016-07-08libnl: Update to 3.2.28Michael Forney
2016-07-08mpv: Add pylibs.txt to gen_inputsMichael Forney
2016-07-08youtube-dl: Update to 2016.07.09Michael Forney
2016-07-07Some license updatesMichael Forney
2016-07-07libressl: Add openssl toolMichael Forney
2016-07-06youtube-dl: Update to 2016.07.07Michael Forney
2016-07-06Add ccid 1.4.24Michael Forney
2016-07-06Add pcsc 1.8.17Michael Forney
2016-07-05Add libusb 1.0.20Michael Forney
2016-07-05youtube-dl: Update to 2016.07.06Michael Forney
2016-07-05tz: Update to 2016fMichael Forney
2016-07-04ffmpeg: Build ffprobe utilityMichael Forney
2016-07-04mpv: Don't need -Wno-deprecated-declarationsMichael Forney
2016-07-04tzdata: Fix gen.rc to not require contents of source filesMichael Forney
This also fixes a symlink target calculation bug.
2016-07-04Add $ldlibs variable to link commandMichael Forney
This is necessary for packages to link with libstdc++.
2016-07-04python: Enable ssl and pyexpatMichael Forney
These are required for youtube-dl for some sites.
2016-07-04Add youtube-dl 2016.07.05Michael Forney
2016-07-04Add python 3.5.2Michael Forney
All modules are statically linked, so dynamic extensions will not work.
2016-07-03ffmpeg: Enable spdif muxerMichael Forney
This is used for AC3/DTS passthrough.
2016-07-03mpv: Fix crash when spdif muxer is not availableMichael Forney
2016-07-03mpv: Fix ffmpeg library optionsMichael Forney
This config.h was generated with an older version of ffmpeg which didn't have these features.
2016-07-03mpv: Add lua supportMichael Forney
2016-07-03mpv: Reorganize so that features can be enabled or disabled easilyMichael Forney
2016-07-03ffmpeg: Fix TLS protocols in protocols.awkMichael Forney
2016-07-03Add lua 5.2.4Michael Forney
2016-07-03Add sub helper functionMichael Forney
2016-07-03sbase: Fix ln -f optionMichael Forney
2016-07-03ffmpeg: Update to 3.1.1Michael Forney
2016-07-03alsa-utils: Add arecord symlinksMichael Forney
2016-07-03Add alsa-utils 1.1.1Michael Forney
2016-07-02git: Fix git-receive-pack and git-upload-archive symlinksMichael Forney
2016-07-02Add mpv 0.18.0Michael Forney
2016-07-02Add ffmpeg 3.1Michael Forney
For now, a very minimal set of codecs is enabled. This will likely be expanded later.
2016-07-02Add support for nasm sourcesMichael Forney
2016-07-02Add nasm 2.12.01Michael Forney
2016-07-02Add alsa-lib 1.1.1Michael Forney
2016-07-02Update installation instructionsMichael Forney
2016-07-02perms-hook: Fix parent directory scanMichael Forney
Previously, if there was an earlier directory that was identical apart from a longer name, its permissions were not updated.
2016-07-02Add efibootmgr 0.12Michael Forney
2016-07-02Add efivar 0.23Michael Forney
2016-06-28skeleton: /root is 700Michael Forney
2016-06-28Add util and . to default config.rc for perms-hook and .permsMichael Forney
2016-06-28Add var/log directoryMichael Forney