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
@@ -17,6 +14,7 @@
libges-1.0.so.0:ges_asset_request_finish
libges-1.0.so.0:ges_asset_set_proxy
libges-1.0.so.0:ges_asset_try_proxy
+libges-1.0.so.0:ges_asset_unproxy
libges-1.0.so.0:ges_audio_source_get_type
libges-1.0.so.0:ges_audio_test_source_get_freq
libges-1.0.so.0:ges_audio_test_source_get_type
@@ -50,6 +48,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 +57,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 +87,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 +271,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,20 +1,29 @@
name : gstreamer-editing-services
-version : 1.8.2
-release : 5
+version : 1.12.3
+release : 6
source :
- - https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-1.8.2.tar.xz : a1d57ff9461407cca1f6e7a9f31a5bdb73f73f33c488a3e3318b27e10a4332ae
-license : LGPL-2.0
+ - https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-1.12.3.tar.xz : 032e2fd040079259aec060d526bcb021c670f8d953219c229f80fdc541465f76
+license :
+ - GPL-2.0
+ - LGPL-2.1
+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(atk-bridge-2.0)
- pkgconfig(gio-2.0)
- - pkgconfig(gstreamer-pbutils-1.0)
- - pkgconfig(gstreamer-video-1.0)
+ - pkgconfig(gstreamer-plugins-bad-1.0) # check
+ - pkgconfig(gstreamer-plugins-base-1.0)
- pkgconfig(libxml-2.0)
+ - gstreamer-1.0-plugins-good # check
setup : |
- %configure --disable-static
+ %configure --disable-static \
+ --with-package-name="GStreamer ${version} Solus" \
+ --with-package-origin=https://solus-project.com
build : |
%make
install : |
%make_install
+check : |
+ %make check
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,21 @@
gstreamer-editing-services
- Ikey Doherty
- ikey@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
- LGPL-2.0
+ GPL-2.0
+ LGPL-2.1
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 +26,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 +45,12 @@
-
- 2016-08-07
- 1.8.2
+
+ 2017-09-19
+ 1.12.3
Packaging update
- Ikey Doherty
- ikey@solus-project.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file