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

Thomas Baechler thomas at archlinux.org
Sun Sep 16 17:48:25 UTC 2007


    Date: Sunday, September 16, 2007 @ 13:48:25
  Author: thomas
    Path: /home/cvs-extra/extra/multimedia/codecs

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: codecs 20061203-1.1


----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


Index: extra/multimedia/codecs/PKGBUILD
diff -u extra/multimedia/codecs/PKGBUILD:1.2 extra/multimedia/codecs/PKGBUILD:1.3
--- extra/multimedia/codecs/PKGBUILD:1.2	Sun Jun 17 07:15:56 2007
+++ extra/multimedia/codecs/PKGBUILD	Sun Sep 16 13:48:25 2007
@@ -1,12 +1,15 @@
-# $Id: PKGBUILD,v 1.2 2007/06/17 11:15:56 jgc Exp $
+# $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>
 pkgname=codecs
 pkgver=20061203
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Non-linux native codec pack. (Win32, Real9, QuickTime)"
 arch=(i686 x86_64)
-depends=('libstdc++5') 
+# The codec packages are different
+# only the 32 bit package needs legacy libstdc++
+[ "$CARCH" = "i686" ] && depends=('libstdc++5')
+[ "$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)




More information about the arch-commits mailing list