[arch-commits] Commit in ardour/repos (16 files)

Ray Rashif schiv at nymeria.archlinux.org
Mon Jul 22 09:20:17 UTC 2013


    Date: Monday, July 22, 2013 @ 11:20:17
  Author: schiv
Revision: 191251

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

Added:
  ardour/repos/extra-i686/.contrib
    (from rev 191250, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
    (from rev 191250, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
    (from rev 191250, ardour/trunk/ardour.desktop)
  ardour/repos/extra-i686/ardour.install
    (from rev 191250, ardour/trunk/ardour.install)
  ardour/repos/extra-x86_64/.contrib
    (from rev 191250, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
    (from rev 191250, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
    (from rev 191250, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/ardour.install
    (from rev 191250, ardour/trunk/ardour.install)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-i686/ardour.install
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop
  ardour/repos/extra-x86_64/ardour.install

-----------------------------+
 /.contrib                   |    4 +
 /PKGBUILD                   |  102 ++++++++++++++++++++++++++++++++++++++++++
 /ardour.desktop             |   18 +++++++
 /ardour.install             |   78 ++++++++++++++++++++++++++++++++
 extra-i686/.contrib         |    2 
 extra-i686/PKGBUILD         |   50 --------------------
 extra-i686/ardour.desktop   |    9 ---
 extra-i686/ardour.install   |   40 ----------------
 extra-x86_64/.contrib       |    2 
 extra-x86_64/PKGBUILD       |   50 --------------------
 extra-x86_64/ardour.desktop |    9 ---
 extra-x86_64/ardour.install |   40 ----------------
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/.contrib
===================================================================
--- extra-i686/.contrib	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-i686/.contrib	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros <bernardobarros at gmail.com>
-# Contributor: Uli Armbruster <uli_armbruster at web.de>

Copied: ardour/repos/extra-i686/.contrib (from rev 191250, ardour/trunk/.contrib)
===================================================================
--- extra-i686/.contrib	                        (rev 0)
+++ extra-i686/.contrib	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros <bernardobarros at gmail.com>
+# Contributor: Uli Armbruster <uli_armbruster at web.de>

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-i686/PKGBUILD	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: see .contrib
-
-pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.2
-pkgrel=1
-pkgdesc="Professional-grade digital audio workstation"
-arch=('i686' 'x86_64')
-url="http://ardour.org/"
-license=('GPL')
-depends=('liblrdf' 'liblo' 'libsmf' 'lilv>=0.16.0'
-         'aubio' 'libgnomecanvasmm' 'suil>=0.6.12')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-install=$pkgname.install
-source=("ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
-        "$pkgname.desktop")
-md5sums=('17028a3106f870cd62f6a60930a28590'
-         '316bd21ece5e2208a104fd09cac521af')
-
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr \
-                        --configdir=/etc \
-                        --docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 191250, ardour/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: see .contrib
+
+pkgname=ardour
+_pkgname=Ardour3
+pkgver=3.3
+pkgrel=1
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/"
+license=('GPL')
+depends=('liblrdf' 'liblo' 'libsmf' 'lilv>=0.16.0'
+         'aubio' 'libgnomecanvasmm' 'suil>=0.6.12')
+makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring')
+install=$pkgname.install
+source=("ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop")
+md5sums=('40edf6ab63488d52abf94a2a48d7ac97'
+         '316bd21ece5e2208a104fd09cac521af')
+
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+}
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr \
+                        --configdir=/etc \
+                        --docs
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ardour.desktop
===================================================================
--- extra-i686/ardour.desktop	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-i686/ardour.desktop	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Ardour 3
-Comment=Multitrack hard disk recorder
-Exec=ardour3
-Icon=/usr/share/ardour3/icons/ardour_icon_48px.png
-Terminal=false
-Type=Application
-X-MultipleArgs=false
-Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Copied: ardour/repos/extra-i686/ardour.desktop (from rev 191250, ardour/trunk/ardour.desktop)
===================================================================
--- extra-i686/ardour.desktop	                        (rev 0)
+++ extra-i686/ardour.desktop	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Ardour 3
+Comment=Multitrack hard disk recorder
+Exec=ardour3
+Icon=/usr/share/ardour3/icons/ardour_icon_48px.png
+Terminal=false
+Type=Application
+X-MultipleArgs=false
+Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Deleted: extra-i686/ardour.install
===================================================================
--- extra-i686/ardour.install	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-i686/ardour.install	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,40 +0,0 @@
-post_install() {
-  cat << MSG
-  > Ardour 3 has support for native "Linux" VSTs. You may want to export
-  > LXVST_PATH to include any custom directories of *.so VST plug-ins.
-
-  > Ardour 3 also supports video (timeline and monitoring), but aside from
-  > xjadeo (AUR) the required external programs need to be retrieved from:
-
-      http://x42.github.io/harvid/
-
-  > Please consider supporting Paul Davis, lead developer of Ardour, by
-  > either subscribing or at least donating to the project's cause:
-
-      https://community.ardour.org/s/subscribe
-      https://community.ardour.org/donate
-
-  > With your continued support, Ardour will continue to improve and will
-  > one day no longer be dependent on unstable funding.
-MSG
-}
-
-post_upgrade() {
-  cat << MSG
-  > Ardour now supports video timeline. To use this feature, please get
-  > static builds of the required external runtime dependencies from:
-
-      http://x42.github.io/harvid/
-
-  > You may then install the binaries in /usr/local/bin and import a video
-  > via Session > Open Video.
-
-  > Due to uncertainties with regards to program stability, 'harvid' is
-  > currently not packaged in our repositories.
-
-  > In addition to the timeline, video can be monitored with xjadeo, which
-  > is presently available in the AUR. It will be in our repositories soon.
-MSG
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/ardour.install (from rev 191250, ardour/trunk/ardour.install)
===================================================================
--- extra-i686/ardour.install	                        (rev 0)
+++ extra-i686/ardour.install	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,39 @@
+post_install() {
+  cat << MSG
+  > Ardour 3 has support for native "Linux" VSTs. You may want to export
+  > LXVST_PATH to include any custom directories of *.so VST plug-ins.
+
+  > Ardour 3 also supports video (timeline and monitoring), but aside from
+  > xjadeo the required external programs need to be retrieved from:
+
+      http://x42.github.io/harvid/
+
+  > Please consider supporting Paul Davis, lead developer of Ardour, by
+  > either subscribing or at least donating to the project's cause:
+
+      https://community.ardour.org/s/subscribe
+      https://community.ardour.org/donate
+
+  > With your continued support, Ardour will continue to improve and will
+  > one day no longer be dependent on unstable funding.
+MSG
+}
+
+post_upgrade() {
+  cat << MSG
+  > Ardour now supports video timeline. To use this feature, please get
+  > static builds of the required external runtime dependencies from:
+
+      http://x42.github.io/harvid/
+
+  > You may then install the binaries in /usr/local/bin and import a video
+  > via Session > Open Video.
+
+  > Due to uncertainties with regards to program stability, 'harvid' is
+  > currently not packaged in our repositories.
+
+  > In addition to the timeline, video can be monitored with xjadeo.
+MSG
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/.contrib
===================================================================
--- extra-x86_64/.contrib	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-x86_64/.contrib	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros <bernardobarros at gmail.com>
-# Contributor: Uli Armbruster <uli_armbruster at web.de>

Copied: ardour/repos/extra-x86_64/.contrib (from rev 191250, ardour/trunk/.contrib)
===================================================================
--- extra-x86_64/.contrib	                        (rev 0)
+++ extra-x86_64/.contrib	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros <bernardobarros at gmail.com>
+# Contributor: Uli Armbruster <uli_armbruster at web.de>

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-x86_64/PKGBUILD	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: see .contrib
-
-pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.2
-pkgrel=1
-pkgdesc="Professional-grade digital audio workstation"
-arch=('i686' 'x86_64')
-url="http://ardour.org/"
-license=('GPL')
-depends=('liblrdf' 'liblo' 'libsmf' 'lilv>=0.16.0'
-         'aubio' 'libgnomecanvasmm' 'suil>=0.6.12')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-install=$pkgname.install
-source=("ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
-        "$pkgname.desktop")
-md5sums=('17028a3106f870cd62f6a60930a28590'
-         '316bd21ece5e2208a104fd09cac521af')
-
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr \
-                        --configdir=/etc \
-                        --docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-x86_64/PKGBUILD (from rev 191250, ardour/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: see .contrib
+
+pkgname=ardour
+_pkgname=Ardour3
+pkgver=3.3
+pkgrel=1
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/"
+license=('GPL')
+depends=('liblrdf' 'liblo' 'libsmf' 'lilv>=0.16.0'
+         'aubio' 'libgnomecanvasmm' 'suil>=0.6.12')
+makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring')
+install=$pkgname.install
+source=("ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop")
+md5sums=('40edf6ab63488d52abf94a2a48d7ac97'
+         '316bd21ece5e2208a104fd09cac521af')
+
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+}
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr \
+                        --configdir=/etc \
+                        --docs
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/ardour.desktop
===================================================================
--- extra-x86_64/ardour.desktop	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-x86_64/ardour.desktop	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Ardour 3
-Comment=Multitrack hard disk recorder
-Exec=ardour3
-Icon=/usr/share/ardour3/icons/ardour_icon_48px.png
-Terminal=false
-Type=Application
-X-MultipleArgs=false
-Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Copied: ardour/repos/extra-x86_64/ardour.desktop (from rev 191250, ardour/trunk/ardour.desktop)
===================================================================
--- extra-x86_64/ardour.desktop	                        (rev 0)
+++ extra-x86_64/ardour.desktop	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Ardour 3
+Comment=Multitrack hard disk recorder
+Exec=ardour3
+Icon=/usr/share/ardour3/icons/ardour_icon_48px.png
+Terminal=false
+Type=Application
+X-MultipleArgs=false
+Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Deleted: extra-x86_64/ardour.install
===================================================================
--- extra-x86_64/ardour.install	2013-07-22 09:19:43 UTC (rev 191250)
+++ extra-x86_64/ardour.install	2013-07-22 09:20:17 UTC (rev 191251)
@@ -1,40 +0,0 @@
-post_install() {
-  cat << MSG
-  > Ardour 3 has support for native "Linux" VSTs. You may want to export
-  > LXVST_PATH to include any custom directories of *.so VST plug-ins.
-
-  > Ardour 3 also supports video (timeline and monitoring), but aside from
-  > xjadeo (AUR) the required external programs need to be retrieved from:
-
-      http://x42.github.io/harvid/
-
-  > Please consider supporting Paul Davis, lead developer of Ardour, by
-  > either subscribing or at least donating to the project's cause:
-
-      https://community.ardour.org/s/subscribe
-      https://community.ardour.org/donate
-
-  > With your continued support, Ardour will continue to improve and will
-  > one day no longer be dependent on unstable funding.
-MSG
-}
-
-post_upgrade() {
-  cat << MSG
-  > Ardour now supports video timeline. To use this feature, please get
-  > static builds of the required external runtime dependencies from:
-
-      http://x42.github.io/harvid/
-
-  > You may then install the binaries in /usr/local/bin and import a video
-  > via Session > Open Video.
-
-  > Due to uncertainties with regards to program stability, 'harvid' is
-  > currently not packaged in our repositories.
-
-  > In addition to the timeline, video can be monitored with xjadeo, which
-  > is presently available in the AUR. It will be in our repositories soon.
-MSG
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-x86_64/ardour.install (from rev 191250, ardour/trunk/ardour.install)
===================================================================
--- extra-x86_64/ardour.install	                        (rev 0)
+++ extra-x86_64/ardour.install	2013-07-22 09:20:17 UTC (rev 191251)
@@ -0,0 +1,39 @@
+post_install() {
+  cat << MSG
+  > Ardour 3 has support for native "Linux" VSTs. You may want to export
+  > LXVST_PATH to include any custom directories of *.so VST plug-ins.
+
+  > Ardour 3 also supports video (timeline and monitoring), but aside from
+  > xjadeo the required external programs need to be retrieved from:
+
+      http://x42.github.io/harvid/
+
+  > Please consider supporting Paul Davis, lead developer of Ardour, by
+  > either subscribing or at least donating to the project's cause:
+
+      https://community.ardour.org/s/subscribe
+      https://community.ardour.org/donate
+
+  > With your continued support, Ardour will continue to improve and will
+  > one day no longer be dependent on unstable funding.
+MSG
+}
+
+post_upgrade() {
+  cat << MSG
+  > Ardour now supports video timeline. To use this feature, please get
+  > static builds of the required external runtime dependencies from:
+
+      http://x42.github.io/harvid/
+
+  > You may then install the binaries in /usr/local/bin and import a video
+  > via Session > Open Video.
+
+  > Due to uncertainties with regards to program stability, 'harvid' is
+  > currently not packaged in our repositories.
+
+  > In addition to the timeline, video can be monitored with xjadeo.
+MSG
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list