[arch-commits] Commit in mplayer/trunk (PKGBUILD liba52_gcc_bug.patch)

Ionut Biru ibiru at archlinux.org
Sat Feb 6 00:28:24 UTC 2010


    Date: Friday, February 5, 2010 @ 19:28:23
  Author: ibiru
Revision: 67284

upgpkg: mplayer 30519-1
    bump to new revision

Modified:
  mplayer/trunk/PKGBUILD
Deleted:
  mplayer/trunk/liba52_gcc_bug.patch

----------------------+
 PKGBUILD             |   11 ++++++-----
 liba52_gcc_bug.patch |   10 ----------
 2 files changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-05 23:57:17 UTC (rev 67283)
+++ PKGBUILD	2010-02-06 00:28:23 UTC (rev 67284)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer : Ionut Biru <ionut at archlinux.ro>
+# Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=mplayer
-pkgver=30325
-pkgrel=2
+pkgver=30519
+pkgrel=1
 pkgdesc="A movie player for linux"
 arch=('i686' 'x86_64')
 depends=('libxxf86dga' 'libxv' 'libmad' 'giflib' 'cdparanoia' 'libxinerama'
          'sdl' 'lame' 'libtheora' 'xvidcore' 'zlib' 'libmng' 'libxss'
          'libgl' 'smbclient' 'aalib' 'jack-audio-connection-kit' 'libcaca'
          'x264>=20100107' 'faac' 'lirc-utils' 'ttf-dejavu' 'libxvmc' 'libjpeg>=8'
-	 'enca' 'libvdpau>=0.3' 'opencore-amr' 'a52dec' 'libdca')
+	 'enca' 'libvdpau>=0.4' 'opencore-amr' 'a52dec' 'libdca')
 license=('GPL')
 url="http://www.mplayerhq.hu/"
 makedepends=('unzip' 'mesa' 'live-media>=2010.01.13')
 backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2 mplayer.desktop mplayer.png)
-md5sums=('f325e67b25b784f2e61983b32318aa9c'
+md5sums=('86c675752225118e2c156960378fc64b'
          'f91b1be03ed301cc15142f49455c1b88'
          'd00874ccc644b7f43d6ef1c942fcef28')
 

Deleted: liba52_gcc_bug.patch
===================================================================
--- liba52_gcc_bug.patch	2010-02-05 23:57:17 UTC (rev 67283)
+++ liba52_gcc_bug.patch	2010-02-06 00:28:23 UTC (rev 67284)
@@ -1,10 +0,0 @@
---- mplayer/configure.old	2009-04-16 12:02:10.000000000 +0200
-+++ mplayer/configure	2009-05-22 15:23:38.000000000 +0200
-@@ -6410,6 +6410,7 @@
- def_liba52='#undef CONFIG_LIBA52'
- def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
- if test "$_liba52_internal" = yes ; then
-+	test "$cc_vendor" = gnu && test "$cc_version" = 4.4.0 && CFLAGS=$(echo $CFLAGS|sed "s/ *-O4 */ -O2 /")
-   _liba52=yes
-   def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1"
-   _res_comment="internal"




More information about the arch-commits mailing list