Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 14:57:24 +0800 (CST)
From:      Horance Chou <horance@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pvizeli@yahoo.de
Subject:   ports/171886: [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES]
Message-ID:  <201209230657.q8N6vO30036483@djh5e.doesntexist.org>
Resent-Message-ID: <201209230700.q8N70O3n005931@freefall.freebsd.org>

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

>Number:         171886
>Category:       ports
>Synopsis:       [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 23 07:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Horance Chou
>Release:        FreeBSD 9.1-PRERELEASE i386
>Organization:
FreeBSD User @ Taiwan
>Environment:
System: FreeBSD gaia.freera.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #9: Thu Jul 26 16:35:35 CST 2012
>Description:
updated to 0.5.0

Port maintainer (pvizeli@yahoo.de) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- gpac-mp4box-0.5.0.patch begins here ---
diff -ruN --exclude=CVS ../gpac-mp4box.orig/Makefile ./Makefile
--- ../gpac-mp4box.orig/Makefile	2012-06-01 13:22:30.000000000 +0800
+++ ./Makefile	2012-09-14 00:33:27.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mp4box
-DISTVERSION=	0.4.5
-PORTREVISION=	1
+DISTVERSION=	0.5.0
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/gpac/GPAC/GPAC%20${PORTVERSION}
 PKGNAMEPREFIX=	gpac-
@@ -16,7 +15,7 @@
 MAINTAINER=	pvizeli@yahoo.de
 COMMENT=	A tool for merge mpg4 from Gpac
 
-LIB_DEPENDS=	gpac.1:${PORTSDIR}/multimedia/gpac-libgpac
+LIB_DEPENDS=	gpac.2:${PORTSDIR}/multimedia/gpac-libgpac
 
 WRKSRC=		${WRKDIR}/gpac/applications/mp4box
 PLIST_FILES=	bin/mp4box
diff -ruN --exclude=CVS ../gpac-mp4box.orig/distinfo ./distinfo
--- ../gpac-mp4box.orig/distinfo	2011-07-03 21:38:24.000000000 +0800
+++ ./distinfo	2012-09-12 15:37:33.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (gpac-0.4.5.tar.gz) = f4039763ebec6630dc38e5e030c6573b47ced28fd009770c2e0e18b087753671
-SIZE (gpac-0.4.5.tar.gz) = 4269054
+SHA256 (gpac-0.5.0.tar.gz) = 42971ac39511a1b6d1db39af664ce887b38c8657328c88cd200d87a02de81c24
+SIZE (gpac-0.5.0.tar.gz) = 7861057
diff -ruN --exclude=CVS ../gpac-mp4box.orig/files/patch-Makefile ./files/patch-Makefile
--- ../gpac-mp4box.orig/files/patch-Makefile	2009-02-27 20:27:38.000000000 +0800
+++ ./files/patch-Makefile	2012-09-14 00:38:56.000000000 +0800
@@ -7,7 +7,7 @@
 +CFLAGS+=	-I/usr/local/include -L/usr/local/lib
 +LDFLAGS=	-lpthread -lgpac
 +NAME=	mp4box
-+OBJ=	filedump.o fileimport.o main.o
++OBJ=	filedump.o fileimport.o live.o main.o
 +prog:	$(OBJ)
 +				$(CC) $(CFLAGS) -o $(NAME) $(OBJ) $(LDFLAGS)
 +all:	prog
--- gpac-mp4box-0.5.0.patch ends here ---

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



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