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

Eric Belanger eric at archlinux.org
Tue Aug 19 23:48:55 UTC 2008


    Date: Tuesday, August 19, 2008 @ 19:48:55
  Author: eric
Revision: 9856

upgpkg: xine-ui 0.99.5-4
    Added xine and xine-remote binaries (missing in 0.99.5-3), Added missing libxt makedepends, Replaced .install file by an optdepends, Added ChangeLog

Added:
  xine-ui/trunk/ChangeLog
Modified:
  xine-ui/trunk/PKGBUILD
Deleted:
  xine-ui/trunk/xine.install

--------------+
 ChangeLog    |    7 +++++++
 PKGBUILD     |   26 +++++++++++++-------------
 xine.install |   15 ---------------
 3 files changed, 20 insertions(+), 28 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2008-08-19 23:48:55 UTC (rev 9856)
@@ -0,0 +1,7 @@
+2008-08-19  Eric Belanger  <eric at archlinux.org>
+
+	* xine-ui 0.99.5-4
+	* Added xine and xine-remote binaries (missing in 0.99.5-3)
+	* Added missing libxt makedepends
+	* Replaced .install file by an optdepends
+	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-19 22:53:37 UTC (rev 9855)
+++ PKGBUILD	2008-08-19 23:48:55 UTC (rev 9856)
@@ -1,30 +1,30 @@
 # $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 
 pkgname=xine-ui
 pkgver=0.99.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A free video player for Unix"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
-depends=(xine-lib 'curl>=7.16.2' libxtst libxinerama libxv libpng libxft libsm libxxf86vm 'ncurses>=5.6-7')
-makedepends=(lirc)
 url="http://xinehq.de/"
-source=(http://downloads.sourceforge.net/sourceforge/xine/$pkgname-$pkgver.tar.gz)
-install=xine.install
+depends=('xine-lib' 'curl>=7.16.2' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 'libsm' 'libxxf86vm' 'ncurses>=5.6-7')
+makedepends=('lirc' 'libxt')
+optdepends=('lirc')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz)
 md5sums=('e643cd1fcad4d98a5ae4eb877ce5087b')
-options=(!emptydirs)
 
 build() {
-  cd $startdir/src/$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
   ./configure --prefix=/usr --mandir=/usr/share/man \
     --with-curses --with-x --enable-lirc --without-aalib
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  mkdir -p $startdir/pkg/usr/share/applications
-  echo "Categories=Application;AudioVideo;" >> $startdir/pkg/usr/share/xine/desktop/xine.desktop
-  mv $startdir/pkg/usr/share/xine/desktop/xine.desktop $startdir/pkg/usr/share/applications
+  make DESTDIR=${pkgdir} install
+  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
 }

Deleted: xine.install
===================================================================
--- xine.install	2008-08-19 22:53:37 UTC (rev 9855)
+++ xine.install	2008-08-19 23:48:55 UTC (rev 9856)
@@ -1,15 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  echo ">>> xine-ui now has optional lirc support"
-  echo ">>> install the 'lirc' package to use it"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list