diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -1,6 +1,3 @@ -libges-1.0.so.0:_ges_container_get_priority_offset -libges-1.0.so.0:_ges_container_set_height -libges-1.0.so.0:_ges_container_set_priority_offset libges-1.0.so.0:ges_add_missing_uri_relocation_uri libges-1.0.so.0:ges_asset_cache_lookup libges-1.0.so.0:ges_asset_extract @@ -50,6 +47,7 @@ libges-1.0.so.0:ges_clip_set_top_effect_index libges-1.0.so.0:ges_clip_set_top_effect_priority libges-1.0.so.0:ges_clip_split +libges-1.0.so.0:ges_command_line_formatter_get_help libges-1.0.so.0:ges_command_line_formatter_get_type libges-1.0.so.0:ges_container_add libges-1.0.so.0:ges_container_edit @@ -58,6 +56,7 @@ libges-1.0.so.0:ges_container_group libges-1.0.so.0:ges_container_remove libges-1.0.so.0:ges_container_ungroup +libges-1.0.so.0:ges_deinit libges-1.0.so.0:ges_edge_get_type libges-1.0.so.0:ges_edit_mode_get_type libges-1.0.so.0:ges_effect_asset_get_type @@ -87,6 +86,7 @@ libges-1.0.so.0:ges_layer_add_clip libges-1.0.so.0:ges_layer_get_auto_transition libges-1.0.so.0:ges_layer_get_clips +libges-1.0.so.0:ges_layer_get_clips_in_interval libges-1.0.so.0:ges_layer_get_duration libges-1.0.so.0:ges_layer_get_priority libges-1.0.so.0:ges_layer_get_timeline @@ -270,10 +270,10 @@ libges-1.0.so.0:ges_timeline_element_set_start libges-1.0.so.0:ges_timeline_element_set_timeline libges-1.0.so.0:ges_timeline_element_trim -libges-1.0.so.0:ges_timeline_emit_group_removed libges-1.0.so.0:ges_timeline_get_auto_transition libges-1.0.so.0:ges_timeline_get_duration libges-1.0.so.0:ges_timeline_get_element +libges-1.0.so.0:ges_timeline_get_groups libges-1.0.so.0:ges_timeline_get_layer libges-1.0.so.0:ges_timeline_get_layers libges-1.0.so.0:ges_timeline_get_pad_for_track diff --git a/component.xml b/component.xml deleted file mode 100644 --- a/component.xml +++ /dev/null @@ -1,4 +0,0 @@ - - multimedia.gstreamer - - diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,19 +1,22 @@ name : gstreamer-editing-services -version : 1.8.2 -release : 5 +version : 1.12.2 +release : 6 source : - - https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-1.8.2.tar.xz : a1d57ff9461407cca1f6e7a9f31a5bdb73f73f33c488a3e3318b27e10a4332ae + - https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-1.12.2.tar.xz : 59c75497b53d36f020cb0cb7c7b9ae7545f5b47fd6e4406d4f3391741071202e license : LGPL-2.0 +component : multimedia.gstreamer summary : Library for creating audio/video editors description: | - Library for creating audio/video editors + The "GStreamer Editing Services" is a library to simplify the creation of multimedia editing applications. Based on the GStreamer multimedia framework and the GNonLin set of plugins, its goals are to suit all types of editing-related applications. builddeps : - pkgconfig(gio-2.0) - - pkgconfig(gstreamer-pbutils-1.0) - - pkgconfig(gstreamer-video-1.0) + - pkgconfig(gstreamer-plugins-base-1.0) - pkgconfig(libxml-2.0) setup : | - %configure --disable-static + %configure --disable-static \ + --with-gtk=3.0 \ + --with-package-name="GStreamer 1.12.2 Solus" \ + --with-package-origin=https://solus-project.com build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,20 +2,20 @@ gstreamer-editing-services - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net LGPL-2.0 multimedia.gstreamer Library for creating audio/video editors - Library for creating audio/video editors + The "GStreamer Editing Services" is a library to simplify the creation of multimedia editing applications. Based on the GStreamer multimedia framework and the GNonLin set of plugins, its goals are to suit all types of editing-related applications. https://solus-project.com/sources/README.Solus gstreamer-editing-services Library for creating audio/video editors - Library for creating audio/video editors + The "GStreamer Editing Services" is a library to simplify the creation of multimedia editing applications. Based on the GStreamer multimedia framework and the GNonLin set of plugins, its goals are to suit all types of editing-related applications. multimedia.gstreamer @@ -25,16 +25,17 @@ /usr/lib64/lib*.so.* /usr/share/bash-completion/completions/ges-launch-1.0 /usr/share/gir-1.0/GES-1.0.gir + /usr/share/man gstreamer-editing-services-devel Development files for gstreamer-editing-services - Library for creating audio/video editors + The "GStreamer Editing Services" is a library to simplify the creation of multimedia editing applications. Based on the GStreamer multimedia framework and the GNonLin set of plugins, its goals are to suit all types of editing-related applications. programming.devel - gstreamer-editing-services + gstreamer-editing-services /usr/include/ @@ -43,12 +44,12 @@ - - 2016-08-07 - 1.8.2 + + 2017-07-15 + 1.12.2 Packaging update - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file