Rebuilt Wine against OpenAL 1.14.

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2012-08-18 15:28:02 +00:00
parent f016ac3f35
commit a99909f914
2 changed files with 10 additions and 4 deletions

View File

@ -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"

View File

@ -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
}