[Pkg-php-commits] r1247 - ffmpeg-php/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Mon Feb 23 02:44:27 UTC 2009


tags 487643 pending
tags 516365 pending
thanks

Author: atomo64-guest
Date: 2009-02-23 02:44:27 +0000 (Mon, 23 Feb 2009)
New Revision: 1247

Modified:
   ffmpeg-php/trunk/debian/changelog
   ffmpeg-php/trunk/debian/control
   ffmpeg-php/trunk/debian/copyright
   ffmpeg-php/trunk/debian/rules
Log:
Prepare for new release


Modified: ffmpeg-php/trunk/debian/changelog
===================================================================
--- ffmpeg-php/trunk/debian/changelog	2009-01-28 08:00:30 UTC (rev 1246)
+++ ffmpeg-php/trunk/debian/changelog	2009-02-23 02:44:27 UTC (rev 1247)
@@ -1,3 +1,23 @@
+ffmpeg-php (0.6.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #516365)
+    - Support for the ffmpeg swscale API (Closes: #487643)
+    - API Changes:
+      + Removed obsolete resize() and crop() functions.
+      + Removed animated gif class.
+    - Added check to ensure that gd loads before ffmpeg-php if both are
+      compiled as extensions.
+  * debian/control:
+    + Improve the package description.
+    + Add an ORed dependency on a real php5 SAPI package.
+    + Add a BuildDep on libswscale-dev
+  * debian/rules:
+    + Minor cleanup.
+  * debian/copyright:
+    + Update copyright years
+
+ -- Raphael Geissert <atomo64 at gmail.com>  Sun, 22 Feb 2009 20:42:18 -0600
+
 ffmpeg-php (0.5.3.1-3) unstable; urgency=low
 
   * gdtoimage_fix.patch (Closes: #496079)

Modified: ffmpeg-php/trunk/debian/control
===================================================================
--- ffmpeg-php/trunk/debian/control	2009-01-28 08:00:30 UTC (rev 1246)
+++ ffmpeg-php/trunk/debian/control	2009-02-23 02:44:27 UTC (rev 1247)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
 Uploaders: Raphael Geissert <atomo64 at gmail.com>
-Build-Depends: debhelper (>= 5), php5-dev (>= 5.2.0), libavformat-dev, libavcodec-dev, libgd2-xpm-dev, php5-cli (>= 5.2.0), php5-gd, quilt, chrpath
+Build-Depends: debhelper (>= 5), php5-dev (>= 5.2.0), libavformat-dev, libavcodec-dev, libswscale-dev, libgd2-xpm-dev, php5-cli (>= 5.2.0), php5-gd, quilt, chrpath
 Build-Conflicts: php5-ffmpeg
 Standards-Version: 3.8.0
 Homepage: http://ffmpeg-php.sourceforge.net/
@@ -13,8 +13,10 @@
 
 Package: php5-ffmpeg
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, php5 | ${php:Depends}
 Recommends: php5-gd
-Description: ffmpeg support for php5
- Provides access and retrieval of information from movies and audio files.
- Supports the many audio and video formats supported by ffmpeg.
+Description: audio and video support via ffmpeg for php5
+ Provides access and retrieval of meta-data from all the movies and
+ audio file formats supported by ffmpeg. Extra features include retrieving and
+ manipulating frames from video files that can later be also manipulated by
+ PHP's own image functions.

Modified: ffmpeg-php/trunk/debian/copyright
===================================================================
--- ffmpeg-php/trunk/debian/copyright	2009-01-28 08:00:30 UTC (rev 1246)
+++ ffmpeg-php/trunk/debian/copyright	2009-02-23 02:44:27 UTC (rev 1247)
@@ -8,7 +8,9 @@
     Martin Prangl <martin.prangl at itec.uni-klu.ac.at>
     Alexey Zakhlestin <indeyets at gmail.com>
 
-Copyright (C) 2004-2007 by Todd Kirby
+Some portions of this software are:
+Copyright (C) 2004-2008 by Todd Kirby <ffmpeg.php at gmail.com>
+Copyright (C) 2008 by Alexey Zakhlestin <indeyets at gmail.com>
 
 License:
 
@@ -44,6 +46,6 @@
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 The Debian packaging is: 
-Copyright (C) 2007, 2008 by Raphael Geissert <atomo64 at gmail.com>
+Copyright (C) 2007, 2008, 2009 by Raphael Geissert <atomo64 at gmail.com>
 And is licensed under the GNU GPL version 2 or (at your option) any 
 later version.

Modified: ffmpeg-php/trunk/debian/rules
===================================================================
--- ffmpeg-php/trunk/debian/rules	2009-01-28 08:00:30 UTC (rev 1246)
+++ ffmpeg-php/trunk/debian/rules	2009-02-23 02:44:27 UTC (rev 1247)
@@ -2,10 +2,6 @@
 EXTN=ffmpeg
 BUILD=$(CURDIR)/debian/php5-$(EXTN)
 PHP_EX=$(shell /usr/bin/php-config5 --extension-dir)
-
-#export DH_VERBOSE=1
-
-CFLAGS += -fno-strict-aliasing
 LFSFLAGS += $(shell getconf LFS_CFLAGS)
 
 include /usr/share/quilt/quilt.make
@@ -14,7 +10,7 @@
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	phpize5
-	CFLAGS="$(CFLAGS)" LFSFLAGS="$(LFSFLAGS)" \
+	LFSFLAGS="$(LFSFLAGS)" \
 	./configure --disable-rpath --prefix=$(BUILD)/usr \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \




More information about the Pkg-php-commits mailing list