[arch-commits] Commit in (4 files)

Bruno Pagani archange at archlinux.org
Sun May 28 21:49:09 UTC 2017


    Date: Sunday, May 28, 2017 @ 21:49:08
  Author: archange
Revision: 230712

Initial import of bs1770gain from the AUR

Added:
  bs1770gain/
  bs1770gain/repos/
  bs1770gain/trunk/
  bs1770gain/trunk/PKGBUILD

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

Added: bs1770gain/trunk/PKGBUILD
===================================================================
--- bs1770gain/trunk/PKGBUILD	                        (rev 0)
+++ bs1770gain/trunk/PKGBUILD	2017-05-28 21:49:08 UTC (rev 230712)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <bruno.n.pagani at gmail.com>
+# Contributor: Vasil Yonkov < bustervill at fastmail dot fm >
+
+pkgname=bs1770gain
+pkgver=0.4.12
+pkgrel=1
+pkgdesc='A loudness scanner compliant with ITU-R BS.1770.'
+arch=('x86_64')
+url="http://${pkgname}.sourceforge.net"
+license=('GPL')
+depends=('ffmpeg' 'sox')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('cafc5440cf4940939c675e98c8dbeb839f4965d60f74270a37d4ee70559b3a59')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list