summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwungad2023-01-27 04:20:01 +0100
committerwungad2023-01-27 04:20:01 +0100
commit7970b0eead73038cac9a8cd8dd8cf81ccd44defc (patch)
tree877b6eeddf439ffcb847387a88568e77e4fa0e16 /PKGBUILD
parent555bd455acfbe048cc69c3a991b7d84b2da7a5a4 (diff)
downloadaur-gpac-git.tar.gz
Bump to 2.2.0.r35.gbbca86917
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 8 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d4961915b4a..387abf8e4b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,17 @@
-# Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
-# This package is forked from community/gpac; original contributors:
+# Maintainer: Robert Mandic <sir.mandic@gmail.com>
+# Contributor: Chih-Hsuan Yen <yan12125@gmail.com>
# Contributor: Eric BĂ©langer <eric@archlinux.org>
_pkgname=gpac
pkgname=$_pkgname-git
-pkgver=0.5.2.r3552.ge1fa8f051
-pkgrel=2
-epoch=1
+pkgver=2.2.0.r35.gbbca86917
+pkgrel=1
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard (git version)"
arch=('i686' 'x86_64')
url="https://gpac.wp.imt.fr/"
-license=('LGPL')
-depends=('ffmpeg' 'glu' 'libxv' 'openssl')
-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')
+license=('LGPL2.1')
+depends=('faad2' 'ffmpeg' 'a52dec' 'libmad' 'python-setuptools')
+makedepends=('alsa-lib' 'freetype2' 'git' 'jack2' 'libjpeg-turbo' 'libpng' 'libogg' 'libpulse' 'libtheora' 'libvorbis' 'mesa' 'sdl2' 'xvidcore' 'zlib')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=(git+https://github.com/gpac/gpac.git)
@@ -32,10 +26,7 @@ pkgver() {
build() {
cd $_pkgname
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --use-js=no
+ ./configure --prefix=/usr --mandir=/usr/share/man
make
}