{"id":16358126,"url":"https://github.com/botspot/wine-stuff","last_synced_at":"2026-03-06T07:02:11.986Z","repository":{"id":101836453,"uuid":"445869121","full_name":"Botspot/wine-stuff","owner":"Botspot","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-18T21:28:00.000Z","size":10413,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-05T11:49:28.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Botspot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-08T16:22:44.000Z","updated_at":"2026-02-10T11:01:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"47ab3bed-46bd-4f11-8297-117c093c6f26","html_url":"https://github.com/Botspot/wine-stuff","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.3571428571428571,"last_synced_commit":"de5d681df0d87dcac3f19db2cc2f422126ce1319"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Botspot/wine-stuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2Fwine-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2Fwine-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2Fwine-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2Fwine-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Botspot","download_url":"https://codeload.github.com/Botspot/wine-stuff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Botspot%2Fwine-stuff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:04:53.915Z","updated_at":"2026-03-06T07:02:11.943Z","avatar_url":"https://github.com/Botspot.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wine-stuff\nThis repository hosts useful files to help the installation of Wine from [Pi-Apps](https://github.com/Botspot/pi-apps).  \n[![badge](https://github.com/Botspot/pi-apps/blob/master/icons/badge.png?raw=true)](https://github.com/Botspot/pi-apps)  \n\nCurrently this repository has:\n- A recent build of mesa thanks to Salva from Pi Labs\n- A collection of 6 custom icons for use in the menu. Botspot drew them all using Boxy SVG.\n- A Windows 10 appearance theme\n\nSalva provided provided his Mesa build instructions:\n```bash\nsudo apt-get install -y libxcb-randr0-dev libxrandr-dev \\\n        libxcb-xinerama0-dev libxinerama-dev libxcursor-dev \\\n        libxcb-cursor-dev libxkbcommon-dev xutils-dev \\\n        xutils-dev libpthread-stubs0-dev libpciaccess-dev \\\n        libffi-dev x11proto-xext-dev libxcb1-dev libxcb-*dev \\\n        bison flex libssl-dev libgnutls28-dev x11proto-dri2-dev \\\n        x11proto-dri3-dev libx11-dev libxcb-glx0-dev \\\n        libx11-xcb-dev libxext-dev libxdamage-dev libxfixes-dev \\\n        libva-dev x11proto-randr-dev x11proto-present-dev \\\n        libclc-dev libelf-dev git build-essential mesa-utils \\\n        libvulkan-dev ninja-build libvulkan1 python3-mako \\\n        libdrm-dev libxshmfence-dev libxxf86vm-dev libwayland-dev \\\n        python3-mako wayland-protocols libwayland-egl-backend-dev \\\n        cmake libassimp-dev python3-pip\n\nsudo pip3 install meson\n\ngit clone https://gitlab.freedesktop.org/mesa/drm.git\ncd drm\nmeson builddir/\nsudo ninja -C builddir/ install\n\ngit clone https://gitlab.freedesktop.org/mesa/mesa.git\ncd mesa\nmeson --prefix /home/pi/mesa -Dgles1=disabled -Dgles2=enabled -Dplatforms=x11 -Dvulkan-drivers=broadcom -Ddri-drivers= -Dgallium-drivers=v3d,kmsro,vc4,virgl -Dbuildtype=release -Dc_args=\"-mcpu=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard\" -Dcpp_args=\"-mcpu=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard\" build\nsudo ninja -C build/ install\n\n#then remove the unnecesary drivers from /dri folder\n```\nThe Wine prefix was generated using these commands:\n```bash\n#install wine and winetricks FIRST\n\nrm -rf ~/.wine\nwine wineboot\nwinetricks mfc42 vcrun6 vcrun2003 xact d3drm d3dx9_43 d3dcompiler_43 d3dx9\ntar -czvf wine-prefix.tgz /home/pi/.wine\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotspot%2Fwine-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotspot%2Fwine-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotspot%2Fwine-stuff/lists"}