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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 01:30:26 UTC 2022


    Date: Monday, April 25, 2022 @ 01:30:26
  Author: allan
Revision: 1189784

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 01:30:07 UTC (rev 1189783)
+++ PKGBUILD	2022-04-25 01:30:26 UTC (rev 1189784)
@@ -1,29 +0,0 @@
-# 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.12
-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=('118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b')
-
-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 1189783, opusfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 01:30:26 UTC (rev 1189784)
@@ -0,0 +1,29 @@
+# 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.12
+pkgrel=2
+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=('118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b')
+
+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