PlayOnLinux

Edit Package PlayOnLinux
https://www.playonlinux.com/

PlayOnLinux is a piece of sofware which allows you to easily install and use numerous games and apps designed to run with Microsoft® Windows®.
Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system. PlayOnLinux brings a cost-free, accessible and efficient solution to this problem.

PlayOnLinux è un software che permette di installare e utilizzare facilmente numerosi giochi e applicazioni progettati per funzionare con Microsoft ® Windows ®.
Pochi giochi sono compatibili con GNU/Linux al momento ed è certamente un fattore che impedisce la migrazione verso questo sistema.
PlayOnLinux porta a costo zero, una soluzione accessibile ed efficiente a questo problema.

Refresh
Refresh
Source Files
Filename Size Changed
PlayOnLinux-desktop.patch 0000000495 495 Bytes
PlayOnLinux-fix_media_dir.patch 0000000559 559 Bytes
PlayOnLinux-https.patch 0000003717 3.63 KB
PlayOnLinux.changes 0000022273 21.8 KB
PlayOnLinux.spec 0000003982 3.89 KB
PlayOnLinux_4.3.4.tar.gz 0003101890 2.96 MB
playonlinux.sh 0000000062 62 Bytes
Latest Revision
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 673865 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 9)
- Update to 4.3.4
  * Fixed some bugs in the wineversion process
  * Begining of code cleaning and refactoring
  * Begining of using wx box sizers instead of absolute 
    positioning. Most of the windows are now resizable. 
    This should solve display issues on many cases: HDPI and 
    alternative windows manager: 
    (see https://www.playonlinux.com/en/topic-16188-Visual_error_with_KDE.html)
  * macOS: Remove XQuartz installation
  * macOS: Bundle an up-to-date wine version
  * macOS: Use native terminal instead of xterm
  * macOS: Fix localization
- Add PlayOnLinux-fix_media_dir.patch to fix variable MEDIA_DIR to
  correct location.
 
- Update to 4.3.3
  * Linux: Fix HDPI support
  * Compatibility with OSX < Mojave
- Changes from 4.3
  * Various fix on OSX
  * Phoenicis (POL 5) winebuild compatibility. POL 4 winebuilds 
    will be deprecated. 
    (See https://github.com/PhoenicisOrg/phoenicis-winebuild)
  
- require p7zip-full for TW as 7z binary needed by PlayOnLinux was
  moved to this package (see bsc#899627 for more details about
  this change) 
- add patch PlayOnLinux-https.patch to fix boo#1051248
- update to 4.2.12
  * no changelog from upstream
- remove patch PlayOnLinux-BrokenMiscButtons.patch because now in
  upstream
- add patch PlayOnLinux-BrokenMiscButtons.patch
  fix issue 5522
- update to 4.2.11
  * Fix POL_SetupWindow_download clobbering $FILENAME
  * Fix small typo in first use "send report" message
- Fix wrong PlayOnLinux_4.2.10.tar.gz file
  * Current file is outdated dev version (file hash does not match)
  * Replace outdated file with the real release file version
- update to 4.2.10
  * Silence POL_Notice_IsAck when ack_notices file doesn't exist
  * Allow Set_SoundDriver '' to disable sound
  * Add in the wineprefix configuration tab for Wine: Control panel
  * Remove in the wineprefix configuration tab for Wine: Wine 
    Uninstaller
  * Add support for Wine-staging DLL redirects 
    (POL_Wine_RedirectDLL, POL_Wine_DelRedirectDLL, 
    POL_Wine_RedirectDLL_App, POL_Wine_DelRedirectDLL_App) (#5163)
  * Fix POL_System_cpmv log message
  * Reimplement deprecated functions POL_SetupWindow_make_shortcut 
    and POL_SetupWindow_auto_shortcut using POL_Shortcut for 
    consistency
  
- update to 4.2.9
  * Fixed a bug in the user agent used in urllib that would make it
    look like an attack to paranoid eyes (and filters) (#5072)
  * Try to improve general installation instructions
  * Update About's copyright years span (let's make it look like 
    we're still working on the project ;) ) Many more could be 
    updated though
  * POL_Download_Resource: don't test hash of missing file 
    (one less spurious warning message)
  * Adding some visual clue while virtual drives are being removed
  * Fix "debbuger" typo
  * POL_System_find_file: really pick the shallowest file
  * fix "debbuger" typo
  * POL_SetupWindow_VMS: mention that the expected answer units are 
    megabytes
  * Try to make instructions to rerun a program in debug mode more 
    obvious (#5104)
  * Some GetRegValue fixing/hardening
  * Remove spurious .lnk files from user desktop for all 
    architectures during POL_Shortcut calls (#4200)
  * Add waiting messages to POL_System_unzip & friends
  * Deprecate Set_WineWindowTitle that no longer works with 
    Wine 1.5.16+, and breaks Set_Desktop (#5118)
  * Fix playonlinux-pkg -b (broken since PlayOnLinux 4.0)
  * MacOS 10.11 support
- update to 4.2.8
  * Feature freeze has been declared for POL 4.x, so this changelog 
    should contain only bug fixes
  * checkVersionUse(): don't assume cfg files have any order
  * manual installation: component installation bugfix 
    ($IFS not restored correctly)
  * POL_OpenShell: call POL_Wine_AutoSetVersionEnv in all cases, 
    to set $PATH (#5062)
  * Fix consecutive shortcut creations
  * POL_Wine_SetVideoDriver bugfix, device IDs were not inserted as 
    DWORDs
- update to 4.2.7
  * Detect and abort scripts when trying to run 64bit programs with 
    32bit Wine
  * POL_DetectVideoCards: list VGA compatible controllers and 
    3D controllers (#5012)
  * Add support for several other value types than REG_SZ to 
    registry updating statements (#5013)
  * POL_Wine_SelectPrefix: abort if no prefix name is provided
  * Sort install scripts lists case insensitively (iTunes)
  * Fix "hash-bang" line in shortcuts so they're actually 
    executable
  * Deprecate the usage of $REPERTOIRE in PlayOnLinux own code
  * Translate remaining french comments and identifiers in 
    Bash code
  * Improve POL_Wine_PrefixDelete to remove ancillary resources 
    (shortcuts, icons,...)
  * Wine versions manager: attributes tell apart used versions 
    instead of unused versions; Add an extra warning when about 
    to remove a version in use
  * Avoid Python detection loops
  * Display wx version found
  * Fix Settings > Internet menu (#4989, thanks to rupert)
  * Workaround for Wine bug #37575 (#5023)
  * Improve find_binary function and make it public as 
    POL_System_find_file
  * Add support for .lnk, .bat and .cmd files to POL_Shortcut and 
    POL_SetupWindow_shortcut_creator
  * Added an icon to open the debugger from the installation wizard 
    when POL_Debug_Init has been called (#4948)
  * Implement POL_SetupWindow_notice to display important messages, 
    but allow the user to acknowledge them once and for all 
    ("Don't remind me") (#2036)
  * POL_OpenShell (Configure > Misc > Open a shell) bug fixes
  * Add a warning when OpenGL autotests are missing (user support)
  * Make sure "Install non-listed application" link is always 
    visible in install window
  * POL_SetupWindow_cdrom: don't suggest "*" when no CDROM has been 
    found
  * Remove use of remaining os.system() calls (less overhead, less 
    quoting nightmare)
  * Use os.kill() instead of shell command
  * Use of "exec" to avoid some useless extra Bash processes
  * polconfigurator interface cleanup 
    (no risk of translation breakage)
- update to 4.2.6
  - Use $ POL_TERM more Consistently, allow POL_TERM global 
    configuration override. Beware, the carrier must terminal -T 
    and -e options, so gnome-terminal Does not Qualify 
    (gnome-terminal.wrapper Does though)
  - Add a function to compute a hash of a POL_Wine_VersionSignature 
    Wine Package
  - Python version string extraction hardening (# 4895)
  - POL_System_PartInfo APPROBATION thru mount filesystems point 
    INSTEAD of device (Btrfs subvolumes compatibility)
  - Modify bash / document_reader to pass extra arguments Unchanged 
  - Remove "skipped lines" messages When The debugger gets the 
    focus back
  - POL_Shortcut: do not overwrite $ binary logging to Improve
  - mainwindow: make boxen alert child of the main window So They 
    can not get lost behind --other windows
  - Prevent POL_Download_Resource clobbering $ APP_ANSWER
  - Critical error: wget throwing SSL error when Install Components 
    uses wget (bug 5002)
- Generic spec cleanup
- Fix broken playonlinux.sh
- Change PlayOnLinux-desktop.patch not needed more changes with
  %suse_update_desktop_file
- Change description
- Simplify installation handling
- Change playonlinux.sh
- update to 4.2.5
  * Fix reading/writing values containing '=' symbol in 
    configuration files (#4834)
  * Make POL_Wine_InstallFonts preserve current directory 
    (regression since 4.2.3)
  * Disable "Install" component button until a component is selected
  * Compatibility with wxpython 3.0
  * Compatibility with Debian 8
  * Compatibility with Mac OS 10.10
  * Mention URL in POL_Download and POL_Download_Resource error messages 
    (should help with user support)
  * Add POL_Config_Win16 to check if the host can run win16 programs, 
    see http://linux-kernel.2935.n7.nabble.com/tip-x86-urgent-x86-64-modify-ldt-
    Ban-16-bit-segments-on-64-bit-kernels-td838675i120.html
- update to 4.2.4
  * New support and feedback system, easier to use
  * Links to social networks
  * 4.2.3 regresion fixed in run_exe module
- update to 4.2.3
  * Fix for Python version "2.7" (#3749)
  * POL_SetupWindow_shortcut_creator: always suggest 
    unused shortcut names; If user chooses an already used name,
    warn before overwrite (#3770)
  * Fix for "Error 427" 
    http://www.playonlinux.com/en/topic-11490-Error_427.html 
    regression in 4.2.2 (functions override)
  * Fix IE3 icon extraction (#3885)
  * Debugger: if behind by too many lines, skip displaying some 
    (...skipped n lines...) to keep up
  * wineserver not in path problem fixed again (debian bug, 
    but they won't fix it)
  * Fix "Open a shell" to enable the wine version of the prefix
  * New attempt at fixing download gauge overflow (#2123)
  * Do not totally silence gpg import errors
  * Allow POL_SetupWindow_textbox to accept an extra 
    max length parameter
  * Limit bug reports title to 80 characters
  * virtual drive removal: use os.lstat() instead of os.stat() 
    to check for broken rights (reported by Xenos5)
  * change of Wine version used in a virtual drive: kill running 
    wineserver after asking for permission
  * Experimental: FreeBSD support
  * Removing PlayOnLinux_Online
  * Corefonts are now managed as any other POL_Call package. 
    (Debian.lib is consequently no longer needed)
  * Removing installation process of missing gecko and mono at startup. 
    It should not happen anymore
  * Cleaner way to save panel position
  * Fix a bug in GetSettings() where the value contain 
    the equal ('=') character 
  * PlayOnMac does no longer need a reboot after installing XQuartz
  * PlayOnMac does no longer popup a warning before xterm is installed
  * Removing IRC 
  * Icones install can now be bigger than 22x22
- Updated to 4.2.2
- Changes:
  * Changelog move from plaintext to Markdown syntax.
  * read script lists in utf8 when looking up script to install (#2076)
  * (experimental) new algorithm to find installed Python version,
    implements fallback which is probably overkill (#2122)
  * New version of PlayOnLinux Vault 4.0.4:
    - Adding lzop compression if available (fast compression with medium
      compression rate).
    - Add a "Save" shortcut in PlayOnLinux side panel
  * Fix double utf-8 decoding of shortcuts (#2125, #2289)
  * Add POL_Shortcut_Configurator
  * Modified POL_System_wget to keep error messages from wget
  * Updated PNG icons with broken profiles, thanks to calvertyl
    (http://www.playonlinux.com/en/topic-10442-New_Warning_Message_on_startup.html)
  * wine-mono download support
  * Fix POL_SetupWindow_message typo (not enough video memory message) (#2790)
  * POL_LoadVar_Device: refacto POL_DetectVideoCards; 
    Let user choose when there's more than one known videocard present
  * Add link to download page in side panel when version is not up-to-date (#2677)
    Not sure it's visible enough, could be improved.
  * Added logging to archivers wrappers (POL_System_unzip etc.)
  * Update mono download URLs
  * Updated IRC server address, freenode.com domain is gone
  * Harden applications list parsing
  * force LANG=C when spawning wineconsole (Wine bug #10063)
  * fix typo in bash/manual_install
  * Developer feature: allow to override function scripts
    When global configuration ALLOW_FUNCTION_OVERRIDES is set to TRUE, function
    scripts in $POL_USER_ROOT/configurations/function_overrides/ override function
    scripts by the same name. This feature disables bug reporting.
  * Fix website login when username contains spaces (#3573)
  * "Run an .exe in this virtual disk" sets current directory to program's 
    directory (#1855)
  * fix "wineserver not found" in interactive use of POL_Wine_Direct3D /
    POL_Wine_X11Drv / POL_Wine_DirectSound / POL_Wine_DirectInput
  * Remove use of os.system() from mainwindow.py and configure.py 
    (less overhead, less quoting nightmare)
  * Add missing POL_Wine_AutoSetVersionEnv before wineserver calls
- Recreated dektop file patch according to #845518
- update to 4.2.1
- Changes:
 - When removing shortcuts or virtual drives from the Configure window,
   make sure desktop icons, menu entries, etc. are also removed.
 - fix Python's VersionLower (infinite source of bugs)
 - Update © in about box LP: #1160801
 - Fix a huge problem in bug reporting I introduced in 4.2... I thought
   it tested it well, this is depressing. Without testers, without
   users testing beta versions, it seems there's no way to get bugfree
   releases.
- update to 4.1.8
- recreated PlayOnLinux-desktop.patch 'cause the upstream desktop file
  has changed. Now a smaller patch works. 
- tried out a better Desktop-File-Handing by using macros
  possibilities 
- update to 4.1.5
- Here a small list of changes:
 - Official support for Moutain Lion
 - CPU usage improvement when you have many program installed
 - Few bug fixed : (#1076, #1053)
 - Clickable links on messenger and on install window
 - Error messages are more comprehensible
 - You can now open your document directly with shortcuts created by
   PlayOnLinux
 - Various improvements in the interface
 - Various improvements on the messenger
 - When a download fails, PlayOnLinux (and PlayOnMac) will ask you to
   redownload the file
 - A cleaner code 
- update version 4.1.1
- update version 4.0.18
- passed through spec cleaner 
- new upstream version 4.0.11
- changed the source name of the wrapper script to playonlinux.sh
- new upstream version 4.0.9
- new upstream version 3.8.12
- new upstream version 3.8.11
- new upstream version 3.8.10
- new upstream version 3.8.6
- new upstream version 3.8.5
- new upstream version 3.8.3
- new upstream version 3.8.1
- update to version 3.6
- update to version 3.5
- update to version 3.4
- update to version 3.3.1
- update to version 3.3
- fixed python dependencie on suse 11.1
- update to version 3.2.2
- update to version 3.2.1
- update to version 3.2
- update to version 3.1.3
- update to version 3.1.2
- update to version 3.1
- update to version 3.0.7
- update to version 3.0.2
- update to version 3.0.1
- update to version 3.0
- update to version 2.7.2
- removed extra packages, now available like manual install plugins
- update to version 2.6.1
- added packages Script-Creator and Script-Creator-Devel
  both not yet packaged cause of missing dependencie libtiff4
- update to version 2.3
- update to version 2.2.1
- update to version 2.0.10
- update to version 2.0.9
- update to version 2.0.8
- update to version 2.0.7
- removed LNG_WORK.patch and it_IT.patch
- added launcer in %%{_bindir}
- first spec making
- added patch to fix wrong lanaguage variables
- added fixed italian translation
- added patch to fix .desktop file with suse standards
- created package PlayOnLinux-DosBox-Support in this spec
Comments 0
openSUSE Build Service is sponsored by