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

Jelle van der Waa jelle at archlinux.org
Sun Mar 12 19:50:59 UTC 2017


    Date: Sunday, March 12, 2017 @ 19:50:59
  Author: jelle
Revision: 215886

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: opusfile/repos/community-staging-i686/PKGBUILD (from rev 215885, opusfile/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-12 19:50:59 UTC (rev 215886)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman.com>
+
+pkgname=opusfile
+pkgver=0.8
+pkgrel=2
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('x86_64' 'i686')
+url='http://www.opus-codec.org/'
+license=('BSD')
+depends=('libogg' 'openssl' 'opus')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+sha256sums=('2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opusfile/repos/community-staging-x86_64/PKGBUILD (from rev 215885, opusfile/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-12 19:50:59 UTC (rev 215886)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman.com>
+
+pkgname=opusfile
+pkgver=0.8
+pkgrel=2
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('x86_64' 'i686')
+url='http://www.opus-codec.org/'
+license=('BSD')
+depends=('libogg' 'openssl' 'opus')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+sha256sums=('2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list