Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29496 - kinoplus-0.2.2.ebuild (New Package)
Summary: kinoplus-0.2.2.ebuild (New Package)
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-09-24 02:14 UTC by Christophe Fonteyne
Modified: 2005-03-27 14:51 UTC (History)
2 users (show)

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


Attachments
Ebuild (kinoplus-0.2.2.ebuild,836 bytes, text/plain)
2003-09-24 02:14 UTC, Christophe Fonteyne
Details
kinoplus-0.2.2.ebuild (kinoplus-0.2.2.ebuild,553 bytes, text/plain)
2004-11-23 09:08 UTC, Kai Zimmermann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Fonteyne 2003-09-24 02:14:16 UTC
This is an ebuild for the kino enhancment package kinoplus. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Christophe Fonteyne 2003-09-24 02:14:49 UTC
Created attachment 18250 [details]
Ebuild
Comment 2 mark lybarger 2004-09-16 02:33:18 UTC
works nicely, thanks!
Comment 3 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-23 09:08:55 UTC
Created attachment 44580 [details]
kinoplus-0.2.2.ebuild

Seems to work well. However, the ebuild needed a bit cleaning :)

kai
Comment 4 Adrian Lambeck 2004-12-31 04:21:56 UTC
This ebuild needs to depend on gnome-libs !
Otherwise configure will fail. Compile fails on amd64 with the following error:
Seems that this has nothing to do with the ebuild.

time_map.h: In member function `Entry* TimeMap<Entry>::Get(double)':
time_map.h:207: error: there are no arguments to `rint' that depend on a template parameter, so a declaration of `rint' must be available
time_map.h:207: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
time_map.h: In member function `Entry* TimeMap<Entry>::SetEditable(double, bool)':
time_map.h:258: error: there are no arguments to `rint' that depend on a template parameter, so a declaration of `rint' must be available
In file included from book.cc:23:
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'
book.cc: In member function `virtual void MultipleImport::CreateFrame(uint8_t*, int, int, double, double)':
book.cc:241: warning: cast from pointer to integer of different size
make[2]: *** [book.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/kinoplus-0.2.2/work/kinoplus-0.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kinoplus-0.2.2/work/kinoplus-0.2.2'
make: *** [all] Error 2

Adrian
Comment 5 Chris White (RETIRED) gentoo-dev 2005-03-27 14:51:32 UTC
The last commenter's error needs to be fixed before this package can be commited.  Thank you for reporting and using Gentoo!