[SCM] x265/master: SONAME bump
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Feb 18 01:09:17 UTC 2015
The following commit has been merged in the master branch:
commit a98ca036f33d4e9687bdf6032023bdec1d2388ec
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Wed Feb 18 01:32:15 2015 +0100
SONAME bump
diff --git a/debian/control b/debian/control
index 1698cbb..4a3ab64 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
- libx265-35 (= ${binary:Version})
+ libx265-43 (= ${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-35
+Package: libx265-43
Section: libs
Architecture: any
Multi-Arch: same
@@ -60,21 +60,21 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
- libx265-35-dbg
+ libx265-43-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-35-dbg
+Package: libx265-43-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
- libx265-35 (= ${binary:Version})
+ libx265-43 (= ${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-35.install b/debian/libx265-35.install
deleted file mode 100644
index 6ca4147..0000000
--- a/debian/libx265-35.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libx265.so.35
-usr/lib/*/x265-10bit/libx265.so.35
diff --git a/debian/libx265-43.install b/debian/libx265-43.install
new file mode 100644
index 0000000..413f749
--- /dev/null
+++ b/debian/libx265-43.install
@@ -0,0 +1,2 @@
+usr/lib/*/libx265.so.*
+usr/lib/*/x265-10bit/libx265.so.*
diff --git a/debian/libx265-35.symbols b/debian/libx265-43.symbols
similarity index 73%
rename from debian/libx265-35.symbols
rename to debian/libx265-43.symbols
index c8f0de8..40748dc 100644
--- a/debian/libx265-35.symbols
+++ b/debian/libx265-43.symbols
@@ -1,4 +1,4 @@
-libx265.so.35 libx265-35 #MINVER#
+libx265.so.43 libx265-43 #MINVER#
x265_setup_primitives at Base 1.4
x265_param_alloc at Base 1.4
x265_param_free at Base 1.4
@@ -8,13 +8,11 @@ libx265.so.35 libx265-35 #MINVER#
x265_param_default_preset at Base 1.4
x265_picture_alloc at Base 1.4
x265_picture_free at Base 1.4
- x265_alloc_analysis_data at Base 1.4
- x265_free_analysis_data 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_35 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
@@ -22,5 +20,5 @@ libx265.so.35 libx265-35 #MINVER#
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.4
- (regex|c++|optional)"^.*@Base$" 1.4
+ (regex|optional)"^x265_.*@Base$" 1.5
+ (regex|c++|optional)"^.*@Base$" 1.5
diff --git a/debian/rules b/debian/rules
index 4fc0cbb..1c52b6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,5 +43,5 @@ override_dh_installdocs-indep:
dh_sphinxdoc
override_dh_strip:
- dh_strip -plibx265-35 --dbg-package=libx265-35-dbg
+ dh_strip -plibx265-43 --dbg-package=libx265-43-dbg
dh_strip --remaining-packages
--
x265 packaging
More information about the pkg-multimedia-commits
mailing list