Bug 158390

Summary: multimedia/mlt: unneeded dependency on gdkpixbuf
Product: Ports & Packages Reporter: Vladimir Kushnir <vkushnir>
Component: Individual Port(s)Assignee: Alberto Villa <avilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Vladimir Kushnir 2011-06-28 13:50:05 UTC
In multimedia/mlt under and option GTK2=YES recorded dependency on gdkpixbuf which brings in glib1, gtk1 and so on. In fact, it depends on gdkpixbuf2 (or more precisely on gtk20) rather than on gdkpixbuf.

Fix: Remove dependency on gdkpixbuf in Makefile:

How-To-Repeat: Build multimedia/mlt with GTK2=YES
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-28 13:50:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avilla

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-28 14:09:47 UTC
avilla      2011-06-28 13:09:39 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mlt       Makefile 
  Log:
  - Depend on gdkpixbuf2 rather than on gdkpixbuf.
  - Bump PORTREVISION.
  
  PR:             ports/158390
  Submitted by:   Vladimir Kushnir <vkushnir@bigmir.net>
  
  Revision  Changes    Path
  1.31      +2 -2      ports/multimedia/mlt/Makefile
_______________________________________________
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 Alberto Villa freebsd_committer freebsd_triage 2011-06-28 14:10:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!