[arch-commits] Commit in xine-lib/repos (3 files)

Eric Belanger eric at archlinux.org
Wed Jul 30 02:35:57 UTC 2008


    Date: Tuesday, July 29, 2008 @ 22:35:56
  Author: eric
Revision: 7321

Merged revisions 3721-7320 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xine-lib/trunk

........
  r7319 | eric | 2008-07-29 21:54:49 -0400 (Tue, 29 Jul 2008) | 2 lines
  
  upgpkg: xine-lib 1.1.14-2
      Switched to the more recent externel ffmpeg snapshot (close FS#10286), Updated win32 codecs directory location (close FS#11011), Added ChangeLog
........

Added:
  xine-lib/repos/extra-i686/ChangeLog
    (from rev 7319, xine-lib/trunk/ChangeLog)
Modified:
  xine-lib/repos/extra-i686/	(properties)
  xine-lib/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   24 +++++++++++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)


Property changes on: xine-lib/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /xine-lib/trunk:1-3720
   + /xine-lib/trunk:1-7320

Copied: xine-lib/repos/extra-i686/ChangeLog (from rev 7319, xine-lib/trunk/ChangeLog)
===================================================================
--- extra-i686/ChangeLog	                        (rev 0)
+++ extra-i686/ChangeLog	2008-07-30 02:35:56 UTC (rev 7321)
@@ -0,0 +1,6 @@
+2008-07-28  Eric Belanger  <eric at archlinux.org>
+
+	* xine-lib 1.1.14-2
+	* Switched to the more recent externel ffmpeg snapshot (close FS#10286)
+	* Updated win32 codecs directory location (close FS#11011)
+	* Added ChangeLog

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-30 01:55:00 UTC (rev 7320)
+++ extra-i686/PKGBUILD	2008-07-30 02:35:56 UTC (rev 7321)
@@ -1,35 +1,37 @@
 # $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org> 
-# Committer: Judd Vinet <jvinet at zeroflux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=xine-lib
 pkgver=1.1.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A free video player for Unix"
 arch=('i686' 'x86_64')
 url="http://xinehq.de/"
 license=('LGPL' 'GPL')
 depends=('libgl' 'libxvmc' 'esd' 'flac>=1.1.4' 'libvorbis' 'sdl' 'libmng' 'libtheora'
-         'libxcb' 'wavpack')
+         'libxcb' 'wavpack' 'ffmpeg>=20080715')
 makedepends=('pkgconfig' 'libtool' 'automake' 'autoconf' 'imagemagick' 
              'smbclient' 'mesa' 'alsa-lib' 'vcdimager')
+options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
         xine-lib-1.1.1-configure-no-mcpu-march.patch)
 md5sums=('5b2edc264ddad48c65e0c03e009aa693' '9776df4eb54d2f1f68d8268adbc3b5c2')
-options=('!libtool')
+sha1sums=('8dfe071865ebdb0cfe2f5ce287485bb5ed7c6978' '121a8358d7919b2e51067412373f52848290338a')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
   libtoolize --force --copy || return 1
-  aclocal -I m4|| return 1
+  aclocal -I m4 || return 1
   autoconf || return 1
   automake --add-missing || return 1
 
-  ./configure --prefix=/usr --with-w32-path=/usr/lib/win32 \
+  ./configure --prefix=/usr --with-w32-path=/usr/lib/codecs \
     --with-xv-path=/usr/lib --with-libflac --with-wavpack \
     --without-arts --without-jack --without-speex \
-    --disable-gnomevfs --without-pulseaudio --disable-aalib --disable-modplug
+    --disable-gnomevfs --without-pulseaudio --disable-aalib \
+    --disable-modplug --with-external-ffmpeg || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }





More information about the arch-commits mailing list