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

Eric Bélanger eric at archlinux.org
Thu Jun 18 20:25:09 UTC 2009


    Date: Thursday, June 18, 2009 @ 16:25:09
  Author: eric
Revision: 42799

upgpkg: xine-ui 0.99.5-5
    Rebuilt against readline 6.0.00

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

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   17 +++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-06-18 20:22:43 UTC (rev 42798)
+++ ChangeLog	2009-06-18 20:25:09 UTC (rev 42799)
@@ -1,3 +1,8 @@
+2009-06-18  Eric Belanger  <eric at archlinux.org>
+
+	* xine-ui 0.99.5-5
+	* Rebuilt against readline 6.0.00
+
 2008-08-19  Eric Belanger  <eric at archlinux.org>
 
 	* xine-ui 0.99.5-4

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-18 20:22:43 UTC (rev 42798)
+++ PKGBUILD	2009-06-18 20:25:09 UTC (rev 42799)
@@ -3,28 +3,29 @@
 
 pkgname=xine-ui
 pkgver=0.99.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A free video player for Unix"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://xinehq.de/"
-depends=('xine-lib' 'curl>=7.16.2' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 'libsm' 'libxxf86vm' 'ncurses>=5.6-7')
+depends=('xine-lib' 'curl>=7.16.2' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 'libsm' 'libxxf86vm' 'ncurses>=5.6-7' 'readline>=6.0.00')
 makedepends=('lirc' 'libxt')
 optdepends=('lirc')
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz)
 md5sums=('e643cd1fcad4d98a5ae4eb877ce5087b')
+sha1sums=('4f452516319f31cda01d08ea2779f195933af0bb')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   
   #add missing constant (defined in xine.h from xine-lib cvs)
-  echo '#define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11' >> src/xitk/common.h
+  echo '#define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11' >> src/xitk/common.h || return 1
   ./configure --prefix=/usr --mandir=/usr/share/man \
-    --with-curses --with-x --enable-lirc --without-aalib
+    --with-curses --with-x --enable-lirc --without-aalib || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install || return 1
   install -d ${pkgdir}/usr/share/applications
-  echo "Categories=Application;AudioVideo;" >> ${pkgdir}/usr/share/xine/desktop/xine.desktop
-  mv ${pkgdir}/usr/share/xine/desktop/xine.desktop ${pkgdir}/usr/share/applications
+  echo "Categories=Application;AudioVideo;" >> "${pkgdir}/usr/share/xine/desktop/xine.desktop" || return 1
+  mv "${pkgdir}/usr/share/xine/desktop/xine.desktop" "${pkgdir}/usr/share/applications"
 }




More information about the arch-commits mailing list