Bug 158390 - multimedia/mlt: unneeded dependency on gdkpixbuf
Summary: multimedia/mlt: unneeded dependency on gdkpixbuf
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: Alberto Villa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 13:50 UTC by Vladimir Kushnir
Modified: 2011-06-28 14:10 UTC (History)
0 users

See Also:


Attachments
file.diff (559 bytes, patch)
2011-06-28 13:50 UTC, Vladimir Kushnir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!