libraw1394: 2.1.1 for the multimedia group

This commit is contained in:
Neofytos Kolokotronis 2016-01-19 20:21:43 +01:00
parent 3e73bed429
commit d0810468ad

View File

@ -1,20 +1,17 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer: abveritas[at]chakra-project[dot]org>
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libraw1394
pkgname=libraw1394
pkgver=2.0.7
pkgver=2.1.1
pkgrel=1
arch=('i686' 'x86_64')
arch=('x86_64')
license=('LGPL2.1')
pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
depends=('glibc')
makedepends=('pkgconfig')
url="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
options=(!libtool)
source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.bz2)
md5sums=('997ef18ab8e2e21f3966dff00e92be28')
source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz)
sha256sums=('1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"