[arch-commits] Commit in xine-ui/repos (4 files)

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


    Date: Tuesday, August 19, 2008 @ 19:56:23
  Author: eric
Revision: 9858

Merged revisions 9717-9857 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xine-ui/trunk

........
  r9768 | eric | 2008-08-18 20:07:12 -0400 (Mon, 18 Aug 2008) | 1 line
  
  upgpkg: xine-ui 0.99.5-3
........
  r9856 | eric | 2008-08-19 19:48:55 -0400 (Tue, 19 Aug 2008) | 2 lines
  
  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/repos/testing-i686/ChangeLog
    (from rev 9856, xine-ui/trunk/ChangeLog)
Modified:
  xine-ui/repos/testing-i686/	(properties)
  xine-ui/repos/testing-i686/PKGBUILD
Deleted:
  xine-ui/repos/testing-i686/xine.install

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


Property changes on: xine-ui/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /xine-ui/trunk:1-9716
   + /xine-ui/trunk:1-9857

Copied: xine-ui/repos/testing-i686/ChangeLog (from rev 9856, xine-ui/trunk/ChangeLog)
===================================================================
--- testing-i686/ChangeLog	                        (rev 0)
+++ testing-i686/ChangeLog	2008-08-19 23:56:23 UTC (rev 9858)
@@ -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: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-08-19 23:49:06 UTC (rev 9857)
+++ testing-i686/PKGBUILD	2008-08-19 23:56:23 UTC (rev 9858)
@@ -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)
-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: testing-i686/xine.install
===================================================================
--- testing-i686/xine.install	2008-08-19 23:49:06 UTC (rev 9857)
+++ testing-i686/xine.install	2008-08-19 23:56:23 UTC (rev 9858)
@@ -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