Commit Graph

59 Commits

Author SHA1 Message Date
Tony Theodore ed85653f05 gstreamer and plugins: update 1.16.1 --> 1.16.2 2020-06-21 23:43:09 +10:00
Mark Brand ab0c104f21 update: freetds, gstreamer, poppler, vmime 2019-09-23 23:33:51 +02:00
Tony Theodore 1cbef6899b gstreamer and plugins: update 1.14.4 --> 1.16.0 2019-04-22 17:51:00 +10:00
Jonas Kvinge 3e0327ba44 Update gstreamer 2018-11-20 10:19:21 +01:00
Jonas Kvinge bde8696242 Update gstreamer 2018-09-23 23:13:16 +02:00
Jonas Kvinge f729f24739 Update to GStreamer 1.14.0 (#2111) 2018-05-22 13:14:20 +10:00
Tony Theodore 1dd0df1f9a update gstreamer and plugins 2018-03-04 19:06:07 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Mark Brand 8f1a0d021e fix some update macros 2017-12-16 12:54:18 +01:00
Pavel Vatagin d1c1842630 update gstreamer 2017-10-08 13:38:59 +03:00
Pavel Vatagin 024f3ef554 install gstreamer dll plugins to separate directory 2017-07-24 12:28:46 +03:00
Tony Theodore 39a42c68b0 liboil libshout gstreamer and plugins: remove options now in MXE_DISABLE_DOC_OPTS 2017-07-20 20:31:36 +10:00
Pavel Vatagin d944eeca1a update gstreamer 2017-07-15 23:59:43 +03:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Pavel Vatagin c9e6bee8e7 fix moving gstreamer dlls (#1288) 2017-01-03 01:00:44 +03: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
Tony Theodore cc102cf94b gstreamer and plugins: update 1.4.5 --> 1.6.2 and enable shared 2016-01-12 19:41:40 +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
Tony Theodore 368bab3acb gstreamer and plugins: update 1.4.4 --> 1.4.5 2015-08-25 20:54:20 +10:00
Tony Theodore e7733f274c gstreamer and plugins: update 2014-12-01 22:40:35 +11:00
Tony Theodore 6ecce732a5 gstreamer and plugins: downgrade to stable series and adjust update macro 2014-05-11 21:03:02 +10:00
Tony Theodore 2e55129874 Revert "update package gstreamer and plugins"
This reverts commit 3d7cce8ce7.
2014-05-11 17:35:58 +10:00
Tony Theodore 3d7cce8ce7 update package gstreamer and plugins 2014-05-10 02:44:32 +10:00
Tony Theodore 8de0584a23 many packages: explicitly disable shared builds
closes #369
2014-04-06 23:18:24 +10:00
Niels Kristian Bech Jensen aaa43ae49e update package gstreamer and plugins 2014-01-29 01:45:08 +11:00
Tony Theodore 9406cd8631 update package gstreamer and plugins 2013-11-12 02:58:25 +11:00
Niels Kristian Bech Jensen cea2461673 update package gstreamer and plugins 2013-09-07 23:19:28 +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 84e5403f10 update package gstreamer and plugins 2013-06-23 20:44:23 +10:00
Tony Theodore 5390e5203e various packages: enable/disable mingw-w64 builds 2013-06-01 22:28:04 +10:00
Niels Kristian Bech Jensen b6cfcf3b14 update package gstreamer and plugins 2013-04-28 15:41:37 +10:00
Tony Theodore 8161ff02c9 update package gstreamer and plugins 2013-03-29 16:01:45 +11:00
Tony Theodore 7f80a86850 update package gstreamer and plugins 2013-02-14 22:08:36 +11:00
Tony Theodore bbaa2d5fdc update package gstreamer and plugins 2013-01-05 23:27:47 +11:00
Tony Theodore 5b8a11f1e5 update package gstreamer and plugins 2012-12-08 23:29:03 +11:00
Mark Brand 664374d83f packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions 2012-06-18 22:23:26 +02:00
Mark Brand 7b732afca3 update packages gstreamer gst-plugins-base gst-plugins-good 2012-06-18 22:06:56 +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 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 9c6c22ae32 update packages: gnutls gstreamer 2011-05-14 12:01:50 +02:00
Mark Brand 47e4da7d06 update packages: cairomm glibmm gst* x264 2011-05-10 13:45:38 +02:00
Mark Brand 31b20a7914 packages gstreamer gst-plugins-base gst-plugins-good: tidy up 2011-01-22 23:31:41 +01:00
Mark Brand 05bfe422c0 upgrade packages gstreamer gst-plugins-base gst-plugins-good 2011-01-22 22:30:13 +01:00
Tony Theodore e059b07427 portability fix for package gstreamer and plugins using upstream patches 2010-12-05 22:14:01 +11:00