[arch-commits] Commit in gpac/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Aug 19 07:27:09 UTC 2022
Date: Friday, August 19, 2022 @ 07:27:08
Author: alucryd
Revision: 1269500
archrelease: copy trunk to community-x86_64
Added:
gpac/repos/community-x86_64/PKGBUILD
(from rev 1269499, gpac/trunk/PKGBUILD)
Deleted:
gpac/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-19 07:26:58 UTC (rev 1269499)
+++ PKGBUILD 2022-08-19 07:27:08 UTC (rev 1269500)
@@ -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=3
-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:
Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 1269499, gpac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-19 07:27:08 UTC (rev 1269500)
@@ -0,0 +1,49 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gpac
+pkgver=2.0.0
+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=418db4149af78773815b5f6a7030a120037ba140
+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