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

Maxime Gauduin alucryd at archlinux.org
Fri Jul 17 18:16:14 UTC 2015


    Date: Friday, July 17, 2015 @ 20:16:14
  Author: alucryd
Revision: 137068

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-17 18:15:51 UTC (rev 137067)
+++ community-i686/PKGBUILD	2015-07-17 18:16:14 UTC (rev 137068)
@@ -1,35 +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=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:

Copied: libfdk-aac/repos/community-i686/PKGBUILD (from rev 137067, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-17 18:16:14 UTC (rev 137068)
@@ -0,0 +1,36 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-17 18:15:51 UTC (rev 137067)
+++ community-x86_64/PKGBUILD	2015-07-17 18:16:14 UTC (rev 137068)
@@ -1,35 +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=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:

Copied: libfdk-aac/repos/community-x86_64/PKGBUILD (from rev 137067, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-17 18:16:14 UTC (rev 137068)
@@ -0,0 +1,36 @@
+# $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:



More information about the arch-commits mailing list