Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

Winetricks now in portage

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
17 posts • Page 1 of 1
Author
Message
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

Winetricks now in portage

  • Quote

Post by audiodef » Sat Mar 12, 2011 5:11 pm

I just noticed winetricks in portage. If you emerge zenity, you even get a nice GUI.

Nice! :D

I would like to see zenity added as a use flag.

EDIT:

This post makes post #3300. 1100 more and I'll be The 4400!
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
BradN
Advocate
Advocate
User avatar
Posts: 2391
Joined: Fri Apr 19, 2002 2:48 am
Location: Wisconsin (USA)

  • Quote

Post by BradN » Sun Mar 13, 2011 1:07 am

Why not make winetricks a dependency or optional dependency of zenity (I have no idea what all zenity does...)?
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Sun Mar 13, 2011 2:55 pm

It gives you a nice GUI for winetricks.

I may do this myself when I have the chance. Should be easy.
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
Yamakuzure
Advocate
Advocate
User avatar
Posts: 2323
Joined: Wed Jun 21, 2006 11:06 am
Location: Adendorf, Germany
Contact:
Contact Yamakuzure
Website

  • Quote

Post by Yamakuzure » Sun Mar 13, 2011 8:06 pm

Zenity:

Code: Select all

# eix zenity
* gnome-extra/zenity
     Available versions:  2.30.0 2.32.1 {+compat debug libnotify}
     Homepage:            http://live.gnome.org/Zenity
     Description:         Tool to display dialogs from the commandline and shell scripts
So it is nothing winetricks specific I daresay... (winetricks has a GUI, it uses TK AFAIR)
Edited 220,176 times by Yamakuzure
Top
Akendo
n00b
n00b
Posts: 6
Joined: Thu Mar 10, 2011 10:40 pm
Location: Germany
Contact:
Contact Akendo
Website

Re: Winetricks now in portage

  • Quote

Post by Akendo » Mon Mar 14, 2011 1:18 pm

audiodef wrote:I just noticed winetricks in portage. If you emerge zenity, you even get a nice GUI.

Nice! :D

I would like to see zenity added as a use flag.

EDIT:

This post makes post #3300. 1100 more and I'll be The 4400!
Hey cool, Thanks! Great Information.

Greeting Akendo
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Mon Mar 14, 2011 2:05 pm

Yamakuzure wrote:Zenity:

Code: Select all

# eix zenity
* gnome-extra/zenity
     Available versions:  2.30.0 2.32.1 {+compat debug libnotify}
     Homepage:            http://live.gnome.org/Zenity
     Description:         Tool to display dialogs from the commandline and shell scripts
So it is nothing winetricks specific I daresay... (winetricks has a GUI, it uses TK AFAIR)
Nope, nothing winetricks specific. All I can tell you is I emerged winetricks, typed "winetricks" and it told me to install zenity if I wanted a GUI. I did, and I got it. :)
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Mon Mar 14, 2011 2:19 pm

Here's a modified ebuild:

Code: Select all

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/winetricks/winetricks-185.ebuild,v 1.1 2011/03/01 02:35:56 vapier Exp $

EAPI="2"

DESCRIPTION="easy way to install DLLs needed to work around problems in Wine"
HOMEPAGE="http://code.google.com/p/winetricks/ http://wiki.winehq.org/winetricks"
SRC_URI="http://winetricks.googlecode.com/svn-history/r${PV}/trunk/src/winetricks-alpha -> ${P}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zenity"

DEPEND="
        zenity? ( gnome-extra/zenity )
"

src_unpack() {
        cp "${DISTDIR}"/${P} ${PN} || die
}

src_install() {
        dobin ${PN} || die
}
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
M
Guru
Guru
Posts: 432
Joined: Tue Dec 12, 2006 11:59 am

  • Quote

Post by M » Mon Mar 14, 2011 7:17 pm

It is better to use gtk USE flag, no app have zenity flag, also, kdialog will be supported in future, then kde flag can be added. Of course someone should file a bug ;)
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Mon Mar 14, 2011 9:50 pm

