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

Eric Bélanger eric at nymeria.archlinux.org
Wed Jan 30 20:25:50 UTC 2013


    Date: Wednesday, January 30, 2013 @ 21:25:49
  Author: eric
Revision: 176352

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

Added:
  audacity/repos/extra-i686/PKGBUILD
    (from rev 176351, audacity/trunk/PKGBUILD)
  audacity/repos/extra-i686/audacity.install
    (from rev 176351, audacity/trunk/audacity.install)
  audacity/repos/extra-x86_64/PKGBUILD
    (from rev 176351, audacity/trunk/PKGBUILD)
  audacity/repos/extra-x86_64/audacity.install
    (from rev 176351, audacity/trunk/audacity.install)
Deleted:
  audacity/repos/extra-i686/PKGBUILD
  audacity/repos/extra-i686/audacity.install
  audacity/repos/extra-x86_64/PKGBUILD
  audacity/repos/extra-x86_64/audacity.install

-------------------------------+
 extra-i686/PKGBUILD           |   63 ++++++++++++++++++----------------------
 extra-i686/audacity.install   |   26 ++++++++--------
 extra-x86_64/PKGBUILD         |   63 ++++++++++++++++++----------------------
 extra-x86_64/audacity.install |   26 ++++++++--------
 4 files changed, 84 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-01-30 20:24:59 UTC (rev 176351)
+++ extra-i686/PKGBUILD	2013-01-30 20:25:49 UTC (rev 176352)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=audacity
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/"
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
-	 'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
-options=('!makeflags')
-install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
-sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-  WX_CONFIG=/usr/bin/wx-config PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
-    ./configure --prefix=/usr --docdir=/usr/share/doc/audacity \
-    --with-portaudio --with-libsamplerate \
-    --without-libresample --with-libmad \
-    --with-ffmpeg --with-id3tag --with-libflac \
-    --with-vorbis --with-libexpat \
-    --with-libsndfile --with-soundtouch \
-    --enable-unicode --without-taglib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/extra-i686/PKGBUILD (from rev 176351, audacity/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-01-30 20:25:49 UTC (rev 176352)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=audacity
+pkgver=2.0.3
+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' 'wxgtk' '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=('72e634711fb96aac9df445e75e16e12e00c047e6')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+    ./configure --prefix=/usr --docdir=/usr/share/doc/audacity
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/audacity.install
===================================================================
--- extra-i686/audacity.install	2013-01-30 20:24:59 UTC (rev 176351)
+++ extra-i686/audacity.install	2013-01-30 20:25:49 UTC (rev 176352)
@@ -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 $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: audacity/repos/extra-i686/audacity.install (from rev 176351, audacity/trunk/audacity.install)
===================================================================
--- extra-i686/audacity.install	                        (rev 0)
+++ extra-i686/audacity.install	2013-01-30 20:25:49 UTC (rev 176352)
@@ -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 $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-01-30 20:24:59 UTC (rev 176351)
+++ extra-x86_64/PKGBUILD	2013-01-30 20:25:49 UTC (rev 176352)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=audacity
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('i686' 'x86_64')
-url="http://audacity.sourceforge.net/"
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
-	 'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
-options=('!makeflags')
-install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
-sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
-
-build() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-  WX_CONFIG=/usr/bin/wx-config PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
-    ./configure --prefix=/usr --docdir=/usr/share/doc/audacity \
-    --with-portaudio --with-libsamplerate \
-    --without-libresample --with-libmad \
-    --with-ffmpeg --with-id3tag --with-libflac \
-    --with-vorbis --with-libexpat \
-    --with-libsndfile --with-soundtouch \
-    --enable-unicode --without-taglib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/extra-x86_64/PKGBUILD (from rev 176351, audacity/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-01-30 20:25:49 UTC (rev 176352)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=audacity
+pkgver=2.0.3
+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' 'wxgtk' '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=('72e634711fb96aac9df445e75e16e12e00c047e6')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+    ./configure --prefix=/usr --docdir=/usr/share/doc/audacity
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/audacity.install
===================================================================
--- extra-x86_64/audacity.install	2013-01-30 20:24:59 UTC (rev 176351)
+++ extra-x86_64/audacity.install	2013-01-30 20:25:49 UTC (rev 176352)
@@ -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 $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: audacity/repos/extra-x86_64/audacity.install (from rev 176351, audacity/trunk/audacity.install)
===================================================================
--- extra-x86_64/audacity.install	                        (rev 0)
+++ extra-x86_64/audacity.install	2013-01-30 20:25:49 UTC (rev 176352)
@@ -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 $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list