[arch-commits] Commit in xine-lib/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Dec 2 02:01:03 UTC 2009


    Date: Tuesday, December 1, 2009 @ 21:01:02
  Author: eric
Revision: 60204

upgpkg: xine-lib 1.1.17-1
    Upstream update, Updated url

Modified:
  xine-lib/trunk/ChangeLog
  xine-lib/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   14 +++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-12-02 01:53:12 UTC (rev 60203)
+++ ChangeLog	2009-12-02 02:01:02 UTC (rev 60204)
@@ -1,3 +1,9 @@
+2009-12-01  Eric Belanger  <eric at archlinux.org>
+
+	* xine-lib 1.1.17-1
+	* Upstream update
+	* Updated url
+
 2009-04-19  Eric Belanger  <eric at archlinux.org>
 
 	* xine-lib 1.1.16.3-3

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-02 01:53:12 UTC (rev 60203)
+++ PKGBUILD	2009-12-02 02:01:02 UTC (rev 60204)
@@ -3,11 +3,11 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=xine-lib
-pkgver=1.1.16.3
-pkgrel=3
+pkgver=1.1.17
+pkgrel=1
 pkgdesc="A free video player for Unix"
 arch=('i686' 'x86_64')
-url="http://xinehq.de/"
+url="http://www.xine-project.org"
 license=('LGPL' 'GPL')
 depends=('libgl' 'libxvmc' 'esound' 'flac>=1.1.4' 'libvorbis' 'sdl' 'libmng' 'libtheora'
          'libxcb' 'wavpack' 'ffmpeg>=0.5' 'heimdal>=1.2.1' 'faad2>=2.7')
@@ -16,11 +16,11 @@
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
         xine-lib-1.1.1-configure-no-mcpu-march.patch)
-md5sums=('4f508abf088cf427a731f85634c8260d' '9776df4eb54d2f1f68d8268adbc3b5c2')
-sha1sums=('64c57c5f55ff37023cc4c3d93d4df3c06950d235' '121a8358d7919b2e51067412373f52848290338a')
+md5sums=('25aea3cae7d8e2fb091941454fcfab54' '9776df4eb54d2f1f68d8268adbc3b5c2')
+sha1sums=('2438e66bb571c8a4c981581188376687c42b72c4' '121a8358d7919b2e51067412373f52848290338a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
 
   libtoolize --force --copy || return 1
@@ -35,5 +35,5 @@
     --disable-gnomevfs --without-pulseaudio --disable-aalib \
     --disable-modplug --with-external-ffmpeg || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list