[SCM] vlc/master: Follow upstream SONAME bump libvlccore7 -> libvlccore8

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Aug 18 03:09:48 UTC 2014


The following commit has been merged in the master branch:
commit e419379d1b3a0b4b085c3be46f7749e65073b0bc
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Aug 17 21:58:27 2014 -0400

    Follow upstream SONAME bump libvlccore7 -> libvlccore8

diff --git a/debian/control b/debian/control
index 1dd0819..a1cd10d 100644
--- a/debian/control
+++ b/debian/control
@@ -145,7 +145,7 @@ Package: libvlccore-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: libvlccore7 (= ${binary:Version}), pkg-config, ${misc:Depends}
+Depends: libvlccore8 (= ${binary:Version}), pkg-config, ${misc:Depends}
 Description: development files for libvlccore
  This package contains headers and a static library required to build plugins
  for VLC.
@@ -154,7 +154,7 @@ Description: development files for libvlccore
  DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs,
  podcasts, and multimedia streams from various network sources.
 
-Package: libvlccore7
+Package: libvlccore8
 Section: libs
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~)
diff --git a/debian/libvlc5.links b/debian/libvlc5.links
index d43bfd2..af7f3aa 100644
--- a/debian/libvlc5.links
+++ b/debian/libvlc5.links
@@ -1,2 +1,2 @@
-/usr/share/doc/libvlccore7 /usr/share/doc/libvlc5
-/usr/share/bug/libvlccore7 /usr/share/bug/libvlc5
+/usr/share/doc/libvlccore8 /usr/share/doc/libvlc5
+/usr/share/bug/libvlccore8 /usr/share/bug/libvlc5
diff --git a/debian/libvlc5.symbols b/debian/libvlc5.symbols
index 94ef7ab..e9e0b4d 100644
--- a/debian/libvlc5.symbols
+++ b/debian/libvlc5.symbols
@@ -1,5 +1,16 @@
 libvlc.so.5 libvlc5 #MINVER#
  libvlc_add_intf at Base 1.1.0
+ libvlc_audio_equalizer_get_amp_at_index at Base 2.2.0~pre1
+ libvlc_audio_equalizer_get_band_count at Base 2.2.0~pre1
+ libvlc_audio_equalizer_get_band_frequency at Base 2.2.0~pre1
+ libvlc_audio_equalizer_get_preamp at Base 2.2.0~pre1
+ libvlc_audio_equalizer_get_preset_count at Base 2.2.0~pre1
+ libvlc_audio_equalizer_get_preset_name at Base 2.2.0~pre1
+ libvlc_audio_equalizer_new at Base 2.2.0~pre1
+ libvlc_audio_equalizer_new_from_preset at Base 2.2.0~pre1
+ libvlc_audio_equalizer_release at Base 2.2.0~pre1
+ libvlc_audio_equalizer_set_amp_at_index at Base 2.2.0~pre1
+ libvlc_audio_equalizer_set_preamp at Base 2.2.0~pre1
  libvlc_audio_filter_list_get at Base 2.0.0
  libvlc_audio_get_channel at Base 1.1.0
  libvlc_audio_get_delay at Base 1.1.1
@@ -9,6 +20,7 @@ libvlc.so.5 libvlc5 #MINVER#
  libvlc_audio_get_track_description at Base 1.1.0
  libvlc_audio_get_volume at Base 1.1.0
  libvlc_audio_output_device_count at Base 1.1.0
+ libvlc_audio_output_device_enum at Base 2.2.0~pre1
  libvlc_audio_output_device_id at Base 1.1.0
  libvlc_audio_output_device_list_get at Base 2.1.0
  libvlc_audio_output_device_list_release at Base 2.1.0
@@ -143,10 +155,12 @@ libvlc.so.5 libvlc5 #MINVER#
  libvlc_media_player_pause at Base 1.1.0
  libvlc_media_player_play at Base 1.1.0
  libvlc_media_player_previous_chapter at Base 1.1.0
+ libvlc_media_player_program_scrambled at Base 2.2.0~pre1
  libvlc_media_player_release at Base 1.1.0
  libvlc_media_player_retain at Base 1.1.0
  libvlc_media_player_set_agl at Base 1.1.0
  libvlc_media_player_set_chapter at Base 1.1.0
+ libvlc_media_player_set_equalizer at Base 2.2.0~pre1
  libvlc_media_player_set_hwnd at Base 1.1.0
  libvlc_media_player_set_media at Base 1.1.0
  libvlc_media_player_set_nsobject at Base 1.1.0
