[arch-commits] Commit in gpac/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Aug 6 09:44:59 UTC 2016


    Date: Saturday, August 6, 2016 @ 09:44:59
  Author: alucryd
Revision: 185588

upgpkg: gpac 1:0.6.1-1

Modified:
  gpac/trunk/PKGBUILD

----------+
 PKGBUILD |   41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 09:25:00 UTC (rev 185587)
+++ PKGBUILD	2016-08-06 09:44:59 UTC (rev 185588)
@@ -1,39 +1,42 @@
 # $Id$
 # Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=gpac
-pkgver=0.5.2
-pkgrel=6
+pkgver=0.6.1
+pkgrel=1
 epoch=1
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
 arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net"
+url='https://gpac.wp.mines-telecom.fr/'
 license=('LGPL')
 depends=('ffmpeg' 'glu' 'libxv')
 makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
 optdepends=('jack: for jack support'
-	    'a52dec: for A52 support'
+            'a52dec: for A52 support'
             'faad2: for AAC support'
-	    'libmad: for mp3 support'
-	    'sdl2: for sdl support')
+            'libmad: for mp3 support'
+            'sdl2: for sdl support')
+provides=('libgpac.so')
 options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git#tag=v$pkgver gpac-ffmpeg3.patch)
-sha1sums=('SKIP'
-          '2ce98b1d8aa2f8091c6581d189470250502484e7')
+source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz")
+sha256sums=('67d1ac8f8b3e74da0e4e38ea926dc15bca6e9941e8f366e3538abcf13c103c09')
 
-prepare() {
-  cd $pkgname
-# Fix build with ffmpeg 3.0 (Gentoo)
-  patch -p1 -i ../gpac-ffmpeg3.patch
-}
+build() {
+  cd gpac-${pkgver}
 
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  ./configure \
+    --prefix='/usr' \
+    --mandir='/usr/share/man' \
+    --X11-path='/usr' \
+    --use-js='no'
   make
 }
 
 package() {
-  cd ${pkgname}
+  cd gpac-${pkgver}
+
   make DESTDIR="${pkgdir}" install install-lib
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list