[SCM] ffms2/master: Generate stricter dependencies for references to C++ symbols

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon May 18 19:29:23 UTC 2015


The following commit has been merged in the master branch:
commit 333e2d5fd9055f2c358a8fd8d24856731d04619f
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon May 18 21:22:41 2015 +0200

    Generate stricter dependencies for references to C++ symbols

diff --git a/debian/libffms2-4.symbols b/debian/libffms2-4.symbols
index f6b7380..bacc5d8 100644
--- a/debian/libffms2-4.symbols
+++ b/debian/libffms2-4.symbols
@@ -1,4 +1,5 @@
 libffms2.so.4 libffms2-4 #MINVER#
+| libffms2-4 (>= 2.21), libffms2-4 (<< 2.22)
  FFMS_CancelIndexing at Base 2.19
  FFMS_CreateAudioSource at Base 2.19
  FFMS_CreateIndexer at Base 2.19
@@ -10,8 +11,8 @@ libffms2.so.4 libffms2-4 #MINVER#
  FFMS_DestroyIndex at Base 2.19
  FFMS_DestroyResampleOptions at Base 2.19
  FFMS_DestroyVideoSource at Base 2.19
- FFMS_DoIndexing at Base 2.19
  FFMS_DoIndexing2 at Base 2.21
+ FFMS_DoIndexing at Base 2.19
  FFMS_GetAudio at Base 2.19
  FFMS_GetAudioProperties at Base 2.19
  FFMS_GetCodecNameI at Base 2.19
@@ -56,5 +57,4 @@ libffms2.so.4 libffms2-4 #MINVER#
  FFMS_WriteIndex at Base 2.19
  FFMS_WriteTimecodes at Base 2.19
  (optional)VapourSynthPluginInit at Base 2.19
-# template instantiations
- (regex|c++|optional=templinst)"^.*@Base$" 2.21
+ (regex|optional=templinst)"^_Z.*@Base$" 0 1

-- 
ffms2 packaging



More information about the pkg-multimedia-commits mailing list