File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
include $(TOPDIR ) /rules.mk
9
9
10
10
PKG_NAME: =portaudio
11
- PKG_VERSION: =190600_20161030
12
- PKG_RELEASE: =2
11
+ PKG_VERSION: =19.7.0
12
+ PKG_RELEASE: =1
13
13
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
18
18
19
19
PKG_MAINTAINER: =
20
20
PKG_LICENSE: =MIT
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/cmake.mk
28
28
define Package/portaudio
29
29
SECTION:=sound
30
30
CATEGORY:=Sound
31
- DEPENDS:=+alsa-lib +libpthread +librt
31
+ DEPENDS:=+alsa-lib
32
32
TITLE:=Portable cross-platform audio I/O
33
33
URL:=http://www.portaudio.com/
34
34
endef
You can’t perform that action at this time.
0 commit comments