[SCM] x265/master: SONAME bump

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Apr 7 21:12:55 UTC 2015


The following commit has been merged in the master branch:
commit 48bbca8c87f031e75dfbbcf7d79c74b169ecc531
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Apr 7 23:06:36 2015 +0200

    SONAME bump

diff --git a/debian/control b/debian/control
index 4a3ab64..5815f20 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- libx265-43 (= ${binary:Version})
+ libx265-51 (= ${binary:Version})
 Suggests:
  libx265-doc
 Description: H.265/HEVC video stream encoder (development files)
@@ -52,7 +52,7 @@ Description: H.265/HEVC video stream encoder (development files)
  This is the development package which contains headers and libraries for
  libx265.
 
-Package: libx265-43
+Package: libx265-51
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -60,21 +60,21 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests:
- libx265-43-dbg
+ libx265-51-dbg
 Description: H.265/HEVC video stream encoder (shared library)
  libx265 is an encoding library for creating H.265/High Efficency Video Coding
  (HEVC) video streams.
  .
  This package contains the shared library.
 
-Package: libx265-43-dbg
+Package: libx265-51-dbg
 Priority: extra
 Section: debug
 Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- libx265-43 (= ${binary:Version})
+ libx265-51 (= ${binary:Version})
 Description: H.265/HEVC video stream encoder (debugging symbols)
  libx265 is an encoding library for creating H.265/High Efficency Video Coding
  (HEVC) video streams.
diff --git a/debian/libx265-43.install b/debian/libx265-51.install
similarity index 100%
rename from debian/libx265-43.install
rename to debian/libx265-51.install
diff --git a/debian/libx265-43.symbols b/debian/libx265-51.symbols
similarity index 72%
rename from debian/libx265-43.symbols
rename to debian/libx265-51.symbols
index 40748dc..40fa6f9 100644
--- a/debian/libx265-43.symbols
+++ b/debian/libx265-51.symbols
@@ -1,24 +1,25 @@
-libx265.so.43 libx265-43 #MINVER#
- x265_setup_primitives at Base 1.4
+libx265.so.51 libx265-51 #MINVER#
+| libx265-51 (>= 1.6), libx265-51 (<< 1.7)
+ x265_api_get_51 at Base 1.6
+ x265_build_info_str at Base 1.4
+ x265_cleanup at Base 1.4
+ x265_encoder_close at Base 1.4
+ x265_encoder_encode at Base 1.4
+ x265_encoder_get_stats at Base 1.4
+ x265_encoder_headers at Base 1.4
+ x265_encoder_log at Base 1.4
+ x265_encoder_open_51 at Base 1.6
+ x265_encoder_parameters at Base 1.4
+ x265_max_bit_depth at Base 1.4
  x265_param_alloc at Base 1.4
- x265_param_free at Base 1.4
- x265_param_default at Base 1.4
- x265_param_parse at Base 1.4
  x265_param_apply_profile at Base 1.4
+ x265_param_default at Base 1.4
  x265_param_default_preset at Base 1.4
+ x265_param_free at Base 1.4
+ x265_param_parse at Base 1.4
  x265_picture_alloc at Base 1.4
  x265_picture_free at Base 1.4
  x265_picture_init at Base 1.4
- x265_max_bit_depth at Base 1.4
  x265_version_str at Base 1.4
- x265_build_info_str at Base 1.4
- x265_encoder_open_43 at Base 1.5
- x265_encoder_parameters at Base 1.4
- x265_encoder_headers at Base 1.4
- x265_encoder_encode at Base 1.4
- x265_encoder_get_stats at Base 1.4
- x265_encoder_log at Base 1.4
- x265_encoder_close at Base 1.4
- x265_cleanup at Base 1.4
- (regex|optional)"^x265_.*@Base$" 1.5
- (regex|c++|optional)"^.*@Base$" 1.5
+ (regex|optional)"^x265_.*@Base$" 0 1
+ (regex|c++|optional)"^.*@Base$" 0 1
diff --git a/debian/rules b/debian/rules
index 56e6cba..045a9e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,5 +45,5 @@ override_dh_installdocs-indep:
 	dh_sphinxdoc
 
 override_dh_strip:
-	dh_strip -plibx265-43 --dbg-package=libx265-43-dbg
+	dh_strip -plibx265-51 --dbg-package=libx265-51-dbg
 	dh_strip --remaining-packages

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list