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

Balló György bgyorgy at archlinux.org
Wed May 27 21:32:55 UTC 2020


    Date: Wednesday, May 27, 2020 @ 21:32:55
  Author: bgyorgy
Revision: 636079

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 33 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 21:32:32 UTC (rev 636078)
+++ PKGBUILD	2020-05-27 21:32:55 UTC (rev 636079)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: gavl/repos/community-x86_64/PKGBUILD (from rev 636078, gavl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 21:32:55 UTC (rev 636079)
@@ -0,0 +1,33 @@
+# 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=4
+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')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build
+  sed -i 's|volume_test_LDADD = ../gavl/libgavl.la|volume_test_LDADD = -lm ../gavl/libgavl.la|' src/Makefile.{am,in}
+}
+
+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