Commit Graph

40 Commits

Author SHA1 Message Date
Lothar Serra Mari 7c93a8ff2e libvpx: bump version to 1.8.2 2020-06-03 13:39:52 +10:00
Viktor Szakats e467d9d1ec Secure URLs 2018-07-31 22:49:26 +10:00
Viktor Szakats b9a47e838a Secure URLs 2018-07-27 12:18:03 +10:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Timothy Gu cbe1c8f46c libaacs, libass, libbluray, libvpx: update
libass fix from Tony Theodore <tonyt@logyst.com>

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2016-01-06 18:47:27 +11:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Timothy Gu 7124e13dcd libvpx: Update 2015-06-18 20:24:44 -07:00
Mark Brand 6947d3245f itk libdca libvpx openscenegraph: gcc 5 compatibility 2015-04-23 23:10:46 +02:00
Timothy Gu 7d265e6f70 Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:42:11 +00:00
Timothy Gu 38324ce8de libvpx: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-07 20:29:43 -07:00
Tony Theodore 7d7dd227db packages gcc libvpx openssl portaudio: use escaped substitution style
prompted by sample package recipe on @TimothyGu's wiki
2014-02-18 14:04:23 +11:00
Timothy Gu c561942a2e Update checksum of libvpx
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-10-14 18:54:30 -07:00
Julien Noblet 50e87ec6d4 Update package libvpx 2013-10-12 18:49:16 +02:00
Timothy Gu d21f215f48 Update package libvpx
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-09-05 14:31:56 -07: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 82f84a6fb5 packages libvpx x264: use prefixed yasm 2013-07-13 21:07:36 +10:00
Tony Theodore 5390e5203e various packages: enable/disable mingw-w64 builds 2013-06-01 22:28:04 +10:00
Mark Brand 2613e25a91 package libvpx: add missing pthreads DEP 2012-05-27 22:13:33 +02:00
Mark Brand 4af77b6db2 update package libvpx 2012-05-22 14:50:34 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10: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 d3fc5e9ed1 update package libvpx 2012-01-28 00:36:11 +01:00
Mark Brand dd4801aa72 update packages: gdb imagemagick libevent libvpx x264 2011-08-25 14:03:10 +02:00
Mark Brand 316ef1dbeb update packages: imagemagick libiconv libvpx ogg pango x264 2011-08-09 14:46:30 +02:00
Mark Brand e5d51f8790 update packages: glib gst-plugins-good libsigc++ libvpx 2011-03-09 23:57:47 +01:00
Mark Brand 0d20234f54 remove $($PKG)_SUBDIR) from FILE and URL defintions
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.
2010-12-12 01:16:13 +01:00
Volker Grabsch a7525b5645 upgrade packages: atkmm gdal gdk-pixbuf glew glib gtk imagemagick lapack librsvg libvpx libxml2 ogg pixman vorbis x264 2010-11-28 19:07:21 +01:00
Volker Grabsch c988d7fac7 bugfix: don't build the docs of package libvpx 2010-10-22 23:32:45 +02:00
Tony Theodore c85bc193b5 upgrade packages libvpx and x264 2010-10-04 07:43:25 +11:00
Tony Theodore e9df64eff1 misc fixes for libvpx and x264 2010-10-04 07:16:17 +11:00
Tony Theodore e33e533f4e improve coding style of ffmpeg and dependencies 2010-09-20 22:39:37 +10:00
Tony Theodore 35e062043a improve libvpx: use $(TARGET) instead of i686-pc-mingw32 2010-09-20 22:24:47 +10:00
Di Appoggio b20525341f new packages: faac, faad2, ffmpeg, lame, libvpx, opencore-amr, x264 2010-09-20 22:04:43 +10:00