Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I've edited the www-apps/gallery-2.1.1a ebuild to include support for dcraw, which was denied last time due to not having a "stable" version on all platforms. It would appear it is now, at least I think. This new ebuild also checks for the "session" USE flag in dev-lang/php since it is required.
Created an attachment (id=89717) [details] www-apps/gallery-2.1.1a-r1.ebuild This is an updated ebuild for Gallery which includes a "dcraw" USE flag (which was left out of the 2.1 ebuild I made) and also checks that dev-lang/php was compiled with the "session" USE flag.
i'll add this when a new version of gallery is released. btw, you should use depend.php and require_php_with_use instead of built_with_use here
Thanks. Should I make this change, or do you want to? I'm not actually sure what you mean, but if you can point me at an ebuild that uses it I'd be happy to take care of it. There probably won't be a new G2 release for months, 2.2 is being worked on currently. Is dcraw not enough to warrent an ebuild release? I am sure that the php session USE flag isn't, but I don't know about dcraw.
(In reply to comment #3) > Thanks. Should I make this change, or do you want to? I'll do it. > I'm not actually sure > what you mean, but if you can point me at an ebuild that uses it I'd be happy > to take care of it. Take a look at www-apps/egroupware-1.2 fex. > There probably won't be a new G2 release for months, 2.2 > is being worked on currently. Is dcraw not enough to warrent an ebuild > release? I am sure that the php session USE flag isn't, but I don't know about dcraw. IMO, these are useful but not high-priority changes. I'm currently afk, and will probably wait until a future release unless you strongly object :)
Created an attachment (id=89807) [details] www-apps/gallery-2.1.1a-r1.ebuild This ebuild uses the better php use flag check feature. Now it also checks for php's mysql, posgresql, mssql (the sacrilege!) and gd USE flags too since we need them.
I agree that it probably isn't worth a release. It will just cause a bunch of people to have their gallery webapp installed/upgraded with no actual need. I *think* it might be worth silently slipping in, as the same ebuild version. Normally I don't like this, but the changes will *only* help people who have not installed gallery yet by doing a little better testing. Anyone who has dcraw or mssql as a use flag might get it re-installed, but it still shouldn't be a big deal? What do you think of that?
Yes, I might do that once I'm back from vacation.
done minus the mssql use flag