FreeBSD Bugzilla – Attachment 255840 Details for
Bug 283303
audio/audacity: Upgrade audacity to 3.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade to 3.7.1 and make soundtouch a hard dependency
audacity.txt (text/plain), 3.24 KB, created by
Jack
on 2024-12-13 19:04:29 UTC
(
hide
)
Description:
Upgrade to 3.7.1 and make soundtouch a hard dependency
Filename:
MIME Type:
Creator:
Jack
Created:
2024-12-13 19:04:29 UTC
Size:
3.24 KB
patch
obsolete
>diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile >index c08fdcde1ba1..8596df581d76 100644 >--- a/audio/audacity/Makefile >+++ b/audio/audacity/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= audacity > DISTVERSIONPREFIX= Audacity- >-DISTVERSION= 3.7.0 >-PORTREVISION= 1 >+DISTVERSION= 3.7.1 > CATEGORIES= audio > MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual > DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual >@@ -30,9 +29,10 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ > libserd-0.so:devel/serd \ > libsndfile.so:audio/libsndfile \ > libsord-0.so:devel/sord \ >+ libSoundTouch.so:audio/soundtouch\ > libsoxr.so:audio/libsoxr \ >- libsratom-0.so:audio/sratom \ > libsqlite3.so:databases/sqlite3 \ >+ libsratom-0.so:audio/sratom \ > libsuil-0.so:audio/suil \ > libuuid.so:misc/e2fsprogs-libuuid \ > libwavpack.so:audio/wavpack >@@ -64,6 +64,7 @@ CMAKE_ARGS= -DAUDACITY_BUILD_LEVEL=2 \ > -Daudacity_use_png:STRING=system \ > -Daudacity_use_rapidjson:STRING=system \ > -Daudacity_use_soxr:STRING=system \ >+ -Daudacity_use_soundtouch:STRING=system \ > -Daudacity_use_sqlite:STRING=system \ > -Daudacity_use_wavpack=system \ > -Daudacity_use_wxwidgets:STRING=system \ >@@ -79,15 +80,14 @@ PLIST_SUB+= NLS="" > PORTDOCS= README.md > > OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA MANUAL \ >- OGG SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST >+ OGG SBSMS TWOLAME VAMP VORBIS VST > OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA OGG SBSMS \ >- SOUNDTOUCH TWOLAME VAMP VORBIS VST >+ TWOLAME VAMP VORBIS VST > OPTIONS_EXCLUDE_i386= SBSMS > OPTIONS_SUB= yes > > MANUAL_DESC= Include manual > SBSMS_DESC= Use libsbsms for pitch and tempo changing >-SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing > TWOLAME_DESC= Use libtwolame for MP2 export support > VAMP_DESC= Vamp plug-in support > VST_DESC= VST plug-in support >@@ -119,10 +119,6 @@ OGG_CMAKE_OFF= -Daudacity_use_libogg:STRING=off > SBSMS_CMAKE_ON= -Daudacity_use_sbsms:STRING=local > SBSMS_CMAKE_OFF= -Daudacity_use_sbsms:STRING=off > >-SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch >-SOUNDTOUCH_CMAKE_ON= -Daudacity_use_soundtouch:STRING=system >-SOUNDTOUCH_CMAKE_OFF= -Daudacity_use_soundtouch:STRING=off >- > TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame > TWOLAME_CMAKE_ON= -Daudacity_use_twolame:STRING=system > TWOLAME_CMAKE_OFF= -Daudacity_use_twolame:STRING=off >diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo >index d10a303aeb25..825f0601df2f 100644 >--- a/audio/audacity/distinfo >+++ b/audio/audacity/distinfo >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1730523950 >-SHA256 (audacity-manual-3.7.0.tar.gz) = b5465f43c7185f90a9186e500fbd2ebeeb7ac83c90f06d66a0c3fbe48c4fdb42 >-SIZE (audacity-manual-3.7.0.tar.gz) = 26206196 >-SHA256 (audacity-audacity-Audacity-3.7.0_GH0.tar.gz) = c872dd5d3d59d3985a52d2aac9d430c3c736eed1b43f94ecee1f0868788eb769 >-SIZE (audacity-audacity-Audacity-3.7.0_GH0.tar.gz) = 61647412 >+TIMESTAMP = 1734081098 >+SHA256 (audacity-manual-3.7.1.tar.gz) = c73a786c9fe925e91241ed61fc8999c6c1f763b5482bea850051ad42c842acf8 >+SIZE (audacity-manual-3.7.1.tar.gz) = 26204232 >+SHA256 (audacity-audacity-Audacity-3.7.1_GH0.tar.gz) = 02457fe0ae1dab3a9a50ce54836cdd78a2d3ab51650d42696cab417210f03906 >+SIZE (audacity-audacity-Audacity-3.7.1_GH0.tar.gz) = 61647475
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
xxjack12xx
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 283303
:
255834
|
255840
|
255846