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

Giovanni Scafora giovanni at archlinux.org
Tue Jan 6 14:18:41 UTC 2015


    Date: Tuesday, January 6, 2015 @ 15:18:40
  Author: giovanni
Revision: 228707

upgpkg: libmatroska 1.4.2-1

upstream release

Modified:
  libmatroska/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-06 14:09:49 UTC (rev 228706)
+++ PKGBUILD	2015-01-06 14:18:40 UTC (rev 228707)
@@ -3,7 +3,7 @@
 # Contributor 03/08/04 <lefungus at altern.org>
 
 pkgname=libmatroska
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Matroska library"
 arch=('i686' 'x86_64')
@@ -11,16 +11,18 @@
 license=('LGPL')
 depends=('libebml')
 source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('f61b2e5086f4bb9d24a43cc8af43a719')
+md5sums=('f8fe42003e072a42a19ed40405f9efdb')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --disable-static
 
-  make sharedlib
+  make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
   make prefix="${pkgdir}/usr" install
 }



More information about the arch-commits mailing list