[arch-commits] Commit in opusfile/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Nov 21 12:55:55 UTC 2017


    Date: Tuesday, November 21, 2017 @ 12:55:54
  Author: arodseth
Revision: 267784

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-21 12:55:44 UTC (rev 267783)
+++ PKGBUILD	2017-11-21 12:55:54 UTC (rev 267784)
@@ -1,32 +0,0 @@
-# $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.9
-pkgrel=2
-pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('x86_64' 'i686')
-url='https://opus-codec.org/'
-license=('BSD')
-depends=('libogg' 'openssl' 'opus')
-source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
-sha256sums=('f75fb500e40b122775ac1a71ad80c4477698842a8fe9da4a1b4a1a9f16e4e979')
-
-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"
-}
-
-# getver: github.com/xiph/opusfile/tags
-# vim:ts=2 sw=2 et:

Copied: opusfile/repos/community-x86_64/PKGBUILD (from rev 267783, opusfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-21 12:55:54 UTC (rev 267784)
@@ -0,0 +1,32 @@
+# $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.10
+pkgrel=1
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('x86_64')
+url='https://opus-codec.org/'
+license=('BSD')
+depends=('libogg' 'openssl' 'opus')
+source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+sha256sums=('48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f')
+
+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"
+}
+
+# getver: github.com/xiph/opusfile/tags
+# vim:ts=2 sw=2 et:



More information about the arch-commits mailing list