Please update the "gavl" package or gstreamer will continue breaking

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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@xxxxxxxxxxxxxx>
# Contributor: Sven-Hendrik Haase <sh@xxxxxxxxxxxxx>
# Maintainer: Robert Emil Berge
# Maintaner: Mateusz Herych <heniekk@xxxxxxxxx>

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
}




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux