Accepting request 321295 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/321295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=24
This commit is contained in:
commit
65c1dbabc3
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 19:36:26 UTC 2015 - fisiu@opensuse.org
|
||||
|
||||
- Update to 0.9.8
|
||||
+ Framework
|
||||
* Added mlt_service_disconnect_producer() and
|
||||
Mlt::Service::disconnect_producer().
|
||||
* Added mlt_multitrack_disconnect() and Mlt::Multitrack::disconnect().
|
||||
* Added mlt_tractor_remove_track() and Mlt::Tractor::remove_track().
|
||||
* Added mlt_service_insert_producer() and Mlt::Service::insert_producer().
|
||||
* Added mlt_multitrack_insert() and Mlt::Multitrack::insert().
|
||||
* Added mlt_tractor_insert_track() and Mlt::Tractor::insert_track().
|
||||
* Added mlt_transition_set_tracks() and Mlt::Transition::set_tracks().
|
||||
* Added Mlt::Properties::get_animation().
|
||||
* Added Mlt::Properties::get_anim().
|
||||
* Added Mlt:Animation class with methods: length(), is_key(),
|
||||
keyframe_type(), get_item(), next_key(), previous_key(), set_length(),
|
||||
remove(), interpolate(), serialize_cut().
|
||||
* Added mlt_animation_key_count() and Mlt::Animation::key_count().
|
||||
* Added mlt_animation_key_get() and Mlt::Animation::key_get().
|
||||
+ Modules
|
||||
* Added audiowaveform video filter.
|
||||
* Added fft audio filter.
|
||||
* Added dance video filter (uses fft).
|
||||
* Added lighshow video filter (uses fft).
|
||||
* Added distort property to movit.rect video filter.
|
||||
* Added rotate property to pango video producer.
|
||||
* Added 2K DCI and 4K modes to decklink producer and consumer.
|
||||
* Added audiomap (channel remapping) filter.
|
||||
* Added property animation to all LADSPA audio filters and producers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 10:41:02 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -32,13 +32,13 @@
|
||||
%define soname_pp 3
|
||||
|
||||
Name: %{libname}
|
||||
Version: 0.9.6
|
||||
Version: 0.9.8
|
||||
Release: 0
|
||||
Summary: Multimedia framework designed and developed for television broadcasting
|
||||
License: GPL-3.0+
|
||||
Group: System/Libraries
|
||||
Url: http://%{_name}.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/%{_name}/%{_name}/%{_name}-%{version}.tar.gz
|
||||
Url: http://www.mltframework.org
|
||||
Source0: https://github.com/mltframework/mlt/archive/v%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE libmlt-0.8.2-vdpau.patch reddwarf@opensuse.org -- Make VDPAU support work without the devel package
|
||||
Patch1: libmlt-0.8.2-vdpau.patch
|
||||
# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype upstream recommends using their macros together with
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab999992828a03dadbf62f6a131aada776cfd7afe63a94d994877fdba31a3000
|
||||
size 1242448
|
3
v0.9.8.tar.gz
Normal file
3
v0.9.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1214d6ad7fd1c3d36f0b1e64fd1c8d8a7ab6290e8452396003e79d58c0d21074
|
||||
size 1263364
|
Loading…
x
Reference in New Issue
Block a user