pacstall / pacstall-programs

Pacstall's official program repository
https://pacstall.dev/packages
MIT License
177 stars 135 forks source link

Broken: wine-staging-git #5556

Closed Xdavius closed 4 months ago

Xdavius commented 8 months ago

Package name

wine-staging-git

Version

8.13

Pacstall version

4.3.2

Relevant log output

No logs.

Patch for package

needed pacdeps:

pacdeps=("libgstreamer-plugins-base-git" "libjpeg-turbo")

These two lines must be deleted

wget "http://mirrors.kernel.org/ubuntu/pool/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-dev_1.20.1-1_i386.deb"
sudo apt install -y "./libgstreamer-plugins-base1.0-dev_1.20.1-1_i386.deb"

need to add :

breaks=("wine-fonts")
replace=("wine-fonts")

linked issues :

https://github.com/pacstall/pacstall-programs/issues/5555 https://github.com/pacstall/pacstall-programs/issues/5554

Xdavius commented 8 months ago

Still testing today. After building, wine is not recognized by lutris.

I suppose problems in install path

Xdavius commented 8 months ago

new info : libjpeg-turbo pacdeps is a dependency of libjpeg-dev even if the libjpeg package is not the same on ubuntu and debian (don't know why), using the dependency waterfall solve the issue.

Still working on this package.

Xdavius commented 4 months ago

Merged https://github.com/pacstall/pacstall-programs/pull/5991