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

Balló György bgyorgy at archlinux.org
Mon Jan 22 00:19:52 UTC 2018


    Date: Monday, January 22, 2018 @ 00:19:43
  Author: bgyorgy
Revision: 284812

archrelease: copy trunk to community-x86_64

Added:
  gavl/repos/community-x86_64/PKGBUILD
    (from rev 284811, gavl/trunk/PKGBUILD)
Deleted:
  gavl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 00:19:24 UTC (rev 284811)
+++ PKGBUILD	2018-01-22 00:19:43 UTC (rev 284812)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-
-pkgname=gavl
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='A low level library, upon which multimedia APIs can be built.'
-arch=('i686' 'x86_64')
-url='http://gmerlin.sourceforge.net/'
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz")
-md5sums=('2752013a817fbc43ddf13552215ec2c0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --without-doxygen --with-cpuflags=none
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gavl/repos/community-x86_64/PKGBUILD (from rev 284811, gavl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-22 00:19:43 UTC (rev 284812)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=gavl
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Low level library, upon which multimedia APIs can be built'
+arch=('x86_64')
+url='http://gmerlin.sourceforge.net/'
+license=('GPL')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://downloads.sourceforge.net/gmerlin/$pkgname-$pkgver.tar.gz")
+sha256sums=('51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-cpuflags=none
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list