[csw-devel] SF.net SVN: gar:[19399] csw/mgar/pkg

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Tue Oct 9 15:10:26 CEST 2012


Revision: 19399
          http://gar.svn.sourceforge.net/gar/?rev=19399&view=rev
Author:   wilbury
Date:     2012-10-09 13:10:26 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
php5_ffmpeg/trunk: Initial commit, php5_ffmpeg-current

Added Paths:
-----------
    csw/mgar/pkg/php5_ffmpeg/
    csw/mgar/pkg/php5_ffmpeg/Makefile
    csw/mgar/pkg/php5_ffmpeg/branches/
    csw/mgar/pkg/php5_ffmpeg/tags/
    csw/mgar/pkg/php5_ffmpeg/trunk/
    csw/mgar/pkg/php5_ffmpeg/trunk/Makefile
    csw/mgar/pkg/php5_ffmpeg/trunk/checksums
    csw/mgar/pkg/php5_ffmpeg/trunk/files/

Added: csw/mgar/pkg/php5_ffmpeg/Makefile
===================================================================
--- csw/mgar/pkg/php5_ffmpeg/Makefile	                        (rev 0)
+++ csw/mgar/pkg/php5_ffmpeg/Makefile	2012-10-09 13:10:26 UTC (rev 19399)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/php5_ffmpeg/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/php5_ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5_ffmpeg/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/php5_ffmpeg/trunk/Makefile	2012-10-09 13:10:26 UTC (rev 19399)
@@ -0,0 +1,71 @@
+# $Id$
+
+NAME = ffmpeg
+VERSION = current
+CATEGORIES = lang
+GARTYPE = v2
+
+# to match php5
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+DESCRIPTION = APC Extention for PHP
+define BLURB
+	The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.
+	It was conceived of to provide a free, open, and robust framework 
+	for caching and optimizing PHP intermediate code. 
+endef
+
+PHP_PREFIX = $(prefix)/php5
+PHP_BIN = $(PHP_PREFIX)/bin
+
+PHP5_EXT = 1
+
+PHP5ROOT    = $(DESTDIR)/$(PHP_PREFIX)
+STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/
+STRIP_DIRS += $(PHP5ROOT)/bin
+
+SPKG_SOURCEURL = http://us.php.net/apc/
+MASTER_SITES = http://www.wilbury.sk/private/files/
+DISTNAME = $(NAME)-$(VERSION)
+
+DISTFILES = $(DISTNAME).tar.bz2
+WORKSRC = $(WORKDIR)/ffmpeg-php
+
+GARCOMPILER = GCC4
+
+PACKAGES = CSWphp5-ffmpeg
+OBSOLETED_BY_CSWphp5-ffmpeg = CSWphp5ffmpeg
+CATALOG_NAME_CSWphp5ffmpeg = php5_ffmpeg_stub
+SPKG_DESC_CSWphp5-ffmpeg = APC Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5-ffmpeg = CSWphp5
+RUNTIME_DEP_PKGS_CSWphp5-ffmpeg += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWphp5-ffmpeg += CSWlibswscale2
+RUNTIME_DEP_PKGS_CSWphp5-ffmpeg += CSWlibavcodec54
+RUNTIME_DEP_PKGS_CSWphp5-ffmpeg += CSWlibavformat54
+BUILD_DEPS = CSWapache2 CSWphp5-dev
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-php-config=$(bindir)/php-config
+CONFIGURE_ARGS += --with-ffmpeg=shared,$(prefix)
+
+LICENSE_TEXT = License
+
+# These should stop the test suite from asking to send results by
+# mail.
+NO_INTERACTION = 1
+EXTRA_TEST_EXPORTS = NO_INTERACTION
+
+# this thing doesn't use destdir.  export install_root with the same
+# value
+INSTALL_ROOT = $(DESTDIR)
+EXTRA_INSTALL_EXPORTS = INSTALL_ROOT
+
+TEST_TARGET = 
+
+CHECKPKG_OVERRIDES_CSWphp5-ffmpeg += surplus-dependency|CSWphp5
+
+include gar/category.mk
+
+post-extract-isa-$(ISA_DEFAULT_$(GARCH)):
+	@( cd $(WORKSRC) ; $(PHP_BIN)/phpize )
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/php5_ffmpeg/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/php5_ffmpeg/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5_ffmpeg/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/php5_ffmpeg/trunk/checksums	2012-10-09 13:10:26 UTC (rev 19399)
@@ -0,0 +1 @@
+f416a4d1d0d0cf2bd30d220ea1d1af6a  ffmpeg-current.tar.bz2

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