[arch-general] Please update the "gavl" package or gstreamer will continue breaking

Sven-Hendrik Haase sh at lutzhaase.com
Fri Sep 18 21:34:49 EDT 2009


Hey,

the current gavl package in [community] is seemingly compiled with wrong
CFLAGS and thus it breaks on older CPUs in conjunction with the newest
gstreamer update. I flagged the package a week ago and shot the
maintainer a mail but no answer. Can somebody update the package real
quick please?
Doing so will fix FS#16060.
Tested and working PKGBUILD for your convenience:

# $Id$
# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
# Maintainer: Robert Emil Berge
# Maintaner: Mateusz Herych <heniekk at gmail.com>

pkgname=gavl
pkgver=1.1.1
pkgrel=1
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')
optios=(!libtool)
source=(http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz)
md5sums=('DC37718AB20ED6728EB9E10D5BB3AD17')

build() {
  cd ${srcdir}/${pkgname}-${pkgver}
  ./configure --prefix=/usr \
      --without-doxygen
  make || return 1
  make DESTDIR=${pkgdir} install
}




More information about the arch-general mailing list