Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 139855

Summary: media-libs/libinstrudeo - new ebuild
Product: Gentoo Linux Reporter: Christoph Vogtländer <gentoo>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: christophe, dev-zero
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Other   
URL: http://sourceforge.net/projects/libinstrudeo/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 139821    
Attachments: media-libs/libinstrudeo-0.1.1.ebuild
libinstrudeo-0.1.1.ebuild
files/0.1.1-font_commentboxes_path.patch
files/0.1.1-headers_install.patch
libinstrudeo-0.1.4.ebuild
ffmpeg-0.4.9_p20080326.patch

Description Christoph Vogtländer 2006-07-10 03:22:47 UTC
libinstrudeo is the base library for screenkast, a program to record screen-activities. 
see http://www.kde-apps.org/content/show.php?content=41938

i will submit a separate bugreport for screenkast
Comment 1 Christoph Vogtländer 2006-07-10 03:27:52 UTC
Created attachment 91342 [details]
media-libs/libinstrudeo-0.1.1.ebuild

i suggest category media-libs
don't know if i catched all dependencies... works for me, just looked into pkg-config dependencies and into the libinstrudeo forum
just tested on ppc so far
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2006-07-11 03:18:32 UTC
Created attachment 91442 [details]
libinstrudeo-0.1.1.ebuild

Hi,

I'm already on it (see bug #139821). I'll see that I can commit my ebuilds to the gentoo-sunrise overlay as soon as possible. Upstream has to fix some stuff in their build-system first, the patch is just too large...

I would be happy if you could test it afterwards (or even join gentoo-sunrise too), so I can set the ~ppc keyword (I have ~x86 only at the moment).
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2006-07-11 03:19:36 UTC
Created attachment 91443 [details]
files/0.1.1-font_commentboxes_path.patch

Patch which changes the installation-path of the fonts (and other platform independent data) from /etc/libinstrudeo to /usr/share/libinstrudeo
Comment 4 Tiziano Müller (RETIRED) gentoo-dev 2006-07-11 03:20:50 UTC
Created attachment 91444 [details]
files/0.1.1-headers_install.patch

Patch which enables the installation of the headers, which are needed to build screenkast
Comment 5 Christoph Vogtländer 2006-07-12 02:04:59 UTC
compiles fine on ppc
Comment 6 Tiziano Müller (RETIRED) gentoo-dev 2006-07-16 12:07:52 UTC
As I promised. Ebuild is now in gentoo-sunrise, available here:
http://gentoo-sunrise.org/svn/reviewed/media-libs/libinstrudeo
Please let me know if it compiles on ppc again, I'll then set the ~ppc keyword, thanks.
Comment 7 Andrés Becerra Sandoval 2008-07-10 13:52:32 UTC
Created attachment 160053 [details]
libinstrudeo-0.1.4.ebuild
Comment 8 Andrés Becerra Sandoval 2008-07-10 13:54:49 UTC
Created attachment 160054 [details]
ffmpeg-0.4.9_p20080326.patch

ffmpeg-0.4.9_p20080326.patch is a small patch to make libinstrudeo compile with ffmpeg 0.4.9_20080326 which is available on ~x86.

libinstrudeo compiles and works allright for me with this patch!
Comment 9 Andrés Becerra Sandoval 2008-07-10 13:56:38 UTC
Comment on attachment 160053 [details]
libinstrudeo-0.1.4.ebuild

ebuild for libinstrudeo-0.1.4

It needs ffmpeg-0.4.9_p20080326.patch

Tested on ~x86, is working allright
Comment 10 István Pongrácz 2009-02-07 12:49:42 UTC
Hi,

I modified the sourcecode of 0.1.4, because I couldn't compile it in my recent ~x86 system.

Must add #include <string.h> to these files:
isdexport/isdexport.cpp
libinstrudeo/isdexporter.cpp
libinstrudeo/isdvideocanvas.cpp
libinstrudeo/isdvnclogimporter.cpp

At the line around 203 in the file libinstrudeo/isdffmpegeyporter.cpp 
there is a function: ISDFFmpegExporter::cleanup()

- url_fclose (&outputContext->pb);
+ url_fclose (outputContext->pb);


With these modification, I succeed to compile libinstrudeo-0.1.4

Comment 11 Greisberger Christophe 2009-02-25 10:47:35 UTC
does not com
Comment 12 Greisberger Christophe 2009-02-25 10:49:19 UTC
Sorry for the noise. Just wanted to be added to Cc and forgot to delete the comment I started to write...
Comment 13 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-08 16:06:05 UTC
It seems that this package is no longer in Sunrise.