Couannette | 3 Mar 2005 19:37
Picon
Favicon

hotplug usermap and kino-jogshuttle files missplaced ???

Hello

my Kino installation reports that usermap and kino-jogshuttle are put in
/usr/etc/hotplug. Should they have been put in /etc instead ?

I hacked configure.in to correct this behaviour :

--- configure.in        2004-04-10 16:22:07.000000000 +0200
+++ configure.in.fixed  2005-03-03 19:32:49.616047540 +0100
 <at>  <at>  -292,7 +292,7  <at>  <at> 
     hotplugscriptdir="${with_hotplug_script_dir}"
     AC_MSG_RESULT([${hotplugscriptdir}])
 else # start at docdir
-    hotplugscriptdir="${prefix}/etc/hotplug/usb"
+    hotplugscriptdir="${sysconfdir}/hotplug/usb"
     AC_MSG_RESULT([${hotplugscriptdir} (default)])
 fi
 AC_SUBST(hotplugscriptdir)
 <at>  <at>  -304,7 +304,7  <at>  <at> 
     hotplugusermapdir="${with_hotplug_usermap_dir}"
     AC_MSG_RESULT([${hotplugusermapdir}])
 else # start at docdir
-    hotplugusermapdir="${prefix}/lib/hotplug/kino"
+    hotplugusermapdir="${sysconfdir}/hotplug/kino"
     AC_MSG_RESULT([${hotplugusermapdir} (default)])
 fi
 AC_SUBST(hotplugusermapdir)

With kind regards,

(Continue reading)

Michael Hanke | 8 Mar 2005 13:36
Picon
Picon
Favicon

Problem importing *.png

Hi,

I tried to create a sequence of stills (like a slide show) using the FX tab, 
create from file. This works perfectly well using .jpg files. All other 
formats (even if supported) generate only white noise. This concerns 
especially .png files.

The files are created by GIMP. Because of the bad picture quality I will use a 
lossless graphics format.

Thank you.

Michael

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Michael Hanke | 8 Mar 2005 16:11
Picon
Picon
Favicon

Re: Problem importing *.png

Am Dienstag 08 März 2005 14.14 schrieb Guillaume Cottenceau:
> On Tue, 8 Mar 2005 13:36:36 +0100, Michael Hanke <hanke <at> nada.kth.se> wrote:
> > Hi,
> > 
> > I tried to create a sequence of stills (like a slide show) using the FX 
tab,
> > create from file. This works perfectly well using .jpg files. All other
> > formats (even if supported) generate only white noise. This concerns
> > especially .png files.
> > 
> > The files are created by GIMP. Because of the bad picture quality I will 
use a
> > lossless graphics format.
> 
> I you set quality of the jpeg to maximum, the loss should be pretty minimal.
Thanks for your hint. But I did it (100%) and the degradation is serious. The 
reason might be that the original is not a photograph but a picture which 
should best be handled by vector graphics.

Michael

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
Dan Dennedy | 8 Mar 2005 17:13
Favicon

Re: Problem importing *.png

On Tue, 2005-03-08 at 13:36 +0100, Michael Hanke wrote:
> I tried to create a sequence of stills (like a slide show) using the FX tab, 
> create from file. This works perfectly well using .jpg files. All other 
> formats (even if supported) generate only white noise. This concerns 
> especially .png files.
How interesting because we use gdk-pixbuf to import. Therefore, anything
which Eye of GNOME or Nautilus handles, we should accept as well.

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Michael Hanke | 8 Mar 2005 17:57
Picon
Picon
Favicon

Re: Problem importing *.png

