Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24403 - an ebuild for mvideo
Summary: an ebuild for mvideo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-07-13 13:17 UTC by Federico Moro
Modified: 2005-02-08 07:21 UTC (History)
3 users (show)

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


Attachments
mvideo-0.4.0.ebuild (mvideo-0.4.0.ebuild,789 bytes, text/plain)
2003-07-13 13:19 UTC, Federico Moro
Details
mvideo-0.89.99.ebuild (mvideo-0.89.99.ebuild,1.18 KB, text/plain)
2004-11-17 04:58 UTC, Kai Zimmermann (RETIRED)
Details
mvideo-0.89.99.ebuild (mvideo-0.89.99.ebuild,1.73 KB, text/plain)
2004-11-22 05:37 UTC, Kai Zimmermann (RETIRED)
Details
mvideo-0.89.99-menu.patch (mvideo-0.89.99-menu.patch,572 bytes, patch)
2004-11-22 05:37 UTC, Kai Zimmermann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Moro 2003-07-13 13:17:33 UTC
This is the MVdieo ebuild.
MVideo manages a collection of movies in DVD, DivX, VCD, or other format.
Comment 1 Federico Moro 2003-07-13 13:19:42 UTC
Created attachment 14445 [details]
mvideo-0.4.0.ebuild

This is the ebuild for last stable version at the moment (0.4.0).
For know more about the program, visit http://mvideo.sourceforge.net
Question about ebuild at mine e-mail address (zayer[at]frikis[dot]org)
Comment 2 Adam 2004-05-29 12:35:25 UTC
This looks like pretty cool software!  Could it please be added to portage?  (BTW:  the current version is now 0.89.10 !
Comment 3 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-17 04:58:47 UTC
Created attachment 44148 [details]
mvideo-0.89.99.ebuild

This should ebuild be a fix to the bug.

kai
Comment 4 Chris White (RETIRED) gentoo-dev 2004-11-17 17:52:44 UTC
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs/html/img'
make[4]: Entering directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs/html'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs/html'
make[3]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs/html'
make[3]: Entering directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs'
make[2]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/docs'
Making all in Dlls
make[2]: Entering directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/Dlls'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/Dlls'
Making all in scripts
make[2]: Entering directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/scripts'
Making all in src
make[2]: Entering directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/src'
/usr/bin/mcs  -o mvideo.exe  ./*.cs ./Gui/*.cs -r:../Dlls/AmazonSearchService.dll -r:ByteFX.Data -r:ICSharpCode.SharpZipLib -r:System.Data -r:System.Drawing -codepage:utf8  -r:/usr/lib/mono/gtk-sharp/glib-sharp.dll -r:/usr/lib/mono/gtk-sharp/pango-sharp.dll -r:/usr/lib/mono/gtk-sharp/atk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gdk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gtk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gtkhtml-sharp.dll -r:/usr/lib/mono/gtk-sharp/gnome-sharp.dll -r:/usr/lib/mono/gtk-sharp/art-sharp.dll -r:/usr/lib/mono/gtk-sharp/gconf-sharp.dll -r:/usr/lib/mono/gtk-sharp/gconf-sharp-peditors.dll -r:/usr/lib/mono/gtk-sharp/vte-sharp.dll  
./mvideo.cs(18) error CS0246: Cannot find type 'DataBase'
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [mvideo.exe] Error 1
make[2]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99'
make: *** [all] Error 2
root@secures /var/tmp/portage/mvideo-0.89.99/work/mvideo-0.89.99 #

still doesn't appear to work.
Comment 5 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-18 03:03:48 UTC
Seems to be a mono problem, which mono version do have installed?

kai
Comment 6 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-22 05:37:26 UTC
Created attachment 44461 [details]
mvideo-0.89.99.ebuild

This little fellow has an improved DEPEND tree based on the split that came to
gtk-sharp. Additionally there was a problem with the Help menu entry. This is
fixed now. However, I was not able to reproduce the bug Chris has experienced.
I tried it on any machine I could get into hand, but I will put additional
research on this one. 

Hope to get it under control...
kai
Comment 7 Kai Zimmermann (RETIRED) gentoo-dev 2004-11-22 05:37:55 UTC
Created attachment 44462 [details, diff]
mvideo-0.89.99-menu.patch
Comment 8 Kai Zimmermann (RETIRED) gentoo-dev 2005-01-24 13:28:38 UTC
Chris: Do you still have that problem? Otherwise I want to close/fix this little fellow, it has waited a long++ time now...

kai
Comment 9 Boohbah 2005-02-07 06:13:33 UTC
I can confirm the ebuild and patch build fine here.
Comment 10 Kai Zimmermann (RETIRED) gentoo-dev 2005-02-08 07:21:10 UTC
Is in the tree now.

kai