comparison src/xrender.mk @ 4519:58de4f56c797

update most X11 packages to latest version and to use tar.bz2 files
author John W. Eaton <jwe@octave.org>
date Thu, 19 Oct 2017 17:11:27 -0400
parents 4f58c4b4dee0
children
comparison
equal deleted inserted replaced
4518:c48b41efdcf4 4519:58de4f56c797
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := xrender 4 PKG := xrender
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.9.8 6 $(PKG)_VERSION := 0.9.10
7 $(PKG)_CHECKSUM := 6fa642737be327cd7166995a626d429669e16a76 7 $(PKG)_CHECKSUM := d55106de9260c2377c19d271d9b677744a6c7e81
8 $(PKG)_SUBDIR := libXrender-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libXrender-$($(PKG)_VERSION)
9 $(PKG)_FILE := libXrender-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libXrender-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.x.org/archive/individual/lib/$($(PKG)_FILE)
11 $(PKG)_DEPS := xproto renderproto 11 $(PKG)_DEPS := xproto renderproto
12 12
13 ifeq ($(MXE_WINDOWS_BUILD),yes) 13 ifeq ($(MXE_WINDOWS_BUILD),yes)
14 define $(PKG)_BUILD 14 define $(PKG)_BUILD
15 endef 15 endef