Bug 620707
| Summary: | Enable Web Albums export extension | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark Wielaard <mjw> |
| Component: | gthumb | Assignee: | Christian Krause <chkr> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | abo, chkr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gthumb-2.11.90-3.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-09-01 03:23:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed in rawhide, an update for F14 and F13 will be available soon. gthumb-2.11.90-3.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/gthumb-2.11.90-3.fc14 gthumb-2.11.90-3.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/gthumb-2.11.90-3.fc13 gthumb-2.11.90-3.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gthumb'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/gthumb-2.11.90-3.fc14 gthumb-2.11.90-3.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. gthumb-2.11.90-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Since gthumb 2.11.5 there is a new rewritten Web Albums export extension. This is however not enabled in the fedora package because it requires bison and flex during the build. Version-Release number of selected component (if applicable): gthumb-2.11.5-1.fc13.x86_64 How reproducible: Always. Steps to Reproduce: 1. Look under export/extensions. Actual results: No Web Album... Expected results: Ability to export as static web album. Additional info: Requires the following patch to the gthumb.spec file: diff --git a/gthumb.spec b/gthumb.spec index bdb3033..c0aa2ed 100644 --- a/gthumb.spec +++ b/gthumb.spec @@ -44,6 +44,9 @@ BuildRequires: gnome-common BuildRequires: rarian-compat +# For Web albums +BuildRequires: bison flex + Requires(post): desktop-file-utils >= %{desktop_file_utils_version} Requires(postun): desktop-file-utils >= %{desktop_file_utils_version} Requires(pre): GConf2 >= %{gconf_version}