[arch-commits] Commit in gpac/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jan 19 15:47:38 UTC 2022


    Date: Wednesday, January 19, 2022 @ 15:47:37
  Author: alucryd
Revision: 1110492

archrelease: copy trunk to community-x86_64

Added:
  gpac/repos/community-x86_64/PKGBUILD
    (from rev 1110491, gpac/trunk/PKGBUILD)
Deleted:
  gpac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 15:47:31 UTC (rev 1110491)
+++ PKGBUILD	2022-01-19 15:47:37 UTC (rev 1110492)
@@ -1,49 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=gpac
-pkgver=1.0.1
-pkgrel=1
-epoch=1
-pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
-arch=(x86_64)
-url=https://gpac.wp.imt.fr/
-license=(LGPL)
-depends=(
-  glibc
-  openssl
-  xz
-  zlib
-)
-makedepends=(git)
-provides=(libgpac.so)
-_tag=d8538e8ae946b32d99c6b2c57cbb327146e9cd9d
-source=(git+https://github.com/gpac/gpac.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd gpac
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd gpac
-
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --disable-oss-audio \
-    --disable-dvb4linux \
-    --disable-qjs \
-    --enable-pic \
-    --use-js=no
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" STRIP=true -C gpac install
-  make DESTDIR="${pkgdir}" STRIP=true -C gpac install-lib
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 1110491, gpac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-19 15:47:37 UTC (rev 1110492)
@@ -0,0 +1,49 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gpac
+pkgver=1.0.1
+pkgrel=2
+epoch=1
+pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
+arch=(x86_64)
+url=https://gpac.wp.imt.fr/
+license=(LGPL)
+depends=(
+  glibc
+  openssl
+  xz
+  zlib
+)
+makedepends=(git)
+provides=(libgpac.so)
+_tag=d8538e8ae946b32d99c6b2c57cbb327146e9cd9d
+source=(git+https://github.com/gpac/gpac.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gpac
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CFLAGS+=" -ffat-lto-objects"
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cd gpac
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --disable-oss-audio \
+    --disable-dvb4linux \
+    --disable-qjs \
+    --enable-pic \
+    --use-js=no
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install
+  make DESTDIR="${pkgdir}" STRIP=true -C gpac install-lib
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list