[arch-commits] Commit in bs1770gain/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Oct 11 13:57:35 UTC 2018


    Date: Thursday, October 11, 2018 @ 13:57:35
  Author: archange
Revision: 392570

archrelease: copy trunk to community-x86_64

Added:
  bs1770gain/repos/community-x86_64/PKGBUILD
    (from rev 392569, bs1770gain/trunk/PKGBUILD)
Deleted:
  bs1770gain/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++---------------------------------
 1 file changed, 23 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-11 13:57:12 UTC (rev 392569)
+++ PKGBUILD	2018-10-11 13:57:35 UTC (rev 392570)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=bs1770gain
-pkgver=0.4.12
-pkgrel=2
-pkgdesc='A loudness scanner compliant with ITU-R BS.1770.'
-arch=('x86_64')
-url="http://bs1770gain.sourceforge.net"
-license=('GPL')
-depends=('ffmpeg' 'sox')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cafc5440cf4940939c675e98c8dbeb839f4965d60f74270a37d4ee70559b3a59')
-
-prepare() {
-    cd ${pkgname}-${pkgver}
-    # ffmpeg 4.0 changes
-    sed -i "s:CODEC_CAP_VARIABLE_FRAME_SIZE:AV_CODEC_CAP_VARIABLE_FRAME_SIZE:g" libffsox-2/ffsox_frame.c
-    sed -i "s:CODEC_FLAG_GLOBAL_HEADER:AV_CODEC_FLAG_GLOBAL_HEADER:g" libffsox-2/ffsox_frame_writer.c
-    sed -i "s:CODEC_FLAG_GLOBAL_HEADER:AV_CODEC_FLAG_GLOBAL_HEADER:g" libffsox-2/ffsox_packet_writer.c
-}
-
-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 392569, bs1770gain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-11 13:57:35 UTC (rev 392570)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=bs1770gain
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
+arch=('x86_64')
+url="http://bs1770gain.sourceforge.net"
+license=('GPL')
+depends=('ffmpeg' 'sox')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('31e68b6a1b8ceda939cb47340a1f0a5bed9057a7ccaab785655fe8338118a76d')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list