Skip to content

Commit

Permalink
audio/rtaudio: Update 5.2.0 → 6.0.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 22, 2023
1 parent 03b6e24 commit 79d4044
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions audio/rtaudio/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rtaudio
DISTVERSION= 5.2.0
PORTREVISION= 2
DISTVERSION= 6.0.0
CATEGORIES= audio

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -9,12 +8,16 @@ WWW= https://github.com/thestk/rtaudio

LICENSE= MIT

USES= cmake compiler:c++11-lang libtool pkgconfig
USES= cmake:testing compiler:c++11-lang libtool pkgconfig
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= thestk

CXXFLAGS+= -I${STAGEDIR}${PREFIX}/include/rtaudio # hack for tests

CMAKE_TESTING_ON= RTAUDIO_BUILD_TESTING # tests fail to compile, see https://github.com/thestk/rtaudio/issues/403

OPTIONS_MULTI= AUDIO_BACKEND
OPTIONS_MULTI_AUDIO_BACKEND= ALSA JACK OSS PULSEAUDIO
OPTIONS_DEFAULT= PULSEAUDIO # default should probably be OSS, but it appears to be broken
Expand Down
6 changes: 3 additions & 3 deletions audio/rtaudio/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1644042597
SHA256 (thestk-rtaudio-5.2.0_GH0.tar.gz) = a8d9c738addffd485c3f0bab14cbba72600267e3113f274398c67829bbb49332
SIZE (thestk-rtaudio-5.2.0_GH0.tar.gz) = 247110
TIMESTAMP = 1690008009
SHA256 (thestk-rtaudio-6.0.0_GH0.tar.gz) = bbd637a45ab54ba999883410b9bdd84529c3ac894aee9a68fc3b9a6f0686b9fb
SIZE (thestk-rtaudio-6.0.0_GH0.tar.gz) = 254640
2 changes: 1 addition & 1 deletion audio/rtaudio/pkg-plist
Expand Up @@ -2,7 +2,7 @@ include/rtaudio/RtAudio.h
include/rtaudio/rtaudio_c.h
lib/librtaudio.so
lib/librtaudio.so.6
lib/librtaudio.so.6.0.2
lib/librtaudio.so.6.0.0
libdata/pkgconfig/rtaudio.pc
%%DATADIR%%/RtAudioConfig-version.cmake
%%DATADIR%%/RtAudioConfig.cmake
Expand Down

0 comments on commit 79d4044

Please sign in to comment.