diff options
Diffstat (limited to 'extra/libbluray/PKGBUILD')
-rw-r--r-- | extra/libbluray/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/libbluray/PKGBUILD b/extra/libbluray/PKGBUILD index 1f4d9c706..9a5788976 100644 --- a/extra/libbluray/PKGBUILD +++ b/extra/libbluray/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 186521 2013-05-28 10:28:20Z ioni $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> +# $Id: PKGBUILD 198685 2013-11-02 07:22:33Z bpiotrowski $ +# Maintainer: Ionut Biru <ibiru@archlinux.org> +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Andrew Cook <ariscop@gmail.com> pkgname=libbluray -pkgver=0.3.0 +pkgver=0.4.0 pkgrel=1 -pkgdesc="Library to access Blu-Ray disks for video playback" +pkgdesc='Library to access Blu-Ray disks for video playback' arch=('i686' 'x86_64' 'mips64el') -url="http://www.videolan.org/developers/libbluray.html" +url='http://www.videolan.org/developers/libbluray.html' license=('LGPL2.1') depends=('libxml2' 'freetype2') -options=(!libtool) source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('96eedf23ff756e97fa64d9624a49608daccbac169714b9b231a284ed4eb63c77ee2ecbdfc42c311781571146cfa0fe340854ac831d3fe1312131e1742a4a7b02') +sha256sums=('63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8') build() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure --prefix=/usr \ --disable-static @@ -23,7 +23,7 @@ build() { } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } |