Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [SOLVED] Patch Wine?

  1. #11
    Join Date
    Aug 2007
    Beans
    16

    Re: [SOLVED] Patch Wine?

    Man, I REALLY want to get Snood (v 3.52) working on Ubuntu 8.10

    I have done these steps:
    1. added the wine repositories
    (instruction: http://www.winehq.org/site/download-deb )
    2. saved the patch text above to snoodpatch.patch and placed it in my home directory

    Now I need to do steps 3 - 5:
    3. create custom wine including patch
    4. remove already installed wine
    5. install custom wine from created .deb

    I'm hesitant about trying the exact code for step 3 given above, since it seems suited for an older version of ubuntu.

    Can someone please give me an updated guide for steps 3-5 that works on 8.10. As basic as possible please! For example, I'm unsure on how to install from a .deb file.

  2. #12
    Join Date
    Dec 2012
    Beans
    0

    Talking Re: Patch Wine?

    Quote Originally Posted by pissedoffdude View Post
    You're going to have to reinstall wine from source. Make sure that you've added the winehq repo:
    Code:
    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get update
    sudo apt-get build-dep wine
    sudo apt-get install fakeroot
    mkdir wine1.5
    cd wine1.5
    apt-get source wine1.5
    cd wine*
    patch -p0 < /home/YOURNAME/yourpatch.patch 
    dpkg-buildpackage -rfakeroot -uc -b
    This will create your new wine deb. Then completely remove your old wine:
    Code:
    sudo dpkg --purge wine1.5
    Now you can install your patched version of wine.
    Wow. Thank you for this great advice and information.
    I am trying to patch Wine for World of Tanks.
    I'm an Ubuntu user for 3 days now and I don't want to give up on it...if I can just patch WINE and get WOT going.

    I'm so sick of WINDOWS I could puke...CHEERS.
    Thanks again.

  3. #13
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Patch Wine?

    Closed. Please don't bump old threads.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •