summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* | update package ffmpegNiels Kristian Bech Jensen2013-09-071-2/+2
|/
* package ffmpeg: reorder configure optionsTony Theodore2013-08-091-11/+11
|
* package ffmpeg: update and enable libassTony Theodore2013-08-091-3/+4
|
* package ffmpeg: enable libxvid for x86_64-w64-mingw32 buildTony Theodore2013-07-311-2/+0
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-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 buildsTony Theodore2013-06-011-1/+3
|
* update package ffmpegTony Theodore2013-05-121-1/+1
|
* update package ffmpegTony Theodore2013-03-291-1/+1
|
* ffmpeg: Update to 1.1.3Alexander Kojevnikov2013-02-231-1/+1
|
* ffmpeg: enable opus supportAlexander Kojevnikov2013-02-111-2/+3
|
* Update FFmpeg to 1.1.2Alexander Kojevnikov2013-02-111-1/+1
|
* update package ffmpegMark Brand2013-01-231-1/+1
|
* update packages ffmpeg giflib imagemagickTony Theodore2013-01-071-1/+1
|
* update package ffmpegMark Brand2012-12-061-1/+1
|
* update package ffmpegMark Brand2012-09-281-1/+1
|
* update package ffmpegMark Brand2012-09-191-1/+1
|
* update package ffmpegMark Brand2012-06-081-1/+1
|
* update package ffmpegMark Brand2012-05-251-1/+2
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* update package ffmpegMark Brand2012-05-061-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* update package ffmpegMark Brand2012-03-231-2/+2
| | | | | | --- src/ffmpeg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* Backed out changeset 0157d0da7b9aMark Brand2012-03-171-2/+2
| | | | because it accidentally included ffmpeg.mk
* update package gnutls src/gnutls*Mark Brand2012-03-171-2/+2
|
* package ffmpeg: enable avisynthMartin Lambers2012-01-311-0/+1
|
* update package ffmpegMark Brand2012-01-271-2/+2
|
* update packages ffmpeg gnutls opensslMark Brand2012-01-051-2/+2
|
* update package ffmpegMark Brand2011-12-121-2/+2
|
* upgrade package ffmpegMark Brand2011-11-211-2/+2
|
* update package ffmpegMark Brand2011-11-051-2/+2
|
* update packages ffmpeg x264Mark Brand2011-10-031-2/+2
|
* update packages ffmpeg x264Mark Brand2011-09-221-2/+2
|
* update packages: ffmpeg x264Mark Brand2011-09-081-2/+2
|
* update packags: ffmpeg libsamplerate openscenegraphMark Brand2011-08-191-2/+2
|
* update packages: ffmpeg freetype x264Mark Brand2011-08-011-2/+2
|
* upgrade package ffmpegMark Brand2011-07-111-2/+2
|
* update package ffmpegMark Brand2011-04-271-2/+2
|
* upgrade package: ffmpegVolker Grabsch2011-04-231-4/+5
|
* update package ffmpegMark Brand2011-03-261-2/+2
|
* remove $($PKG)_SUBDIR) from FILE and URL defintionsMark Brand2010-12-121-1/+1
| | | | | | For now this means a bit of duplication, but if the remaining references to SUBDIR can be dealt with, we should be able to get rid of the SUBDIR defintion altogether.
* re-enable GPL and GPLv3 parts of package ffmpegVolker Grabsch2010-12-081-2/+2
|
* remove non-free package faacVolker Grabsch2010-12-081-2/+2
|
* disable non-free and copylefted parts of package ffmpegVolker Grabsch2010-12-071-4/+4
|
* add alternative download URL for package ffmpegVolker Grabsch2010-10-221-0/+1
|
* upgrade package ffmpegVolker Grabsch2010-10-221-3/+3
|
* improve coding style of ffmpeg and dependenciesTony Theodore2010-09-201-23/+23
|
* improve ffmpeg: move link creation to respective packagesTony Theodore2010-09-201-4/+0
|