summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
-rw-r--r--darkaudacity.install13
3 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 893535ad6289..4ea308cb822b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,25 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 18:03:00 UTC 2016
+# Wed Dec 28 15:58:42 UTC 2016
pkgbase = darkaudacity-git
pkgdesc = A program that lets you manipulate digital audio waveforms
- pkgver = 2.1.3x.r126.gf9b56fb
+ pkgver = 2.1.3x.r221.g17aa9a93
pkgrel = 1
url = http://www.darkaudacity.com/
- install = darkaudacity.install
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
makedepends = python2
- makedepends = twolame
- depends = ffmpeg
- depends = desktop-file-utils
- depends = lame
depends = libmad
depends = libid3tag
+ depends = libsoxr
depends = lilv
depends = portsmf
depends = soundtouch
- depends = sbsms
+ depends = suil
+ depends = twolame
depends = vamp-plugin-sdk
- depends = webkitgtk2
depends = wxgtk
provides = audacity
conflicts = audacity
diff --git a/PKGBUILD b/PKGBUILD
index f06901380cc8..05a8011a5a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,16 @@
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=darkaudacity-git
_gitname=audacity
-pkgver=2.1.3x.r126.gf9b56fb
+pkgver=2.1.3x.r221.g17aa9a93
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
url="http://www.darkaudacity.com/"
license=('GPL')
-depends=('ffmpeg' 'desktop-file-utils' 'lame' 'libmad' 'libid3tag' 'lilv'
- 'portsmf' 'soundtouch' 'sbsms' 'vamp-plugin-sdk'
- 'webkitgtk2' 'wxgtk')
-makedepends=('cmake' 'git' 'python2' 'twolame')
+depends=('libmad' 'libid3tag' 'libsoxr' 'lilv' 'portsmf' 'soundtouch'
+ 'suil' 'twolame' 'vamp-plugin-sdk' 'wxgtk')
+makedepends=('cmake' 'git' 'python2')
options=('!makeflags')
-install=darkaudacity.install
provides=('audacity')
conflicts=('audacity')
source=(git://github.com/JamesCrook/${_gitname}.git#branch=darkaudacity
diff --git a/darkaudacity.install b/darkaudacity.install
deleted file mode 100644
index 34ab919aaf96..000000000000
--- a/darkaudacity.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}