comparison src/pixman.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 1095281af973
children 3401c6261852
comparison
equal deleted inserted replaced
4518:c48b41efdcf4 4519:58de4f56c797
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := pixman 4 PKG := pixman
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.34.0 6 $(PKG)_VERSION := 0.34.0
7 $(PKG)_CHECKSUM := a1b1683c1a55acce9d928fea1ab6ceb79142ddc7 7 $(PKG)_CHECKSUM := 367698744e74d6d4f363041482965b9ea7fbe4a5
8 $(PKG)_SUBDIR := pixman-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := pixman-$($(PKG)_VERSION)
9 $(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE) 10 $(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE)
11 $(PKG)_URL_2 := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE) 11 $(PKG)_URL_2 := http://www.x.org/archive/individual/lib/$($(PKG)_FILE)
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://cairographics.org/snapshots/?C=M;O=D' | \ 15 $(WGET) -q -O- 'http://cairographics.org/snapshots/?C=M;O=D' | \
16 $(SED) -n 's,.*"pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \ 16 $(SED) -n 's,.*"pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \