[arch-commits] Commit in opus-tools/repos (4 files)

Kyle Keen kkeen at nymeria.archlinux.org
Sun Jun 15 17:58:24 UTC 2014


    Date: Sunday, June 15, 2014 @ 19:58:24
  Author: kkeen
Revision: 113181

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

Added:
  opus-tools/repos/community-i686/PKGBUILD
    (from rev 113180, opus-tools/trunk/PKGBUILD)
  opus-tools/repos/community-x86_64/PKGBUILD
    (from rev 113180, opus-tools/trunk/PKGBUILD)
Deleted:
  opus-tools/repos/community-i686/PKGBUILD
  opus-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ---------------------
 community-x86_64/PKGBUILD |   28 ---------------------
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-06-15 17:57:34 UTC (rev 113180)
+++ community-i686/PKGBUILD	2014-06-15 17:58:24 UTC (rev 113181)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Michael Düll <mail at akurei.me>
-# Contributor: pumbur
-
-pkgname=opus-tools
-pkgver=0.1.8
-pkgrel=1
-pkgdesc='Collection of tools for Opus audio codec'
-arch=('i686' 'x86_64')
-url='http://wiki.xiph.org/Opus-tools'
-license=('BSD')
-depends=('flac' 'libogg' 'opus')
-source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('b424790eda9357a4df394e2d7ca19eac')
-
-build(){
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 

Copied: opus-tools/repos/community-i686/PKGBUILD (from rev 113180, opus-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-15 17:58:24 UTC (rev 113181)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Michael Düll <mail at akurei.me>
+# Contributor: pumbur
+
+pkgname=opus-tools
+pkgver=0.1.9
+pkgrel=1
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('i686' 'x86_64')
+url='http://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus')
+source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
+md5sums=('20682e4d8d1ae9ec5af3cf43e808b8cb')
+
+build(){
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-15 17:57:34 UTC (rev 113180)
+++ community-x86_64/PKGBUILD	2014-06-15 17:58:24 UTC (rev 113181)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Michael Düll <mail at akurei.me>
-# Contributor: pumbur
-
-pkgname=opus-tools
-pkgver=0.1.8
-pkgrel=1
-pkgdesc='Collection of tools for Opus audio codec'
-arch=('i686' 'x86_64')
-url='http://wiki.xiph.org/Opus-tools'
-license=('BSD')
-depends=('flac' 'libogg' 'opus')
-source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('b424790eda9357a4df394e2d7ca19eac')
-
-build(){
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 

Copied: opus-tools/repos/community-x86_64/PKGBUILD (from rev 113180, opus-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-15 17:58:24 UTC (rev 113181)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Michael Düll <mail at akurei.me>
+# Contributor: pumbur
+
+pkgname=opus-tools
+pkgver=0.1.9
+pkgrel=1
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('i686' 'x86_64')
+url='http://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus')
+source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
+md5sums=('20682e4d8d1ae9ec5af3cf43e808b8cb')
+
+build(){
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list