diff --git a/debian/libvlccore-dev.links b/debian/libvlccore-dev.links
index 27a72ac..e0c58f8 100644
--- a/debian/libvlccore-dev.links
+++ b/debian/libvlccore-dev.links
@@ -1,2 +1,2 @@
-/usr/share/doc/libvlccore7 /usr/share/doc/libvlccore-dev
-/usr/share/bug/libvlccore7 /usr/share/bug/libvlccore-dev
+/usr/share/doc/libvlccore8 /usr/share/doc/libvlccore-dev
+/usr/share/bug/libvlccore8 /usr/share/bug/libvlccore-dev
diff --git a/debian/libvlccore7.bug-control b/debian/libvlccore7.bug-control
deleted file mode 100644
index 1159d9c..0000000
--- a/debian/libvlccore7.bug-control
+++ /dev/null
@@ -1,2 +0,0 @@
-report-with: vlc vlc-nox libvlc5 libvlccore7
-package-status: libavutil50 libavutil51
diff --git a/debian/libvlccore7.links b/debian/libvlccore7.links
deleted file mode 100644
index dc36aa4..0000000
--- a/debian/libvlccore7.links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/doc/vlc-data /usr/share/doc/libvlccore7
diff --git a/debian/libvlccore8.bug-control b/debian/libvlccore8.bug-control
new file mode 100644
index 0000000..060aa4e
--- /dev/null
+++ b/debian/libvlccore8.bug-control
@@ -0,0 +1,2 @@
+report-with: vlc vlc-nox libvlc5 libvlccore8
+package-status: libavutil50 libavutil51
diff --git a/debian/libvlccore7.bug-presubj b/debian/libvlccore8.bug-presubj
similarity index 100%
rename from debian/libvlccore7.bug-presubj
rename to debian/libvlccore8.bug-presubj
diff --git a/debian/libvlccore7.install b/debian/libvlccore8.install
similarity index 100%
rename from debian/libvlccore7.install
rename to debian/libvlccore8.install
diff --git a/debian/libvlccore8.links b/debian/libvlccore8.links
new file mode 100644
index 0000000..1490f5d
--- /dev/null
+++ b/debian/libvlccore8.links
@@ -0,0 +1 @@
+/usr/share/doc/vlc-data /usr/share/doc/libvlccore8
diff --git a/debian/libvlccore7.symbols b/debian/libvlccore8.symbols
similarity index 94%
rename from debian/libvlccore7.symbols
rename to debian/libvlccore8.symbols
index b5e5a92..76f4e03 100644
--- a/debian/libvlccore7.symbols
+++ b/debian/libvlccore8.symbols
@@ -1,4 +1,4 @@
-libvlccore.so.7 libvlccore7 #MINVER#
+libvlccore.so.8 libvlccore8 #MINVER#
  AddMD5 at Base 2.0.0
  EndMD5 at Base 2.0.0
  EnsureUTF8 at Base 2.0.0
@@ -14,6 +14,15 @@ libvlccore.so.7 libvlccore7 #MINVER#
  VLC_CompileHost at Base 2.0.0
  VLC_Compiler at Base 2.0.0
  access_GetParentInput at Base 2.0.0
+ addon_entry_Hold at Base 2.2.0~pre1
+ addon_entry_New at Base 2.2.0~pre1
+ addon_entry_Release at Base 2.2.0~pre1
+ addons_manager_Delete at Base 2.2.0~pre1
+ addons_manager_Gather at Base 2.2.0~pre1
+ addons_manager_Install at Base 2.2.0~pre1
+ addons_manager_LoadCatalog at Base 2.2.0~pre1
+ addons_manager_New at Base 2.2.0~pre1
+ addons_manager_Remove at Base 2.2.0~pre1
  aout_BitsPerSample at Base 2.0.0
  aout_ChannelExtract at Base 2.0.0
  aout_ChannelReorder at Base 2.0.0
@@ -45,6 +54,7 @@ libvlccore.so.7 libvlccore7 #MINVER#
  block_FifoPut at Base 2.0.0
  block_FifoRelease at Base 2.0.0
  block_FifoShow at Base 2.0.0
+ block_FifoWake at Base 2.2.0~pre1
  block_File at Base 2.0.0
  block_FilePath at Base 2.1.0
  block_Init at Base 2.0.0
@@ -168,6 +178,7 @@ libvlccore.so.7 libvlccore7 #MINVER#
  httpd_StreamHeader at Base 2.0.0
  httpd_StreamNew at Base 2.0.0
  httpd_StreamSend at Base 2.0.0
+ httpd_StreamSetHTTPHeaders at Base 2.2.0~pre1
  httpd_UrlCatch at Base 2.0.0
  httpd_UrlDelete at Base 2.0.0
  httpd_UrlNew at Base 2.0.0
@@ -220,18 +231,24 @@ libvlccore.so.7 libvlccore7 #MINVER#
  input_item_node_Create at Base 2.0.0
  input_item_node_Delete at Base 2.0.0
  input_item_node_PostAndDelete at Base 2.0.0
