[arch-commits] Commit in libfdk-aac/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Oct 9 06:28:04 UTC 2019
Date: Wednesday, October 9, 2019 @ 06:28:03
Author: alucryd
Revision: 514329
archrelease: copy trunk to community-x86_64
Added:
libfdk-aac/repos/community-x86_64/PKGBUILD
(from rev 514328, libfdk-aac/trunk/PKGBUILD)
Deleted:
libfdk-aac/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 45 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-09 06:27:58 UTC (rev 514328)
+++ PKGBUILD 2019-10-09 06:28:03 UTC (rev 514329)
@@ -1,39 +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.0
-pkgrel=1
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=(x86_64)
-url='http://sourceforge.net/projects/opencore-amr/'
-license=(custom)
-makedepends=(git)
-provides=(libfdk-aac.so)
-source=(git+https://github.com/mstorsjo/fdk-aac.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-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 514328, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-09 06:28:03 UTC (rev 514329)
@@ -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.1
+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=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:
More information about the arch-commits
mailing list