[arch-commits] Commit in audacity/repos (6 files)

Eric Bélanger eric at nymeria.archlinux.org
Sun Jan 5 17:05:39 UTC 2014


    Date: Sunday, January 5, 2014 @ 18:05:39
  Author: eric
Revision: 203210

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  audacity/repos/staging-i686/
  audacity/repos/staging-i686/PKGBUILD
    (from rev 203209, audacity/trunk/PKGBUILD)
  audacity/repos/staging-i686/audacity.install
    (from rev 203209, audacity/trunk/audacity.install)
  audacity/repos/staging-x86_64/
  audacity/repos/staging-x86_64/PKGBUILD
    (from rev 203209, audacity/trunk/PKGBUILD)
  audacity/repos/staging-x86_64/audacity.install
    (from rev 203209, audacity/trunk/audacity.install)

---------------------------------+
 staging-i686/PKGBUILD           |   29 +++++++++++++++++++++++++++++
 staging-i686/audacity.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD         |   29 +++++++++++++++++++++++++++++
 staging-x86_64/audacity.install |   13 +++++++++++++
 4 files changed, 84 insertions(+)

Copied: audacity/repos/staging-i686/PKGBUILD (from rev 203209, audacity/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-01-05 17:05:39 UTC (rev 203210)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=audacity
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacity.sourceforge.net/"
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'hicolor-icon-theme'
+	 'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
+makedepends=('cmake')
+options=('!makeflags')
+install=audacity.install
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
+sha1sums=('f63cafb81f29e7f3813dc9f80fb1dfdbcfe46b33')
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  WX_CONFIG=/usr/bin/wx-config-2.8 PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+    ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: audacity/repos/staging-i686/audacity.install (from rev 203209, audacity/trunk/audacity.install)
===================================================================
--- staging-i686/audacity.install	                        (rev 0)
+++ staging-i686/audacity.install	2014-01-05 17:05:39 UTC (rev 203210)
@@ -0,0 +1,13 @@
+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
+}

Copied: audacity/repos/staging-x86_64/PKGBUILD (from rev 203209, audacity/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-01-05 17:05:39 UTC (rev 203210)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=audacity
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('i686' 'x86_64')
+url="http://audacity.sourceforge.net/"
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'hicolor-icon-theme'
+	 'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
+makedepends=('cmake')
+options=('!makeflags')
+install=audacity.install
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
+sha1sums=('f63cafb81f29e7f3813dc9f80fb1dfdbcfe46b33')
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  WX_CONFIG=/usr/bin/wx-config-2.8 PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+    ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: audacity/repos/staging-x86_64/audacity.install (from rev 203209, audacity/trunk/audacity.install)
===================================================================
--- staging-x86_64/audacity.install	                        (rev 0)
+++ staging-x86_64/audacity.install	2014-01-05 17:05:39 UTC (rev 203210)
@@ -0,0 +1,13 @@
+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
+}




More information about the arch-commits mailing list