Am Dienstag 08 März 2005 17.13 schrieb Dan Dennedy:
> On Tue, 2005-03-08 at 13:36 +0100, Michael Hanke wrote:
> > I tried to create a sequence of stills (like a slide show) using the FX 
tab, 
> > create from file. This works perfectly well using .jpg files. All other 
> > formats (even if supported) generate only white noise. This concerns 
> > especially .png files.
> How interesting because we use gdk-pixbuf to import. Therefore, anything
> which Eye of GNOME or Nautilus handles, we should accept as well.
Yes, it's strange. I had a look of the source code of kino. There are simply 
two calls concerned with image loading (get_image_from_file, scale_image). 
Since I do not know anything about pixbuf, I do not know how to debug it. 
(You seem to use only the RGB part. Isn't there any alpha channel?)

Michael

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
Luigi Rensinghoff | 9 Mar 2005 14:52
Picon
Favicon

cannot compile kino--gnome2.6 problem on debian

Hello List,

Hm...i wanted to install kino so i can easily convert an avi-video file
to ogg/theora to have it streamed lateron...

but i got into trouble with installing needed libraries.

I am on debian and get everything with apt-get usually

So here is my error, when i try to run configure, and somehow i am not
able to fix the dependencies of the libraries inside of apt..

./configure: line 10242: syntax error near unexpected token `GNOME2,'
./configure: line 10242: `PKG_CHECK_MODULES(GNOME2, libglade-2.0
libgnomeui-2.0 >= 1.110.0)'

Can someone help ??

Regards Luigi

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Luigi Rensinghoff | 9 Mar 2005 14:52
Picon
Favicon

cannot compile kino--gnome2.6 problem on debian

Hello List,

Hm...i wanted to install kino so i can easily convert an avi-video file
to ogg/theora to have it streamed lateron...

but i got into trouble with installing needed libraries.

I am on debian and get everything with apt-get usually

So here is my error, when i try to run configure, and somehow i am not
able to fix the dependencies of the libraries inside of apt..

./configure: line 10242: syntax error near unexpected token `GNOME2,'
./configure: line 10242: `PKG_CHECK_MODULES(GNOME2, libglade-2.0
libgnomeui-2.0 >= 1.110.0)'

Can someone help ??

Regards Luigi

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Daniel Kobras | 9 Mar 2005 14:06
Picon

Re: cannot compile kino--gnome2.6 problem on debian

On Wed, Mar 09, 2005 at 02:52:17PM +0100, Luigi Rensinghoff wrote:
> I am on debian and get everything with apt-get usually

You're running testing/sarge, I assume, where kino is not available at
the moment as a Debian package. However, you should be able to grab the
package from unstable and install it by hand on a sarge system.

> So here is my error, when i try to run configure, and somehow i am not
> able to fix the dependencies of the libraries inside of apt..
> 
> ./configure: line 10242: syntax error near unexpected token `GNOME2,'
> ./configure: line 10242: `PKG_CHECK_MODULES(GNOME2, libglade-2.0
> libgnomeui-2.0 >= 1.110.0)'

If you want to compile it yourself, make sure the following dependencies
are met (take a deep breath first):

build-essential, libraw1394-dev (>= 0.9-2), libdv4-dev, libavc1394-dev
(>= 0.4.1), libgnome2-dev, libglade2-dev, libgnomeui-dev, libx11-dev,
libxt-dev, libxv-dev, libxext-dev, libxml2-dev, libglib2.0-dev,
libquicktime-dev (>= 0.9.2release-3), libsamplerate0-dev, libavcodec-dev

With these packages installed, I haven't seen any problems configuring
kino.

Regards,

Daniel.

-------------------------------------------------------
(Continue reading)

Luigi Rensinghoff | 9 Mar 2005 16:58
Picon
Favicon

Re: cannot compile kino--gnome2.6 problem on debian

Am Mi, den 09.03.2005 schrieb Daniel Kobras um 14:06:
> On Wed, Mar 09, 2005 at 02:52:17PM +0100, Luigi Rensinghoff wrote:
> > I am on debian and get everything with apt-get usually
> 
> You're running testing/sarge, I assume, where kino is not available at
> the moment as a Debian package. However, you should be able to grab the
> package from unstable and install it by hand on a sarge system.
> 
> > So here is my error, when i try to run configure, and somehow i am not
> > able to fix the dependencies of the libraries inside of apt..
> > 
> > ./configure: line 10242: syntax error near unexpected token `GNOME2,'
> > ./configure: line 10242: `PKG_CHECK_MODULES(GNOME2, libglade-2.0
> > libgnomeui-2.0 >= 1.110.0)'
> 
> If you want to compile it yourself, make sure the following dependencies
> are met (take a deep breath first):
> 
> build-essential, libraw1394-dev (>= 0.9-2), libdv4-dev, libavc1394-dev
> (>= 0.4.1), libgnome2-dev, libglade2-dev, libgnomeui-dev, libx11-dev,
> libxt-dev, libxv-dev, libxext-dev, libxml2-dev, libglib2.0-dev,
> libquicktime-dev (>= 0.9.2release-3), libsamplerate0-dev, libavcodec-dev
> 
> With these packages installed, I haven't seen any problems configuring
> kino.

I have a problem installing the right libgnomeui-0 and
libgnomeui-common, i always get wrong versions and broken dependencies.

If you could maybe send me a debian mirror where i can get the right
(Continue reading)

Luigi Rensinghoff | 9 Mar 2005 21:48
Picon
Favicon

DV-Pipe tools do not appear

I found a repository with kiino 0.74 and all the necessary libs...
at least it looks like it
(just i case you may want to forward it to someone)

deb http://www.linex.org/sources/linex/debian sarge linex
deb http://www.linex.org/sources/linex/debian woody linex

So now, i have the next problem.

Since i want to use only the libtheora export, i found the
DV-Pipe-Panel, but no
tools appear in there ;-( 

The necessary scripts are in /usr/share/kino/exports/scripts instead of
/usr/local/share/kino/exports/scripts

Is there a way to fix that, or do i have to compile kino myself ??

thanks luigi

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

Gmane