Re: [DVBCUT-devel] Packaging of DVBCut for Ubuntu

2008-10-19 Thread Michael Riepe
Hi!

Ralph Glasstetter wrote:

Done. Welcome to r135.

There's no need to recompile dvbcut, though. The outbuffer::open
function isn't used, so this patch has no effect at all.
 
 
 ... except breaking the windows build! ;-)
 
 buffer.cpp: In member function `int outbuffer::open(const char*)':
 buffer.cpp:503: error: `S_IRGRP' undeclared (first use this function)

So much for POSIX compatibility. :(

r136 should fix this as well.

-- 
Michael Tired Riepe [EMAIL PROTECTED]
X-Tired: Each morning I get up I die a little

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DVBCUT-devel mailing list
DVBCUT-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-devel


Re: [DVBCUT-devel] Packaging of DVBCut for Ubuntu

2008-10-14 Thread Michael Riepe
Hi!

fabrice wrote:

 I've been packaging DVBCut for Ubuntu, but for better integration, I 
 need an icon, to be able to display it in the Audio and video section of 
 gnome menu.
 
 Is there an official icon?

Nope, sorry.

 Also, I've been obliged to make a patch to fix compilation errors with 
 the actual svn content:
 Index: dvbcut-0.5.4/src/buffer.cpp
 ===
 --- dvbcut-0.5.4.orig/src/buffer.cpp2008-10-10 05:24:49.0 +
 +++ dvbcut-0.5.4/src/buffer.cpp2008-10-10 05:25:42.0 +
 @@ -499,7 +499,7 @@
  int outbuffer::open(const char* filename)
{
close=true;
 -  return fd=::open(filename,O_WRONLY|O_CREAT|O_TRUNC|O_BINARY);
 +  return 
 fd=::open(filename,O_WRONLY|O_CREAT|O_TRUNC|O_BINARY,S_IRUSR|S_IWUSR);
}
  
  int outbuffer::putdata(const void *data, unsigned int len, bool autoresize)

Actually, that should be 0666, not 0600. But I can change that myself.

 Hope this could be integrated in the next release. By the way, when is 
 the next release planned?

I don't know. It's long overdue, though.

-- 
Michael Tired Riepe [EMAIL PROTECTED]
X-Tired: Each morning I get up I die a little

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DVBCUT-devel mailing list
DVBCUT-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-devel