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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 29 13:36:06 UTC 2017


    Date: Sunday, January 29, 2017 @ 13:36:05
  Author: alucryd
Revision: 209372

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

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

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 -----------------
 community-x86_64/PKGBUILD |   36 -----------------
 3 files changed, 90 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-29 13:35:39 UTC (rev 209371)
+++ community-i686/PKGBUILD	2017-01-29 13:36:05 UTC (rev 209372)
@@ -1,36 +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.4
-pkgrel=2
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/opencore-amr/'
-license=('custom')
-depends=('glibc')
-provides=('libfdk-aac.so')
-source=("http://downloads.sourceforge.net/opencore-amr/fdk-aac-${pkgver}.tar.gz")
-sha256sums=('5910fe788677ca13532e3f47b7afaa01d72334d46a2d5e1d1f080f1173ff15ab')
-
-build() {
-  cd fdk-aac-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-static
-  make
-}
-
-package () {
-  cd fdk-aac-${pkgver}
-
-  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-i686/PKGBUILD (from rev 209371, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-29 13:36:05 UTC (rev 209372)
@@ -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.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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-29 13:35:39 UTC (rev 209371)
+++ community-x86_64/PKGBUILD	2017-01-29 13:36:05 UTC (rev 209372)
@@ -1,36 +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.4
-pkgrel=2
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/opencore-amr/'
-license=('custom')
-depends=('glibc')
-provides=('libfdk-aac.so')
-source=("http://downloads.sourceforge.net/opencore-amr/fdk-aac-${pkgver}.tar.gz")
-sha256sums=('5910fe788677ca13532e3f47b7afaa01d72334d46a2d5e1d1f080f1173ff15ab')
-
-build() {
-  cd fdk-aac-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-static
-  make
-}
-
-package () {
-  cd fdk-aac-${pkgver}
-
-  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 209371, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-29 13:36:05 UTC (rev 209372)
@@ -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.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:



More information about the arch-commits mailing list