[arch-commits] Commit in libbluray/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Sep 21 18:58:08 UTC 2014


    Date: Sunday, September 21, 2014 @ 20:58:08
  Author: bpiotrowski
Revision: 222550

upgpkg: libbluray 0.6.2-1

new upstream release

Modified:
  libbluray/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-21 15:08:24 UTC (rev 222549)
+++ PKGBUILD	2014-09-21 18:58:08 UTC (rev 222550)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Andrew Cook <ariscop at gmail.com>
 
 pkgname=libbluray
-pkgver=0.6.0
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=('i686' 'x86_64')
@@ -12,19 +12,14 @@
 license=('LGPL2.1')
 depends=('libxml2' 'freetype2')
 source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('697886c09ef058bb9a2954ee5ee4f140')
+md5sums=('f4d2f2cab53f976cbb22cbae069057bd')
 
 build() {
   cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-    --disable-static
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
 }
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list