Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 12:46:43 GMT
From:      Vladimir Kushnir <vkushnir@bigmir.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158390: multimedia/mlt: unneeded dependency on gdkpixbuf
Message-ID:  <201106281246.p5SCkh3f074245@red.freebsd.org>
Resent-Message-ID: <201106281250.p5SCo5F4032798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106281246.p5SCkh3f074245>