[arch-commits] Commit in jack/repos (8 files)
Ray Rashif
schiv at archlinux.org
Wed Sep 28 16:36:05 UTC 2011
Date: Wednesday, September 28, 2011 @ 12:36:05
Author: schiv
Revision: 138822
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
jack/repos/extra-i686/PKGBUILD
(from rev 138820, jack/trunk/PKGBUILD)
jack/repos/extra-i686/jack.changelog
(from rev 138820, jack/trunk/jack.changelog)
jack/repos/extra-x86_64/PKGBUILD
(from rev 138820, jack/trunk/PKGBUILD)
jack/repos/extra-x86_64/jack.changelog
(from rev 138821, jack/trunk/jack.changelog)
Deleted:
jack/repos/extra-i686/PKGBUILD
jack/repos/extra-i686/jack.changelog
jack/repos/extra-x86_64/PKGBUILD
jack/repos/extra-x86_64/jack.changelog
-----------------------------+
extra-i686/PKGBUILD | 79 +++++++++++++++++++++---------------------
extra-i686/jack.changelog | 42 +++++++++++-----------
extra-x86_64/PKGBUILD | 79 +++++++++++++++++++++---------------------
extra-x86_64/jack.changelog | 42 +++++++++++-----------
4 files changed, 122 insertions(+), 120 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-28 16:36:00 UTC (rev 138821)
+++ extra-i686/PKGBUILD 2011-09-28 16:36:05 UTC (rev 138822)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: tobias <tobias at archlinux.net>
-# Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=jack
-_longname=jack-audio-connection-kit
-pkgver=0.121.2
-pkgrel=2
-pkgdesc="A low-latency audio server"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('libsamplerate' 'readline')
-makedepends=('doxygen' 'libffado' 'celt-0.7')
-optdepends=('libffado: FireWire support'
- 'celt-0.7: NetJACK driver')
-url="http://jackaudio.org/"
-options=('!libtool')
-provides=("$_longname=$pkgver")
-replaces=("$_longname")
-changelog=$pkgname.changelog
-source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz")
-md5sums=('06c080349455afd4d217d6a8f9393e01')
-
-build() {
- cd "$srcdir/$_longname-$pkgver"
-
- ./configure --prefix=/usr \
- --libdir=/usr/lib
- make
-}
-
-package() {
- cd "$srcdir/$_longname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: jack/repos/extra-i686/PKGBUILD (from rev 138820, jack/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-28 16:36:05 UTC (rev 138822)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: tobias <tobias at archlinux.net>
+# Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=jack
+_longname=jack-audio-connection-kit
+pkgver=0.121.3
+pkgrel=1
+pkgdesc="A low-latency audio server"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libsamplerate' 'readline')
+makedepends=('doxygen' 'libffado' 'celt')
+optdepends=('libffado: FireWire support'
+ 'celt: NetJACK driver')
+url="http://jackaudio.org/"
+options=('!libtool')
+provides=("$_longname=$pkgver")
+conflicts=("$_longname")
+replaces=("$_longname")
+changelog=$pkgname.changelog
+source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz")
+md5sums=('35f470f7422c37b33eb965033f7a42e8')
+
+build() {
+ cd "$srcdir/$_longname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib
+ make
+}
+
+package() {
+ cd "$srcdir/$_longname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/jack.changelog
===================================================================
--- extra-i686/jack.changelog 2011-09-28 16:36:00 UTC (rev 138821)
+++ extra-i686/jack.changelog 2011-09-28 16:36:05 UTC (rev 138822)
@@ -1,21 +0,0 @@
-29 Jul 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
- * 0.121.2-2:
- Added celt support with celt-0.7 from community
- Will not bring celt to extra as it's very unstable
-
-8 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
- * 0.118.0-4 :
- Built against libffado
- - for FireWire support (see FS#19626)
- Removed init scripts (no longer in tarball; unsupported).
-
- * PKGBUILD :
- URL updated.
- Licenses now GPL, LGPL according to 2-or-later convention
- - removed custom installation (both are common)
-
- * jack.changelog :
- Added this changelog.
- Only important changes will be logged.
Copied: jack/repos/extra-i686/jack.changelog (from rev 138820, jack/trunk/jack.changelog)
===================================================================
--- extra-i686/jack.changelog (rev 0)
+++ extra-i686/jack.changelog 2011-09-28 16:36:05 UTC (rev 138822)
@@ -0,0 +1,21 @@
+29 Jul 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+ * 0.121.2-2:
+ Added celt support with celt-0.7 from community
+ Will not bring celt to extra as it's very unstable
+
+8 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+ * 0.118.0-4 :
+ Built against libffado
+ - for FireWire support (see FS#19626)
+ Removed init scripts (no longer in tarball; unsupported).
+
+ * PKGBUILD :
+ URL updated.
+ Licenses now GPL, LGPL according to 2-or-later convention
+ - removed custom installation (both are common)
+
+ * jack.changelog :
+ Added this changelog.
+ Only important changes will be logged.
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-28 16:36:00 UTC (rev 138821)
+++ extra-x86_64/PKGBUILD 2011-09-28 16:36:05 UTC (rev 138822)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: tobias <tobias at archlinux.net>
-# Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=jack
-_longname=jack-audio-connection-kit
-pkgver=0.121.2
-pkgrel=2
-pkgdesc="A low-latency audio server"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('libsamplerate' 'readline')
-makedepends=('doxygen' 'libffado' 'celt-0.7')
-optdepends=('libffado: FireWire support'
- 'celt-0.7: NetJACK driver')
-url="http://jackaudio.org/"
-options=('!libtool')
-provides=("$_longname=$pkgver")
-replaces=("$_longname")
-changelog=$pkgname.changelog
-source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz")
-md5sums=('06c080349455afd4d217d6a8f9393e01')
-
-build() {
- cd "$srcdir/$_longname-$pkgver"
-
- ./configure --prefix=/usr \
- --libdir=/usr/lib
- make
-}
-
-package() {
- cd "$srcdir/$_longname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: jack/repos/extra-x86_64/PKGBUILD (from rev 138820, jack/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-28 16:36:05 UTC (rev 138822)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: tobias <tobias at archlinux.net>
+# Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=jack
+_longname=jack-audio-connection-kit
+pkgver=0.121.3
+pkgrel=1
+pkgdesc="A low-latency audio server"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libsamplerate' 'readline')
+makedepends=('doxygen' 'libffado' 'celt')
+optdepends=('libffado: FireWire support'
+ 'celt: NetJACK driver')
+url="http://jackaudio.org/"
+options=('!libtool')
+provides=("$_longname=$pkgver")
+conflicts=("$_longname")
+replaces=("$_longname")
+changelog=$pkgname.changelog
+source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz")
+md5sums=('35f470f7422c37b33eb965033f7a42e8')
+
+build() {
+ cd "$srcdir/$_longname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib
+ make
+}
+
+package() {
+ cd "$srcdir/$_longname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/jack.changelog
===================================================================
--- extra-x86_64/jack.changelog 2011-09-28 16:36:00 UTC (rev 138821)
+++ extra-x86_64/jack.changelog 2011-09-28 16:36:05 UTC (rev 138822)
@@ -1,21 +0,0 @@
-29 Jul 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
- * 0.121.2-2:
- Added celt support with celt-0.7 from community
- Will not bring celt to extra as it's very unstable
-
-8 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
- * 0.118.0-4 :
- Built against libffado
- - for FireWire support (see FS#19626)
- Removed init scripts (no longer in tarball; unsupported).
-
- * PKGBUILD :
- URL updated.
- Licenses now GPL, LGPL according to 2-or-later convention
- - removed custom installation (both are common)
-
- * jack.changelog :
- Added this changelog.
- Only important changes will be logged.
Copied: jack/repos/extra-x86_64/jack.changelog (from rev 138821, jack/trunk/jack.changelog)
===================================================================
--- extra-x86_64/jack.changelog (rev 0)
+++ extra-x86_64/jack.changelog 2011-09-28 16:36:05 UTC (rev 138822)
@@ -0,0 +1,21 @@
+29 Jul 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+ * 0.121.2-2:
+ Added celt support with celt-0.7 from community
+ Will not bring celt to extra as it's very unstable
+
+8 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+ * 0.118.0-4 :
+ Built against libffado
+ - for FireWire support (see FS#19626)
+ Removed init scripts (no longer in tarball; unsupported).
+
+ * PKGBUILD :
+ URL updated.
+ Licenses now GPL, LGPL according to 2-or-later convention
+ - removed custom installation (both are common)
+
+ * jack.changelog :
+ Added this changelog.
+ Only important changes will be logged.
More information about the arch-commits
mailing list