[arch-commits] CVS update of extra/multimedia/codecs (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Sat Nov 3 13:14:50 UTC 2007


    Date: Saturday, November 3, 2007 @ 14:14:50
  Author: thomas
    Path: /home/cvs-extra/extra/multimedia/codecs

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: codecs 20071007-1


----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)


Index: extra/multimedia/codecs/PKGBUILD
diff -u extra/multimedia/codecs/PKGBUILD:1.3 extra/multimedia/codecs/PKGBUILD:1.4
--- extra/multimedia/codecs/PKGBUILD:1.3	Sun Sep 16 19:48:25 2007
+++ extra/multimedia/codecs/PKGBUILD	Sat Nov  3 14:14:50 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.3 2007/09/16 17:48:25 thomas Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Committer: dorphell <dorphell at gmx.net>
+# $Id: PKGBUILD,v 1.4 2007/11/03 13:14:50 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
 pkgname=codecs
-pkgver=20061203
-pkgrel=1.1
+pkgver=20071007
+pkgrel=1
 pkgdesc="Non-linux native codec pack. (Win32, Real9, QuickTime)"
 arch=(i686 x86_64)
 # The codec packages are different
@@ -12,20 +12,19 @@
 [ "$CARCH" = "x86_64" ] && depends=('gcc-libs')
 options=('!strip')
 url="http://www.mplayerhq.hu/homepage/design7/codecs.html"
-source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-${pkgver}.tar.bz2)
-md5sums=('abcf4a3abc16cf88c9df7e0a77e9b941')
-_arch=""
 
+md5sums=('4ea9c2dbd0945c83af1a8d0dd363993c')
+_arch=""
 if [ "${CARCH}" = "x86_64" ]; then
   _arch="-amd64"
-  source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-${pkgver}.tar.bz2)
-  md5sums=('af409ba2918dc8f639dded805102fc76')
+  md5sums=('8e1ceeec51469f5baac65e56fac709e8')
 fi
+source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential${_arch}-${pkgver}.tar.bz2)
 
 build() {
   mkdir -p ${startdir}/pkg/usr/lib/${pkgname}
   cd ${startdir}/pkg/usr/
-  ln -s ../lib/${pkgname} lib/win32
+  #ln -s ../lib/${pkgname} lib/win32
   install -m755 ${startdir}/src/essential${_arch}-${pkgver}/* ${startdir}/pkg/usr/lib/${pkgname}
   rm ${startdir}/pkg/usr/lib/${pkgname}/README
 }




More information about the arch-commits mailing list