audio/rtaudio: Update 5.0.0 -> 5.1.0
Reported by: portscout
This commit is contained in:
parent
6903452519
commit
3c6e575d96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500783
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rtaudio
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 5.0.0
|
||||
DISTVERSION= 5.1.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -14,6 +13,7 @@ USES= autoreconf libtool pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= thestk
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1509775215
|
||||
SHA256 (thestk-rtaudio-v5.0.0_GH0.tar.gz) = 14d1936c88585cacf081a896438f04f158c115c0fc9eec9364214040c4328376
|
||||
SIZE (thestk-rtaudio-v5.0.0_GH0.tar.gz) = 211279
|
||||
TIMESTAMP = 1556954589
|
||||
SHA256 (thestk-rtaudio-5.1.0_GH0.tar.gz) = 42242eb0db5902166a38530c242567294510f57be22754cfafe31ed1f35b76bf
|
||||
SIZE (thestk-rtaudio-5.1.0_GH0.tar.gz) = 226721
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.ac.orig 2017-11-04 06:06:02 UTC
|
||||
+++ configure.ac
|
||||
@@ -142,7 +142,7 @@ case $host in
|
||||
AS_IF([test "$api" == ""], [
|
||||
AC_MSG_RESULT(using OSS)
|
||||
api="$api -D__LINUX_OSS__"
|
||||
- LIBS="$LIBS -lossaudio"
|
||||
+ LIBS="$LIBS"
|
||||
AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtAudio requires the pthread library!))])
|
||||
;;
|
||||
|
@ -1,6 +1,6 @@
|
||||
include/rtaudio/RtAudio.h
|
||||
lib/librtaudio.a
|
||||
include/rtaudio/rtaudio_c.h
|
||||
lib/librtaudio.so
|
||||
lib/librtaudio.so.6
|
||||
lib/librtaudio.so.6.0.0
|
||||
lib/librtaudio.so.6.0.1
|
||||
libdata/pkgconfig/rtaudio.pc
|
||||
|
Loading…
Reference in New Issue
Block a user