Commit Graph

60 Commits

Author SHA1 Message Date
Tony Theodore 3691ac38b0 x264: use last commit date in update macro 2014-12-03 21:25:25 +11:00
Tony Theodore b672cd8266 update various packages (tested on i686-w64-mingw32.static)
ffmpeg flac gdk-pixbuf glew glib graphicsmagick ilmbase imagemagick
libffi libftdi1 libircclient libmicrohttpd libpaper librsvg libtool
libwebp libxml++ libxml2 mpg123 mxml nlopt oce openblas opencv
opusfile pfstools poco poppler primesieve x264 xine-lib
2014-12-01 23:51:26 +11:00
Timothy Gu 2fa7aeae00 x264: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-07 20:30:18 -07:00
Tony Theodore c950f3635c various packages: enable shared builds 2014-02-10 16:33:26 +11:00
Timothy Gu ccc5d86d0c x264: Avoid circular dependency with ffmpeg
This won't normally be a problem, but when ffmpeg is updated, it uses x264's
library, which has symbol referenced to the old version of ffmpeg.

This is only a work-around. If users need lavf/lsws support, they can manually
remove it from the x264.mk file.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-09-25 20:45:05 -07:00
Tony Theodore 8223297c36 update package x264 2013-08-17 21:11:03 +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 82f84a6fb5 packages libvpx x264: use prefixed yasm 2013-07-13 21:07:36 +10:00
Tony Theodore 7f5a1115b7 package x264: build native version of yasm assembler 2013-07-13 20:22:45 +10:00
Tony Theodore 0441c162af package x264: portability fix for update macro 2013-06-28 00:02:55 +10:00
Ulrich Klauer 290f7af0b8 Update package x264 2013-05-29 10:33:26 +02:00
Tony Theodore 71c06c963b update package x264 2012-12-13 00:02:41 +11: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 e9a53febb8 update packages freetype lame libtool x264 2011-10-19 00:18:31 +02:00
Mark Brand c598179c0f update packages libevent pixman x264 2011-10-12 10:43:03 +02:00
Mark Brand 74ab321b83 update packages ffmpeg x264 2011-10-03 09:21:08 +02:00
Mark Brand b374a63135 update packages libpng x264 2011-09-23 08:51:32 +02:00
Mark Brand da8e8b0263 update packages ffmpeg x264 2011-09-22 08:52:54 +02:00
Mark Brand 9e943586ae update packages exiv2 gnutls imagemagick x264 2011-09-18 23:42:25 +02:00
Mark Brand e31701279d update packages curl imagemagick x264 2011-09-14 01:02:41 +02:00
Mark Brand 74dc68f459 update packages: imagemagick pixman postgresql x264 2011-09-11 11:13:00 +02:00
Mark Brand d490a3bc3c update packages: ffmpeg x264 2011-09-08 09:15:24 +02:00
Mark Brand db9e7501f6 update packages: imagemagick librsvg x264 2011-09-07 16:32:11 +02:00
Mark Brand b96c815a45 update packages: imagemagick openssl x264 2011-09-06 22:24:37 +02:00
Mark Brand 3654576f61 update packages: gnutls imagemagick x264 2011-09-01 16:27:12 +02:00
Mark Brand 64a7421542 binutils glew imagemagick libffi x264 2011-08-28 21:26:01 +02: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 bd3cf69522 update packages: ffmpeg freetype x264 2011-08-01 04:00:16 +02:00
Mark Brand ed6e2fcc88 update packages: binutils x264 2011-06-27 13:39:01 +02:00
Mark Brand 60bc0151b0 update packages curl x264 2011-06-24 09:40:49 +02:00
Mark Brand ad330fab95 update packags: atk glibmm gnutls gst-plugins-base gst-plugins-good gstreamer gtk2 imagemagick x264 2011-06-20 10:40:51 +02:00
Mark Brand 01af1d03c9 update packages: dbus fltk imagemagick x264 2011-06-11 19:05:29 +02:00
Mark Brand 7b8631c5e7 upgrade packages: dbus fltk geos glib gnutls imagemagick lcms libass libevent libgsf pfstools x264 xvidcore xz 2011-06-08 08:53:36 +02:00
Volker Grabsch 9506a12ea1 upgrade packages: glew imagemagick libpaper x264 2011-05-18 03:49:34 +02:00
Mark Brand 47e4da7d06 update packages: cairomm glibmm gst* x264 2011-05-10 13:45:38 +02:00
Mark Brand 004b96aa7d update packages: imagemagick libevent x264 2011-04-28 10:51:44 +02:00
Volker Grabsch 751789f496 upgrade packages: atkmm imagemagick pangomm pixman x264 2011-04-23 19:24:49 +02:00
Volker Grabsch 036a123118 improved version recognition for packages: libpng pixman x264 2011-04-22 16:35:38 +02:00
Mark Brand 675d7f944b update packages imagemagick libsndfile pfstools x264 2011-03-24 09:41:11 +01:00
Volker Grabsch ad412ea7a0 upgrade packages: libpano13 x264 2011-03-14 00:21:05 +01:00
Tony Theodore 0f64133704 package x264: enable win32 threads 2011-03-02 01:01:57 +11:00
Tony Theodore 3bb2b8fcae update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore 2011-03-01 23:09:17 +11:00
Volker Grabsch 6a0fd43ff2 upgrade packages: imagemagick ogg pangomm x264 2010-12-13 14:42:04 +01:00
Volker Grabsch e088e4c390 upgrade packages: freetype gst-plugins-base gst-plugins-good gstreamer imagemagick lcms libusb openssl x264 2010-12-03 00:13:55 +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 bb280a5231 upgrade packages: cairomm curl imagemagick pixman x264 xz 2010-10-27 13:25:41 +02:00