+ input_resource_GetAout at Base 2.2.0~pre1
  input_resource_HoldAout at Base 2.1.0
  input_resource_New at Base 2.0.0
+ input_resource_PutAout at Base 2.2.0~pre1
  input_resource_Release at Base 2.0.0
+ input_resource_ResetAout at Base 2.2.0~pre1
  input_resource_Terminate at Base 2.0.0
  input_resource_TerminateVout at Base 2.0.0
  input_vaControl at Base 2.0.0
  intf_Create at Base 2.0.0
+ libvlc_ArtRequest at Base 2.2.0~pre1
  libvlc_InternalAddIntf at Base 2.0.0
  libvlc_InternalCleanup at Base 2.0.0
  libvlc_InternalCreate at Base 2.0.0
  libvlc_InternalDestroy at Base 2.0.0
  libvlc_InternalInit at Base 2.0.0
+ libvlc_InternalPlay at Base 2.2.0~pre1
+ libvlc_MetaRequest at Base 2.2.0~pre1
  libvlc_Quit at Base 2.0.0
  libvlc_SetExitHandler at Base 2.0.0
  make_path at Base 2.0.0
@@ -296,12 +313,10 @@ libvlccore.so.7 libvlccore7 #MINVER#
  picture_pool_NewFromFormat at Base 2.0.0
  picture_pool_NonEmpty at Base 2.0.0
  picture_pool_Reserve at Base 2.0.0
- pl_Get at Base 2.0.0
  plane_CopyPixels at Base 2.0.0
  playlist_Add at Base 2.0.0
  playlist_AddExt at Base 2.0.0
  playlist_AddInput at Base 2.0.0
- playlist_AskForArtEnqueue at Base 2.0.0
  playlist_AssertLocked at Base 2.0.0
  playlist_ChildSearchName at Base 2.0.0
  playlist_Clear at Base 2.0.0
@@ -331,7 +346,6 @@ libvlccore.so.7 libvlccore7 #MINVER#
  playlist_NodeDelete at Base 2.0.0
  playlist_NodeInsert at Base 2.0.0
  playlist_NodeRemoveItem at Base 2.0.0
- playlist_PreparseEnqueue at Base 2.0.0
  playlist_RecursiveNodeSort at Base 2.0.0
  playlist_ServicesDiscoveryAdd at Base 2.0.0
  playlist_ServicesDiscoveryControl at Base 2.0.0
@@ -434,12 +448,16 @@ libvlccore.so.7 libvlccore7 #MINVER#
  var_SetChecked at Base 2.0.0
  var_TriggerCallback at Base 2.0.0
  var_Type at Base 2.0.0
+ video_format_ApplyRotation at Base 2.2.0~pre1
  video_format_CopyCrop at Base 2.0.0
  video_format_FixRgb at Base 2.0.0
+ video_format_GetTransform at Base 2.2.0~pre1
  video_format_IsSimilar at Base 2.0.0
  video_format_Print at Base 2.0.0
  video_format_ScaleCropAr at Base 2.0.0
  video_format_Setup at Base 2.0.0
+ video_format_TransformBy at Base 2.2.0~pre1
+ video_format_TransformTo at Base 2.2.0~pre1
  video_splitter_Delete at Base 2.0.0
  video_splitter_New at Base 2.0.0
  vlc_CPU at Base 2.0.0
@@ -574,6 +592,8 @@ libvlccore.so.7 libvlccore7 #MINVER#
  vlc_stat at Base 2.0.0
  vlc_str2keycode at Base 2.0.0
  vlc_strcasestr at Base 2.0.0
+ vlc_strerror at Base 2.2.0~pre1
+ vlc_strerror_c at Base 2.2.0~pre1
  vlc_testcancel at Base 2.0.0
  vlc_threadvar_create at Base 2.0.0
  vlc_threadvar_delete at Base 2.0.0
@@ -599,6 +619,7 @@ libvlccore.so.7 libvlccore7 #MINVER#
  vlm_MessageSimpleNew at Base 2.0.0
  vlm_New at Base 2.0.0
  vout_AreDisplayPicturesInvalid at Base 2.0.0
+ vout_ChangeAspectRatio at Base 2.2.0~pre1
  vout_Close at Base 2.0.0
  vout_DeleteDisplay at Base 2.0.0
  vout_EnableFilter at Base 2.0.0
@@ -629,6 +650,7 @@ libvlccore.so.7 libvlccore7 #MINVER#
  vout_SetWindowState at Base 2.0.0
  vout_display_GetDefaultDisplaySize at Base 2.0.0
  vout_display_PlacePicture at Base 2.0.0
+ vout_display_SendMouseMovedDisplayCoordinates at Base 2.2.0~pre1
  vout_window_Control at Base 2.0.0
  vout_window_Delete at Base 2.0.0
  vout_window_New at Base 2.0.0

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list