Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156803 - media-tv/freevo-1.6.1 version bump
Summary: media-tv/freevo-1.6.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 06:34 UTC by Ben
Modified: 2006-12-04 04:17 UTC (History)
0 users

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


Attachments
media-tv/freevo-1.6.1.ebuild (freevo-1.6.1.ebuild,5.74 KB, text/plain)
2006-12-01 06:35 UTC, Ben
Details
Diff from 1.6.0 to 1.6.1 (diff,1.33 KB, patch)
2006-12-01 06:36 UTC, Ben
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2006-12-01 06:34:33 UTC
Version bump to 1.6.1. It still uses the old mmpython implementation as 1.7 seems to have some problems.
Comment 1 Ben 2006-12-01 06:35:31 UTC
Created attachment 103129 [details]
media-tv/freevo-1.6.1.ebuild

Added some more setup options for directfb and matrox. Otherwise unchanged to 1.6.0
Comment 2 Ben 2006-12-01 06:36:28 UTC
Created attachment 103130 [details, diff]
Diff from 1.6.0 to 1.6.1

Diff from freevo 1.6.0 to 1.6.1
Comment 3 Matteo Azzali (RETIRED) gentoo-dev 2006-12-02 05:14:14 UTC
Sorry for being late, yesterday I wasn't able to connect.
I have some doubt about the directfb use flag, isn't the "--display=directfb"
option already implicit when you keep the X flag unset?

I mean, couldn't we just implement the dfbmga in this way:
+        elif use matrox && use X; then
+                myconf="${myconf} --geometry=768x576 --display=mga"
+        elif use matrox ; then
+                myconf="${myconf} --geometry=768x576 --display=dfbmga"

Keeping implicit that not setting X flag means directfb option?
Comment 4 Ben 2006-12-02 05:55:25 UTC
I dont think so as we also have flags for fbdev so not selecting x doesnt mean we want directfb it could also mean we want fbdev. So I think making directfb explicit is the way to go. There might also be some changes as to what is supported output wise when freevo 2 is comming out.
Comment 5 Matteo Azzali (RETIRED) gentoo-dev 2006-12-04 04:17:48 UTC
Committed in cvs, closing.