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

Eric Belanger eric at archlinux.org
Wed Oct 8 02:45:05 UTC 2008


    Date: Tuesday, October 7, 2008 @ 22:45:04
  Author: eric
Revision: 14530

fixing svn conflict

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-08 02:40:40 UTC (rev 14529)
+++ extra-x86_64/PKGBUILD	2008-10-08 02:45:04 UTC (rev 14530)
@@ -3,19 +3,21 @@
 # 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)
+arch=('i686' 'x86_64')
+license=('GPL')
 depends=('glibc')
+options=('!libtool')
 source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('ebd5370b79ac5a83e5c61b24a214cf74')
 url="http://www.videolan.org/libdvdcss/"
-md5sums=('553383d898826c285afb2ee453b07868')
 
+
 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