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.cpp    2008-10-10 05:24:49.000000000 +0000
> +++ dvbcut-0.5.4/src/buffer.cpp    2008-10-10 05:25:42.000000000 +0000
> @@ -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=100&url=/
_______________________________________________
DVBCUT-devel mailing list
DVBCUT-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-devel

Reply via email to