Bug#667447: 2 patches for ocamlsdl

2012-06-17 Thread Stéphane Glondu
Le 05/06/2012 17:43, Olivier Andrieu a écrit :
 I've made a new tarball release (0.9.0).

 Thanks. What about the first patch? It still applies to 0.9.0...
 
 AFAICT it's just a workaround for the same issue (typo in the META
 file that prevented the
 inclusion of the dependency).

I was expecting a reaction from Florent to this mail, but I've just
noticed that it was sent to me in private.

I am quite puzzled by the fact that both patches were applied in the
Mageia package, and Florent came to us with was looked like two
independent patches.

Florent, could you give more explanations? Why did you need both
patches? I am wondering if the other patch (attached) should be applied
or not...


Cheers,

-- 
Stéphane
From: Stephane Glondu st...@glondu.net
Date: Tue, 5 Jun 2012 11:54:47 +0200
Subject: Fix runtime error due to missing sdlvideo

Bug-Mageia: https://bugs.mageia.org/show_bug.cgi?id=4460
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667447
---
 src/Makefile |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index e1f77e1..a60d7f4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,6 +14,8 @@ loader_MODULES = sdlloader
 mixer_MODULES  = sdlmixer
 ttf_MODULES= sdlttf
 gfx_MODULES= sdlgfx
+video_MODULES  = sdlvideo
+gfx_C_SRC  = common.c
 
 TARGETS  = sdl.cma $(patsubst %,sdl%.cma,$(PARTS))
 TARGETS += libsdlstub.$(A) $(patsubst %,libsdl%stub.$(A),$(PARTS))
@@ -55,7 +57,7 @@ sdlgfx.cma : $(call ML_OBJS,gfx)
 	$(call MKCMA,sdlgfx,sdlgfxstub,$^,$(call SYSLIB,SDL_gfx))
 sdlgfx.cmxa : $(call ML_OPT_OBJS,gfx)
 	$(call MKCMXA,sdlgfx,sdlgfxstub,$^,$(call SYSLIB,SDL_gfx))
-libsdlgfxstub.$(A) dllsdlgfxstub.so : $(call STUB_OBJS,gfx)
+libsdlgfxstub.$(A) dllsdlgfxstub.so : $(call STUB_OBJS,gfx) $(call STUB_OBJS,video)
 	$(call MKCLIB,sdlgfx,sdlgfxstub,$^,$(call SYSLIB,SDL_gfx))
 
 
-- 


Bug#667447: 2 patches for ocamlsdl

2012-06-05 Thread Stéphane Glondu
Le 28/05/2012 20:34, Olivier Andrieu a écrit :
 http://svnweb.mageia.org/packages/cauldron/ocaml-
 sdl/current/SOURCES/dllsdlgfxstub.so-objs-src-
 ocamlsdl-0.8.0.patch?revision=226883view=markup

 http://svnweb.mageia.org/packages/cauldron/ocaml-sdl/current/SOURCES/META-
 require-requires-typo.patch?revision=227916view=markup


 The first one fixes the problem explained here:
 http://bugs.mageia.org/show_bug.cgi?id=4460

 The second one is just a typo in the META file.
 
 Hi guys,
 thanks for the patches, I've committed the fix for the META file and
 I've made a new tarball release (0.9.0).

Thanks. What about the first patch? It still applies to 0.9.0...


Cheers,

-- 
Stéphane



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



Bug#667447: 2 patches for ocamlsdl

2012-05-28 Thread Olivier Andrieu
On Wed, Apr 4, 2012 at 9:06 AM, Stéphane Glondu glo...@debian.org wrote:
 Le 03/04/2012 21:07, Florent Monnier a écrit :
 Here are 2 patches for ocamlsdl:

 http://svnweb.mageia.org/packages/cauldron/ocaml-
 sdl/current/SOURCES/dllsdlgfxstub.so-objs-src-
 ocamlsdl-0.8.0.patch?revision=226883view=markup

 http://svnweb.mageia.org/packages/cauldron/ocaml-sdl/current/SOURCES/META-
 require-requires-typo.patch?revision=227916view=markup


 The first one fixes the problem explained here:
 http://bugs.mageia.org/show_bug.cgi?id=4460

 The second one is just a typo in the META file.

Hi guys,
thanks for the patches, I've committed the fix for the META file and
I've made a new tarball release (0.9.0).

Cheers
-- 
  Olivier



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



Bug#667447: 2 patches for ocamlsdl

2012-04-04 Thread Stéphane Glondu
Package: src:ocamlsdl
Version: 0.8.0-4
Severity: important
Tags: patch

Le 03/04/2012 21:07, Florent Monnier a écrit :
 Here are 2 patches for ocamlsdl:
 
 http://svnweb.mageia.org/packages/cauldron/ocaml-
 sdl/current/SOURCES/dllsdlgfxstub.so-objs-src-
 ocamlsdl-0.8.0.patch?revision=226883view=markup
 
 http://svnweb.mageia.org/packages/cauldron/ocaml-sdl/current/SOURCES/META-
 require-requires-typo.patch?revision=227916view=markup
 
 
 The first one fixes the problem explained here:
 http://bugs.mageia.org/show_bug.cgi?id=4460
 
 The second one is just a typo in the META file.

Submitting a proper bug for this.

-- 
Stéphane




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



Bug#667447: 2 patches for ocamlsdl

2012-04-04 Thread Stéphane Glondu
Le 03/04/2012 21:07, Florent Monnier a écrit :
 Here are 2 patches for ocamlsdl:
 
 http://svnweb.mageia.org/packages/cauldron/ocaml-
 sdl/current/SOURCES/dllsdlgfxstub.so-objs-src-
 ocamlsdl-0.8.0.patch?revision=226883view=markup
 
 http://svnweb.mageia.org/packages/cauldron/ocaml-sdl/current/SOURCES/META-
 require-requires-typo.patch?revision=227916view=markup
 
 
 The first one fixes the problem explained here:
 http://bugs.mageia.org/show_bug.cgi?id=4460
 
 The second one is just a typo in the META file.

Thank you for these patches. I've submitted Debian bug #667447 on your
behalf to keep track of this.

 I've tryed to send the first patch upstream, but it seems that the email of 
 the maintainer is not valid anymore (so I've not sent the second one). If you 
 know how to contact him, please just do.

Have you tried to contact Olivier Andrieu? He's listed in the authors.
In my experience, he has been quite responsive in the past... I've added
him to CC of this mail.


Cheers,

-- 
Stéphane




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