[arch-commits] Commit in libdvdcss/repos (extra-i686 extra-i686/PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Mon Oct 6 08:19:39 UTC 2008


    Date: Monday, October 6, 2008 @ 04:19:39
  Author: douglas
Revision: 14403

Merged revisions 356,14402 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/libdvdcss/trunk

........
  r356 | aaron | 2008-04-18 19:56:27 -0300 (Sex, 18 Abr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r14402 | douglas | 2008-10-06 05:18:41 -0300 (Seg, 06 Out 2008) | 1 line
  
  upgpkg: libdvdcss 1.2.10-1
........

Modified:
  libdvdcss/repos/extra-i686/	(properties)
  libdvdcss/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Property changes on: libdvdcss/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /libdvdcss/trunk:1
   + /libdvdcss/trunk:1-14402

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-06 08:18:41 UTC (rev 14402)
+++ extra-i686/PKGBUILD	2008-10-06 08:19:39 UTC (rev 14403)
@@ -3,18 +3,20 @@
 # Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=libdvdcss
-pkgver=1.2.9
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1
 pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption."
+arch=('i686' 'x86_64')
 depends=('glibc')
+options=('!libtool')
 source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
 url="http://www.videolan.org/libdvdcss/"
-md5sums=('553383d898826c285afb2ee453b07868')
 
+md5sums=('ebd5370b79ac5a83e5c61b24a214cf74')
+
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list