[arch-commits] Commit in libfdk-aac/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun May 2 18:43:13 UTC 2021
Date: Sunday, May 2, 2021 @ 18:43:13
Author: heftig
Revision: 926184
archrelease: copy trunk to community-x86_64
Added:
libfdk-aac/repos/community-x86_64/PKGBUILD
(from rev 926183, libfdk-aac/trunk/PKGBUILD)
Deleted:
libfdk-aac/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 18:42:56 UTC (rev 926183)
+++ PKGBUILD 2021-05-02 18:43:13 UTC (rev 926184)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: PelPix <kylebloss at pelpix.info>
-# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
-
-pkgname=libfdk-aac
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=(x86_64)
-url=https://sourceforge.net/projects/opencore-amr/
-license=(custom)
-makedepends=(git)
-provides=(libfdk-aac.so)
-source=(git+https://github.com/mstorsjo/fdk-aac.git#tag=d387d3b6ed79ff9a82c60440bdd86e6e5e324bec)
-sha256sums=(SKIP)
-
-pkgver() {
- cd fdk-aac
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd fdk-aac
-
- ./autogen.sh
-}
-
-build() {
- cd fdk-aac
-
- ./configure \
- --prefix=/usr \
- --disable-static
- make
-}
-
-package () {
- cd fdk-aac
-
- make DESTDIR="${pkgdir}" install
- install -Dm 644 NOTICE -t "${pkgdir}"/usr/share/licenses/libfdk-aac/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libfdk-aac/repos/community-x86_64/PKGBUILD (from rev 926183, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-02 18:43:13 UTC (rev 926184)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: PelPix <kylebloss at pelpix.info>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+
+pkgname=libfdk-aac
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Fraunhofer FDK AAC codec library'
+arch=(x86_64)
+url=https://sourceforge.net/projects/opencore-amr/
+license=(custom)
+makedepends=(git)
+provides=(libfdk-aac.so)
+source=(git+https://github.com/mstorsjo/fdk-aac.git#tag=8003a054c81c45c10fe70a832f02c6985383608f)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd fdk-aac
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd fdk-aac
+
+ ./autogen.sh
+}
+
+build() {
+ cd fdk-aac
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static
+ make
+}
+
+package () {
+ cd fdk-aac
+
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 NOTICE -t "${pkgdir}"/usr/share/licenses/libfdk-aac/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list