grknight    14/10/02 20:42:18

  Modified:             ChangeLog
  Added:                ffmpeg-php-0.6.0-r3.ebuild
  Log:
  Revbump; Fix bug 513384; drop 5.3; add 5.5 and 5.6
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 67C78E1D)

Revision  Changes    Path
1.11                 dev-php/ffmpeg-php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   1 Oct 2014 00:53:35 -0000       1.10
+++ ChangeLog   2 Oct 2014 20:42:18 -0000       1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/ffmpeg-php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.10 
2014/10/01 00:53:35 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.11 
2014/10/02 20:42:18 grknight Exp $
+
+*ffmpeg-php-0.6.0-r3 (02 Oct 2014)
+
+  02 Oct 2014;  <[email protected]> +ffmpeg-php-0.6.0-r3.ebuild,
+  +files/ffmpeg-php-0.6.0-api.patch:
+  Revbump; Fix bug 513384; drop 5.3; add 5.5 and 5.6
 
   01 Oct 2014; Brian Evans <[email protected]> -ffmpeg-php-0.6.0-r1.ebuild:
   Remove old



1.1                  dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: ffmpeg-php-0.6.0-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild,v 1.1 
2014/10/02 20:42:18 grknight Exp $

EAPI="5"

PHP_EXT_NAME="ffmpeg"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-source-r2 eutils

KEYWORDS="~amd64 ~x86"

DESCRIPTION="PHP extension that provides access to movie info"
HOMEPAGE="http://sourceforge.net/projects/ffmpeg-php/";
SRC_URI="mirror://sourceforge/ffmpeg-php/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="virtual/ffmpeg
                dev-lang/php[gd]"
RDEPEND="${DEPEND}"

# The test breaks with the test movie, but it the same code works fine with
# other movies

RESTRICT="test"

DOCS="CREDITS ChangeLog EXPERIMENTAL TODO"

src_prepare() {
        for slot in $(php_get_slots) ; do
                cd "${WORKDIR}/${slot}"
                epatch "${FILESDIR}/${P}-avutil50.patch"
                epatch "${FILESDIR}/${P}-ffmpeg.patch"
                epatch "${FILESDIR}/${P}-log.patch"
                epatch "${FILESDIR}/${P}-php5-4.patch"
                epatch "${FILESDIR}/${P}-ffincludes.patch"
                epatch "${FILESDIR}/${P}-ffmpeg1.patch"
                epatch "${FILESDIR}/${P}-api.patch"
        done
        php-ext-source-r2_src_prepare
}




Reply via email to