Bug#303384: Gamma correction settings have no effect on i865g - marked as resolved bug on upstream

2005-09-04 Thread Idan Sofer

The bug seem to be fixed xorg's cvs(Bug still applies to current release):

https://bugs.freedesktop.org/show_bug.cgi?id=2826



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#207636: RFS: libjabber-ruby

2005-06-13 Thread Idan Sofer

ITP: http://bugs.debian.org/207636

Repository: http://mentors.debian.net/debian/pool/main/l/libjabber-ruby/


libjabber-ruby provides a client-side implemetation of the jabber

protocol for the Ruby programming language.


It is the debianized name for jabber4r package:

http://rubyforge.org/projects/jabber4r/


The packages are lintian clean, and conforms to the Debian sub-policy 
for Ruby drafts:


http://pkg-ruby.alioth.debian.org/ruby-policy.html/index.html




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#313033: kball: Automatic fallback to windowed mode

2005-06-11 Thread Idan Sofer
Package: kball
Severity: minor


When kball is starting, it first attempts to switch into it's preferable video 
mode. if full screen mode is 
unavailable, the game will quit with an error message.

One can workaround the problem using the -w parameter, but it will be 
perferable to fallback into windowed mode automaticly


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (102, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-ck5
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#313033: Acknowledgement (kball: Automatic fallback to windowed mode)

2005-06-11 Thread Idan Sofer
tags 313033 patch

I've creates a simple patch to work around the problem. by default, use
GFX_AUTODETECT mode for maximal compatibility, unless provided with a
-f paramater to force full screen mode.


diff -rcb kball-0.0.20041216/debian/kball.6 kball-0.0.20041216-idansof/debian/kball.6
*** kball-0.0.20041216/debian/kball.6	2005-06-11 15:46:36.0 +0300
--- kball-0.0.20041216-idansof/debian/kball.6	2005-06-11 15:46:00.0 +0300
***
*** 59,65 
  Pressing F1 in the map editor you will see a list with all the available commands.
  .SH OPTIONS
  These command line options are available:
!  \-w Runs the game in a window instead of full screen.
   \-nosound   Disables music and sound system.
   \-bpp16 Selects a 16 bits color depth.
   \-bpp15 Selects a 15 bits color depth.
--- 59,66 
  Pressing F1 in the map editor you will see a list with all the available commands.
  .SH OPTIONS
  These command line options are available:
!  \-w Runs the game in a window.
!  \-f Runs the game in a full screen.
   \-nosound   Disables music and sound system.
   \-bpp16 Selects a 16 bits color depth.
   \-bpp15 Selects a 15 bits color depth.
diff -rcb kball-0.0.20041216/src/main.cpp kball-0.0.20041216-idansof/src/main.cpp
*** kball-0.0.20041216/src/main.cpp	2004-08-14 23:38:27.0 +0300
--- kball-0.0.20041216-idansof/src/main.cpp	2005-06-11 15:43:43.0 +0300
***
*** 73,79 
  int main(int argc, char *argv[] )
  {
  	int i;
! 	int vid_m = GFX_AUTODETECT_FULLSCREEN; // screen desired graphic mode
  	int game_color_depth = -1;  // default color depth, -1 = autodetect from desktop default
  	int vid_w = 640; // desired video resolution
  	int vid_h = 480;
--- 73,79 
  int main(int argc, char *argv[] )
  {
  	int i;
! 	int vid_m = GFX_AUTODETECT; // screen desired graphic mode
  	int game_color_depth = -1;  // default color depth, -1 = autodetect from desktop default
  	int vid_w = 640; // desired video resolution
  	int vid_h = 480;
***
*** 102,107 
--- 102,110 
  		if (stricmp(argv[i], -w) == 0)
  			vid_m = GFX_AUTODETECT_WINDOWED;
  
+ 		if (stricmp(argv[i], -f) == 0)
+ 			vid_m = GFX_AUTODETECT_FULLSCREEN;
+ 
  		if (stricmp(argv[i], -bpp16) == 0)
  			game_color_depth = 16;
  


Bug#311372: Proposed patch

2005-06-11 Thread Idan Sofer
tags 311372 patch

This bug deals with enforced blocks at both intro and ending screen. the
delay is reduced into a reasonable limit(500-1000ms), beyond the initial
latency, the user can move forward at any time by hitting the keyboard
diff -rcb kball-0.0.20041216/src/intro.cpp kball-0.0.20041216-idansof/src/intro.cpp
*** kball-0.0.20041216/src/intro.cpp	2004-08-14 23:32:20.0 +0300
--- kball-0.0.20041216-idansof/src/intro.cpp	2005-06-11 16:00:49.0 +0300
***
*** 32,38 
  
  	play_sample(krono_wav, 255,128,1000,0);
  
! 	rest(3000);
  	
  	clear_bitmap(screen);
  	data.nuke_datafile();	
--- 32,39 
  
  	play_sample(krono_wav, 255,128,1000,0);
  
! 	rest(1000);
! 	while (!keypressed()) rest(100);
  	
  	clear_bitmap(screen);
  	data.nuke_datafile();	
***
*** 92,97 
  	buf[xbuf] = '\0';
  	textout_centre_ex(screen, font, buf, x,y,c,-1);
  	
! 	rest(5000);
  	clear_bitmap(screen);
  }
--- 93,99 
  	buf[xbuf] = '\0';
  	textout_centre_ex(screen, font, buf, x,y,c,-1);
  	
! 	rest(500);
! 	while (!keypressed()) rest(100);
  	clear_bitmap(screen);
  }


Bug#310962: ITP: gcjlib-anttasks -- gcjlib-anttasks is an Ant task for building native shared libraries suitable for use with gcj.

2005-05-27 Thread Idan Sofer
Package: wnpp
Severity: wishlist
Owner: Idan Sofer [EMAIL PROTECTED]


* Package name: gcjlib-anttasks
  Version : 0.7
  Upstream Author : Anthony Green green at spindazzle.org
* URL : http://spindazzle.org/gcjlib/
* License : LGPL
  Description : gcjlib-anttasks is an Ant task for building native shared 
libraries suitable for use with gcj.


An Ant task used for create native ELF shared libraries(.so) from java,
using the Gcj compiler.

Currently downloadable from:
http://spindazzle.org/gcjlib/


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#303707: apache2: Link to manual from default page is broken(404)

2005-04-08 Thread Idan Sofer
Package: apache2
Version: 2.0.53-5
Severity: minor


In the default welcome page, there is a link to apache's documentation,
which points to: /manual/

That link appears to be broken, returning 404 - not found error.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11idansof
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork   2.0.53-5   traditional model for Apache2

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]