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

2020-09-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 13, 2020 @ 08:43:17
  Author: alucryd
Revision: 705002

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 08:43:12 UTC (rev 705001)
+++ PKGBUILD2020-09-13 08:43:17 UTC (rev 705002)
@@ -1,57 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Maxime Gauduin 
-
-pkgname=gpac
-pkgver=1.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=a99c032b7afbc2e0a55d0259fd09b4139f8a7402
-source=(git+https://github.com/gpac/gpac.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd gpac
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd gpac
-
-  git cherry-pick -n 4710737bed502534499754afd730601c7ffb3d7b
-  git cherry-pick -n 1bfe33a9f4f985065efbff00ff700cca9e380be9
-  git cherry-pick -n 45633fabccf331405f5c09aa44db86d6962dfd0f
-}
-
-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 705001, 
gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-13 08:43:17 UTC (rev 705002)
@@ -0,0 +1,49 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Maxime Gauduin 
+
+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:


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

2015-09-03 Thread Tobias Powalowski
Date: Thursday, September 3, 2015 @ 22:56:20
  Author: tpowa
Revision: 139174

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-03 20:56:03 UTC (rev 139173)
+++ PKGBUILD2015-09-03 20:56:20 UTC (rev 139174)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=0.5.2
-pkgrel=1
-epoch=1
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'glu' 'libxv')
-makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
-optdepends=('jack: for jack support'
-   'a52dec: for A52 support'
-'faad2: for AAC support'
-   'libmad: for mp3 support'
-   'sdl2: for sdl support')
-options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git)
-sha1sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 139173, 
gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-03 20:56:20 UTC (rev 139174)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpac
+pkgver=0.5.2
+pkgrel=2
+epoch=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'glu' 'libxv')
+makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
+optdepends=('jack: for jack support'
+   'a52dec: for A52 support'
+'faad2: for AAC support'
+   'libmad: for mp3 support'
+   'sdl2: for sdl support')
+options=('staticlibs' '!makeflags')
+source=(git://github.com/gpac/gpac.git)
+sha1sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install install-lib
+}