r19 - unstable/ffmpeg/debian
Sam Hocevar
sho at alioth.debian.org
Wed Mar 14 14:19:03 CET 2007
Author: sho
Date: 2006-04-06 15:55:32 +0000 (Thu, 06 Apr 2006)
New Revision: 19
Modified:
unstable/ffmpeg/debian/changelog
unstable/ffmpeg/debian/rules
Log:
ffmpeg (0.cvs20060329-2) unstable; urgency=low
* debian/rules: fixed Makefile.pic generation.
Modified: unstable/ffmpeg/debian/changelog
===================================================================
--- unstable/ffmpeg/debian/changelog 2006-04-05 19:29:37 UTC (rev 18)
+++ unstable/ffmpeg/debian/changelog 2006-04-06 15:55:32 UTC (rev 19)
@@ -1,3 +1,9 @@
+ffmpeg (0.cvs20060329-2) unstable; urgency=low
+
+ * debian/rules: fixed Makefile.pic generation.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org> Thu, 6 Apr 2006 16:37:05 +0200
+
ffmpeg (0.cvs20060329-1) unstable; urgency=low
* New CVS snapshot.
Modified: unstable/ffmpeg/debian/rules
===================================================================
--- unstable/ffmpeg/debian/rules 2006-04-05 19:29:37 UTC (rev 18)
+++ unstable/ffmpeg/debian/rules 2006-04-06 15:55:32 UTC (rev 19)
@@ -59,13 +59,14 @@
rm -f Makefile.pic
cd libavcodec && \
- rm -f Makefile.pic && \
- sed 's/^CFLAGS *=/&-fPIC -DPIC /' <Makefile >Makefile.pic && \
+ rm -f Makefile.pic ../config.mak.pic && \
+ sed 's/^CFLAGS *=/&-fPIC -DPIC /; s/config.mak/config.mak.pic/' <Makefile >Makefile.pic && \
+ sed 's/^ldts/ldts_pic/' <../config.mak >../config.mak.pic && \
echo 'EXTRALIBS += -ldts_pic' >> Makefile.pic && \
$(MAKE) -f Makefile.pic && \
mv libavcodec.so libavcodec.so.bak && \
$(MAKE) clean && \
- rm -f Makefile.pic
+ rm -f Makefile.pic ../config.mak.pic
cd libavcodec/libpostproc && \
rm -f Makefile.pic && \
More information about the Pkg-multimedia-commits
mailing list