summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD10
3 files changed, 15 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7044e5936acc..ec737ce1f5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 01:41:01 UTC 2016
+# Tue Jun 14 13:15:28 UTC 2016
pkgbase = wine-gaming-nine
pkgdesc = Based off wine-staging, including the gallium-nine patches and some more hacks
- pkgver = 1.9.11
+ pkgver = 1.9.12
pkgrel = 1
url = http://www.wine-staging.com
arch = i686
@@ -130,27 +130,25 @@ pkgbase = wine-gaming-nine
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine=1.9.11
- provides = wine-wow64=1.9.11
- provides = wine-staging=1.9.11
+ provides = wine=1.9.12
+ provides = wine-wow64=1.9.12
+ provides = wine-staging=1.9.12
conflicts = wine
conflicts = wine-wow64
conflicts = wine-staging
options = staticlibs
- source = https://github.com/wine-compholio/wine-patched/archive/staging-1.9.11.tar.gz
- source = https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-1.9.11.tar.gz
+ source = https://github.com/wine-compholio/wine-patched/archive/staging-1.9.12.tar.gz
+ source = https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-1.9.12.tar.gz
source = 30-win32-aliases.conf
source = heap_perf.patch
source = keybindings.patch
- source = mipmap.patch
source = steam.patch
source = wbemprox_query_v2.patch
- sha1sums = edd6d15d2b75e8c4fb6a06094368cd9027bcbdc9
- sha1sums = 379daaea1830c5e2b8cfbfa01be62707109b8bae
+ sha1sums = 415d9e5716aed542157f0b1ec75cb19f9321d0d9
+ sha1sums = 2f0f52edbd6d37212095d274e92ac3f05a5d9249
sha1sums = 023a5c901c6a091c56e76b6a62d141d87cce9fdb
sha1sums = 0f4ac455436d5714a2cf0b537ed25f4fa5c1a7fd
sha1sums = f3febb8836f38320742a546c667106608d4c4395
- sha1sums = c3096fccbac23e520d03f592db7f23350cbbc0bc
sha1sums = 74aae040fde9ff3c9e8da9c840557e87afdbc3a0
sha1sums = 644e141125a9f2407e64d23c85ec84a691c7caae
diff --git a/.gitignore b/.gitignore
index 40302cbc3c06..5ac2a18f23b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+pkg/
src/
-staging-1.9.10.tar.gz
-wine-d3d9-1.9.10.tar.gz
+*.tar.gz
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 0358d696ed3e..0b9bedefaf2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
#Additional patches:
# -Gallium Nine support
-# -Mip-Map fix (see https://bugs.winehq.org/show_bug.cgi?id=34480 )
# -Keybind patch reversion
# -Heap allocation perfomance improvement patch
# -Wbemprox videocontroller query fix v2 (see https://bugs.winehq.org/show_bug.cgi?id=38879 )
# -Steam patch, Crossover Hack version (see https://bugs.winehq.org/show_bug.cgi?id=39403 )
pkgname=wine-gaming-nine
-pkgver=1.9.11
+pkgver=1.9.12
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
@@ -21,16 +20,14 @@ source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbas
30-win32-aliases.conf
heap_perf.patch
keybindings.patch
- mipmap.patch
steam.patch
wbemprox_query_v2.patch
)
-sha1sums=('edd6d15d2b75e8c4fb6a06094368cd9027bcbdc9'
- '379daaea1830c5e2b8cfbfa01be62707109b8bae'
+sha1sums=('415d9e5716aed542157f0b1ec75cb19f9321d0d9'
+ '2f0f52edbd6d37212095d274e92ac3f05a5d9249'
'023a5c901c6a091c56e76b6a62d141d87cce9fdb'
'0f4ac455436d5714a2cf0b537ed25f4fa5c1a7fd'
'f3febb8836f38320742a546c667106608d4c4395'
- 'c3096fccbac23e520d03f592db7f23350cbbc0bc'
'74aae040fde9ff3c9e8da9c840557e87afdbc3a0'
'644e141125a9f2407e64d23c85ec84a691c7caae'
)
@@ -134,7 +131,6 @@ prepare()
patch -p1 < "$srcdir/wine-d3d9-patches-wine-d3d9-$_pkgbasever/staging-helper.patch" #for wine-staging
patch -p1 < "$srcdir/wine-d3d9-patches-wine-d3d9-$_pkgbasever/wine-d3d9.patch"
patch -p1 < ../steam.patch
- patch -p1 < ../mipmap.patch
patch -p1 < ../heap_perf.patch
patch -p1 < ../wbemprox_query_v2.patch