[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Sat Nov 4 09:16:18 UTC 2017


    Date: Saturday, November 4, 2017 @ 09:16:17
  Author: arojas
Revision: 265386

extra2community: Moving audacity from extra to community

Added:
  audacity/
  audacity/repos/
  audacity/trunk/
  audacity/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: audacity/trunk/PKGBUILD
===================================================================
--- audacity/trunk/PKGBUILD	                        (rev 0)
+++ audacity/trunk/PKGBUILD	2017-11-04 09:16:17 UTC (rev 265386)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=audacity
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacityteam.org"
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'lilv' 'soundtouch'
+         'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
+makedepends=('cmake' 'python2')
+options=('!makeflags')
+source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
+sha1sums=('616097deb29d3883ca2d858fcefda1550cdfbdf2')
+
+build() {
+  cd audacity-Audacity-${pkgver}
+  autoreconf -vi # use system libraries
+  ./configure --prefix=/usr --with-libsamplerate
+  make
+}
+
+package() {
+  cd audacity-Audacity-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: audacity/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list