[arch-commits] Commit in opus/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Feb 11 23:00:24 UTC 2022
Date: Friday, February 11, 2022 @ 23:00:23
Author: heftig
Revision: 436959
archrelease: copy trunk to extra-x86_64
Added:
opus/repos/extra-x86_64/PKGBUILD
(from rev 436958, opus/trunk/PKGBUILD)
Deleted:
opus/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-11 23:00:10 UTC (rev 436958)
+++ PKGBUILD 2022-02-11 23:00:23 UTC (rev 436959)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-# Contributor: pumbur
-
-pkgbase=opus
-pkgname=(opus opus-docs)
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Totally open, royalty-free, highly versatile audio codec"
-url="https://www.opus-codec.org/"
-arch=(x86_64)
-license=(BSD)
-depends=(glibc)
-makedepends=(doxygen)
-source=(https://archive.mozilla.org/pub/opus/opus-$pkgver.tar.gz)
-sha256sums=('65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d')
-
-build() {
- cd opus-$pkgver
- ./configure --prefix=/usr --disable-static --enable-custom-modes
- make
-}
-
-check() {
- cd opus-$pkgver
- make check
-}
-
-package_opus() {
- provides=(libopus.so)
-
- cd opus-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-
- cd ..
- mkdir -p doc/usr/share
- mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_opus-docs() {
- pkgdesc+=" (documentation)"
- depends=()
-
- mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:
Copied: opus/repos/extra-x86_64/PKGBUILD (from rev 436958, opus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-11 23:00:23 UTC (rev 436959)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+# Contributor: pumbur
+
+pkgbase=opus
+pkgname=(opus opus-docs)
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Totally open, royalty-free, highly versatile audio codec"
+url="https://www.opus-codec.org/"
+arch=(x86_64)
+license=(BSD)
+depends=(glibc)
+makedepends=(doxygen)
+source=(https://archive.mozilla.org/pub/opus/opus-$pkgver.tar.gz)
+sha256sums=('65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d')
+
+build() {
+ cd opus-$pkgver
+ ./configure --prefix=/usr --disable-static --enable-custom-modes
+ make
+}
+
+check() {
+ cd opus-$pkgver
+ make check
+}
+
+package_opus() {
+ provides=(libopus.so)
+
+ cd opus-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+
+ cd ..
+ mkdir -p doc/usr/share
+ mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_opus-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+
+ mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list