Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46

Thread: Dosbox 0.65 is out!

  1. #11
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Dosbox 0.65 is out!

    The following packages have unmet dependencies:
    libsdl1.2-dev: Depends: libartsc0-dev but it is not going to be installed
    As you see the problem lies here
    Try with refreshing your sourcelist
    Code:
    sudo apt-get update
    Also it seems it havn't installed build-essential. Try again.

    By the way how does your sourcelist looks like?
    Code:
     sudo gedit /etc/apt/sources.list
    Last edited by Perfect Storm; April 15th, 2006 at 07:07 PM.

  2. #12
    Join Date
    Oct 2005
    Location
    Aalborg, Denmark
    Beans
    142
    Distro
    Ubuntu 6.06

    Re: Dosbox 0.65 is out!

    Quote Originally Posted by Artificial Intelligence
    As you see the problem lies here
    Try with refreshing your sourcelist
    Code:
    sudo apt-get update
    Also it seems it havn't installed build-essential. Try again.

    By the way how does your sourcelist looks like?
    Code:
     sudo gedit /etc/apt/sources.list
    Hmm... it stil doesn't really work. A quick kdesu kata /etc/apt/sources.list gave me this:

    Code:
    deb-src http://archive.ubuntu.com/ubuntu breezy main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu breezy-updates main restricted
    
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb-src http://archive.ubuntu.com/ubuntu breezy universe
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    ## deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
    ## deb-src http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu breezy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
    
    deb http://security.ubuntu.com/ubuntu breezy-security universe
    deb-src http://security.ubuntu.com/ubuntu breezy-security universe
    
    deb http://archive.ubuntu.com/ubuntu/ breezy universe main restricted multiverse
    
    deb http://wine.sourceforge.net/apt/ binary/
    
    deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ breezy free non-free
    deb-src ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ breezy free non-free
    
    deb http://deb.opera.com/opera/ etch non-free
    
    deb http://kubuntu.org/packages/kde351 breezy main
    
    deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
    
    deb http://koti.mbnet.fi/~ots/ubuntu/ breezy/
    deb-src http://koti.mbnet.fi/~ots/ubuntu/ breezy/
    
    ## created by arniesourcewrite
    We should have UbuntuEvolve for official artwork!
    The easy way to nVIDIA drivers and Xgl/Compiz: Automatix and Automatix Bleeder

  3. #13
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Dosbox 0.65 is out!

    Back it up:
    Code:
    sudo cp /etc/apt/sources.list /etc/apt/sources.list_Backup
    sudo gedit /etc/apt/sources.list
    and put this in instead:
    # Automatically generated sources.list
    # http://www.ubuntulinux.nl/source-o-matic
    #
    # If you get errors about missing keys, lookup the key in this file
    # and run these commands (replace KEY with the key number)
    #
    # gpg --keyserver subkeys.pgp.net --recv KEY
    # gpg --export --armor KEY | sudo apt-key add -

    # Ubuntu supported packages (packages, GPG key: 437D05B5)
    deb http://dk.archive.ubuntu.com/ubuntu breezy main restricted
    deb http://dk.archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb http://security.ubuntu.com/ubuntu breezy-security main restricted

    # Ubuntu supported packages (sources, GPG key: 437D05B5)
    deb-src http://dk.archive.ubuntu.com/ubuntu breezy main restricted
    deb-src http://dk.archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

    # Ubuntu community supported packages (packages, GPG key: 437D05B5)
    deb http://dk.archive.ubuntu.com/ubuntu breezy universe multiverse
    deb http://dk.archive.ubuntu.com/ubuntu breezy-updates universe multiverse
    deb http://security.ubuntu.com/ubuntu breezy-security universe multiverse

    # Ubuntu community supported packages (sources, GPG key: 437D05B5)
    deb-src http://dk.archive.ubuntu.com/ubuntu breezy universe multiverse
    deb-src http://dk.archive.ubuntu.com/ubuntu breezy-updates universe multiverse
    deb-src http://security.ubuntu.com/ubuntu breezy-security universe multiverse

    # Seveas' packages (packages, GPG key: 1135D466)
    deb http://mirror3.ubuntulinux.nl breezy-seveas all

    # Seveas' packages (sources, GPG key: 1135D466)
    deb-src http://mirror3.ubuntulinux.nl breezy-seveas all

    # Ubuntu backports project (packages, GPG key: 437D05B5)
    deb http://dk.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

    # Ubuntu backports project (sources, GPG key: 437D05B5)
    deb-src http://dk.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

    # Cipherfunk multimedia packages (packages, GPG key: 33BAC1B3)
    deb ftp://cipherfunk.org/pub/packages/ubuntu/ breezy main

    # Cipherfunk multimedia packages (sources, GPG key: 33BAC1B3)
    deb-src ftp://cipherfunk.org/pub/packages/ubuntu breezy main

    # kubuntu.org packages for the latest KDE version (packages, GPG key: DD4D5088)
    deb http://kubuntu.org/packages/kde-latest breezy main

    # kubuntu.org packages for the latest KDE version (sources, GPG key: DD4D5088)
    deb-src http://kubuntu.org/packages/kde-latest breezy main

    # kubuntu.org packages for the latest Koffice version (packages, GPG key: DD4D5088)
    deb http://kubuntu.org/packages/koffice-latest breezy main

    # kubuntu.org packages for the latest Koffice version (sources, GPG key: DD4D5088)
    deb-src http://kubuntu.org/packages/koffice-latest breezy main

    # kubuntu.org packages for the latest amaroK version (packages, GPG key: DD4D5088)
    deb http://kubuntu.org/packages/amarok-latest breezy main

    # kubuntu.org packages for the latest amaroK version (sources, GPG key: DD4D5088)
    deb-src http://kubuntu.org/packages/amarok-latest breezy main

    # Penguin Liberation Front (packages)
    deb ftp://ftp.free.fr/pub/Distributions_...lf/ubuntu/plf/ breezy free non-free

    # Penguin Liberation Front (sources)
    deb-src ftp://ftp.free.fr/pub/Distributions_...lf/ubuntu/plf/ breezy free non-free

    # Bleeding edge wine packages (packages)
    deb http://wine.sourceforge.net/apt/ binary/

    # Bleeding edge wine packages (sources)
    deb-src http://wine.sourceforge.net/apt/ source/

    # OpenOffice.org 2 final packages (packages)
    deb http://people.ubuntu.com/~doko/OOo2/ ./

    # The Opera browser (packages)
    deb http://deb.opera.com/opera etch non-free
    save it and exit.

    then
    Code:
    sudo apt-get update

  4. #14
    Join Date
    Oct 2005
    Location
    Aalborg, Denmark
    Beans
    142
    Distro
    Ubuntu 6.06

    Re: Dosbox 0.65 is out!

    Nice work. I'll have a look at it when i'm done making my homework
    We should have UbuntuEvolve for official artwork!
    The easy way to nVIDIA drivers and Xgl/Compiz: Automatix and Automatix Bleeder

  5. #15
    Join Date
    Jan 2006
    Location
    Denmark
    Beans
    530
    Distro
    Ubuntu Development Release

    Re: Dosbox 0.65 is out!

    Quote Originally Posted by Artificial Intelligence
    Uninstall the previous dosbox first.
    Save the dosbox source to your desktop. http://prdownloads.sourceforge.net/d...ar.gz?download

    Code:
    sudo apt-get install build-essential libsdl1.2-dev libsdl-net1.2-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
    cd Desktop
    tar zxvf dosbox-0.65.tar.gz
    cd dosbox-0.65
    ./configure
    make
    sudo make install
    Thanks for the nice instructions , just what I needed to install the latest version of dosbox.
    The Speed is a lot better with the new version , I can play Hexen without stuttering sound now.
    As you can see , I use Dosboxgui , makes life a whole lot easier when you have a danish keyboard like mine.
    Thanks again.
    Attached Images Attached Images
    Last edited by Stinger; April 18th, 2006 at 10:29 PM.

  6. #16
    Join Date
    Aug 2005
    Location
    Birmingham, AL
    Beans
    974
    Distro
    Kubuntu

    Re: Dosbox 0.65 is out!

    Thanks for the DosboxGui link. Very nice.

    Dosbox isn't hard to configure but when I'm lazy this is simpler

  7. #17
    Join Date
    Mar 2006
    Beans
    60

    Re: Dosbox 0.65 is out!

    Thanks for the step by step instructions and link to dosboxGUI - very nice programs.
    Here is a cool link to tons of DOS games. Some free some demo

    http://www.dosgamesonline.com/index/list/all/all

    Use the link on the left hand side to narrow down the search. (action, adventure, etc.)

    I have tried only a few dos games from this site, but everything works prefectly!!!
    UBUNTU - 6.06
    IBM T22 - P3 900Mhz, 384 megs of memory, CD/DVD reader
    Compaq Evo N800C - P4 2.0Ghz, 512 megs, CD/DVD combo

  8. #18
    Join Date
    Apr 2006
    Location
    Behind You ^-^
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Dosbox 0.65 is out!

    i've made a package for ubuntu dapper (might work in breezy as well) for DosBox 0.65, just not sure where to host it. could host it on my work's server, but that could cost me my job, so for the moment, if u want the package, message me on freenode.

    if someone is willing to host the package message me on freenode as well

  9. #19
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Dosbox 0.65 is out!

    You can send it to me. I'll see if I can find a place to host it.

  10. #20
    Join Date
    Apr 2006
    Beans
    40

    Re: Dosbox 0.65 is out!

    can anyone please host the Dosbox 0.65 deb file?

    id like to use it instead of compiling from source

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •