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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 18 12:30:29 UTC 2017


    Date: Friday, August 18, 2017 @ 12:30:28
  Author: arodseth
Revision: 252453

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-18 12:30:13 UTC (rev 252452)
+++ community-i686/PKGBUILD	2017-08-18 12:30:28 UTC (rev 252453)
@@ -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=1
-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-i686/PKGBUILD (from rev 252452, opusfile/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-18 12:30:28 UTC (rev 252453)
@@ -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.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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-18 12:30:13 UTC (rev 252452)
+++ community-x86_64/PKGBUILD	2017-08-18 12:30:28 UTC (rev 252453)
@@ -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=1
-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 252452, opusfile/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-18 12:30:28 UTC (rev 252453)
@@ -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.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:



More information about the arch-commits mailing list