r1236 - in /unstable/ffmpeg/debian: ./ changelog rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Jun 3 22:47:28 UTC 2008


Author: siretart
Date: Tue Jun  3 22:47:28 2008
New Revision: 1236

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1236
Log:
* disable altivec, at least for now. (Closes: #482717)

Modified:
    unstable/ffmpeg/debian/   (props changed)
    unstable/ffmpeg/debian/changelog
    unstable/ffmpeg/debian/rules

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. (original)
+++ bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. Tue Jun  3 22:47:28 2008
@@ -6,3 +6,4 @@
 30 siretart at tauware.de-20080603195421-11yj4yxn9h2423uh
 31 siretart at tauware.de-20080603210858-4ai5h4ys6pn0ong2
 32 siretart at tauware.de-20080603221248-j0e3d30nokk647zy
+33 siretart at tauware.de-20080603221546-696a6ep8qqr59bul

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Tue Jun  3 22:47:28 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-06-04 00:12:48.815000057 +0200
+timestamp: 2008-06-04 00:15:46.153000116 +0200
 committer: Reinhard Tartler <siretart at tauware.de>
 properties: 
-	branch-nick: bug.484132
+	branch-nick: unstable

Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=1236&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Tue Jun  3 22:47:28 2008
@@ -31,6 +31,7 @@
   * Move ffmpeg-config back to libavutil. This way we can avoid a circular
     dependency between libavutil-dev and libavcodec-dev. (Closes: #484132).
     libavcodec uses libavutil internally, so this dependency cannot be avoided.
+  * disable altivec, at least for now. (Closes: #482717)
 
  -- Reinhard Tartler <siretart at tauware.de>  Wed, 04 Jun 2008 00:04:08 +0200
 

Modified: unstable/ffmpeg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/rules?rev=1236&op=diff
==============================================================================
--- unstable/ffmpeg/debian/rules (original)
+++ unstable/ffmpeg/debian/rules Tue Jun  3 22:47:28 2008
@@ -32,11 +32,7 @@
 # Disable architecture-specific optimizations for shared build
 nooptflags += --disable-armv5te --disable-armv6 --disable-iwmmxt
 nooptflags += --disable-mmx
-
-# Don't disable altivec, at least for now. Disabling altivec causes a
-# FTBFS in libswscale, as it will fallback to a "plain c version" of
-# some functions, which only compile with altivec enabled.
-#nooptflags += --disable-altivec
+nooptflags += --disable-altivec
 
 DEB_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: //p')
 SRC_VERSION := $(shell echo $(DEB_VERSION) | cut -d '-' -f 1)




More information about the pkg-multimedia-commits mailing list