Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old November 8, 2015, 03:49   #1
strato
Rookie
 
Join Date: Apr 2015
Posts: 11
strato is on a distinguished road
Will Ubuntu repositories get update for Angband?

I enjoy playing Angband on windows, but I use Linux (specifically Xubuntu) a lot as well. The version of Angband available in the Ubuntu Software Center is currently 3.3.2...a bit outdated.

I know you can get the latest version by compiling the source code, but I'd like to know: will the Angband versions (X11, SDL, GTK) available in Ubuntu Software Center be updated eventually?
strato is offline   Reply With Quote
Old November 8, 2015, 08:10   #2
quarague
Swordsman
 
Join Date: Jun 2012
Posts: 257
quarague is on a distinguished road
This is clearly not the way you are supposed to do this, but I resolved this issue by downloading the current windows versions of angband. They run perfectly fine in ubuntu using wine.
quarague is offline   Reply With Quote
Old November 11, 2015, 20:58   #3
krugar
Apprentice
 
krugar's Avatar
 
Join Date: Sep 2010
Location: Portugal
Age: 53
Posts: 76
krugar is on a distinguished road
Quote:
Originally Posted by strato View Post
I know you can get the latest version by compiling the source code, but I'd like to know: will the Angband versions (X11, SDL, GTK) available in Ubuntu Software Center be updated eventually?
It's up to Ubuntu repository maintainers to decide what and when to update. You won't get a good answer here. Unfortunately, asking them will very likely be also pointless. They are usually deaf to any kind of request. Ubuntu stable repository policies are just plain weird. And not very efective, considering they end up maintaining old and buggy packages, which in fact are often less stable then they claim them to be, due to poor testing on their part.

Meanwhile, there aren't any PPAs for Angband, either. I could probably start one. But I don't want to, because I just know I will do a bad job at maintaining it.

So really, for that linux distro, your best bet is to compile it yourself.
krugar is offline   Reply With Quote
Old November 12, 2015, 11:10   #4
Nick
Vanilla maintainer
 
Nick's Avatar
 
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
Nick will become famous soon enoughNick will become famous soon enough
Quote:
Originally Posted by krugar View Post
So really, for that linux distro, your best bet is to compile it yourself.
Agreed. Just download the source and do the following:
Code:
tar xvf angband-4.0.3.tar.gz
cd angband-4.0.3
./autogen.sh
./configure
make
sudo make install
To use the SDL port (which I highly recommend) use
Code:
./configure --enable-sdl
as the configure line - you will have to make sure you have the SDL_ttf and SDL_image library packages installed.
__________________
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
Nick is offline   Reply With Quote
Old November 13, 2015, 04:11   #5
strato
Rookie
 
Join Date: Apr 2015
Posts: 11
strato is on a distinguished road
Quote:
Originally Posted by Nick View Post
Agreed. Just download the source and do the following:
Code:
tar xvf angband-4.0.3.tar.gz
cd angband-4.0.3
./autogen.sh
./configure
make
sudo make install
To use the SDL port (which I highly recommend) use
Code:
./configure --enable-sdl
as the configure line - you will have to make sure you have the SDL_ttf and SDL_image library packages installed.

I know how to compile the source code. Don't get me wrong, it's useful information and I appreciate it, but I taught myself how to a while ago - with some difficulty.
While I know it probably won't be updated (or if it will be, not very soon), I certainly hope it will be. Linux users trying out Angband might be discouraged to find it so outdated in the Software Center, and less likely to stay interested.

Quote:
Originally Posted by krugar View Post
Meanwhile, there aren't any PPAs for Angband, either. I could probably start one. But I don't want to, because I just know I will do a bad job at maintaining it.
I would personally find a PPA very useful, but it might not be so useful or widely used to justify making one. People who would go through the trouble of using a PPA would probably already know how to compile it anyway.

Perhaps a simple .deb installer would be a better solution?
It seems simple enough that I might even try it (not to distribute, just for fun).
strato is offline   Reply With Quote
Reply

Tags
linux, ubuntu, update


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Angband and Ubuntu Uqbar Development 13 December 29, 2014 01:20
Neoband update Therem Harth Variants 0 November 20, 2014 16:40
Angband on Ubuntu 12.04? fruviad Development 9 June 16, 2013 21:25
v4 update Magnate v4 10 December 13, 2011 13:40
Angband, Ubuntu and X11 windows Uqbar Vanilla 5 August 26, 2010 14:17


All times are GMT +1. The time now is 18:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.