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

Maxime Gauduin alucryd at archlinux.org
Sun Mar 22 20:39:35 UTC 2015


    Date: Sunday, March 22, 2015 @ 21:39:35
  Author: alucryd
Revision: 129768

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 --------------------
 community-x86_64/PKGBUILD |   33 --------------------
 3 files changed, 70 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-22 20:39:11 UTC (rev 129767)
+++ community-i686/PKGBUILD	2015-03-22 20:39:35 UTC (rev 129768)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: PelPix <kylebloss at pelpix.info>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=libfdk-aac
-pkgver=0.1.3
-pkgrel=2
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/opencore-amr/'
-license=('custom')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/opencore-amr/${pkgname#lib}-${pkgver}.tar.gz")
-sha256sums=('a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d')
-
-build() {
-  cd ${pkgname#lib}-${pkgver}
-
-  ./configure --prefix='/usr' --disable-static
-  make
-}
-
-package () {
-  cd ${pkgname#lib}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 NOTICE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfdk-aac/repos/community-i686/PKGBUILD (from rev 129767, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-22 20:39:35 UTC (rev 129768)
@@ -0,0 +1,35 @@
+# $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=1
+pkgdesc='Fraunhofer FDK AAC codec library'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/opencore-amr/'
+license=('custom')
+depends=('glibc')
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-22 20:39:11 UTC (rev 129767)
+++ community-x86_64/PKGBUILD	2015-03-22 20:39:35 UTC (rev 129768)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: PelPix <kylebloss at pelpix.info>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=libfdk-aac
-pkgver=0.1.3
-pkgrel=2
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/opencore-amr/'
-license=('custom')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/opencore-amr/${pkgname#lib}-${pkgver}.tar.gz")
-sha256sums=('a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d')
-
-build() {
-  cd ${pkgname#lib}-${pkgver}
-
-  ./configure --prefix='/usr' --disable-static
-  make
-}
-
-package () {
-  cd ${pkgname#lib}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 NOTICE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfdk-aac/repos/community-x86_64/PKGBUILD (from rev 129767, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-22 20:39:35 UTC (rev 129768)
@@ -0,0 +1,35 @@
+# $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=1
+pkgdesc='Fraunhofer FDK AAC codec library'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/opencore-amr/'
+license=('custom')
+depends=('glibc')
+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:



More information about the arch-commits mailing list