[arch-commits] Commit in libopenshot-audio/repos (2 files)

David Runge dvzrv at gemini.archlinux.org
Mon Sep 13 20:33:50 UTC 2021


    Date: Monday, September 13, 2021 @ 20:33:50
  Author: dvzrv
Revision: 1014718

archrelease: copy trunk to community-staging-x86_64

Added:
  libopenshot-audio/repos/community-staging-x86_64/
  libopenshot-audio/repos/community-staging-x86_64/PKGBUILD
    (from rev 1014717, libopenshot-audio/trunk/PKGBUILD)

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

Copied: libopenshot-audio/repos/community-staging-x86_64/PKGBUILD (from rev 1014717, libopenshot-audio/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-09-13 20:33:50 UTC (rev 1014718)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+# Contributor: Foster McLane <fkmclane at gmail.com>
+# Contributor: Jonathan Thomas <jonathan at openshot.org>
+
+pkgname=libopenshot-audio
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by libopenshot."
+arch=('x86_64')
+url="https://openshot.org/"
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'zlib')
+makedepends=('alsa-lib' 'cmake' 'doxygen' 'freetype2' 'libx11' 'python')
+provides=('libopenshot-audio.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('9960c6225dd9b843d18134e851761bf12861220a2c63970055bc73d554725e56abd6d35339f7490b672faaf0699f58e3701ff8a966ab07af3264325a9d0dc472')
+b2sums=('fcf242bdd678d2e79e2775f3aff7507520a4e8b9ddc7696e1506beca0c1f8e0687d66dfa35a31748e2e622def6e1c22c160e9424c1c27527854ebcafc24413ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -Wno-dev \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="${pkgdir}" install -C build
+  install -vDm 644 {AUTHORS,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list