# HG changeset patch # User John W. Eaton # Date 1416413546 18000 # Node ID 4f58c4b4dee011b9b3c8530413dea75f74671e9a # Parent 14869a85249d4e22b886dd83754de79788415478 build libX11 and dependencies diff -r 14869a85249d -r 4f58c4b4dee0 index.html --- a/index.html Tue Nov 25 13:31:45 2014 -0500 +++ b/index.html Wed Nov 19 11:12:26 2014 -0500 @@ -1090,6 +1090,10 @@ cURL + damageproto + damageproto + + dbus dbus @@ -1134,6 +1138,10 @@ file + fixesproto + fixesproto + + flac FLAC @@ -1342,6 +1350,10 @@ Hunspell + ice + ice + + id3lib id3lib @@ -1354,6 +1366,10 @@ ImageMagick + inputproto + inputproto> + + intltool intltool @@ -1382,6 +1398,10 @@ json-c + kbproto + kbproto> + + lame lame @@ -2034,6 +2054,10 @@ + pthread-stubs + pthread-stubs + + pthreads Pthreads-w32 @@ -2074,6 +2098,10 @@ Readline + renderproto + renderproto> + + sdl SDL @@ -2102,6 +2130,10 @@ SDL_ttf + sm + sm + + smpeg smpeg @@ -2214,6 +2246,10 @@ wxWidgets + x11 + X11 + + x264 x264 @@ -2222,10 +2258,50 @@ Xapian-Core + xau + xau + + + xcb + xcb + + + xcb-proto + xcb-proto + + + xdamage + xdamage + + + xdmcp + xdmcp + + xerces Xerces-C++ + xext + xext + + + xextproto + xextproto + + + xfixes + xfixes + + + xf86vidmodeproto + xf86vidmodeproto + + + xft + xft + + xine-lib xine-lib @@ -2234,10 +2310,30 @@ xmlwrapp + xproto + xproto> + + + xrender + xrender + + + xt + xt + + + xtrans + xtrans + + xvidcore xvidcore + xxf86vm + xxf86vm + + xz XZ diff -r 14869a85249d -r 4f58c4b4dee0 src/damageproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/damageproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := damageproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.2.1 +$(PKG)_CHECKSUM := 6df5eccd2914ecb7c24ec0099b477aa5943c22ab +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/default-octave.mk --- a/src/default-octave.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/default-octave.mk Wed Nov 19 11:12:26 2014 -0500 @@ -12,6 +12,9 @@ $(PKG)_FONTCONFIG := fontconfig endif $(PKG)_DEPS := blas arpack curl fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib +ifeq ($(MXE_WINDOWS_BUILD),no) + $(PKG)_DEPS += x11 xext +endif ifeq ($(ENABLE_64),no) $(PKG)_DEPS += qhull endif diff -r 14869a85249d -r 4f58c4b4dee0 src/fixesproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/fixesproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := fixesproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 5.0 +$(PKG)_CHECKSUM := 9efd241f9769fd6eec0cf74f338740a1f80c5885 +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/fltk.mk --- a/src/fltk.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/fltk.mk Wed Nov 19 11:12:26 2014 -0500 @@ -8,14 +8,13 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR)-source.tar.gz $(PKG)_URL := http://fltk.org/pub/fltk/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_DEPS := zlib jpeg libpng ifeq ($(MXE_SYSTEM),mingw) - $(PKG)_DEPS := zlib jpeg libpng pthreads uuid + $(PKG)_DEPS += pthreads uuid +else ifeq ($(MXE_SYSTEM),msvc) + $(PKG)_DEPS += freetype else -ifeq ($(MXE_SYSTEM),msvc) - $(PKG)_DEPS := zlib jpeg libpng freetype -else - $(PKG)_DEPS := zlib jpeg libpng pthreads freetype -endif + $(PKG)_DEPS += pthreads freetype x11 xext xrender xdmcp endif define $(PKG)_UPDATE diff -r 14869a85249d -r 4f58c4b4dee0 src/ghostscript.mk --- a/src/ghostscript.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/ghostscript.mk Wed Nov 19 11:12:26 2014 -0500 @@ -9,6 +9,9 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://downloads.ghostscript.com/public/$($(PKG)_FILE) $(PKG)_DEPS := jpeg lcms libpng tiff zlib +ifeq ($(MXE_WINDOWS_BUILD),no) + $(PKG)_DEPS += x11 xext +endif ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) $(PKG)_DEPS += lcms diff -r 14869a85249d -r 4f58c4b4dee0 src/gl2ps.mk --- a/src/gl2ps.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/gl2ps.mk Wed Nov 19 11:12:26 2014 -0500 @@ -7,7 +7,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)-source $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz $(PKG)_URL := http://geuz.org/$(PKG)/src/$($(PKG)_FILE) -$(PKG)_DEPS := +$(PKG)_DEPS := xft ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) diff -r 14869a85249d -r 4f58c4b4dee0 src/ice.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ice.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := ice +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.0.9 +$(PKG)_CHECKSUM := f16102adcfbc11bb78da4aff7a9cb28009828c9f +$(PKG)_SUBDIR := libICE-$($(PKG)_VERSION) +$(PKG)_FILE := libICE-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := xproto xtrans + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/inputproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/inputproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := inputproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 2.3 +$(PKG)_CHECKSUM := 60ee91839805cb13039e2ffba84279c346b9b2ed +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/kbproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/kbproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := kbproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.0.6 +$(PKG)_CHECKSUM := d2168250175b51cd4d4895541b688ca14ea31d10 +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/octave.mk --- a/src/octave.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/octave.mk Wed Nov 19 11:12:26 2014 -0500 @@ -12,6 +12,9 @@ $(PKG)_FONTCONFIG := fontconfig endif $(PKG)_DEPS := blas arpack curl fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib +ifeq ($(MXE_WINDOWS_BUILD),no) + $(PKG)_DEPS += x11 xext +endif ifeq ($(ENABLE_64),no) $(PKG)_DEPS += qhull endif diff -r 14869a85249d -r 4f58c4b4dee0 src/pthread-stubs.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/pthread-stubs.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := pthread-stubs +$(PKG)_IGNORE := +$(PKG)_VERSION := 0.3 +$(PKG)_CHECKSUM := 7174d6a5f4b158746f020b8fc7a3e3e5438dd233 +$(PKG)_SUBDIR := libpthread-stubs-$($(PKG)_VERSION) +$(PKG)_FILE := libpthread-stubs-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xcb.freedesktop.org/dist/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/qt.mk --- a/src/qt.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/qt.mk Wed Nov 19 11:12:26 2014 -0500 @@ -9,6 +9,9 @@ $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://download.qt-project.org/archives/qt/4.8/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := postgresql freetds openssl zlib libpng jpeg libmng tiff sqlite dbus fontconfig +ifeq ($(MXE_WINDOWS_BUILD),no) + $(PKG)_DEPS += x11 xext xfixes xdmcp xrender xfixes xdamage xt xxf86vm +endif $(PKG)_CONFIGURE_CMD := $(PKG)_CONFIGURE_CROSS_COMPILE_OPTION := diff -r 14869a85249d -r 4f58c4b4dee0 src/renderproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/renderproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := renderproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 0.11 +$(PKG)_CHECKSUM := 69c6cbae5e67d3a47b31dbf4d711607545e1bb05 +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/sm.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/sm.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := sm +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.2.2 +$(PKG)_CHECKSUM := d8ac4f24e6a2783387982828c695f2716e337a13 +$(PKG)_SUBDIR := libSM-$($(PKG)_VERSION) +$(PKG)_FILE := libSM-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := ice xproto xtrans + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/stable-octave.mk --- a/src/stable-octave.mk Tue Nov 25 13:31:45 2014 -0500 +++ b/src/stable-octave.mk Wed Nov 19 11:12:26 2014 -0500 @@ -12,6 +12,9 @@ $(PKG)_FONTCONFIG := fontconfig endif $(PKG)_DEPS := blas arpack curl fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib +ifeq ($(MXE_WINDOWS_BUILD),no) + $(PKG)_DEPS += x11 xext +endif ifeq ($(ENABLE_64),no) $(PKG)_DEPS += qhull endif diff -r 14869a85249d -r 4f58c4b4dee0 src/x11.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/x11.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := x11 +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.6.2 +$(PKG)_CHECKSUM := 351ae5bad88bb2b54b7f749f6096b518a3b13b29 +$(PKG)_SUBDIR := libX11-$($(PKG)_VERSION) +$(PKG)_FILE := libX11-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := inputproto kbproto xcb xextproto xproto xtrans + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xau.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xau.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xau +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.0.8 +$(PKG)_CHECKSUM := 2544aa44737897832d9bf80151f30f7e0bb4f341 +$(PKG)_SUBDIR := libXau-$($(PKG)_VERSION) +$(PKG)_FILE := libXau-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := xproto + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xcb-proto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xcb-proto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xcb-proto +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.11 +$(PKG)_CHECKSUM := dd06c90b17954b96527028e9f5a108fb92cd8694 +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/xcb/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xcb.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xcb.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xcb +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.11 +$(PKG)_CHECKSUM := 69a2f447a10918d005c33a8391492d0443533df7 +$(PKG)_SUBDIR := libxcb-$($(PKG)_VERSION) +$(PKG)_FILE := libxcb-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/xcb/$($(PKG)_FILE) +$(PKG)_DEPS := pthread-stubs xau xcb-proto + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xdamage.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xdamage.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xdamage +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.1.4 +$(PKG)_CHECKSUM := f357e25af6fe05ae76af2acf2250969652f3a1b0 +$(PKG)_SUBDIR := libXdamage-$($(PKG)_VERSION) +$(PKG)_FILE := libXdamage-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := damageproto xfixes fixesproto xextproto x11 + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xdmcp.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xdmcp.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xdmcp +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.1.1 +$(PKG)_CHECKSUM := 62f1a6011df19c0b9ad60cbffd23cb36c0edfb95 +$(PKG)_SUBDIR := libXdmcp-$($(PKG)_VERSION) +$(PKG)_FILE := libXdmcp-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xext.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xext.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xext +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.3.3 +$(PKG)_CHECKSUM := 8e221b6f706c43106a1c8aebe1229d86859d1ebf +$(PKG)_SUBDIR := libXext-$($(PKG)_VERSION) +$(PKG)_FILE := libXext-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := xextproto xproto + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xextproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xextproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xextproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 7.3.0 +$(PKG)_CHECKSUM := f9dd1fa2d8ed6261dee193a8f8f7a61a4cb398ef +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xf86vidmodeproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xf86vidmodeproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xf86vidmodeproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 2.3.1 +$(PKG)_CHECKSUM := b11943e6be5fe8e3c651bd220dc1d2d3ebdd9c92 +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xfixes.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xfixes.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xfixes +$(PKG)_IGNORE := +$(PKG)_VERSION := 5.0.1 +$(PKG)_CHECKSUM := 88e9fe9c3288feb5362fe97fa7ae534f724b75e3 +$(PKG)_SUBDIR := libXfixes-$($(PKG)_VERSION) +$(PKG)_FILE := libXfixes-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := fixesproto xextproto xproto x11 + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xft.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xft.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xft +$(PKG)_IGNORE := +$(PKG)_VERSION := 2.3.2 +$(PKG)_CHECKSUM := 0568a360a9f3ca97bdcdaf61535bf9d0bdae80db +$(PKG)_SUBDIR := libXft-$($(PKG)_VERSION) +$(PKG)_FILE := libXft-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/releases/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := kbproto xrender fontconfig freetype + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xproto.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xproto.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xproto +$(PKG)_IGNORE := +$(PKG)_VERSION := 7.0.26 +$(PKG)_CHECKSUM := e258c9961944979fbd26e3b04ab108e88e01f4e0 +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/proto/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xrender.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xrender.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xrender +$(PKG)_IGNORE := +$(PKG)_VERSION := 0.9.8 +$(PKG)_CHECKSUM := 6fa642737be327cd7166995a626d429669e16a76 +$(PKG)_SUBDIR := libXrender-$($(PKG)_VERSION) +$(PKG)_FILE := libXrender-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := xproto renderproto + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xt.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xt.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xt +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.1.4 +$(PKG)_CHECKSUM := a691f0ddf664e21b12781ea0724297cd063a3452 +$(PKG)_SUBDIR := libXt-$($(PKG)_VERSION) +$(PKG)_FILE := libXt-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := sm ice x11 xproto kbproto + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xtrans.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xtrans.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,29 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xtrans +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.3.5 +$(PKG)_CHECKSUM := 0e94776e31fd29e323edc7f2a8ee10794d63c24c +$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + + mv '$(3)/$(HOST_PREFIX)/share/pkgconfig/xtrans.pc' '$(HOST_PREFIX)/lib/pkgconfig/xtrans.pc' + endef +endif diff -r 14869a85249d -r 4f58c4b4dee0 src/xxf86vm.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/xxf86vm.mk Wed Nov 19 11:12:26 2014 -0500 @@ -0,0 +1,27 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := xxf86vm +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.1.3 +$(PKG)_CHECKSUM := a66a298471f33ba7d63bc76db14fdb3f89319a20 +$(PKG)_SUBDIR := libXxf86vm-$($(PKG)_VERSION) +$(PKG)_FILE := libXxf86vm-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) +$(PKG)_DEPS := xproto x11 xextproto xext xf86vidmodeproto + +ifeq ($(MXE_WINDOWS_BUILD),yes) + define $(PKG)_BUILD + endef +else + define $(PKG)_BUILD + mkdir '$(1)/.build' + cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ + $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ + --prefix='$(HOST_PREFIX)' \ + && $(CONFIGURE_POST_HOOK) + + $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' + endef +endif