ports/158390: multimedia/mlt: unneeded dependency on gdkpixbuf

Vladimir Kushnir vkushnir at bigmir.net
Tue Jun 28 12:50:05 UTC 2011


>Number:         158390
>Category:       ports
>Synopsis:       multimedia/mlt: unneeded dependency on gdkpixbuf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 12:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        amd64-CURRENT
>Organization:
BITP
>Environment:
FreeBSD kushnir1.kiev.ua 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Jun 25 09:52:44 EEST 2011     root at kushnir1.kiev.ua:/usr/obj/usr/src/sys/KUSHNIR  amd64

>Description:
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.
>How-To-Repeat:
Build multimedia/mlt with GTK2=YES
>Fix:
Remove dependency on gdkpixbuf in Makefile:


*** multimedia/mlt/Makefile.orig        2011-06-28 15:42:29.000000000 +0300
--- multimedia/mlt/Makefile     2011-06-28 15:42:47.000000000 +0300
***************
*** 100,106 ****
  
  .ifndef(WITHOUT_GTK2)
  LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
! USE_GNOME+=   gdkpixbuf gtk20 pango
  CONFIGURE_ARGS+=      --enable-gtk2
  PLIST_SUB+=   GTK2=""
  .else
--- 100,106 ----
  
  .ifndef(WITHOUT_GTK2)
  LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
! USE_GNOME+=   gtk20 pango
  CONFIGURE_ARGS+=      --enable-gtk2
  PLIST_SUB+=   GTK2=""
  .else


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list