r987 - in /experimental/ffmpeg/debian: changelog patches/010_shared_library_versioning.diff

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Dec 16 20:00:49 UTC 2007


Author: siretart
Date: Sun Dec 16 20:00:49 2007
New Revision: 987

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=987
Log:
* restore soname on libavutil. got dropped on previous upload.

Modified:
    experimental/ffmpeg/debian/changelog
    experimental/ffmpeg/debian/patches/010_shared_library_versioning.diff

Modified: experimental/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/changelog?rev=987&op=diff
==============================================================================
--- experimental/ffmpeg/debian/changelog (original)
+++ experimental/ffmpeg/debian/changelog Sun Dec 16 20:00:49 2007
@@ -1,3 +1,9 @@
+ffmpeg-free (0.cvs20071007-2) experimental; urgency=low
+
+  * restore soname on libavutil. got dropped on previous upload.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Sun, 16 Dec 2007 20:58:20 +0100
+
 ffmpeg-free (0.cvs20071007-1) experimental; urgency=low
 
   * new upstream snapshot, using the same day as the mplayer release

Modified: experimental/ffmpeg/debian/patches/010_shared_library_versioning.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/patches/010_shared_library_versioning.diff?rev=987&op=diff
==============================================================================
--- experimental/ffmpeg/debian/patches/010_shared_library_versioning.diff (original)
+++ experimental/ffmpeg/debian/patches/010_shared_library_versioning.diff Sun Dec 16 20:00:49 2007
@@ -1,7 +1,7 @@
 Index: trunk/configure
 ===================================================================
---- trunk.orig/configure	2007-12-09 20:34:48.000000000 +0100
-+++ trunk/configure	2007-12-09 20:35:04.000000000 +0100
+--- trunk.orig/configure	2007-12-16 20:53:43.000000000 +0100
++++ trunk/configure	2007-12-16 20:53:44.000000000 +0100
 @@ -1893,11 +1893,11 @@
    echo "BUILD_DOC=yes" >> config.mak
  fi
@@ -45,8 +45,8 @@
  exec_prefix=
 Index: trunk/libavformat/avformat.h
 ===================================================================
---- trunk.orig/libavformat/avformat.h	2007-12-09 18:40:11.000000000 +0100
-+++ trunk/libavformat/avformat.h	2007-12-09 20:35:34.000000000 +0100
+--- trunk.orig/libavformat/avformat.h	2007-12-15 22:10:17.000000000 +0100
++++ trunk/libavformat/avformat.h	2007-12-16 20:53:44.000000000 +0100
 @@ -22,7 +22,7 @@
  #define AVFORMAT_H
  
@@ -58,8 +58,8 @@
  #define LIBAVFORMAT_IDENT       "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
 Index: trunk/common.mak
 ===================================================================
---- trunk.orig/common.mak	2007-12-09 18:40:11.000000000 +0100
-+++ trunk/common.mak	2007-12-09 20:35:04.000000000 +0100
+--- trunk.orig/common.mak	2007-12-15 22:10:17.000000000 +0100
++++ trunk/common.mak	2007-12-16 20:53:44.000000000 +0100
 @@ -76,7 +76,7 @@
  	cd "$(SHLIBDIR)" && \
  		$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
@@ -71,8 +71,8 @@
  install-lib-static: $(LIB)
 Index: trunk/libpostproc/postprocess.h
 ===================================================================
---- trunk.orig/libpostproc/postprocess.h	2007-12-09 18:40:10.000000000 +0100
-+++ trunk/libpostproc/postprocess.h	2007-12-09 20:35:04.000000000 +0100
+--- trunk.orig/libpostproc/postprocess.h	2007-12-15 22:10:17.000000000 +0100
++++ trunk/libpostproc/postprocess.h	2007-12-16 20:53:44.000000000 +0100
 @@ -28,7 +28,7 @@
   */
  
@@ -84,8 +84,8 @@
  #define LIBPOSTPROC_IDENT       "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
 Index: trunk/libswscale/swscale.h
 ===================================================================
---- trunk.orig/libswscale/swscale.h	2007-12-09 18:40:18.000000000 +0100
-+++ trunk/libswscale/swscale.h	2007-12-09 20:35:04.000000000 +0100
+--- trunk.orig/libswscale/swscale.h	2007-12-15 22:10:17.000000000 +0100
++++ trunk/libswscale/swscale.h	2007-12-16 20:53:44.000000000 +0100
 @@ -33,7 +33,7 @@
  #define AV_TOSTRING(s) #s
  
@@ -97,8 +97,8 @@
  #define LIBSWSCALE_IDENT        "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)
 Index: trunk/libavcodec/avcodec.h
 ===================================================================
---- trunk.orig/libavcodec/avcodec.h	2007-12-15 21:56:06.000000000 +0100
-+++ trunk/libavcodec/avcodec.h	2007-12-15 21:56:14.000000000 +0100
+--- trunk.orig/libavcodec/avcodec.h	2007-12-15 22:10:17.000000000 +0100
++++ trunk/libavcodec/avcodec.h	2007-12-16 20:53:44.000000000 +0100
 @@ -34,7 +34,7 @@
  #define AV_TOSTRING(s) #s
  
@@ -108,3 +108,16 @@
  #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
  
  #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
+Index: trunk/libavutil/avutil.h
+===================================================================
+--- trunk.orig/libavutil/avutil.h	2007-12-16 20:54:27.000000000 +0100
++++ trunk/libavutil/avutil.h	2007-12-16 20:54:35.000000000 +0100
+@@ -31,7 +31,7 @@
+ #define AV_TOSTRING(s) #s
+ 
+ #define LIBAVUTIL_VERSION_INT   ((49<<16)+(5<<8)+0)
+-#define LIBAVUTIL_VERSION       49.5.0
++#define LIBAVUTIL_VERSION       1d.49.5.0
+ #define LIBAVUTIL_BUILD         LIBAVUTIL_VERSION_INT
+ 
+ #define LIBAVUTIL_IDENT         "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)




More information about the pkg-multimedia-commits mailing list