LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-15-2023, 10:07 AM   #61
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
upgrade to 8.0.1 worked for me


Wine wasn't working for Houaiss dictionary since I did a Slackware 15.0 fresh install.
Yesterday I upgraded Wine to version 8.0.1 from SlackBuilds.org and the dictionary is working again (I was running it in a WindowsXP Vbox vm).
I didn't change anything drastically in my system, so I think it is due to Wine new version.
I hope they don't revert it in the future.
SlackBuilds for -current is at stable version 8.0.1 too, but AlienBob's -current Wine version is 8.6,
I will try that in the test -current partition here later to see what happens.

I tried some versions since the SW 15.0 fresh install, to no avail.
Code:
ls /var/log/pkgtools/removed_packages/wine-*
/var/log/pkgtools/removed_packages/wine-6.23-x86_64-1alien
/var/log/pkgtools/removed_packages/wine-6.23-x86_64-1alien-upgraded-2022-03-06,01:23:36
/var/log/pkgtools/removed_packages/wine-7.0-x86_64-1_SBo
/var/log/pkgtools/removed_packages/wine-7.0-x86_64-1_SBo-upgraded-2022-08-23,14:33:49
/var/log/pkgtools/removed_packages/wine-7.0-x86_64-2_SBo-upgraded-2022-12-31,15:25:54
/var/log/pkgtools/removed_packages/wine-7.0-x86_64-3_SBo-upgraded-2023-03-09,14:19:26
/var/log/pkgtools/removed_packages/wine-7.3-x86_64-1alien
/var/log/pkgtools/removed_packages/wine-8.0-x86_64-1_SBo-upgraded-2023-06-14,16:26:03
 
1 members found this post helpful.
Old 06-21-2023, 12:41 AM   #62
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
On -current64, no multilib, i took the SBo-wine and compiled wine-8.10, obtained /usr/bin/wine (not /usr/bin/wine64) and i'm now able to run
windows-software for which i previously needed an 32bit-lxc-container. That software didn't work with a "normal" 64bit build with /usr/bin/wine64
Code:
--- /usr/sbo/repo/system/wine/wine.SlackBuild	2023-05-13 14:33:28.835410707 +0200
+++ wine.SlackBuild	2023-06-21 07:26:59.858962297 +0200
@@ -26,7 +26,7 @@
 cd $(dirname $0) ; CWD=$(pwd)
 
 PRGNAM=wine
-VERSION=${VERSION:-8.0.1}
+VERSION=${VERSION:-8.10}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 PKGTYPE=${PKGTYPE:-tgz}
@@ -138,6 +138,7 @@
      --program-prefix= \
      --program-suffix= \
      --disable-tests \
+     --enable-archs=i386,x86_64 \
      --build=$BUILD_ARCH
 
   make depend
Code:
0024:err:environ:init_peb starting L"Z:\\home\\xxx\\.wine\\drive_c\\xxx\\xxx.exe" in experimental wow64 mode
The software runs somewhat slower, though.
 
2 members found this post helpful.
Old 06-24-2023, 10:20 AM   #63
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Wine 8.11 Released
Quote:
The Wine development release 8.11 is now available.
What's new in this release:
- More mouse cursor clipping improvements.
- Support for TLS alerts.
- Increased available address space in WoW64 mode.
- Various bug fixes.
The latest news and download links can be found at, https://www.winehq.org/announce/8.11
 
Old 06-27-2023, 12:45 AM   #64
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
The Slackbuild from SBo doesn't use opencl, configure says
Code:
checking for OpenCL/opencl.h... no
After adding
Code:
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure
it says
Code:
checking for CL/opencl.h... yes
The buildscript from alien doesn't mention opencl either.
 
1 members found this post helpful.
Old 06-27-2023, 12:58 AM   #65
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Some NVIDIA drivers used to bundle libOpenCL.so, and wine packages shouldn't be depending on NVIDIA binary for multiple reasons.
 
1 members found this post helpful.
Old 07-07-2023, 04:53 PM   #66
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Wine 8.12 Released
Quote:
The Wine development release 8.12 is now available.
What's new in this release:
- Initial support for painting windows in the Wayland driver.
- Command stream performance improvements in WineD3D.
- Various bug fixes.
https://www.winehq.org//announce/8.12
 
