[Pkg-gstreamer-commits] [libvpx] 03/03: New upstream release, including VP9 support

Sebastian Dröge slomo at moszumanska.debian.org
Tue Dec 17 17:31:33 UTC 2013


This is an automated email from the git hooks/post-receive script.

slomo pushed a commit to branch master
in repository libvpx.

commit d736aa20a90e34b1261ea91be201b0dd89582abe
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Dec 17 18:30:46 2013 +0100

    New upstream release, including VP9 support
---
 debian/changelog                    | 11 +++++++++++
 debian/libvpx1.symbols              | 17 +++++++++++++++++
 debian/patches/fix-armhf-link.patch | 20 ++++----------------
 debian/rules                        |  2 +-
 4 files changed, 33 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d65802..c2ea67c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libvpx (1.3.0-1) unstable; urgency=medium
+
+  * New upstream release, including VP9 support:
+    + debian/patches/fix-armhf-link.patch:
+      - Refresh patch.
+    + debian/rules,
+      debian/libvpx1.symbols:
+      - Update shlibs version and symbols file for API additions.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 17 Dec 2013 18:20:51 +0100
+
 libvpx (1.2.0-2) unstable; urgency=low
 
   * debian/rules,
diff --git a/debian/libvpx1.symbols b/debian/libvpx1.symbols
index 315d22c..6472e24 100644
--- a/debian/libvpx1.symbols
+++ b/debian/libvpx1.symbols
@@ -32,9 +32,26 @@ libvpx.so.1 libvpx1 #MINVER#
  vpx_codec_vp8_cx_algo at Base 1.0.0
  vpx_codec_vp8_dx at Base 1.0.0
  vpx_codec_vp8_dx_algo at Base 1.0.0
+ vpx_codec_vp9_cx at Base 1.3.0
+ vpx_codec_vp9_cx_algo at Base 1.3.0
+ vpx_codec_vp9_dx at Base 1.3.0
+ vpx_codec_vp9_dx_algo at Base 1.3.0
  vpx_img_alloc at Base 1.0.0
  vpx_img_flip at Base 1.0.0
  vpx_img_free at Base 1.0.0
  vpx_img_set_rect at Base 1.0.0
  vpx_img_wrap at Base 1.0.0
+ vpx_svc_dump_statistics at Base 1.3.0
+ vpx_svc_encode at Base 1.3.0
+ vpx_svc_get_buffer at Base 1.3.0
+ vpx_svc_get_encode_frame_count at Base 1.3.0
+ vpx_svc_get_frame_size at Base 1.3.0
+ vpx_svc_get_message at Base 1.3.0
+ vpx_svc_init at Base 1.3.0
+ vpx_svc_is_keyframe at Base 1.3.0
+ vpx_svc_release at Base 1.3.0
+ vpx_svc_set_keyframe at Base 1.3.0
+ vpx_svc_set_options at Base 1.3.0
+ vpx_svc_set_quantizers at Base 1.3.0
+ vpx_svc_set_scale_factors at Base 1.3.0
 
diff --git a/debian/patches/fix-armhf-link.patch b/debian/patches/fix-armhf-link.patch
index e171031..c1fac5d 100644
--- a/debian/patches/fix-armhf-link.patch
+++ b/debian/patches/fix-armhf-link.patch
@@ -1,8 +1,6 @@
-diff --git a/build/make/configure.sh b/build/make/configure.sh
-index c99a01c..34f9baf 100755
---- a/build/make/configure.sh
-+++ b/build/make/configure.sh
-@@ -775,7 +775,6 @@ process_common_toolchain() {
+--- a/build/make/configure.sh	2013-12-17 18:18:46.904410454 +0100
++++ b/build/make/configure.sh	2013-12-17 18:19:58.720758736 +0100
+@@ -799,7 +799,6 @@
  
          case ${tgt_cc} in
          gcc)
@@ -10,17 +8,7 @@ index c99a01c..34f9baf 100755
              link_with_cc=gcc
              setup_gnu_toolchain
              arch_int=${tgt_isa##armv}
-@@ -783,18 +782,14 @@ process_common_toolchain() {
-             check_add_asflags --defsym ARCHITECTURE=${arch_int}
-             tune_cflags="-mtune="
-             if [ ${tgt_isa} == "armv7" ]; then
--                check_add_cflags  -march=armv7-a -mfloat-abi=softfp
--                check_add_asflags -march=armv7-a -mfloat-abi=softfp
-+                check_add_cflags  -march=armv7-a
-+                check_add_asflags -march=armv7-a
- 
-                 if enabled neon
-                 then
+@@ -822,10 +821,6 @@
                      check_add_cflags -mfpu=neon #-ftree-vectorize
                      check_add_asflags -mfpu=neon
                  fi
diff --git a/debian/rules b/debian/rules
index c42e3a0..3b5862b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -160,7 +160,7 @@ endif
 	rm -rf debian/libvpx1-dbg/usr/lib/debug/usr/bin
 	dh_compress -s
 	dh_fixperms -s
-	dh_makeshlibs -plibvpx1 -V 'libvpx1 (>= 1.1.0)' -- -c4
+	dh_makeshlibs -plibvpx1 -V 'libvpx1 (>= 1.3.0)' -- -c4
 	dh_installdeb -s
 	dh_shlibdeps -s
 	dh_gencontrol -s

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/libvpx.git



More information about the Pkg-gstreamer-commits mailing list