[arch-commits] Commit in gpac/repos/community-x86_64 (PKGBUILD PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Thu Sep 3 20:56:20 UTC 2015
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
===================================================================
--- PKGBUILD 2015-09-03 20:56:03 UTC (rev 139173)
+++ PKGBUILD 2015-09-03 20:56:20 UTC (rev 139174)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-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)
+++ PKGBUILD 2015-09-03 20:56:20 UTC (rev 139174)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list