Bug 168766

Summary: [PATCH] multimedia/mlt: Fix build on 9.0-STABLE
Product: Ports & Packages Reporter: christian.mangin
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
patch-src__framework__mlt_property.h none

Description christian.mangin 2012-06-06 20:50:08 UTC
multimedia/mlt does not build from r235786 on 9.0-STABLE (merge of xlocale)

Fix: Patch is attached.
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2012-06-06 21:54:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avilla

- Pass to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-02 09:31:19 UTC
avilla      2012-07-02 08:31:04 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mlt       Makefile distinfo pkg-plist 
  Added files:
    multimedia/mlt/files patch-src__framework__mlt_property.h 
  Log:
  - Update to 0.8.0.
  - Enable GPLv3 components.
  - Fix build on 9-STABLE after MFC of xlocale. [1]
  - Mark CONFLICTS_INSTALL with archivers/freeze. [2]
  
  The minor version is increased due to the addition of time properties!
  In addition:
    * improve seek speed on AVCHD when using FFmpeg v0.9.1+;
    * composite and dissolve speed improvements on x86-64;
    * improve performance of caching in image producers;
    * add device enumeration to decklink producer and consumer.
  
  PR:             168766 [1]
  Reported by:    conflicts checker [2]
  Submitted by:   Christian Mangin <christian.mangin@gmail.com> [1]
                  Oliver Brandmueller via email [1]
  
  Revision  Changes    Path
  1.39      +9 -4      ports/multimedia/mlt/Makefile
  1.16      +2 -2      ports/multimedia/mlt/distinfo
  1.3       +11 -0     ports/multimedia/mlt/files/patch-src__framework__mlt_property.h (new)
  1.16      +3 -3      ports/multimedia/mlt/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 Alberto Villa freebsd_committer freebsd_triage 2012-07-02 09:36:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!