Bug#614458: freej - FTBFS (#614458)

2011-11-18 Thread Jaromil
On Sun, 13 Nov 2011, Moritz Mühlenhoff wrote:

 On Mon, Apr 25, 2011 at 06:58:48PM +0200, Jaromil wrote:
  
  this is now all fixed and uploaded to
  
  http://apt.dyne.org/debian/pool/main/f/freej/freej_0.11git20110420-1.dsc
  
  my packaging is being reviewed and hopefully will serve as a base to
  make me debian maintainer, since i'd really like to be able to fix
  things by myself on packages for which i'm upstream developer.
  
  if you have time for it, your support in my maintainer application is
  very welcome.
 
 What's the status? freej now has five release-critial bugs.

I recall having fixed bugs back then?

I'll look into the current bugs now.

thanks,
ciao

-- 
jaromil,  dyne.org developer,  http://jaromil.dyne.org
GPG: B2D9 9376 BFB2 60B7 601F 5B62 F6D3 FBD9 C2B6 8E39





signature.asc
Description: Digital signature


Bug#614458: freej - FTBFS (#614458)

2011-11-13 Thread Moritz Mühlenhoff
On Mon, Apr 25, 2011 at 06:58:48PM +0200, Jaromil wrote:
 
 this is now all fixed and uploaded to
 
 http://apt.dyne.org/debian/pool/main/f/freej/freej_0.11git20110420-1.dsc
 
 my packaging is being reviewed and hopefully will serve as a base to
 make me debian maintainer, since i'd really like to be able to fix
 things by myself on packages for which i'm upstream developer.
 
 if you have time for it, your support in my maintainer application is
 very welcome.

What's the status? freej now has five release-critial bugs.

Cheers,
Moritz



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



Bug#614458: freej - FTBFS (#614458)

2011-04-25 Thread Jaromil

this is now all fixed and uploaded to

http://apt.dyne.org/debian/pool/main/f/freej/freej_0.11git20110420-1.dsc

my packaging is being reviewed and hopefully will serve as a base to
make me debian maintainer, since i'd really like to be able to fix
things by myself on packages for which i'm upstream developer.

if you have time for it, your support in my maintainer application is
very welcome.

thanks,
ciao


-- 
jaromil,  dyne.org developer,  http://jaromil.dyne.org
GPG: B2D9 9376 BFB2 60B7 601F 5B62 F6D3 FBD9 C2B6 8E39
Send bitcoins to:  1EJYtvuq39hoWcventcnnvhPXh6i5QDReM




signature.asc
Description: Digital signature


Bug#614458: freej - FTBFS (#614458)

2011-03-17 Thread Jaromil

hi Mehdi,

thanks for your patch!

Filippo is reviewing my package and has a few remarks about it, i hope
to get them fixed this weekend and also include your fix for #606717
much appreciated.

ciao




signature.asc
Description: Digital signature


Bug#614458: freej - FTBFS (#614458)

2011-03-15 Thread Mehdi Dogguy
Jaromil jaro...@dyne.org wrote:
 
 this package fixes some previously open lintian issues and leave open
 just some less relevant issues (wishlist and one normal), but most
 importantly it compiles correctly with pbuilder and should finally
 close bug #614458
 

It doesn't fix #606717 though. I have a fixed package ready that fixes
both #614458 and #606717. The debdiff (made against current sid's
version) is attached.

Did you contact your Debian sponsor for the upload? If you/he
don't/doesn't have time, I can upload my NMU to fix the failures and
finally have a fixed version ready to migrate to testing. Otherwise,
pleae try to have your package fixed soon.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606717

Regards,

-- 
Mehdi Dogguy
diff -u freej-0.10git20100110/debian/changelog freej-0.10git20100110/debian/changelog
--- freej-0.10git20100110/debian/changelog
+++ freej-0.10git20100110/debian/changelog
@@ -1,3 +1,11 @@
+freej (0.10git20100110-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to missing declaration of UINT64_C (Closes: #614458).
+  * Fix build failure with ld --no-add-needed (Closes: #606717).
+
+ -- Mehdi Dogguy me...@debian.org  Tue, 15 Mar 2011 17:30:00 +0100
+
 freej (0.10git20100110-1) unstable; urgency=low
 
   [ Filippo Giunchedi ]
@@ -307 +314,0 @@
-
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/Makefile.am
+++ freej-0.10git20100110/src/Makefile.am
@@ -73,4 +73,4 @@
 
 bin_PROGRAMS = freej
 freej_SOURCES = freej.cpp
-freej_LDADD = libfreej.la
+freej_LDADD = libfreej.la $(X11_LIBS)
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/Makefile.in
+++ freej-0.10git20100110/src/Makefile.in
@@ -515,7 +515,7 @@
 libfreej_la_LIBADD = $(FREEJ_STATIC_LIBS)
 libfreej_la_LDFLAGS = $(FREEJ_LIBS) -version-info $(FREEJ_VERSION_INFO)
 freej_SOURCES = freej.cpp
-freej_LDADD = libfreej.la
+freej_LDADD = libfreej.la $(X11_LIBS)
 all: all-recursive
 
 .SUFFIXES:
only in patch2:
unchanged:
--- freej-0.10git20100110.orig/src/include/video_layer.h
+++ freej-0.10git20100110/src/include/video_layer.h
@@ -20,6 +20,9 @@
 #define __avcodec_h__
 
 #include config.h
+#include inttypes.h
+ 
+#define UINT64_C uint64_t
 
 extern C {
 #ifdef HAVE_LIBAVCODEC_AVCODEC_H


Bug#614458: freej - FTBFS (#614458)

2011-02-28 Thread Jaromil
- Forwarded message from Jaromil jaro...@dyne.org -

[SNIP]

i'm hereby reacting on the bug #614458 which seems quite serious: it
blocks compilation of freej* and libfreej* (for which i'm uploader and
upstream). this bug, along with others which weren't yet processed by
the buildbot, was fixed in october 2010 (namely a patch for
compilation on amd64).

i've given it a sping and packaged a new upstream import
(0.11-git20110225-1) and got it ready on our own apt repository at
dyne.org - for your convenience.

 deb http://apt.dyne.org stable main
 deb-src http://apt.dyne.org stable main

you'll find the source and i386 + amd64 binaries.

this package fixes some previously open lintian issues and leave open
just some less relevant issues (wishlist and one normal), but most
importantly it compiles correctly with pbuilder and should finally
close bug #614458

[SNIP]

ciao

- End forwarded message -



signature.asc
Description: Digital signature