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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Oct 26 14:32:19 UTC 2013


    Date: Saturday, October 26, 2013 @ 16:32:18
  Author: bpiotrowski
Revision: 99261

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

Added:
  opusfile/repos/community-i686/PKGBUILD
    (from rev 99260, opusfile/trunk/PKGBUILD)
  opusfile/repos/community-x86_64/PKGBUILD
    (from rev 99260, opusfile/trunk/PKGBUILD)
Deleted:
  opusfile/repos/community-i686/PKGBUILD
  opusfile/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-26 14:32:15 UTC (rev 99260)
+++ community-i686/PKGBUILD	2013-10-26 14:32:18 UTC (rev 99261)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=opusfile
-pkgver=0.2
-pkgrel=2
-pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('i686' 'x86_64')
-url='http://www.opus-codec.org/'
-license=('custom')
-depends=('libogg' 'openssl' 'opus')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
-md5sums=('454375f51fb2f84bef9bf2fbf9535bb1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/opusfile/LICENSE
-}

Copied: opusfile/repos/community-i686/PKGBUILD (from rev 99260, opusfile/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-26 14:32:18 UTC (rev 99261)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+
+pkgname=opusfile
+pkgver=0.2
+pkgrel=3
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('i686' 'x86_64')
+url='http://www.opus-codec.org/'
+license=('custom')
+depends=('libogg' 'openssl' 'opus')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
+md5sums=('454375f51fb2f84bef9bf2fbf9535bb1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/opusfile/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-26 14:32:15 UTC (rev 99260)
+++ community-x86_64/PKGBUILD	2013-10-26 14:32:18 UTC (rev 99261)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=opusfile
-pkgver=0.2
-pkgrel=2
-pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('i686' 'x86_64')
-url='http://www.opus-codec.org/'
-license=('custom')
-depends=('libogg' 'openssl' 'opus')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
-md5sums=('454375f51fb2f84bef9bf2fbf9535bb1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/opusfile/LICENSE
-}

Copied: opusfile/repos/community-x86_64/PKGBUILD (from rev 99260, opusfile/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-26 14:32:18 UTC (rev 99261)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+
+pkgname=opusfile
+pkgver=0.2
+pkgrel=3
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('i686' 'x86_64')
+url='http://www.opus-codec.org/'
+license=('custom')
+depends=('libogg' 'openssl' 'opus')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
+md5sums=('454375f51fb2f84bef9bf2fbf9535bb1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/opusfile/LICENSE
+}




More information about the arch-commits mailing list