r1316 - in /unstable/ffmpeg/debian: ./ changelog patches/010_fix_ftbfs_hppa.diff patches/series

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jul 13 16:01:48 UTC 2008


Author: siretart
Date: Sun Jul 13 16:01:48 2008
New Revision: 1316

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1316
Log:
new patch: patches/010_fix_ftbfs_hppa.diff: On hppa shared objects
do required object files to be build "-fPIC -DPIC". Patch taken
from upstream svn.

Added:
    unstable/ffmpeg/debian/patches/010_fix_ftbfs_hppa.diff
Modified:
    unstable/ffmpeg/debian/   (props changed)
    unstable/ffmpeg/debian/changelog
    unstable/ffmpeg/debian/patches/series

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Sun Jul 13 16:01:48 2008
@@ -1,0 +1,1 @@
+patches/010_fix_ftbfs_hppa.diff	010_fix_ftbfs_hppa.d-20080713155856-sii1uudbydi1enu6-1

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. (original)
+++ bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. Sun Jul 13 16:01:48 2008
@@ -47,3 +47,4 @@
 81 siretart at tauware.de-20080709121015-unpmg3rf7ox4ddfy
 82 siretart at tauware.de-20080710200440-41s96a3igdpz9iah
 83 siretart at tauware.de-20080711105448-bttyc30pym9fe05w
+84 siretart at tauware.de-20080713160134-ecblyf05orfa8gw8

Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Sun Jul 13 16:01:48 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-07-11 12:54:48.927999973 +0200
+timestamp: 2008-07-13 18:01:34.729000092 +0200
 committer: Reinhard Tartler <siretart at tauware.de>
 properties: 
 	branch-nick: unstable

Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=1316&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Sun Jul 13 16:01:48 2008
@@ -1,3 +1,11 @@
+ffmpeg-debian (0.svn20080206-11) unstable; urgency=low
+
+  * new patch: patches/010_fix_ftbfs_hppa.diff: On hppa shared objects
+    do required object files to be build "-fPIC -DPIC". Patch taken
+    from upstream svn.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Sun, 13 Jul 2008 18:01:16 +0200
+
 ffmpeg-debian (0.svn20080206-10) unstable; urgency=high
 
   * enable mmx and sse3 in builds. These CPU features are autodetected 

Added: unstable/ffmpeg/debian/patches/010_fix_ftbfs_hppa.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/patches/010_fix_ftbfs_hppa.diff?rev=1316&op=file
==============================================================================
--- unstable/ffmpeg/debian/patches/010_fix_ftbfs_hppa.diff (added)
+++ unstable/ffmpeg/debian/patches/010_fix_ftbfs_hppa.diff Sun Jul 13 16:01:48 2008
@@ -1,0 +1,19 @@
+On hppa shared objects do required object files to be build -fPIC
+-DPIC. The following patch has been taken from upstream svn r14200:
+
+------------------------------------------------------------------------
+r14200 | diego | 2008-07-13 14:40:11 +0200 (So, 13 Jul 2008) | 2 lines
+
+Add parisc* to the list of architectures requiring PIC flags for shared libs.
+
+--- a/configure
++++ b/configure
+@@ -1811,7 +1811,7 @@ if enabled shared; then
+     # LIBOBJFLAGS may have already been set in the OS configuration
+     if test -z "$LIBOBJFLAGS" ; then
+         case "$arch" in
+-            x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;;
++            x86_64|ia64|alpha|sparc*|power*|parisc*) LIBOBJFLAGS='$(PIC)' ;;
+         esac
+     fi
+ fi

Modified: unstable/ffmpeg/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/patches/series?rev=1316&op=diff
==============================================================================
--- unstable/ffmpeg/debian/patches/series (original)
+++ unstable/ffmpeg/debian/patches/series Sun Jul 13 16:01:48 2008
@@ -1,3 +1,4 @@
+010_fix_ftbfs_hppa.diff
 010_proper_rpath.diff
 013_strip_unneeded_linker_flags.diff
 015_reenable-img_convert.diff




More information about the pkg-multimedia-commits mailing list