mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:27:15 +08:00
Allegro upgraded to 0.5.3 version, 0 A.D. upgraded to alpha5, and all packages depending on allegro rebuilt.
This commit is contained in:
parent
d65b44d81a
commit
da7a0bdbb0
10
0ad/0ad-archdetection.diff
Normal file
10
0ad/0ad-archdetection.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- update-workspaces.sh.old 2011-05-04 01:54:29.000000000 +0200
|
||||
+++ update-workspaces.sh 2011-05-23 20:20:38.875992890 +0200
|
||||
@@ -43,6 +43,6 @@
|
||||
echo
|
||||
|
||||
# If we're in bash then make HOSTTYPE available to Premake, for primitive arch-detection
|
||||
-export HOSTTYPE="$HOSTTYPE"
|
||||
+export HOSTTYPE="$CARCH"
|
||||
|
||||
src/bin/premake --outpath ../workspaces/gcc --collada "$@" --target gnu || die "Premake failed"
|
32
0ad/PKGBUILD
32
0ad/PKGBUILD
@ -7,9 +7,9 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=0ad
|
||||
pkgver=alpha_4
|
||||
_pkgver=r09049-alpha
|
||||
pkgrel=4
|
||||
pkgver=alpha_5
|
||||
_pkgver=r09530-alpha
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://wildfiregames.com/0ad"
|
||||
@ -17,34 +17,30 @@ license=('GPL2' 'CCPL')
|
||||
depends=('binutils' 'boost' 'crypto++' 'curl' 'devil' 'enet' 'fam' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'mesa' 'nasm' 'openal' 'python2' 'sdl' 'zip' 'zlib')
|
||||
makedepends=('cmake')
|
||||
changelog=ChangeLog
|
||||
source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz"
|
||||
"http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-data.tar.xz"
|
||||
"$pkgname.sh"
|
||||
"$pkgname-nogtk.patch"
|
||||
"http://www.wildfiregames.com/forum/index.php?app=core&module=attach§ion=attach&attach_id=2797")
|
||||
md5sums=('3ebb1b322cd947c855da75828ebcd539'
|
||||
'30c289cdbffd552cc29e62778cd718d4'
|
||||
source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz
|
||||
http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-data.tar.xz
|
||||
$pkgname.sh
|
||||
$pkgname-nogtk.patch
|
||||
$pkgname-archdetection.diff)
|
||||
md5sums=('d8c66ab1ef2309be7aa5ff127ccf0e6c'
|
||||
'b03270f6145053f4f517ca7bd6e5cdc4'
|
||||
'27c6ee0a240c3ea481d08aa7e8e5158b'
|
||||
'7bb8119a4d611cdffa05177ea2603151'
|
||||
'ee4d5d7bffadbd4985891584f1e021df')
|
||||
'641a8ee6dab4f0c9a875fbd84410c46a')
|
||||
|
||||
build()
|
||||
{
|
||||
cd $srcdir/$pkgname-$_pkgver/source/
|
||||
patch -uN $srcdir/$pkgname-$_pkgver/source/lib/file/file.cpp \
|
||||
"$srcdir/index.php?app=core&module=attach§ion=attach&attach_id=2797" || return 1
|
||||
|
||||
cd $srcdir/$pkgname-$_pkgver/build/workspaces
|
||||
|
||||
patch -uN update-workspaces.sh $srcdir/$pkgname-archdetection.diff
|
||||
patch -uN update-workspaces.sh $srcdir/$pkgname-nogtk.patch
|
||||
|
||||
export CHOST="$CARCH-pc-linux-gnu"
|
||||
|
||||
./update-workspaces.sh
|
||||
|
||||
cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
|
||||
|
||||
CONFIG=Debug make
|
||||
# CONFIG=Debug make
|
||||
CONFIG=Release make
|
||||
}
|
||||
|
||||
package()
|
||||
|
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=allegro
|
||||
pkgver=5.0.2.1
|
||||
pkgver=5.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Portable library mainly aimed at video game and multimedia programming."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -16,7 +16,7 @@ license=('ZLIB')
|
||||
depends=('dumb' 'freetype2' 'jack' 'libjpeg' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng' 'mesa')
|
||||
makedepends=('cmake')
|
||||
source=(http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('b92276fb9bf47555476d7c1ed39634a9')
|
||||
md5sums=('159ca85ea51c0447d951d720b06079f2')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=cegui
|
||||
_pkgname=CEGUI
|
||||
pkgver=0.7.5
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A free library providing windowing and widgets for graphics APIs/engines."
|
||||
arch=(i686 x86_64)
|
||||
url="http://crayzedsgui.sourceforge.net"
|
||||
|
@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=devil
|
||||
pkgver=1.7.8
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Library for reading several different image formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://openil.sourceforge.net/"
|
||||
|
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=smc
|
||||
pkgver=1.9
|
||||
_musicver=5.0
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Secret Maryo Chronicles"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.secretmaryo.org/"
|
||||
|
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=spring
|
||||
_pkgname=springrts
|
||||
pkgver=0.82.7.1
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='A 3D real-time-strategy game engine.'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://springrts.com/"
|
||||
|
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=sumwars
|
||||
pkgver=0.5.4
|
||||
_pkgver=0-5-4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Summoning Wars is a role-playing game, featuring both a single-player and a multiplayer mode for about 2 to 8 players."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://sumwars.org/"
|
||||
|
Loading…
Reference in New Issue
Block a user