[csw-devel] SF.net SVN: gar:[14999] csw/mgar/pkg/mpeg4ip/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 6 16:58:17 CEST 2011
Revision: 14999
http://gar.svn.sourceforge.net/gar/?rev=14999&view=rev
Author: dmichelsen
Date: 2011-07-06 14:58:17 +0000 (Wed, 06 Jul 2011)
Log Message:
-----------
mpeg4ip: Add comment
Modified Paths:
--------------
csw/mgar/pkg/mpeg4ip/trunk/Makefile
Modified: csw/mgar/pkg/mpeg4ip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mpeg4ip/trunk/Makefile 2011-07-06 14:08:02 UTC (rev 14998)
+++ csw/mgar/pkg/mpeg4ip/trunk/Makefile 2011-07-06 14:58:17 UTC (rev 14999)
@@ -1,3 +1,7 @@
+# This is pretty hard to build and outdated:
+# https://trac.macports.org/ticket/17141
+# Use libmp4v2 instead.
+
NAME = mpeg4ip
VERSION = 1.6.1
CATEGORIES = lib
@@ -27,9 +31,6 @@
PATCHFILES += 0003-Change-type-from-Void-to-void.patch
PATCHFILES += 0004-Add-one-more-scratch-channel-or-compilation-fails.patch
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
GARCOMPILER = GNU
BUILD64 = 1
@@ -38,9 +39,11 @@
CONFIGURE_SCRIPTS = $(WORKSRC)/cvs_bootstrap
+# The player needs ffmpeg which needs faad which needs mpeg4ip.
+# Build the player in a separate recipe after we have the lib to break the circle.
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-shared --disable-static
-CONFIGURE_ARGS += --enable-server --enable-player
+CONFIGURE_ARGS += --enable-server --disable-player
CONFIGURE_ARGS += --enable-mp4live
CONFIGURE_ARGS += --enable-ipv6
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