summaryrefslogtreecommitdiffstats
path: root/src/gstreamer.mk
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer and plugins: downgrade to stable series and adjust update macroTony Theodore2014-05-111-4/+4
|
* Revert "update package gstreamer and plugins"Tony Theodore2014-05-111-2/+2
| | | | This reverts commit 3d7cce8ce78d42c493d9de5e5e8c630d7db1c875.
* update package gstreamer and pluginsTony Theodore2014-05-091-2/+2
|
* many packages: explicitly disable shared buildsTony Theodore2014-04-061-0/+2
| | | | closes #369
* update package gstreamer and pluginsNiels Kristian Bech Jensen2014-01-281-2/+2
|
* update package gstreamer and pluginsTony Theodore2013-11-111-2/+2
|
* update package gstreamer and pluginsNiels Kristian Bech Jensen2013-09-071-2/+2
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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)
* update package gstreamer and pluginsTony Theodore2013-06-231-1/+1
|
* various packages: enable/disable mingw-w64 buildsTony Theodore2013-06-011-1/+2
|
* update package gstreamer and pluginsNiels Kristian Bech Jensen2013-04-281-1/+1
|
* update package gstreamer and pluginsTony Theodore2013-03-291-1/+1
|
* update package gstreamer and pluginsTony Theodore2013-02-141-1/+1
|
* update package gstreamer and pluginsTony Theodore2013-01-051-1/+1
|
* update package gstreamer and pluginsTony Theodore2012-12-081-1/+1
|
* packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versionsMark Brand2012-06-181-1/+1
|
* update packages gstreamer gst-plugins-base gst-plugins-goodMark Brand2012-06-181-2/+3
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* update packags: atk glibmm gnutls gst-plugins-base gst-plugins-good ↵Mark Brand2011-06-201-2/+2
| | | | gstreamer gtk2 imagemagick x264
* update packages: gnutls gstreamerMark Brand2011-05-141-2/+2
|
* update packages: cairomm glibmm gst* x264Mark Brand2011-05-101-2/+2
|
* packages gstreamer gst-plugins-base gst-plugins-good: tidy upMark Brand2011-01-221-2/+0
|
* upgrade packages gstreamer gst-plugins-base gst-plugins-goodMark Brand2011-01-221-2/+2
|
* portability fix for package gstreamer and plugins using upstream patchesTony Theodore2010-12-051-0/+2
|
* revert previous portability hackTony Theodore2010-12-051-1/+0
|
* portability fix for package gstreamer and pluginsTony Theodore2010-12-031-0/+1
| | | | | | | | | Recent autotools macro (or gstreamer specific?) AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO introduces an extraneous dot that fails on FreeBSD. Use $(SED) replacement to fix ./configure as a proper fix requires too much knowledge of autotools/gstreamer internals.
* upgrade packages: freetype gst-plugins-base gst-plugins-good gstreamer ↵Volker Grabsch2010-12-021-2/+2
| | | | imagemagick lcms libusb openssl x264
* upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent ↵Mark Brand2010-08-291-2/+2
| | | | | | libgcrypt pcre sqlite w32api New requirement XZ Utils for unpacking w32api lzma archive.
* upgrade packages boost gdal glew gst-plugins-base gstreamer gtk libgpg_error ↵Mark Brand2010-05-111-2/+2
| | | | libgsf libpng librsvg libunistring taglib
* upgrade packages gstreamer gst-plugins-base gst-plugins-goodMark Brand2010-04-161-2/+2
| | | | previously used patch is now in gst-plugins-good
* bugfix: use the correct glib-* tools in packages gstreamer, gst-plugins-base ↵Volker Grabsch2010-02-231-0/+2
| | | | and gst-plugins-good
* implemented version recognition and corrected website URLs for packages ↵Volker Grabsch2010-02-231-2/+4
| | | | gst-plugins-base, gst-plugins-good, gstreamer, liboil and libshout
* new packages: liboil, libshout, gstreamer, gst-plugins-base and gst-plugins-goodMark Brand2010-02-211-0/+32