From nobody Sun Nov 14 20:32:36 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 62E4F1855034; Sun, 14 Nov 2021 20:32:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HskXN2MfBz3p3H; Sun, 14 Nov 2021 20:32:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E7A84CB6; Sun, 14 Nov 2021 20:32:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AEKWaxf008203; Sun, 14 Nov 2021 20:32:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AEKWamV008202; Sun, 14 Nov 2021 20:32:36 GMT (envelope-from git) Date: Sun, 14 Nov 2021 20:32:36 GMT Message-Id: <202111142032.1AEKWamV008202@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 6f050c504f71 - main - audio/audacity: Update to 3.1.1 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6f050c504f7193f676f9670a137be71352716a65 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f050c504f7193f676f9670a137be71352716a65 commit 6f050c504f7193f676f9670a137be71352716a65 Author: Jack AuthorDate: 2021-11-14 20:31:05 +0000 Commit: Rainer Hurling CommitDate: 2021-11-14 20:31:05 +0000 audio/audacity: Update to 3.1.1 Hotfix release [1]: - Fixed FFMPEG imports only importing the left channel - Improved Audacity's performance when many clips are present - Fixed a crash with detach at silences - Fixed clip name corruption when applying effects to adjacent clips - Fixed a crash with the time shift commands - Fixed custom themes not working [1] https://github.com/audacity/audacity/releases/tag/Audacity-3.1.1 PR: 259812 --- audio/audacity/Makefile | 2 +- audio/audacity/distinfo | 6 +++--- .../audacity/files/patch-cmake-proxies_libsoxr_CMakeLists.txt | 10 ---------- audio/audacity/files/patch-lib-src_portmixer_CMakeLists.txt | 11 ----------- 4 files changed, 4 insertions(+), 25 deletions(-) diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 8e774bd4d635..0a492c52f6fc 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -2,7 +2,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.1 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo index e0b6cd9c5849..8d094653c60c 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635645550 -SHA256 (audacity-audacity-Audacity-3.1.0_GH0.tar.gz) = f441fc6115277b407b7496e5009fd5066875ceccbe3a31635bbcbe5558d31828 -SIZE (audacity-audacity-Audacity-3.1.0_GH0.tar.gz) = 56424569 +TIMESTAMP = 1636782204 +SHA256 (audacity-audacity-Audacity-3.1.1_GH0.tar.gz) = 183b9cd27179230b35a17786b978fc3062782a06a08965795585658398fd3ff0 +SIZE (audacity-audacity-Audacity-3.1.1_GH0.tar.gz) = 56447499 diff --git a/audio/audacity/files/patch-cmake-proxies_libsoxr_CMakeLists.txt b/audio/audacity/files/patch-cmake-proxies_libsoxr_CMakeLists.txt deleted file mode 100644 index f2f862a88305..000000000000 --- a/audio/audacity/files/patch-cmake-proxies_libsoxr_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- cmake-proxies/libsoxr/CMakeLists.txt.orig 2021-11-03 20:20:58 UTC -+++ cmake-proxies/libsoxr/CMakeLists.txt -@@ -95,6 +95,4 @@ target_compile_definitions( ${TARGET} PRIVATE ${DEFINE - target_compile_options( ${TARGET} PRIVATE ${OPTIONS} ) - target_include_directories( ${TARGET} PRIVATE ${INCLUDES} ) - --if( CMAKE_CXX_COMPILER_ID STREQUAL "GNU" ) -- target_compile_options( ${TARGET} PRIVATE -fPIC ) --endif() -+set_target_properties(${TARGET} PROPERTIES POSITION_INDEPENDENT_CODE On) diff --git a/audio/audacity/files/patch-lib-src_portmixer_CMakeLists.txt b/audio/audacity/files/patch-lib-src_portmixer_CMakeLists.txt deleted file mode 100644 index aea2acd00b63..000000000000 --- a/audio/audacity/files/patch-lib-src_portmixer_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- lib-src/portmixer/CMakeLists.txt.orig 2021-11-03 20:22:02 UTC -+++ lib-src/portmixer/CMakeLists.txt -@@ -130,7 +130,4 @@ target_sources( ${TARGET} PRIVATE ${SOURCES} ) - target_compile_definitions( ${TARGET} PRIVATE ${DEFINES} ) - target_include_directories( ${TARGET} PRIVATE ${INCLUDES} ) - target_link_libraries( ${TARGET} PRIVATE ${LIBRARIES} ) -- --if( CMAKE_CXX_COMPILER_ID STREQUAL "GNU" ) -- target_compile_options( ${TARGET} PRIVATE -fPIC ) --endif() -+set_target_properties(${TARGET} PROPERTIES POSITION_INDEPENDENT_CODE On)