[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 741 Use system ffmpeg

Giuseppe Iuculano iuculano at debian.org
Tue Mar 8 19:40:01 UTC 2011


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 741
Revision Id: iuculano at debian.org-20110308194001-g0675qqlneclix0w
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Use system ffmpeg


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-03-08 19:38:18 +0000
+++ b/debian/changelog	2011-03-08 19:40:01 +0000
@@ -2,8 +2,9 @@
 
   * New stable version
   * Refreshed patches 
+  * Use system ffmpeg
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Tue, 08 Mar 2011 20:37:47 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Tue, 08 Mar 2011 20:39:33 +0100
 
 chromium-browser (10.0.648.114~r75702-1) experimental; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2011-02-24 20:23:15 +0000
+++ b/debian/rules	2011-03-08 19:40:01 +0000
@@ -7,7 +7,7 @@
 DEBIAN_DIST		:= $(shell lsb_release -ds | tr -d '()')
 DEBIAN_DIST_NAME	:= $(shell lsb_release -si)
 DEBIAN_DIST_VERSION	:= $(shell lsb_release -sr)
-USE_SYSTEM_FFMPEG	:= 0
+USE_SYSTEM_FFMPEG	:= 1
 ifeq (1,$(USE_SYSTEM_FFMPEG))
 LIBAVCODEC_BASENAME	:= $(shell basename $$(ls -x /usr/lib/libavcodec.so.* | cut -d ' ' -f 1))
 LIBAVFORMAT_BASENAME	:= $(shell basename $$(ls -x /usr/lib/libavformat.so.* | cut -d ' ' -f 1))



More information about the Pkg-chromium-commit mailing list