[arch-commits] Commit in bs1770gain/repos (4 files)

Bruno Pagani archange at archlinux.org
Sun May 28 21:57:00 UTC 2017


    Date: Sunday, May 28, 2017 @ 21:56:59
  Author: archange
Revision: 230714

archrelease: copy trunk to community-x86_64, community-i686

Added:
  bs1770gain/repos/community-i686/
  bs1770gain/repos/community-i686/PKGBUILD
    (from rev 230713, bs1770gain/trunk/PKGBUILD)
  bs1770gain/repos/community-x86_64/
  bs1770gain/repos/community-x86_64/PKGBUILD
    (from rev 230713, bs1770gain/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: bs1770gain/repos/community-i686/PKGBUILD (from rev 230713, bs1770gain/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-28 21:56:59 UTC (rev 230714)
@@ -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' 'i686')
+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
+}

Copied: bs1770gain/repos/community-x86_64/PKGBUILD (from rev 230713, bs1770gain/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-28 21:56:59 UTC (rev 230714)
@@ -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' 'i686')
+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