[arch-commits] Commit in vorbis-tools/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Apr 13 14:56:26 UTC 2021


    Date: Tuesday, April 13, 2021 @ 14:56:26
  Author: eworm
Revision: 412400

archrelease: copy trunk to testing-x86_64

Added:
  vorbis-tools/repos/testing-x86_64/
  vorbis-tools/repos/testing-x86_64/PKGBUILD
    (from rev 412399, vorbis-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: vorbis-tools/repos/testing-x86_64/PKGBUILD (from rev 412399, vorbis-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-04-13 14:56:26 UTC (rev 412400)
@@ -0,0 +1,28 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=vorbis-tools
+pkgver=1.4.2
+pkgrel=2
+pkgdesc='Extra tools for Ogg-Vorbis'
+arch=('x86_64')
+url='https://www.xiph.org/vorbis/'
+license=('GPL2')
+depends=('curl' 'flac' 'libao' 'libvorbis' 'opusfile')
+source=("https://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix=/usr \
+    --without-speex \
+    --enable-vcut
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list