Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29493 - timfx-0.1.12.ebuild (New Package)
Summary: timfx-0.1.12.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 16279
Blocks:
  Show dependency tree
 
Reported: 2003-09-24 01:54 UTC by Christophe Fonteyne
Modified: 2006-02-02 14:28 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild (timfx-0.1.12.ebuild,1.10 KB, text/plain)
2003-09-24 01:57 UTC, Christophe Fonteyne
Details
timfx-0.1.12.ebuild (timfx-0.1.12.ebuild,788 bytes, text/plain)
2004-12-06 05:23 UTC, Kai Zimmermann (RETIRED)
Details
timfx-0.1.12-1.ebuild (timfx-0.1.12-1.ebuild,887 bytes, text/plain)
2005-03-28 04:31 UTC, Christophe Fonteyne
Details
include gdk_imlib.h (timfx-0.1.12-imlib.patch,310 bytes, patch)
2005-03-28 04:32 UTC, Christophe Fonteyne
Details | Diff
timfx-0.2.2.ebuild (timfx-0.2.2.ebuild,1.08 KB, text/plain)
2005-05-07 17:30 UTC, David Guerizec
Details
patch to make timfx-0.2.2 compile (timfx-0.2.2-kino_opengl_utility.h.patch,350 bytes, patch)
2005-05-07 17:33 UTC, David Guerizec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Fonteyne 2003-09-24 01:54:53 UTC
This is an ebuild for the kino plugin package timfx. 
It has no dependencies other than kino.
I suggest media-plugins/timfx

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Christophe Fonteyne 2003-09-24 01:57:28 UTC
Created attachment 18245 [details]
Ebuild
Comment 2 Christophe Fonteyne 2003-09-24 02:17:07 UTC
Comment on attachment 18245 [details]
Ebuild

># Copyright 2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License, v2
># $Header: /home/cvsroot/gentoo-x86/app-admin/gentoolkit/files/scripts/mkebuild,v 1.2 2003/01/07 16:46:38 mholzer Exp $
>
>DESCRIPTION="timfx, the modest little collection of Kino plugins with the immodest name."
>HOMEPAGE="http://www.k-3d.com/kino/"
>SRC_URI="http://www.k-3d.com/kino/${P}.tar.gz"
>LICENSE="GPL-2"
>S=${WORKDIR}/${P}
>IUSE=""
>SLOT="0"
>KEYWORDS="x86"
>
>DEPEND=">=media-video/kino-0.6"
>
>src_compile() {
>
>	local myconf
>
>	./configure ${myconf} \
>		--host=${CHOST} \
>		--prefix=/usr \
>		--infodir=/usr/share/info \
>		--mandir=/usr/share/man \
>		--disable-dependency-tracking \
>		--disable-debug || die
>	perl -pi -e 's/^(KINO_PREFIX = \/usr)\/local/$1/g' ${WORKDIR}/${P}/Makefile
>
>	emake || die
>}
>
>src_install () {
>	make DESTDIR=${D} install || die
>}
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2003-09-24 15:42:14 UTC
Please use:

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
 
as the header to your ebuilds.  This text is found in header.txt in /usr/portage.

Thanks.
Comment 4 Kai Zimmermann (RETIRED) gentoo-dev 2004-12-06 05:23:39 UTC
Created attachment 45377 [details]
timfx-0.1.12.ebuild

Well, this one is a bit cleaner. The proposed ebuild seemed to be based on the
kino ebuild itself? The deps are better solved by depending simply on kino
itself, then on kinos deps. A kino-plugin without kino wouldn't make sense
anyway.

kai
Comment 5 Chris White (RETIRED) gentoo-dev 2005-03-27 14:51:01 UTC
This needs to be fixed by upstream before commiting:

In file included from kino_plugin_types.h:4,
                 from blur.cc:21:
kino_plugin_utility.h: In member function `void kino::convolve_filter<PixelType>::push_weight(double)':
kino_plugin_utility.h:84: error: `accumulate' is not a member of `std'
kino_plugin_utility.h: In member function `PixelType kino::convolve_filter<PixelType>::get_value(unsigned int, unsigned int)':
kino_plugin_utility.h:135: error: `accumulate' is not a member of `std'
In file included from blur.cc:21:
kino_plugin_types.h: In constructor `kino::basic_luma< <template-parameter-1-1>, <template-parameter-1-2> >::basic_luma(const kino::basic_hsv&)':
kino_plugin_types.h:171: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h: In constructor `kino::basic_rgb< <template-parameter-1-1>, <template-parameter-1-2> >::basic_rgb(const kino::basic_hsv&)':
kino_plugin_types.h:248: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:250: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:254: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:257: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:257: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:258: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:258: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:259: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:259: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:263: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:270: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:276: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:283: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:289: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
kino_plugin_types.h:293: error: invalid use of undefined type `const struct kino::basic_hsv'
kino_plugin_types.h:26: error: forward declaration of `const struct kino::basic_hsv'
make[1]: *** [blur.lo] &#12456;&#12521;&#12540; 1
make[1]: Leaving directory `/var/tmp/portage/timfx-0.1.12/work/timfx-0.1.12'
make: *** [all-recursive] &#12456;&#12521;&#12540; 1


Thank you for your report and using Gentoo.
Comment 6 Christophe Fonteyne 2005-03-28 04:28:54 UTC
Compiles clean with new ebuild and patch
Comment 7 Christophe Fonteyne 2005-03-28 04:31:38 UTC
Created attachment 54664 [details]
timfx-0.1.12-1.ebuild
Comment 8 Christophe Fonteyne 2005-03-28 04:32:36 UTC
Created attachment 54665 [details, diff]
include gdk_imlib.h

include gdk_imlib.h
Comment 9 Chris White (RETIRED) gentoo-dev 2005-03-28 08:37:48 UTC
No, I'm still getting the same errors with the latest kino and the ebuild provided.
Comment 10 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-22 19:20:15 UTC
Moved to P5 as it's a new package request.
Comment 11 Chris White (RETIRED) gentoo-dev 2005-05-06 21:06:43 UTC
Re-assigning to myself.  However, this ebuild did not compile for me previously, so it still needs upstream attention before it gets in.  I'll try it again later to make sure I'm not completely insane (though partially).
Comment 12 David Guerizec 2005-05-07 17:30:58 UTC
Created attachment 58302 [details]
timfx-0.2.2.ebuild

this is a new ebuild of a new version of timfx that can be found on kino
website: http://kino.schirmacher.de/article/view/51/1/11

the associated patch will follow.

Note: my system is an amd64, hence the KEYWORD in the ebuild.

Note2: not all timfx effects currently work for me, ie. luma transition
crashes, but again, I'm on amd64 so your experience may be different.
Comment 13 David Guerizec 2005-05-07 17:33:31 UTC
Created attachment 58303 [details, diff]
patch to make timfx-0.2.2 compile

without this patch, timfx-0.2.2 would't compile, barfing on unfound
glConvolution* functions.
Comment 14 Chris White (RETIRED) gentoo-dev 2005-09-02 23:40:47 UTC
Don't own a dvcam to handle this anymore, back to maintainer wanted. 
Comment 15 Jakub Moc (RETIRED) gentoo-dev 2006-02-02 14:28:01 UTC
0.1.2 doesn't compile (3+ years old), can't find 0.2.2 anywhere.

WONTFIX.