Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e591b933b3ba2a91ef9188a6a1b0c7534b5ea6cf

commit e591b933b3ba2a91ef9188a6a1b0c7534b5ea6cf
Author: crazy <[EMAIL PROTECTED]>
Date:   Sun Nov 16 16:54:44 2008 +0100

ogre-1.6.0-1-x86_64
* Version bump

diff --git a/source/xlib-extra/ogre/FrugalBuild 
b/source/xlib-extra/ogre/FrugalBuild
index 647830a..f1dc106 100644
--- a/source/xlib-extra/ogre/FrugalBuild
+++ b/source/xlib-extra/ogre/FrugalBuild
@@ -2,18 +2,20 @@
# Maintainer: crazy <[EMAIL PROTECTED]>

pkgname=ogre
-pkgver=1.4.7
+pkgver=1.6.0
pkgrel=1
pkgdesc="A scene-oriented flexible 3D engine written in C++"
-depends=('freeimage' 'libstdc++' 'zziplib' 'gtk+2' 'freetype2' 'libxau' 
'libxdmcp' 'libxaw' 'libxml2' 'mesa' 'openexr')
+depends=('freeimage' 'libstdc++' 'zziplib' 'gtk+2' 'freetype2' 'libxau' 
'libxdmcp' \
+       'libxaw' 'libxml2' 'mesa' 'libboost-mt')
+makedepends=('boost')
groups=('xlib-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
Finclude sourceforge
url="http://www.ogre3d.org";
-source=(http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-linux_osx-v$(echo
 $pkgver|tr '.' '-').tar.bz2)
-_F_cd_path="${pkgname}new"
-sha1sums=('d40c6c6500742aef8bb201265362d381ba2b7001')
+source=(http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-v$(echo
 $pkgver|tr '.' '-').tar.bz2)
+_F_cd_path="${pkgname}"
+sha1sums=('b9226df22ac314f0e41bde7bd5e6769f1d393458')

subpkgs=("$pkgname-docs")
subdescs=("Ogre Documentation")
@@ -27,7 +29,8 @@ build()
find . -name CVS | xargs rm -rf || Fdie
Fbuild \
--with-gui=gtk --with-platform=GLX \
-               --enable-openexr --disable-cg
+               --disable-openexr --disable-cg \
+               --enable-threading=full
Fmkdir usr/share/doc/$pkgname-$pkgver/html
cp -ra Docs/* $Fdestdir/usr/share/doc/$pkgname-$pkgver/html/ || Fdie
Fsplit $pkgname-docs usr/share/doc/$pkgname-$pkgver/html
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to