You are not logged in.
Hello,
Sorry if i put this in the wrong area or anything like, i'm new on Arch and on this forum and sorry about my poor english, i'm from Brazil,english it's not my native language ![]()
I'm using Arch for 2 days, i was a Debian user, actually, i'm still have Debian on my master hard drive, but, i'm planning to change for arch because i really like the distro.
I was giving a shot with Arch and i really liked alot the system, it's really simple, really fast, really stable and the most important to me: REALLY UPDATED!
Well, i need more like an information, and i cant find-it. I'm maintainer of some apps at WineHQ and i prefer to use Wine Development release instead of the Stable Release,
The wine now is in Stable with no development release (Wine 1.6), and i really don't know if the Arch Packages maintain the Stable (most likely) or when there's a Development release they jump to the next Development release (i think will be 1.7.0).
If the wine will continue on stable release, i want to know how to compile a package to Wine Development (and in the future, i may create a AUR package to help the Arch Community, something like wine-dev).
Well, i've tryed the basic (classic) steps (configure,make,make install), but, on debian i have the apt-get build-dep to get all wine compilation dependencies and on arch i can't find then.
On the configure i get the following dependencies missing:
configure: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: libhal 32-bit development files not found, no legacy dynamic device support.
configure: lib(n)curses 32-bit development files not found, curses won't be supported.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: libgphoto2_port 32-bit development files not found, digital cameras won't be auto-detected.
configure: liblcms 32-bit development files not found, Color Management won't be supported.
configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled
configure: libcapi20 32-bit development files not found, ISDN won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.I'm trying to install lib32-* packages via pacman but, even then, i can't solve this dependencies to compile.
I'm also instaled the base-devel package ![]()
I'm searched on both Arch Official Packages and AUR but i can't find a wine-dev package/pkgbuild.
Sorry if i said something stupid or wrong, i'm new on the arch system, i'm still learning how everything work rsrs.
Offline
First of all, we'll continue to provide wine dev packages. There effectively is no such thing as wine stable anyway. Also, use extra-x86_64-build from devtools to build the package.
Offline
Thanks Svenstaro,
Well, it's true, Wine is anything but stable,
Thank you for the information, so the package on Arch is the last release, it's perfect.
Anyway i'll try to compile the Wine here, maybe i'll need for some patch, it's good to have a backup plan.
Thank You again ![]()
Last edited by hoome (2013-07-18 22:37:06)
Offline
the pkgbuild and other files needed to build wine are here : https://projects.archlinux.org/svntogit … kages/wine
the logs of previous versions are here : https://projects.archlinux.org/svntogit … kages/wine
For building wine you'll need to install the multilib-devel group .
Also read up on ABS and makepkg in the wiki.
Last edited by Lone_Wolf (2013-07-18 22:36:48)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Another Life-Saver,
Thank you Lone_Wolf,
I'm installing the multilib-devel here, also thanks for the log's for the previous versions, Arch really maintain the lastests release, thats really great.
I was reading about makepkg and ABS , i've found really pratical but i'm still have to get used with the concepts, it's all new to me.
Well, now i have all that i need to install Arch as my primary system.
Offline