You are not logged in.

#1 2006-12-31 17:51:44

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

wine??

well yesterday i wanted to install wine to see if i could emule acid pro 4 ...weel when i ran winetools it sayed it could run with that version of wine?...so its seems arch devs are really busy..so heres a little help...

# Contributor:sickhate
pkgname=wine
pkgver=0.9.28
pkgrel=1
pkgdesc="Emulator of the Windows 3.x and Win32 APIs"
url="http://www.winehq.com"
# don't add arts, it's only a dep if configured
depends=('libjpeg' 'libungif' 'alsa-lib' 'glut' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut')
makedepends=('alsa-lib' 'arts' 'sane' 'fontforge')
install=(wine.install)
source=(http://easynews.dl.sourceforge.net/sourceforge/wine/wine-$pkgver.tar.bz2)
md5sums=('f907d653229dfb4e53e0f48523fc45ca')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
  make depend || return 1
  make || return 1
  make prefix=$startdir/pkg/usr install || return 1
  # expand conflicts with textutils ( doesn't exist anymore ? )
  # mv $startdir/pkg/usr/bin/expand $startdir/pkg/usr/bin/wine-expand || return 1
  mkdir -p $startdir/pkg/etc/wine
  # mkdir -p $startdir/pkg/etc/profile.d
  # cp -r $startdir/src/$pkgname-$pkgver/documentation/samples $startdir/pkg/etc/wine
}


im still going to put the winetools here....


Its a sick world we live in....

Offline

#2 2006-12-31 21:03:55

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: wine??

Winetools are broken for the newer wine versions since ages- so I doubt you'll end up with something usable...


Microshaft delenda est

Offline

#3 2007-01-01 03:08:18

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: wine??

scarecrow wrote:

Winetools are broken for the newer wine versions since ages- so I doubt you'll end up with something usable...

strange with ubuntu the packages works fine...


Its a sick world we live in....

Offline

#4 2007-01-01 10:15:47

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: wine??

you just have to change the detection line in the winetools script... don't know if installings apps is going to work just because of that though...


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#5 2007-01-01 21:09:21

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: wine??

I've fixed wine so it properly detects the version in 0.90jo-5 available in community.  Your guess is as good as mine, however, as to how well it'll actually work with the newer versions.

Offline

#6 2007-01-02 10:14:20

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: wine??

Cerebral wrote:

I've fixed wine so it properly detects the version in 0.90jo-5 available in community.  Your guess is as good as mine, however, as to how well it'll actually work with the newer versions.

Thanks a lot cerebral...i really apreciate the time you spent on it...heres my contributes too...http://aur.archlinux.org/packages.php?do_Details=1&ID=7961..i do what i can..and one more thing..can someone please !!! make a remake of gnome.cups-manager..it stop working..see my post on hardware on this forum...


Its a sick world we live in....

Offline

Board footer

Powered by FluxBB