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

Antonio Rojas arojas at archlinux.org
Wed Jul 26 21:07:35 UTC 2017


    Date: Wednesday, July 26, 2017 @ 21:07:35
  Author: arojas
Revision: 301285

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

Added:
  faac/repos/testing-i686/
  faac/repos/testing-i686/PKGBUILD
    (from rev 301284, faac/trunk/PKGBUILD)
  faac/repos/testing-x86_64/
  faac/repos/testing-x86_64/PKGBUILD
    (from rev 301284, faac/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: faac/repos/testing-i686/PKGBUILD (from rev 301284, faac/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-07-26 21:07:35 UTC (rev 301285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=faac
+pkgver=1.29.3
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/libfaac/kiss_fft/COPYING \
+    "${pkgdir}"/usr/share/licenses/faac/LICENSE
+}
+md5sums=('20108ccff238813937ae1fec6eb80e7c')

Copied: faac/repos/testing-x86_64/PKGBUILD (from rev 301284, faac/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-07-26 21:07:35 UTC (rev 301285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=faac
+pkgver=1.29.3
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/libfaac/kiss_fft/COPYING \
+    "${pkgdir}"/usr/share/licenses/faac/LICENSE
+}
+md5sums=('20108ccff238813937ae1fec6eb80e7c')



More information about the arch-commits mailing list