Commit Graph

26 Commits

Author SHA1 Message Date
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