Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package ffmpeg: fix ignored version | Tony Theodore | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | package ffmpeg: Update target now handle FFmpeg 2.x versions | Tuukka Pasanen | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | package ffmpeg: New version 2.1.1 | Tuukka Pasanen | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #296 from TimothyGu/libnut | Tony Theodore | 2014-01-02 | 1 | -2/+1 |
|\ | | | | | Delete package libnut | ||||
| * | Delete package libnut | Timothy Gu | 2013-12-31 | 1 | -2/+1 |
| | | | | | | | | | | | | It is buggy and is abandoned by upstream. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | ffmpeg: enable libavresample building | Timothy Gu | 2013-12-29 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | package ffmpeg: use $(SORT) variable | Tony Theodore | 2013-12-04 | 1 | -1/+2 |
| | |||||
* | ffmpeg: update to 1.2.4 | Timothy Gu | 2013-11-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | ffmpeg: grep 1.2.* releases in update macro | Timothy Gu | 2013-11-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Revert "package ffmpeg: disable libnut on i686-pc-mingw32" | Timothy Gu | 2013-11-24 | 1 | -2/+0 |
| | | | | | | | | This reverts commit fc46813219e8d925d3ab54a1d40190d8b805487a. Some how I forgot to do this during #258. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | package ffmpeg: disable libnut on i686-pc-mingw32 | Tony Theodore | 2013-10-19 | 1 | -0/+2 |
| | |||||
* | package ffmpeg: add libnut dependency | Tony Theodore | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | Add libnut package and use it for ffmpeg | Timothy Gu | 2013-09-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Merge branch 'master' of github.com:TimothyGu/mxe into TimothyGu-master | Tony Theodore | 2013-09-07 | 1 | -3/+5 |
|\ | | | | | | | | | Conflicts: src/ffmpeg.mk | ||||
| * | Add vo-amrwbenc package and enable it for ffmpeg | Timothy Gu | 2013-09-02 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
| * | Update package ffmpeg | Timothy Gu | 2013-09-02 | 1 | -2/+2 |
| | | |||||
| * | Add vo-aacenc package and use it for ffmpeg | Timothy Gu | 2013-09-02 | 1 | -1/+2 |
| | | |||||
* | | package ffmpeg: ignore version 2.x | Tony Theodore | 2013-09-07 | 1 | -1/+1 |
| | | |||||
* | | Revert "update package ffmpeg" - 2.x series breaks xine-lib | Tony Theodore | 2013-09-07 | 1 | -2/+2 |
| | | | | | | | | This reverts commit d2707b996d55643adbbbdca90ccf8ba7f42fb8aa. | ||||
* | | update package ffmpeg | Niels Kristian Bech Jensen | 2013-09-07 | 1 | -2/+2 |
|/ | |||||
* | package ffmpeg: reorder configure options | Tony Theodore | 2013-08-09 | 1 | -11/+11 |
| | |||||
* | package ffmpeg: update and enable libass | Tony Theodore | 2013-08-09 | 1 | -3/+4 |
| | |||||
* | package ffmpeg: enable libxvid for x86_64-w64-mingw32 build | Tony Theodore | 2013-07-31 | 1 | -2/+0 |
| | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | ||||
* | various packages: enable/disable mingw-w64 builds | Tony Theodore | 2013-06-01 | 1 | -1/+3 |
| | |||||
* | update package ffmpeg | Tony Theodore | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Tony Theodore | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | ffmpeg: Update to 1.1.3 | Alexander Kojevnikov | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | ffmpeg: enable opus support | Alexander Kojevnikov | 2013-02-11 | 1 | -2/+3 |
| | |||||
* | Update FFmpeg to 1.1.2 | Alexander Kojevnikov | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | update packages ffmpeg giflib imagemagick | Tony Theodore | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-05-25 | 1 | -1/+2 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-03-23 | 1 | -2/+2 |
| | | | | | | --- src/ffmpeg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | ||||
* | Backed out changeset 0157d0da7b9a | Mark Brand | 2012-03-17 | 1 | -2/+2 |
| | | | | because it accidentally included ffmpeg.mk | ||||
* | update package gnutls src/gnutls* | Mark Brand | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | package ffmpeg: enable avisynth | Martin Lambers | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | update package ffmpeg | Mark Brand | 2012-01-27 | 1 | -2/+2 |
| | |||||
* | update packages ffmpeg gnutls openssl | Mark Brand | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | update package ffmpeg | Mark Brand | 2011-12-12 | 1 | -2/+2 |
| |