1 members found this post helpful.
Old 07-19-2023, 11:40 AM   #67
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Wine 8.0.2 Released. July 19, 2023
The release notes for this latest stable version of WINE and download links can be found at, https://www.winehq.org/announce/8.0.2
 
Old 07-22-2023, 07:43 AM   #68
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
The Wine development release 8.13 is now available.
The release notes and download links can be found at, https://www.winehq.org/announce/8.13
 
Old 08-18-2023, 09:14 PM   #69
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Wine 8.14 Released
August 18, 2023
The Wine development release 8.14 is now available.
What's new in this release:
PCSC framework used on macOS for smart card support.
Dumping of Windows registry files in WineDump.
Fixes for Wow64 window messages.
Various bug fixes.
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.
The release notes and download links can be found at, https://www.winehq.org/news/
 
Old 09-01-2023, 04:53 PM   #70
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
The Wine development release 8.15 is now available.

What's new in this release:
- Support for TEXT print processor.
- Cycle Collection support in MSHTML.
- Cross-process memory notifications in Wow64.
- Various bug fixes.

The source is available at:
https://dl.winehq.org/wine/source/8.x/wine-8.15.tar.xz

Binary packages for various distributions will be available from:
https://www.winehq.org/download
https://www.winehq.org//announce/8.15
 
1 members found this post helpful.
Old 09-08-2023, 03:33 PM   #71
MightyBaba
LQ Newbie
 
Registered: Feb 2022
Distribution: Slackware
Posts: 28

Rep: Reputation: Disabled
Quote:
Originally Posted by franzen View Post
The Slackbuild from SBo doesn't use opencl, configure says
Code:
checking for OpenCL/opencl.h... no
After adding
Code:
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure
it says
Code:
checking for CL/opencl.h... yes
The buildscript from alien doesn't mention opencl either.
Nice, thanks! Although my solution was to link them:
Code:
# cd /usr/include
# ln -s CL OpenCL
 
1 members found this post helpful.
Old 09-15-2023, 03:45 PM   #72
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
The Wine development release 8.16, is now available.
Quote:
What's new in this release:
- Beginnings of a DirectMusic revival.
- Many fixes and improvements in the regression tests.
- Various bug fixes.
The source is available at:
https://dl.winehq.org/wine/source/8.x/wine-8.16.tar.xz

Binary packages for various distributions will be available from:
https://www.winehq.org/download
https://www.winehq.org/announce/8.16

Last edited by cwizardone; 09-15-2023 at 03:49 PM.
 
Old 09-29-2023, 03:59 PM   #73
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
The Wine development release 8.17, is now available.
Quote:
What's new in this release:
- Bundled vkd3d upgraded to version 1.9.
- Initial window management in the Wayland driver.
- SoundFont support in DirectMusic.
- Various bug fixes.
https://www.winehq.org/announce/8.17
 
1 members found this post helpful.
Old 10-14-2023, 03:16 AM   #74
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
The Wine development release 8.18 is now available.
Quote:
What's new in this release:
- Bundled FluidSynth library for DirectMusic.
- More window management in the Wayland driver.
- More effect support in Direct3D 10.
- Various bug fixes.
https://www.winehq.org/announce/8.18
 
Old 10-29-2023, 12:38 PM   #75
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,103

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
The Wine development release 8.19 is now available.
Quote:
What's new in this release:
- Mono engine updated to version 8.1.0.
- More DirectMusic implementation.
- Various bug fixes.
https://www.winehq.org/announce/8.19
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How do I install Wine on Slackware64 with both 64bit wine and 32? interested_penguin Slackware 3 12-10-2016 06:44 PM
[SOLVED] Slackware64 wine running a game results in wine crash Tux-Slack Slackware 5 06-27-2011 05:05 PM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
Updating from Slackware64-current to Slackware64 13. glore2002 Slackware 4 08-28-2009 06:50 PM
[SOLVED] Slackware64-C client wont detect Slackware64-C Samba server slackass Slackware 5 08-07-2009 11:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration