[arch-commits] Commit in opus-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Sep 19 11:02:31 UTC 2018
Date: Wednesday, September 19, 2018 @ 11:02:30
Author: kkeen
Revision: 383379
archrelease: copy trunk to community-x86_64
Added:
opus-tools/repos/community-x86_64/PKGBUILD
(from rev 383378, opus-tools/trunk/PKGBUILD)
Deleted:
opus-tools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-19 11:02:18 UTC (rev 383378)
+++ PKGBUILD 2018-09-19 11:02:30 UTC (rev 383379)
@@ -1,29 +0,0 @@
-# $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.10
-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=('6b78535d58b94832710b14e219f65a91')
-
-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 383378, opus-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-19 11:02:30 UTC (rev 383379)
@@ -0,0 +1,28 @@
+# 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.2
+pkgrel=1
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('x86_64')
+url='http://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus' 'opusfile' 'libopusenc')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+md5sums=('ff2d0536e960cabbfb8ca7c8c1759b6c')
+
+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