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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 13 19:36:36 UTC 2018


    Date: Tuesday, March 13, 2018 @ 19:36:35
  Author: alucryd
Revision: 307424

archrelease: copy trunk to community-x86_64

Added:
  libfdk-aac/repos/community-x86_64/PKGBUILD
    (from rev 307423, libfdk-aac/trunk/PKGBUILD)
Deleted:
  libfdk-aac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-13 19:36:21 UTC (rev 307423)
+++ PKGBUILD	2018-03-13 19:36:35 UTC (rev 307424)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: PelPix <kylebloss at pelpix.info>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=libfdk-aac
-pkgver=0.1.5
-pkgrel=1
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/opencore-amr/'
-license=('custom')
-depends=('glibc')
-makedepends=('git')
-provides=('libfdk-aac.so')
-_commit='74c1a2a4f831285cbd93ec1427f1670d3c5c5e52'
-source=("git+https://github.com/mstorsjo/fdk-aac.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd fdk-aac
-
-  git describe | sed 's/^v//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  cd fdk-aac
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --disable-static
-  make
-}
-
-package () {
-  cd fdk-aac
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/libfdk-aac
-  install -m 644 NOTICE "${pkgdir}"/usr/share/licenses/libfdk-aac/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfdk-aac/repos/community-x86_64/PKGBUILD (from rev 307423, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-13 19:36:35 UTC (rev 307424)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: PelPix <kylebloss at pelpix.info>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+
+pkgname=libfdk-aac
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Fraunhofer FDK AAC codec library'
+arch=('x86_64')
+url='http://sourceforge.net/projects/opencore-amr/'
+license=('custom')
+depends=('glibc')
+makedepends=('git')
+provides=('libfdk-aac.so')
+_commit='a30bfced6b6d6d976c728552d247cb30dd86e238'
+source=("git+https://github.com/mstorsjo/fdk-aac.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fdk-aac
+
+  git describe | sed 's/^v//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cd fdk-aac
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package () {
+  cd fdk-aac
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/libfdk-aac
+  install -m 644 NOTICE "${pkgdir}"/usr/share/licenses/libfdk-aac/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list