Skip to content

Commit

Permalink
audio/libmysofa: Update to 1.3.1
Browse files Browse the repository at this point in the history
No functional changes. Previously included build fixes were
just released under a new tag.

Add STATIC option to toggle the static library build. Enabled by
default as before. Addresses wanting to disable static library in [1].

https://github.com/hoene/libmysofa/releases/tag/v1.3.1

PR:		266856 [1]
Reported by:	diizzy [1]
  • Loading branch information
BSDKaffee committed Oct 9, 2022
1 parent 66e591b commit d0c3e85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions audio/libmysofa/Makefile
@@ -1,7 +1,6 @@
PORTNAME= libmysofa
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0-1
DISTVERSIONSUFFIX= -g7aa1a10
DISTVERSION= 1.3.1
CATEGORIES= audio

MAINTAINER= jhale@FreeBSD.org
Expand All @@ -21,9 +20,12 @@ CPE_VENDOR= symonics
USE_GITHUB= yes
GH_ACCOUNT= hoene

OPTIONS_DEFINE= TEST
OPTIONS_DEFINE= STATIC TEST
OPTIONS_DEFAULT= STATIC
OPTIONS_SUB= yes

STATIC_CMAKE_BOOL= BUILD_STATIC_LIBS

TEST_BUILD_DEPENDS= cunit>0:devel/cunit
TEST_CMAKE_BOOL= BUILD_TESTS
TEST_TEST_TARGET= test
Expand Down
6 changes: 3 additions & 3 deletions audio/libmysofa/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665114471
SHA256 (hoene-libmysofa-v1.3.0-1-g7aa1a10_GH0.tar.gz) = e30814fa5383399d5aa1538276d56f73518afd2dcedb86e71d1ae56250bb016e
SIZE (hoene-libmysofa-v1.3.0-1-g7aa1a10_GH0.tar.gz) = 208117401
TIMESTAMP = 1665316926
SHA256 (hoene-libmysofa-v1.3.1_GH0.tar.gz) = a8a8cbf7b0b2508a6932278799b9bf5c63d833d9e7d651aea4622f3bc6b992aa
SIZE (hoene-libmysofa-v1.3.1_GH0.tar.gz) = 208117352
2 changes: 1 addition & 1 deletion audio/libmysofa/pkg-plist
@@ -1,6 +1,6 @@
%%TEST%%bin/mysofa2json
include/mysofa.h
lib/libmysofa.a
%%STATIC%%lib/libmysofa.a
lib/libmysofa.so
lib/libmysofa.so.1
lib/libmysofa.so.1.3.0
Expand Down

0 comments on commit d0c3e85

Please sign in to comment.