That would be another way to do it. I think I'll post a poll.

Can't seem to add a poll to an existing thread, so we'll do it this way...

Who thinks it's a better idea to use a "gtk" instead of a "zenity" use flag for the winetricks ebuild? Is there an even more appropriate flag to use?
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
M
Guru
Guru
Posts: 432
Joined: Tue Dec 12, 2006 11:59 am

  • Quote

Post by M » Tue Mar 15, 2011 8:55 am

I don't think poll is needed for this, zenity uses gtk to display dialogs, so instead of use flags "zenity" and "kdialog" we can simple have "gtk" and "kde" (actually I saw that ebuilds that use zenity have gnome instead of gtk flag) , but I think either is better than introduce new flag that doesn't tell user what it is...
Top
Yamakuzure
Advocate
Advocate
User avatar
Posts: 2323
Joined: Wed Jun 21, 2006 11:06 am
Location: Adendorf, Germany
Contact:
Contact Yamakuzure
Website

  • Quote

Post by Yamakuzure » Tue Mar 15, 2011 11:20 am

Ah, that explains a lot.

I am using winetricks (it is just a shell script anyway...) for ages now and always had a gui. In "ancient" times it was just TK, and then switched to work well with kdialog (winetricks-alpha ? Or regular?). The version installed by that ebuild does not work with kdialog yet. Or maybe worked, because it installs revision 185 while the current revision is 298.

I have tested the current revision with kdialog, and it works well. Therefore I have changed the versioned ebuild to a live one (with "gtk" and "kde" use flags) and opened [bug=358997]Bug 358997[/bug] for it.

Edit: Wow. After starting the new revision of winetricks, it took nearly a minute to do some "Upgrade" to my wine configuration. After this, Wizardry8 suddenly works again with DirectX7. I simply love this tool! :)
Edited 220,176 times by Yamakuzure
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Tue Mar 15, 2011 1:41 pm

Thanks for the bug report, Yamakuzure. 8) I'm sure a lot of people are going to appreciate it.
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
lkraav
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 130
Joined: Wed Oct 13, 2004 9:43 pm
Location: Estonia

  • Quote

Post by lkraav » Mon Apr 18, 2011 8:33 am

i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Mon Apr 18, 2011 1:06 pm

lkraav wrote:i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a
Looks like it's time for a custom ebuild!
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
lkraav
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 130
Joined: Wed Oct 13, 2004 9:43 pm
Location: Estonia

  • Quote

Post by lkraav » Mon Apr 18, 2011 1:24 pm

audiodef wrote:
lkraav wrote:i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a
Looks like it's time for a custom ebuild!
i have my overlay, just wondering about whats going on with the tree one.
Top
audiodef
Watchman
Watchman
User avatar
Posts: 6656
Joined: Wed Jul 06, 2005 1:02 pm
Location: The soundosphere
Contact:
Contact audiodef
Website

  • Quote

Post by audiodef » Mon Apr 18, 2011 2:20 pm

lkraav wrote: i have my overlay, just wondering about whats going on with the tree one.
Who knows?

For anyone who isn't quite up to modding their own ebuilds, you can conveniently find it on this page. The list is alphabetical, or you can search for "winetricks".
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Top
Yamakuzure
Advocate
Advocate
User avatar
Posts: 2323
Joined: Wed Jun 21, 2006 11:06 am
Location: Adendorf, Germany
Contact:
Contact Yamakuzure
Website

  • Quote

Post by Yamakuzure » Tue May 03, 2011 10:32 am

audiodef wrote:
lkraav wrote:i am noticing winetricks ebuild is at r185. svn repo is at r489. what's up with that, isn't 185 sort of ancient? for example this is what i just ran into: http://forum.winehq.org/viewtopic.php?t ... eedddb1a8a
Looks like it's time for a custom ebuild!
Just use the "live" one from Bug 358997 or from my overlay. ( http://git.overlays.gentoo.org/gitweb/? ... git;a=tree or "layman -a seden")
Edited 220,176 times by Yamakuzure
Top
Post Reply

17 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic