From nobody@FreeBSD.org  Tue Nov 24 15:07:39 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4E9CF1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Nov 2009 15:07:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3CF8D8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Nov 2009 15:07:39 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAOF7ct3041985
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Nov 2009 15:07:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAOF7cqr041984;
	Tue, 24 Nov 2009 15:07:38 GMT
	(envelope-from nobody)
Message-Id: <200911241507.nAOF7cqr041984@www.freebsd.org>
Date: Tue, 24 Nov 2009 15:07:38 GMT
From: Alberto Villa <villa.alberto@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] Update port: multimedia/mlt 0.4.4 -> 0.4.6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140830
>Category:       ports
>Synopsis:       [maintainer update] Update port: multimedia/mlt 0.4.4 -> 0.4.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 24 15:10:03 UTC 2009
>Closed-Date:    Thu Nov 26 14:40:30 UTC 2009
>Last-Modified:  Thu Nov 26 14:50:00 UTC 2009
>Originator:     Alberto Villa
>Release:        FreeBSD 8-STABLE
>Organization:
>Environment:
FreeBSD echo.hoth 8.0-RC2 FreeBSD 8.0-RC2 #7: Thu Nov  5 13:16:49 CET 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
update mlt to 0.4.6
>How-To-Repeat:

>Fix:
deleted files:
files/patch-filter_sox.c

Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/mlt/Makefile /usr/jail/stratofortress/usr/ports/multimedia/mlt/Makefile
--- /usr/ports/multimedia/mlt/Makefile	2009-09-02 17:01:45.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/Makefile	2009-11-22 17:39:23.006499043 +0100
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/multimedia/mlt/Makefile,v 1.10 2009/09/02 15:01:45 amdmi3 Exp $
 
 PORTNAME=	mlt
-PORTVERSION=	0.4.4
-PORTREVISION=	1
+PORTVERSION=	0.4.6
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -114,7 +113,7 @@
 CONFIGURE_ARGS+=	--enable-qimage \
 			--qimage-includedir="${QT_INCDIR}" \
 			--qimage-libdir="${QT_LIBDIR}"
-QT_COMPONENTS+=	gui
+QT_COMPONENTS+=	gui svg xml
 PLIST_SUB+=	QIMAGE=""
 .else
 CONFIGURE_ARGS+=	--disable-qimage
diff -ruN /usr/ports/multimedia/mlt/distinfo /usr/jail/stratofortress/usr/ports/multimedia/mlt/distinfo
--- /usr/ports/multimedia/mlt/distinfo	2009-07-07 09:44:55.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/distinfo	2009-11-22 13:40:12.052939527 +0100
@@ -1,3 +1,3 @@
-MD5 (mlt-0.4.4.tar.gz) = 0019996624b6a61ea27e07b4851ac765
-SHA256 (mlt-0.4.4.tar.gz) = ae367a07122f042f8af4d30101444862c6b50781e563ea0f171652a8b379b4df
-SIZE (mlt-0.4.4.tar.gz) = 737592
+MD5 (mlt-0.4.6.tar.gz) = 77b1affc2011eff9eedc2746c06b34e2
+SHA256 (mlt-0.4.6.tar.gz) = df0339d98ffc2244a558933b91457c6bc1b2555c4f1f5f4f94a9dce597377dff
+SIZE (mlt-0.4.6.tar.gz) = 759717
diff -ruN /usr/ports/multimedia/mlt/files/patch-filter_sox.c /usr/jail/stratofortress/usr/ports/multimedia/mlt/files/patch-filter_sox.c
--- /usr/ports/multimedia/mlt/files/patch-filter_sox.c	2009-09-21 11:03:41.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/files/patch-filter_sox.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-The ST_SAMPLE_TO_SIGNED_WORD macro in sox 14.3.0 uses a temporary variable
-that it doesn't declare itself, and requires you to declare it yourself with
-an undocumented macro.
-
---- src/modules/sox/filter_sox.c	2009-06-30 17:24:23.000000000 -0500
-+++ src/modules/sox/filter_sox.c	2009-09-20 19:30:21.230804810 -0500
-@@ -49,6 +49,7 @@
- #		define ST_SSIZE_MIN SOX_SSIZE_MIN
- #	endif
- #		define ST_SAMPLE_TO_SIGNED_WORD(d,clips) SOX_SAMPLE_TO_SIGNED_16BIT(d,clips)
-+	SOX_SAMPLE_LOCALS;
- #else
- #	include <st.h>
- #endif
diff -ruN /usr/ports/multimedia/mlt/pkg-plist /usr/jail/stratofortress/usr/ports/multimedia/mlt/pkg-plist
--- /usr/ports/multimedia/mlt/pkg-plist	2009-07-07 09:44:55.000000000 +0200
+++ /usr/jail/stratofortress/usr/ports/multimedia/mlt/pkg-plist	2009-11-22 13:20:51.000000000 +0100
@@ -48,11 +48,11 @@
 include/mlt/framework/mlt_transition.h
 include/mlt/framework/mlt_types.h
 lib/libmlt++.so
-lib/libmlt++.so.0.4.4
-lib/libmlt++.so.2
+lib/libmlt++.so.0.4.6
+lib/libmlt++.so.3
 lib/libmlt.so
-lib/libmlt.so.0.4.4
-lib/libmlt.so.1
+lib/libmlt.so.0.4.6
+lib/libmlt.so.2
 %%AVFORMAT%%lib/mlt/libmltavformat.so
 lib/mlt/libmltcore.so
 lib/mlt/libmltdgraft.so


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Nov 24 15:21:08 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140830 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Nov 26 14:40:29 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140830 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140830: commit references a PR
Date: Thu, 26 Nov 2009 14:40:13 +0000 (UTC)

 miwi        2009-11-26 14:39:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/mlt       Makefile distinfo pkg-plist 
   Removed files:
     multimedia/mlt/files patch-filter_sox.c 
   Log:
   - Update to 0.4.6
   
   PR:             140830
   Submitted by:   Alberto Villa <villa.alberto@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.11      +2 -3      ports/multimedia/mlt/Makefile
   1.6       +3 -3      ports/multimedia/mlt/distinfo
   1.2       +0 -14     ports/multimedia/mlt/files/patch-filter_sox.c (dead)
   1.6       +4 -4      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"
 
>Unformatted:
