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

Maxime Gauduin alucryd at archlinux.org
Thu Nov 10 14:08:59 UTC 2016


    Date: Thursday, November 10, 2016 @ 14:08:58
  Author: alucryd
Revision: 195290

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

Added:
  libfdk-aac/repos/community-testing-i686/
  libfdk-aac/repos/community-testing-i686/PKGBUILD
    (from rev 195289, libfdk-aac/trunk/PKGBUILD)
  libfdk-aac/repos/community-testing-x86_64/
  libfdk-aac/repos/community-testing-x86_64/PKGBUILD
    (from rev 195289, libfdk-aac/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   45 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   45 ++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: libfdk-aac/repos/community-testing-i686/PKGBUILD (from rev 195289, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-11-10 14:08:58 UTC (rev 195290)
@@ -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.4.r88.5fd7e65
+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='5fd7e6537d1f37fb1bec8c6aa2f8e22030ab10de'
+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-testing-x86_64/PKGBUILD (from rev 195289, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-11-10 14:08:58 UTC (rev 195290)
@@ -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.4.r88.5fd7e65
+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='5fd7e6537d1f37fb1bec8c6aa2f8e22030ab10de'
+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