You are not logged in.

#1 2007-05-15 20:26:59

lord_rel
Member
Registered: 2007-04-04
Posts: 36

[REQ] xine-ui 0.99.5

this release contains all sort of fixes including the "xine ui freezes my console"

Offline

#2 2007-05-16 16:33:20

mic64
Member
Registered: 2005-03-03
Posts: 173

Re: [REQ] xine-ui 0.99.5

building xine-ui is very simple.
you just need to chnage the version number. at least it worked for me.
here is the PKGBUILD

# $Id: PKGBUILD,v 1.24 2006/05/29 10:11:42 tpowa Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=xine-ui
pkgver=0.99.5
pkgrel=1
pkgdesc="A free video player for Unix"
arch=(i686 x86_64)
depends=('xine-lib' 'curl' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 'libsm' 'libxxf86vm')
source=(http://heanet.dl.sourceforge.net/sourceforge/xine/$pkgname-$pkgver.tar.gz)
url="http://xinehq.de/"
md5sums=('e643cd1fcad4d98a5ae4eb877ce5087b')

build() {
  cd $startdir/src/$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 --with-curses --with-x --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
}

The console freezing bug dissapeared.

Last edited by mic64 (2007-05-16 16:41:28)

Offline

#3 2007-05-17 06:10:24

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [REQ] xine-ui 0.99.5

Upgrading the official package now - sorry about the delay

Offline

Board footer

Powered by FluxBB