comparison src/portaudio.mk @ 4300:90a5bdf9f501

portaudio: update to v19.6 * src/portaudio-1-win32.patch: updated patch * src/portaudio.mk: update version, checksum
author John D
date Fri, 30 Dec 2016 08:53:44 -0500
parents f96ff976ede7
children 843dc4524892
comparison
equal deleted inserted replaced
4299:920efecee003 4300:90a5bdf9f501
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 := portaudio 4 PKG := portaudio
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 19_20140130 6 $(PKG)_VERSION := 190600_20161030
7 $(PKG)_CHECKSUM := 526a7955de59016a06680ac24209ecb6ce05527d 7 $(PKG)_CHECKSUM := 56c596bba820d90df7d057d8f6a0ec6bf9ab82e8
8 $(PKG)_SUBDIR := portaudio 8 $(PKG)_SUBDIR := portaudio
9 $(PKG)_FILE := pa_stable_v$($(PKG)_VERSION).tgz 9 $(PKG)_FILE := pa_stable_v$($(PKG)_VERSION).tgz
10 $(PKG)_URL := http://www.portaudio.com/archives/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.portaudio.com/archives/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12