Bug 131727 - [maintainer update] x11-toolkits/slgtk to 0.7.5
Summary: [maintainer update] x11-toolkits/slgtk to 0.7.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 23:30 UTC by Alexey Shuvaev
Modified: 2009-02-16 02:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2009-02-15 23:30 UTC, Alexey Shuvaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2009-02-15 23:30:01 UTC
This update solves minor issues left after update to 0.7.4.
The main problem of FITS image format pixbuf loader not recognizing
FITS images is due to different definitions of FITS mime type.
The loader uses image/fits (official RFC 4047 mime type) while
shared-mime-info contains image/x-fits.
The proper way to go would be fixing shared-mime-info (any help here
is very appreciated) and the port could go as it is.
Changing either loader to use image/x-fits or freedesktop.org.xml
database to contain image/fits fixes the issue.

BTW: Interesting, neither Mac OS with gtk-2.14.7
nor Ubuntu with the same gtk seem to be affected.
FreeBSD with gtk-2.12 series is also unaffected.
What I've managed to dig is that gtk-2.14 uses gio-based mime-matching
code now.

Fix: Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2009-02-16 00:30:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-16 02:26:55 UTC
beech       2009-02-16 02:26:42 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/slgtk   Makefile distinfo pkg-plist 
  Log:
  - Update to 0.7.5
  
  - This update solves minor issues left after update to 0.7.4.
    The main problem of FITS image format pixbuf loader not recognizing
    FITS images is due to different definitions of FITS mime type.
    The loader uses image/fits (official RFC 4047 mime type) while
    shared-mime-info contains image/x-fits.
    The proper way to go would be fixing shared-mime-info (any help here
    is very appreciated) and the port could go as it is.
    Changing either loader to use image/x-fits or freedesktop.org.xml
    database to contain image/fits fixes the issue.
  
  PR:             ports/131727
  Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -3      ports/x11-toolkits/slgtk/Makefile
  1.3       +3 -3      ports/x11-toolkits/slgtk/distinfo
  1.3       +1 -1      ports/x11-toolkits/slgtk/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2009-02-16 02:27:08 UTC
State Changed
From-To: open->closed

Committed, Thanks!