Hi,
I've made a new package in AUR - mimms, which depends on libmms from
extra repo. But libmms is flagged out of date and mimms needs
the new version to compile and run. Can someone please update the
libmms PKGBUILD in extra? There is no maintainer for libmms, so, if
this package isn't needed by any other packages, you can also move it
to unsupported and I'll take care of it.
mimms with the libmms v0.4 works fine, just a bit testing from my
side.

Thanks
D

pkgname=libmms
pkgver=0.4
pkgrel=1
pkgdesc="Microsoft streaming procotols parsing library"
arch=('i686' 'x86_64')
url="https://launchpad.net/libmms";
license=('LGPL')
depends=('glib2>=2.10.9')
options=('!libtool')
source=(http://launchpadlibrarian.net/10931972/${pkgname}-${pkgver}.tar.gz)
md5sums=('4a681a815186fe26bb1b02ccea57fb75')

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}

  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="${startdir}/pkg" install
}

Attachment: pgpXGK3SU2OkJ.pgp
Description: PGP signature

Reply via email to