mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
Sync
This commit is contained in:
parent
ee730d01ff
commit
510c7cc1b2
@ -6,7 +6,7 @@
|
||||
pkgname=lib32-dbus-core
|
||||
_pkgbasename=dbus-core
|
||||
pkgver=1.6.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Freedesktop.org message bus system (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://www.freedesktop.org/Software/dbus"
|
||||
|
@ -6,7 +6,7 @@
|
||||
_pkgbasename=expat
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An XML Parser library written in C (32 bit)"
|
||||
arch=('x86_64')
|
||||
url="http://expat.sourceforge.net/"
|
||||
|
@ -1,14 +1,16 @@
|
||||
# Lib32 Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=wine
|
||||
pkgver=1.5.19
|
||||
pkgrel=2
|
||||
|
||||
_pkgbasever=${pkgver/rc/-rc}
|
||||
|
||||
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2)
|
||||
md5sums=('713ad4e383abf4288c48c3cf9743a503')
|
||||
|
||||
pkgdesc="A compatibility layer for running Windows programs"
|
||||
url="http://www.winehq.com"
|
||||
categories=('system')
|
||||
@ -20,6 +22,7 @@ install=wine.install
|
||||
depends=(
|
||||
fontconfig lib32-fontconfig
|
||||
mesa lib32-mesa
|
||||
libglapi lib32-libglapi
|
||||
libxcursor lib32-libxcursor
|
||||
libxrandr lib32-libxrandr
|
||||
libxdamage lib32-libxdamage
|
||||
@ -32,6 +35,7 @@ depends=(
|
||||
libxi lib32-libxi
|
||||
gettext lib32-gettext
|
||||
desktop-file-utils
|
||||
gstreamer0.10-base lib32-gstreamer0.10-base
|
||||
)
|
||||
|
||||
makedepends=(autoconf ncurses bison perl fontforge flex prelink
|
||||
@ -112,8 +116,8 @@ build() {
|
||||
--with-x \
|
||||
"${_wine32opts[@]}"
|
||||
|
||||
# These additional CFLAGS solve FS#27560
|
||||
make CFLAGS+="-mstackrealign" CXXFLAGS+="-mstackrealign"
|
||||
# These additional CFLAGS solve FS#27560 and FS#23277
|
||||
make CFLAGS+="-mstackrealign -mincoming-stack-boundary=2" CXXFLAGS+="-mstackrealign -mincoming-stack-boundary=2"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user