ports/131810: [PATCH] multimedia/gpac-mp4box: update to 0.4.5

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Feb 18 09:40:05 UTC 2009


>Number:         131810
>Category:       ports
>Synopsis:       [PATCH] multimedia/gpac-mp4box: update to 0.4.5
>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:   Wed Feb 18 09:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lucky7 7.1-STABLE FreeBSD 7.1-STABLE #1: Thu Jan  8 11:59:12 CST
>Description:
- Update to 0.4.5

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gpac-mp4box-0.4.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpac-mp4box/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	29 Jul 2007 00:24:53 -0000	1.3
+++ Makefile	18 Feb 2009 09:35:00 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mp4box
-DISTVERSION=	0.4.4
+DISTVERSION=	0.4.5
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gpac
@@ -21,4 +21,7 @@
 WRKSRC=		${WRKDIR}/gpac/applications/mp4box
 PLIST_FILES=	bin/mp4box
 
+pre-patch:
+	${RM} -f ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpac-mp4box/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	29 Jul 2007 00:24:53 -0000	1.2
+++ distinfo	18 Feb 2009 09:35:00 -0000
@@ -1,3 +1,3 @@
-MD5 (gpac-0.4.4.tar.gz) = a5cb48ab85e9914d127fd8799b4b2e56
-SHA256 (gpac-0.4.4.tar.gz) = 30417b233eaada0a467e47f852383897ad6f96327fed3defbb3dc3660b934704
-SIZE (gpac-0.4.4.tar.gz) = 4375687
+MD5 (gpac-0.4.5.tar.gz) = 755e8c438a48ebdb13525dd491f5b0d1
+SHA256 (gpac-0.4.5.tar.gz) = f4039763ebec6630dc38e5e030c6573b47ced28fd009770c2e0e18b087753671
+SIZE (gpac-0.4.5.tar.gz) = 4269054
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpac-mp4box/files/patch-Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 patch-Makefile
--- files/patch-Makefile	6 Feb 2007 12:33:43 -0000	1.1
+++ files/patch-Makefile	18 Feb 2009 09:35:00 -0000
@@ -1,79 +1,6 @@
---- Makefile.orig	Wed May 24 11:52:53 2006
-+++ Makefile	Sun Feb  4 17:09:48 2007
-@@ -1,73 +1,16 @@
--include ../../config.mak
--
--vpath %.c $(SRC_PATH)/applications/mp4box
--
--CFLAGS= $(OPTFLAGS) -Wall -I$(SRC_PATH)/include
--
--ifeq ($(DEBUGBUILD), yes)
--CFLAGS+=-g
--LDFLAGS+=-g
--endif
--
--ifeq ($(GPROFBUILD), yes)
--CFLAGS+=-pg
--LDFLAGS+=-pg
--endif
--
--#file format is read-only
--ifeq ($(GPACREADONLY), yes)
--CFLAGS+= -DGPAC_READ_ONLY
--endif
--
--ifeq ($(DISABLE_SVG), yes)
--CFLAGS+=-DGPAC_DISABLE_SVG
--endif
--
--#common obj
--OBJS= main.o filedump.o fileimport.o
--
--LINKFLAGS=-L../../bin/gcc
--ifeq ($(CONFIG_WIN32),yes)
--EXE=.exe
--PROG=MP4Box$(EXE)
--#LINKFLAGS+=-lgpac_static -lz $(EXTRALIBS)
--LINKFLAGS+=-lgpac
--else
--EXT=
--PROG=MP4Box
--#LINKFLAGS+=-lgpac_static $(EXTRALIBS) $(GPAC_SH_FLAGS) -lz
--LINKFLAGS+=-lgpac -lz
--endif
--
--
--SRCS := $(OBJS:.o=.c) 
--
--all: $(PROG)
--
--$(PROG): $(OBJS)
--	$(CC) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) $(LINKFLAGS)
--
--
--%.o: %.c
--	$(CC) $(CFLAGS) -c -o $@ $< 
--
--
--clean: 
--	rm -f $(OBJS) ../../bin/gcc/$(PROG)
--
--dep: depend
--
--depend:
--	rm -f .depend	
--	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
--
--distclean: clean
--	rm -f Makefile.bak .depend
--
--
--
--# include dependency files if they exist
--#
--ifneq ($(wildcard .depend),)
--include .depend
--endif
+--- /dev/null	2009-02-18 17:15:01.000000000 +0800
++++ Makefile	2009-02-18 17:15:16.760428054 +0800
+@@ -0,0 +1,16 @@
 +# FreeBSD Version
 +CC?=		gcc
 +CFLAGS?=	-Wall -O3 -pipe
--- gpac-mp4box-0.4.5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list