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

Alexander Rødseth arodseth at archlinux.org
Sat Jul 30 20:56:54 UTC 2016


    Date: Saturday, July 30, 2016 @ 20:56:54
  Author: arodseth
Revision: 184678

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-30 20:56:42 UTC (rev 184677)
+++ community-i686/PKGBUILD	2016-07-30 20:56:54 UTC (rev 184678)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=opusfile
-pkgver=0.7
-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=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301')
-
-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: -u 4 opus-codec.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: opusfile/repos/community-i686/PKGBUILD (from rev 184677, opusfile/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-30 20:56:54 UTC (rev 184678)
@@ -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=1
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-30 20:56:42 UTC (rev 184677)
+++ community-x86_64/PKGBUILD	2016-07-30 20:56:54 UTC (rev 184678)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=opusfile
-pkgver=0.7
-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=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301')
-
-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: -u 4 opus-codec.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: opusfile/repos/community-x86_64/PKGBUILD (from rev 184677, opusfile/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-30 20:56:54 UTC (rev 184678)
@@ -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=1
+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