[csw-devel] SF.net SVN: gar:[8792] csw/mgar/pkg/mpeg4ip/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Feb 24 16:58:03 CET 2010


Revision: 8792
          http://gar.svn.sourceforge.net/gar/?rev=8792&view=rev
Author:   dmichelsen
Date:     2010-02-24 15:58:03 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
mpeg4ip: Add functionality from legacy script mpeg4ip-build-script

Modified Paths:
--------------
    csw/mgar/pkg/mpeg4ip/trunk/Makefile
    csw/mgar/pkg/mpeg4ip/trunk/checksums

Modified: csw/mgar/pkg/mpeg4ip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mpeg4ip/trunk/Makefile	2010-02-24 15:57:18 UTC (rev 8791)
+++ csw/mgar/pkg/mpeg4ip/trunk/Makefile	2010-02-24 15:58:03 UTC (rev 8792)
@@ -15,13 +15,36 @@
 MASTER_SITES = http://download.m0k.org/handbrake/contrib/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 DISTNAME = $(GARNAME)
-# PATCHFILES = mpeg4ip-1.6.1-mjj.patch
-PATCHFILES += 0001-Bootstrap-again.patch
+PATCHFILES = mpeg4ip-1.6.1-mjj.patch
+# PATCHFILES += 0001-Bootstrap-again.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+GARCOMPILER = GNU
 BUILD64 = 1
+
+EXTRA_CPPFLAGS = -D_GETOPT_H=1
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/cvs_bootstrap
+
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared --disable-static
+CONFIGURE_ARGS += --enable-server --enable-player
+CONFIGURE_ARGS += --enable-mp4live
+CONFIGURE_ARGS += --enable-ipv6
 
+CONFIGURE_ARGS_isa-i386 = --enable-mmx
+CONFIGURE_ARGS_isa-sparc = --disable-mmx
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_isa-$(ISA))
+
 include gar/category.mk
+
+post-extract-modulated:
+	-rm -f $(WORKSRC)/bootstrapped
+	@$(MAKECOOKIE)
+
+configure-%/cvs_bootstrap:
+	@echo " ==> Running CVS bootstrap in $*"
+	cd $* && $(CONFIGURE_ENV) ./cvs_bootstrap $(CONFIGURE_ARGS)
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/mpeg4ip/trunk/checksums
===================================================================
--- csw/mgar/pkg/mpeg4ip/trunk/checksums	2010-02-24 15:57:18 UTC (rev 8791)
+++ csw/mgar/pkg/mpeg4ip/trunk/checksums	2010-02-24 15:58:03 UTC (rev 8792)
@@ -1,2 +1,2 @@
-68f13fa229cb7e3cc9bd8b4b693766be  0001-Bootstrap-again.patch
+0ae174e13da77a783e636aa2904b7c90  mpeg4ip-1.6.1-mjj.patch
 cd81b566cf2fafc7318f58be8998182c  mpeg4ip-1.6.1.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list