summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorstratact2019-06-09 20:49:19 -0700
committerPavel Vinogradov2019-06-11 00:26:41 -0400
commit890d705c374f4428b40281a13fb80c3155aee2d1 (patch)
treea2e61d7b30e491233e25abdf4ce3248e9ea6c160 /audio-creation
parent13b671e4cb4c3d974c443652340ae39e94a5331c (diff)
audio-creation/audacity: => 2.3.1
Signed-off-by: Pavel Vinogradov <public@sourcemage.org>
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/audacity/DEPENDS2
-rwxr-xr-xaudio-creation/audacity/DETAILS11
-rw-r--r--audio-creation/audacity/HISTORY5
3 files changed, 11 insertions, 7 deletions
diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index fd7dcffe1b..0dc56fd85a 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -73,7 +73,7 @@ optional_depends redland \
optional_depends slv2 \
"--with-lv2=system" \
- "--with-lv2=local" \
+ "--without-lv2" \
"for system LV2 loader" &&
optional_depends liblrdf \
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 3a0a519cd9..61647d1408 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -1,10 +1,9 @@
SPELL=audacity
- VERSION=2.2.1
- VERSIONX=-rc3 # Yes, they keep the -rc in the directory name!
- SOURCE=${SPELL}-minsrc-${VERSION}.tar.xz
- SOURCE_URL[0]=https://sobukus.de/$spell/$SOURCE
- SOURCE_HASH=sha512:92c094e4903c438b0aac27b1fb6c9ccc9ca089e4d3123769ff23e434de1e6a519482b42588a54f56afdf5d2013e5681fce3d143f9e092731a9511d4bba31cfaa
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-minsrc-$VERSION$VERSIONX
+ VERSION=2.3.1
+ SOURCE=Audacity-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/audacity/audacity/archive/Audacity-2.3.1.tar.gz
+ SOURCE_HASH=sha512:066f57bd90d2baea6969f0cbfb63e41a42ed6dac955d87dc7b601c7a270888363e414c57e36393618801ea31b1068b7b22003f52897bf9a44fbc355aaf23cbaa
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-Audacity-$VERSION
WEB_SITE=http://audacityteam.org/
ENTERED=20011217
LICENSE[0]=GPL
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index fe5b3b63e0..18abd8f7eb 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,8 @@
+2019-06-09 Kenneth Raplee <kenneth@raplee.email>
+ * DETAILS: version 2.3.1, update SOURCE and SOURCE_URL
+ * DEPENDS: change slv2 disable parameter from "--with-lv2=local" to
+ "--without-lv2" since the local build is broken
+
2018-01-17 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 2.2.1, removed defunct scm version code
* PRE_BUILD, patches/0001-Fix-build-against-ffmpeg-svn-20160315.patch,