[arch-commits] Commit in mkvtoolnix/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Dec 9 01:53:34 UTC 2009


    Date: Tuesday, December 8, 2009 @ 20:53:34
  Author: giovanni
Revision: 60894

Merged revisions 60892 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkvtoolnix/trunk

........
  r60892 | giovanni | 2009-12-08 17:50:38 -0800 (mar, 08 dic 2009) | 2 lines
  
  upgpkg: mkvtoolnix 2.9.9-3
      FS17443
........

Modified:
  mkvtoolnix/repos/testing-x86_64/	(properties)
  mkvtoolnix/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


Property changes on: mkvtoolnix/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mkvtoolnix/trunk:1-60635
   + /mkvtoolnix/trunk:1-60893

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-12-09 01:51:36 UTC (rev 60893)
+++ testing-x86_64/PKGBUILD	2009-12-09 01:53:34 UTC (rev 60894)
@@ -4,19 +4,22 @@
 
 pkgname=mkvtoolnix
 pkgver=2.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Set of tools to create, edit and inspect Matroska files"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
-depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.10.1' 'file' 'boost>=1.41.0' 'lzo2')
+depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'file' 'boost>=1.41.0' 'lzo2')
+makedepends=('wxgtk')
+optdepends=('wxgtk: mkvmerge and mkvinfo GUI')
 source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('4bad0301e94cc24ec8f847c84502ab4d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr \
-              --with-boost-libdir=/usr/lib
+              --with-boost-libdir=/usr/lib || return 1
   make || return 1
-  make DESTDIR=${pkgdir}/ install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list