[Lunar-commits] <moonbase-other> wine: update to 1.6 and 64bit support
v4hn
me at v4hn.de
Thu Aug 22 21:44:39 CEST 2013
commit 3b022bf2c1404141b5b3fb18cbbbdcfb1ae2bb05
Author: v4hn <me at v4hn.de>
Date: Thu, 22 Aug 2013 12:44:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3b022bf2c1404141b5b3fb18cbbbdcfb1ae2bb05
wine: update to 1.6 and 64bit support
---
virtual/wine/BUILD | +2/-10
virtual/wine/BUILD.x86_64 | +6/-0
virtual/wine/DETAILS | +6/-3
virtual/wine/PRE_BUILD | +3/-0
4 files changed, 17 insertions(+), 13 deletions(-)
--- a/virtual/wine/BUILD
+++ b/virtual/wine/BUILD
@@ -1,11 +1,3 @@
- bad_flags "-z combreloc" &&
- ./configure --build=i686-pc-linux-gnu \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --datarootdir=/usr/share &&
+bad_flags "-z combreloc" &&
- make depend &&
- default_make
+default_build
--- /dev/null
+++ b/virtual/wine/BUILD.x86_64
@@ -0,0 +1,6 @@
+bad_flags "-z combreloc" &&
+
+# on x86_64 we can only build 64bit win support
+OPTS+=" --enable-win64" &&
+
+default_build
--- a/virtual/wine/DETAILS
+++ b/virtual/wine/DETAILS
@@ -1,12 +1,15 @@
MODULE=wine
- VERSION=1.4.1
+ VERSION=1.6
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=wine-1.6-bison-3.0.patch.gz
SOURCE_URL[0]=$SFORGE_URL/$MODULE
SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE
- SOURCE_VFY=sha1:cb79601ca92e8ecb8a5b6b64edc45fd366c3e579
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:f0feb6b5314d0f638fc6d4bdc43cabc028776a9c
+ SOURCE2_VFY=sha1:793067dbcf112ac804abb651f02437e2a06e43a8
WEB_SITE=http://www.winehq.com
ENTERED=20010925
- UPDATED=20120617
+ UPDATED=20130821
SHORT="Runs microsoft windows programs"
cat << EOF
--- /dev/null
+++ b/virtual/wine/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list