Bug#402104: Zsnes

2011-01-15 Thread Etienne Millon
limit zsnes
tag 579040 + pending
tag 402104 + pending
tag 487118 + pending
thanks

Hello,

These bugs are fixed in zsnes 1.510-3, which is waiting in
mentors.debian.net. It is too late to upload it in squeeze, so we will
have to wait until wheezy is in development. In the meantime it will
be available at the following URL :

http://mentors.debian.net/debian/pool/main/z/zsnes/zsnes_1.510-3.dsc

Developers may be interested in the git tree hosted on Alioth :

http://git.debian.org/?p=pkg-games/zsnes.git

Cheers,

-- 
Etienne Millon


signature.asc
Description: Digital signature


Bug#402104: zsnes: Please package for amd64 (with ia32-libs dependency)

2009-12-09 Thread Edward Siefker
So what's the status on this?  The i386 package no longer works on
AMD64. It fails to install as it depends on a bunch of ia32-* packages.
I used --force-depends (in the hopes that these libraries were merely
moved to ia32-libs), but at least libao is not available as zsnes fails
to run.

So as far as I'm aware, there's no way to run Zsnes on debian right now.
 Is there a way to work around this, maybe by manually installing
libraries and making symlinks or something?  Is there going to be an
AMD64 package? It's been 3 years that this bug has been open.  If we
can't get an actual AMD64 build, can someone fix the i386 package so it
will work on AMD64?
-- 
  
  hatt...@fastmail.fm

-- 
http://www.fastmail.fm - Access your email from home and the web




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#402104: zsnes: Please package for amd64 (with ia32-libs dependency)

2008-05-31 Thread Jakub Drnec
Ping.

#448537 has been fixed. Can this please be done sometime?

--
Jakub Drnec



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



Bug#402104: zsnes: Please package for amd64 (with ia32-libs dependency)

2007-12-26 Thread Javier Serrano Polo
With this rules patch you can build zsnes without waiting for #448537 to
be solved. Combined with the previous patch this bug can be fixed now.
--- zsnes-1.510.orig/debian/rules	2007-12-27 05:14:11.0 +0100
+++ zsnes-1.510/debian/rules	2007-12-26 13:44:34.0 +0100
@@ -3,6 +3,18 @@
 # 2001-2005 Aaron Lehmann <[EMAIL PROTECTED]>
 # 2006 Joshua Kwan <[EMAIL PROTECTED]>
 
+ifeq ($(DEB_HOST_ARCH),amd64)
+	CFLAGS = -m32
+	ifneq ($(shell test -e /usr/lib32/libSDL.so && echo ok),ok)
+		MAKE_LINKS = mkdir -p lib \
+			&& ln -sf /usr/lib32/libSDL-1.2.so.0.11.0 lib/libSDL.so \
+			&& ln -sf /usr/lib32/libpng12.so.0.15.0 lib/libpng.so
+		LDFLAGS = -L../lib
+	endif
+else
+	CONFIGURE_LIBAO = --enable-libao
+endif
+
 patch-stamp:
 	dpatch apply-all
 	touch $@
@@ -15,7 +27,8 @@
 build-stamp:
 	dh_testdir
 
-	cd src && ./configure --enable-opengl --disable-cpucheck --enable-release --disable-debugger --enable-libao force_arch=i486 && $(MAKE)
+	$(MAKE_LINKS)
+	cd src && CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --enable-opengl --disable-cpucheck --enable-release --disable-debugger $(CONFIGURE_LIBAO) force_arch=i486 && $(MAKE)
 
 	touch $@
 


Bug#402104: zsnes: Please package for amd64 (with ia32-libs dependency)

2007-10-10 Thread Javier Serrano Polo
Version 1.510-1 can be compiled without libao on amd64. Some extra
symlinks are needed in ia32-libs:

libpng.so
libSDL.so

You need additional dependencies, like lib32z1-dev, and configure with
the 32 flags:

CFLAGS="-m32 $(CFLAGS)" LDFLAGS="-L/usr/lib32 $(LDFLAGS)"




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



Bug#402104: zsnes: Please package for amd64 (with ia32-libs dependency)

2007-08-18 Thread Chris Howie
Ping.

Can this be done sometime?  It's been several months.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers

-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCS/IT d-(--) s:- a-->? C++(+++)$> UL P$ L+++> E---
W++ N o++ K? w--$ O M- V- PS--(---) PE++ Y+ PGP++ t+ 5? X-
R(+)>- tv-(--) b- DI+> D++ G>+++ e>++ h(--)>--- !r>+++ y->+++
--END GEEK CODE BLOCK--



signature.asc
Description: OpenPGP digital signature


Bug#402104: zsnes: Please package for amd64 (with ia32-libs dependency)

2006-12-07 Thread Daniel Richard G.
Package: zsnes
Version: 1.420-2.1
Severity: wishlist

The current i386 package runs without modification on an amd64 system 
with ia32-libs installed. Would like to request that zsnes be made 
available through apt to the amd64 arch.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
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]