r1246 - in /unstable/ffmpeg/debian: ./ changelog patches/010_proper_rpath.diff
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Fri Jun 6 15:50:58 UTC 2008
Author: siretart
Date: Fri Jun 6 15:50:57 2008
New Revision: 1246
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1246
Log:
* cleanup 010_proper_rpath.diff: remove spurious linker search paths.
Modified:
unstable/ffmpeg/debian/ (props changed)
unstable/ffmpeg/debian/changelog
unstable/ffmpeg/debian/patches/010_proper_rpath.diff
Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. (original)
+++ bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. Fri Jun 6 15:50:57 2008
@@ -11,3 +11,4 @@
35 siretart at tauware.de-20080604071841-jvdvu4vak9gl94yj
36 siretart at tauware.de-20080604072648-b9lic30wsqate9yr
37 siretart at tauware.de-20080604072935-wpiy49wwnqeq80zu
+38 siretart at tauware.de-20080606155027-qustr96yjphr850a
Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Fri Jun 6 15:50:57 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-06-04 09:29:35.276999950 +0200
+timestamp: 2008-06-06 17:50:27.871999979 +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=1246&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Fri Jun 6 15:50:57 2008
@@ -1,3 +1,9 @@
+ffmpeg-free (0.svn20080206-9) unstable; urgency=low
+
+ * cleanup 010_proper_rpath.diff: remove spurious linker search paths.
+
+ -- Reinhard Tartler <siretart at tauware.de> Fri, 06 Jun 2008 17:48:02 +0200
+
ffmpeg-free (0.svn20080206-8) unstable; urgency=low
[ Fabian Greffrath ]
Modified: unstable/ffmpeg/debian/patches/010_proper_rpath.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/patches/010_proper_rpath.diff?rev=1246&op=diff
==============================================================================
--- unstable/ffmpeg/debian/patches/010_proper_rpath.diff (original)
+++ unstable/ffmpeg/debian/patches/010_proper_rpath.diff Fri Jun 6 15:50:57 2008
@@ -1,3 +1,5 @@
+This can be dropped on the next ffmpeg update. (20080606)
+
Index: ffmpeg.20080206/configure
===================================================================
--- ffmpeg.20080206.orig/configure 2008-03-15 22:51:31.000000000 +0100
@@ -7,7 +9,7 @@
SHFLAGS='-shared -Wl,-soname,$@'
VHOOKSHFLAGS='$(SHFLAGS)'
-LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
-+LDLATEFLAGS='-L\$(BUILD_ROOT)/libavcodec -L\$(BUILD_ROOT)/libavformat -L\$(BUILD_ROOT)/libavutil -L\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale'
++LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale'
FFSERVERLDFLAGS=-Wl,-E
LDCONFIG="ldconfig"
LIBPREF="lib"
More information about the pkg-multimedia-commits
mailing list