Commit Graph

72 Commits

Author SHA1 Message Date
Timothy Gu fdeba88aed ffmpeg: update to 2.1.3
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-02-23 13:23:18 -08:00
Tony Theodore c950f3635c various packages: enable shared builds 2014-02-10 16:33:26 +11:00
Tony Theodore 04862bc8d9 package ffmpeg: fix ignored version 2014-01-31 15:20:13 +11:00
Tuukka Pasanen 8cab39c2a5 package ffmpeg: Update target now handle FFmpeg 2.x versions 2014-01-28 16:05:17 +11:00
Tuukka Pasanen 52742529c7 package ffmpeg: New version 2.1.1 2014-01-28 16:05:10 +11:00
Tony Theodore 59c940ea69 Merge pull request #296 from TimothyGu/libnut
Delete package libnut
2014-01-01 19:59:07 -08:00
Timothy Gu df966e3d2a Delete package libnut
It is buggy and is abandoned by upstream.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-12-30 20:06:20 -08:00
Timothy Gu cd34cd312e ffmpeg: enable libavresample building
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-12-29 11:47:58 -08:00
Tony Theodore dad82d24be package ffmpeg: use $(SORT) variable 2013-12-04 13:16:09 +11:00
Timothy Gu fb1e8ef311 ffmpeg: update to 1.2.4
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-11-29 14:30:34 -08:00
Timothy Gu c5c5f658b6 ffmpeg: grep 1.2.* releases in update macro
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-11-29 14:30:34 -08:00
Timothy Gu f0966f2dcc Revert "package ffmpeg: disable libnut on i686-pc-mingw32"
This reverts commit fc46813219.

Some how I forgot to do this during #258.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-11-23 16:32:55 -08:00
Tony Theodore fc46813219 package ffmpeg: disable libnut on i686-pc-mingw32 2013-10-19 21:57:42 +11:00
Tony Theodore 58f8d06d3f package ffmpeg: add libnut dependency 2013-10-05 17:33:23 +10:00
Timothy Gu 01f0412853 Add libnut package and use it for ffmpeg
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-09-28 14:00:14 -07:00
Tony Theodore 385a4f20e3 Merge branch 'master' of github.com:TimothyGu/mxe into TimothyGu-master
Conflicts:
	src/ffmpeg.mk
2013-09-08 01:01:06 +10:00
Tony Theodore d7037cb178 package ffmpeg: ignore version 2.x 2013-09-08 00:56:08 +10:00
Tony Theodore ad87e8efc9 Revert "update package ffmpeg" - 2.x series breaks xine-lib
This reverts commit d2707b996d.
2013-09-08 00:54:01 +10:00
Niels Kristian Bech Jensen d2707b996d update package ffmpeg 2013-09-07 23:17:14 +10:00
Timothy Gu 98184869ff Add vo-amrwbenc package and enable it for ffmpeg
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-09-02 13:21:29 -07:00
Timothy Gu 54917e678b Update package ffmpeg 2013-09-01 20:08:17 -07:00
Timothy Gu f5626edd35 Add vo-aacenc package and use it for ffmpeg 2013-09-01 20:05:55 -07:00
Tony Theodore bb8ecde41e package ffmpeg: reorder configure options 2013-08-09 15:39:20 +10:00
Tony Theodore 4ce20a2997 package ffmpeg: update and enable libass 2013-08-09 15:34:51 +10:00
Tony Theodore fa1f7d8082 package ffmpeg: enable libxvid for x86_64-w64-mingw32 build 2013-08-01 00:31:58 +10:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
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)
2013-07-22 01:41:31 +02:00
Tony Theodore 5390e5203e various packages: enable/disable mingw-w64 builds 2013-06-01 22:28:04 +10:00
Tony Theodore 2593013cca update package ffmpeg 2013-05-12 21:44:51 +10:00
Tony Theodore d45ca424ab update package ffmpeg 2013-03-29 20:30:31 +11:00
Alexander Kojevnikov 96ebe3dd95 ffmpeg: Update to 1.1.3 2013-02-23 14:51:36 -08:00
Alexander Kojevnikov 4a10787c2a ffmpeg: enable opus support 2013-02-11 10:01:46 -08:00
Alexander Kojevnikov 1436d3b46a Update FFmpeg to 1.1.2 2013-02-11 09:40:11 -08:00
Mark Brand 5e2342b9ca update package ffmpeg 2013-01-23 10:57:18 +01:00
Tony Theodore 4a590bec2f update packages ffmpeg giflib imagemagick 2013-01-08 01:10:18 +11:00
Mark Brand 1d75ec4e21 update package ffmpeg 2012-12-06 15:13:18 +01:00
Mark Brand e81c9020e5 update package ffmpeg 2012-09-28 09:42:05 +02:00
Mark Brand ab914eac5d update package ffmpeg 2012-09-19 09:36:06 +02:00
Mark Brand 0d18e54560 update package ffmpeg 2012-06-08 11:49:44 +02:00
Mark Brand d9e6a2b47c update package ffmpeg 2012-05-25 23:52:20 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Mark Brand 8e4fa10901 update package ffmpeg 2012-05-06 11:23:13 +02:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand 347fc2665f update package ffmpeg
---
 src/ffmpeg.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2012-03-23 16:04:37 +01:00
Mark Brand d484a7224c Backed out changeset 0157d0da7b9a
because it accidentally included ffmpeg.mk
2012-03-17 16:50:13 +01:00
Mark Brand 6e75b1e133 update package gnutls src/gnutls* 2012-03-17 16:44:02 +01:00
Martin Lambers 88863f6a3f package ffmpeg: enable avisynth 2012-01-31 09:06:46 +01:00
Mark Brand a8045af868 update package ffmpeg 2012-01-27 09:46:25 +01:00