Skip to content

Commit 86e6c21

Browse files
nehebhnyman
authored andcommitted
portaudio: update to 19.7.0
Upstream moved. Also switch to local tarballs for smaller size. Signed-off-by: Rosen Penev <[email protected]>
1 parent b74ca8f commit 86e6c21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sound/portaudio/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=portaudio
11-
PKG_VERSION:=190600_20161030
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=19.7.0
12+
PKG_RELEASE:=1
1313

14-
PKG_SOURCE:=pa_stable_v$(PKG_VERSION).tgz
15-
PKG_SOURCE_URL:=http://www.portaudio.com/archives/
16-
PKG_HASH:=f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513
17-
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
14+
PKG_SOURCE_PROTO:=git
15+
PKG_SOURCE_URL:=https://github.com/PortAudio/portaudio
16+
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
17+
PKG_MIRROR_HASH:=ddfa5d2a9a26d3337d337231c3403497373dfb1259a9ac7a6810db1e6c529f08
1818

1919
PKG_MAINTAINER:=
2020
PKG_LICENSE:=MIT
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/cmake.mk
2828
define Package/portaudio
2929
SECTION:=sound
3030
CATEGORY:=Sound
31-
DEPENDS:=+alsa-lib +libpthread +librt
31+
DEPENDS:=+alsa-lib
3232
TITLE:=Portable cross-platform audio I/O
3333
URL:=http://www.portaudio.com/
3434
endef

0 commit comments

Comments
 (0)