summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorThomas Orgis2016-11-18 16:35:01 +0100
committerThomas Orgis2016-11-22 11:59:47 +0100
commita739b5ab9a4f9b65de24edbdaa33bcac995eab0d (patch)
tree8a9ffd180e3f458c42a0a43559cf28662aa066a4 /audio-creation
parentdf26ab13fed4ba44eb412428c120b12cf4d3ed56 (diff)
audacity: version 2.1.2
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/audacity/DEPENDS9
-rwxr-xr-xaudio-creation/audacity/DETAILS6
-rw-r--r--audio-creation/audacity/HISTORY6
-rwxr-xr-xaudio-creation/audacity/PREPARE3
4 files changed, 10 insertions, 14 deletions
diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index 3f8b86802a..2ae570ae5f 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -1,12 +1,5 @@
depends zip &&
-if [[ "$AUDACITY_UNI" == "no" ]]; then
- depends wxgtk-no-unicode
-else
- # Really make sure Audacity works with new wxgtk before
- # changing this. As of version 2.1.1, wxgtk-2.8.x is strongly
- # recommened!
- depends wxgtk
-fi &&
+depends wxwidgets &&
optional_depends lame "--with-lame" \
"--without-lame" \
"for mp3 import/export support" &&
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 77f7f4177c..36933a9e8f 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -10,10 +10,10 @@ in scm)
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
;; *)
- VERSION=2.1.1
+ VERSION=2.1.2
SOURCE=${SPELL}-minsrc-${VERSION}.tar.xz
- SOURCE_URL[0]=http://www.oldfoss.com/Audacity/download/$SOURCE
- SOURCE_HASH=sha512:36ffaf40452b2b89d5c2308edc5fe1ed1a49460e16eed324904825229a14e9fd11e5beeda61bd9b38d7f06746c0945f68aef99ac81d78ac97c09c389d100651d
+ SOURCE_URL[0]=http://mirror.sobukus.de/$SOURCE
+ SOURCE_HASH=sha512:46bc68825d29e88b14a674749532345ab63673ea1b85ad0d2a1b72b0974c74d2175e0ef307dad735592d18e56c1e0c65f994f4ee05d9e0f1aec194cd02c930da
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-minsrc-$VERSION
;; esac
WEB_SITE=http://audacityteam.org/
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index 31af7ec0d4..460e349dfc 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,9 @@
+2016-11-18 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: version 2.1.2, switch to my mirror as official download
+ site is hostile to direct linking and breaks download via wget
+ * DEPENDS: depends on wxwidgets now
+ * PREPARE: gone
+
2016-02-10 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: a bit of cleanup, more needed; important: portaudio19 required
Generally, things are complicated with possible choices about dependencies.
diff --git a/audio-creation/audacity/PREPARE b/audio-creation/audacity/PREPARE
deleted file mode 100755
index eacefe45e3..0000000000
--- a/audio-creation/audacity/PREPARE
+++ /dev/null
@@ -1,3 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch current scm &&
-config_query AUDACITY_UNI "Enable unicode support?" n