mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 03:27:15 +08:00
Rebuilt Wine against OpenAL 1.14.
This commit is contained in:
parent
f016ac3f35
commit
a99909f914
@ -4,13 +4,13 @@
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=wine
|
||||
pkgver=1.5.5
|
||||
pkgver=1.5.11
|
||||
pkgrel=2
|
||||
|
||||
_pkgbasever=${pkgver/rc/-rc}
|
||||
|
||||
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2)
|
||||
md5sums=('63639cfe9addb75cd40726cac36bcf8a')
|
||||
md5sums=('930485c8df59edcf0a6e3fd87cca8b39')
|
||||
|
||||
pkgdesc="A compatibility layer for running Windows programs"
|
||||
url="http://www.winehq.com"
|
||||
@ -22,7 +22,7 @@ install=wine.install
|
||||
|
||||
depends=(
|
||||
fontconfig lib32-fontconfig
|
||||
mesa lib32-mesa
|
||||
mesa lib32-mesa
|
||||
libxcursor lib32-libxcursor
|
||||
libxrandr lib32-libxrandr
|
||||
libxdamage lib32-libxdamage
|
||||
@ -60,7 +60,7 @@ makedepends=(autoconf ncurses bison perl fontforge flex prelink
|
||||
oss
|
||||
samba
|
||||
)
|
||||
|
||||
|
||||
optdepends=(
|
||||
giflib lib32-giflib
|
||||
libpng lib32-libpng
|
||||
|
@ -1,4 +1,5 @@
|
||||
post_upgrade() {
|
||||
update-desktop-database -q
|
||||
echo "This wine package is wow64 enabled. This means it can run 32bit/64bit Windows apps on x86_64."
|
||||
echo "If you are on x86_64, the default WINEARCH will be win64."
|
||||
echo "This will cause a lot of Windows applications to malfunction even if they usually work in wine."
|
||||
@ -25,6 +26,7 @@ post_upgrade() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
echo "This wine package is wow64 enabled. This means it can run 32bit/64bit Windows apps on x86_64."
|
||||
echo "If you are on x86_64, the default WINEARCH will be win64."
|
||||
echo "This will cause a lot of Windows applications to malfunction even if they usually work in wine."
|
||||
@ -49,3 +51,7 @@ post_install() {
|
||||
echo " <MergeFile>applications-kmenuedit.menu</MergeFile>"
|
||||
echo "</Menu>"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
update-desktop-database -q
|
||||
}
|
Loading…
Reference in New Issue
Block a user