Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346923 - media-plugins/mythgallery-0.24 version bump
Summary: media-plugins/mythgallery-0.24 version bump
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: MythTV Maintainers
URL: http://www.mythtv.org/wiki/MythGallery
Whiteboard:
Keywords:
Depends on: 346927
Blocks:
  Show dependency tree
 
Reported: 2010-11-27 05:57 UTC by Tom Flair
Modified: 2012-07-10 04:30 UTC (History)
1 user (show)

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


Attachments
mythgallery 0.24 ebuild (mythgallery-0.24_p27235.ebuild,471 bytes, text/plain)
2010-11-27 06:03 UTC, Tom Flair
Details
Enables explicit usage of raw (mythgallery-0.24_p27235.ebuild,617 bytes, text/plain)
2010-11-27 13:07 UTC, Tom Flair
Details
Fixed use (mythgallery-0.24_p27235.ebuild,626 bytes, text/plain)
2010-11-30 01:36 UTC, Tom Flair
Details
Updated for git (mythgallery-0.24_p20101215.ebuild,619 bytes, text/plain)
2010-12-16 20:18 UTC, Tom Flair
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Flair 2010-11-27 05:57:16 UTC
mythgallery 0.24 version bump

Reproducible: Always

Steps to Reproduce:
Comment 1 Tom Flair 2010-11-27 06:03:41 UTC
Created attachment 255545 [details]
mythgallery 0.24 ebuild

An ebuild for mythgallery 0.24 that works for me.  The big change is the support of raw formats.

The only problem with this ebuild is that it relies on the build system to auto-magically detect the presence of dcraw instead of explicitly defining it.  

Changing the IUSE from raw to dcraw and adding $(use_enable dcraw) is one option, but that involves unnecessarily creating a new USE flag.  Alternatively, the make file could be patched to expect raw versus dcraw.

I'm sure there is a better method that I just haven't seen. Until then, this works.
Comment 2 Tom Flair 2010-11-27 13:07:53 UTC
Created attachment 255579 [details]
Enables explicit usage of raw

This corrects my issues from the previous ebuild and explicitly enables or disables raw support without relying on magic.
Comment 3 Tom Flair 2010-11-30 01:36:12 UTC
Created attachment 255893 [details]
Fixed use
Comment 4 Tom Flair 2010-12-16 20:18:17 UTC
Created attachment 257370 [details]
Updated for git

The big difference from the two is the MYTHTV_COMMIT which is passed to the eclass so the correct snapshot is pulled.
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2012-07-10 04:30:53 UTC
Gone from the tree in an effort to migrate to 0.25.x and media-plugins/mythplugins.