2012-03-17 13:20:10 +00:00
|
|
|
#
|
|
|
|
# spec file for package libmlt
|
|
|
|
#
|
2019-01-10 13:44:34 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-03-17 13:20:10 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 690153 from home:alois:branches:multimedia:libs
- Update to version 6.14.0
* This version is mostly fixes plus a few API additions and
filters.
Framework:
* Added mlt_profile_lumas_dir().
* Added mlt_frame_get_unique_properties().
* Added mlt_playlist_reorder() and Mlt::Playlist::reorder().
* Added some new convenience constructors to mlt++
+ Producer(mlt_profile profile, const char *id, const char
*service = NULL)
+ Consumer(mlt_profile profile, const char *id , const char
*service = NULL)
+ Transition(mlt_profile profile, const char *id, const char
*arg = NULL)
+ Filter(mlt_profile profile, const char *id, const char
*service = NULL)
+ Tractor(mlt_profile profile, char *id, char *arg = NULL)
* Added Mlt::Transition::connect(Service&).
* Added unit tests for mlt_playlist.
* Fixed a crash on invalid transition track values in
mlt_transition.
* Fixed a deadlock regression in v6.12.0 of mlt_consumer when
starting from
a paused state (producer speed=0).
Modules:
* The avformat module now requires at least FFmpeg v2.4 or
Libav 12.
* Added mask_start and mask_apply filters to the core module.
* Added qtext filter to qt module.
* Changed dynamictext and timer filters to use qtext.
* Fixed number of digits for seconds in timer filter.
* Added mlt_image_format property to color producer.
* Improved color accuracy of libswscale RGB->YUV conversion.
* Fixed frei0r producer not working with tractor.
* Fixed decklink consumer stalling on dropped frames.
* Generate lumas for 16:9, 9:16 (vertical), and square aspect
ratios.
* Fixed crash in qimage when alpha_size is zero.
* Fixed the mlt_consumer channels property not being passed to
multi consumer.
* Fixed the shape filter for full range color and crashes.
* Converted the shape filter to use mlt_animation.
* Added a use_mix property to the shape filter.
* Fixed invert=1 and mix=100 gives wrong image in shape filter.
* Fixed a possible free null pointer in the linsys sdi
consumer.
* Fixed using destroyed temporary object in qimage.
* Fixed a possible null pointer dereference in the
spot_remover filter.
* Fixed memory leak on swr_convert() failure in swresample
filter.
* Fixed possible null pointer dereference in affine when not
using rect.
* Fixed loading image sequence on Windows in qimage.
* Fixed some null pointer crashes using Movit opengl services.
* Fixed sdl2 consumer crashes during initialization on Linux
or BSD.
* Fixed distorted image using melt_file.
* Fixed qimage build on Qt version < 5.5.
* Added offset property to the timer filter.
* Changed the boxblur hori & vert properties' minimum to 0.
* Fixed crash in duplicate frame on rotated videos.
* Added automatic scaling and padding to avfilter.
* Fixed field order when encoding progressive as interlace.
* Fixed frei0r plugins to use the number of slices from the
threads property.
* Fixed over compositing with transparent clips in luma
transition.
* Added sliced processing to dissolve-with-alpha using the
threads property.
* Added createdate keyword to dynamictext filter.
* Fixed possible crash changing audio_index in avformat
producer.
* Fixed small memory leaks in xml consumer, jackrack, and
timewarp producer.
* Fixed compiling opencv module with OpenCV > 3.
Other:
* Added vertical video profiles:
+ vertical_hd_30
+ vertical_hd_60
* Mlt++ now requires C++11 compiler support.
* Added --disable-windeploy to configure to keep bin & lib
folders on Windows.
* Added support for consumer in & out to melt.
* Fixed color accuracy of lossless/Ut Video preset and use
pix_fmt yuv422p.
* Fixed x264 lossless preset to use crf=0.
* Fixed compiling with mingw32.
* Fixed build with Python 3.
OBS-URL: https://build.opensuse.org/request/show/690153
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=103
2019-03-31 08:21:45 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-03-17 13:20:10 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2013-05-02 10:32:35 +00:00
|
|
|
# Dan Dennedy asked to disable it since it's buggy and unmaintained (see e.g. http://www.kdenlive.org/mantis/view.php?id=3070)
|
|
|
|
%bcond_with vdpau
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%define _name mlt
|
|
|
|
%define libname lib%{_name}
|
2019-05-08 07:39:29 +00:00
|
|
|
%define lversion 6.16.0
|
2013-06-30 09:51:22 +00:00
|
|
|
%define soname 6
|
2012-03-17 13:20:10 +00:00
|
|
|
%define _name_pp %{_name}++
|
|
|
|
%define libname_pp lib%{_name_pp}
|
|
|
|
%define soname_pp 3
|
|
|
|
|
|
|
|
Name: %{libname}
|
2019-05-08 07:39:29 +00:00
|
|
|
Version: 6.16.0
|
2012-03-17 13:20:10 +00:00
|
|
|
Release: 0
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Multimedia framework for television broadcasting
|
2018-06-20 10:37:34 +00:00
|
|
|
License: GPL-3.0-or-later
|
2017-07-07 03:49:01 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2015-08-08 06:22:57 +00:00
|
|
|
Url: http://www.mltframework.org
|
2018-06-20 10:37:34 +00:00
|
|
|
Source0: https://github.com/mltframework/mlt/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
|
2012-08-30 23:14:36 +00:00
|
|
|
# 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
|
2018-01-24 15:56:44 +00:00
|
|
|
|
2016-11-14 16:46:32 +00:00
|
|
|
BuildRequires: fdupes
|
2018-06-20 10:37:34 +00:00
|
|
|
%if 0%{?suse_version} >= 1500
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: gcc-c++
|
2017-07-13 12:22:39 +00:00
|
|
|
%else
|
2018-01-24 15:56:44 +00:00
|
|
|
BuildRequires: gcc7
|
|
|
|
BuildRequires: gcc7-c++
|
2017-07-13 12:22:39 +00:00
|
|
|
#!Buildignore: libgcc_s1
|
|
|
|
%endif
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: ladspa-devel
|
|
|
|
BuildRequires: pkg-config
|
2015-04-21 05:33:24 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
2016-05-03 16:11:54 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
2015-04-21 05:33:24 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
2013-04-19 15:36:45 +00:00
|
|
|
BuildRequires: pkgconfig(alsa)
|
2016-05-03 16:11:54 +00:00
|
|
|
BuildRequires: pkgconfig(fftw3)
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(frei0r)
|
2012-06-18 16:04:35 +00:00
|
|
|
BuildRequires: pkgconfig(gdk-2.0)
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(jack)
|
|
|
|
BuildRequires: pkgconfig(libdv)
|
2014-11-04 09:58:19 +00:00
|
|
|
BuildRequires: pkgconfig(libexif)
|
2016-05-03 16:11:54 +00:00
|
|
|
BuildRequires: pkgconfig(libpulse)
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(libquicktime)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2017-08-05 06:45:33 +00:00
|
|
|
BuildRequires: pkgconfig(movit)
|
2018-03-11 11:28:10 +00:00
|
|
|
#!BuildIgnore: opencv-qt5-devel
|
2018-06-20 10:37:34 +00:00
|
|
|
BuildRequires: pkgconfig(libavcodec)
|
|
|
|
BuildRequires: pkgconfig(libavdevice)
|
|
|
|
BuildRequires: pkgconfig(libavformat)
|
|
|
|
BuildRequires: pkgconfig(libavutil)
|
|
|
|
BuildRequires: pkgconfig(libpostproc)
|
|
|
|
BuildRequires: pkgconfig(libswscale)
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(pango)
|
|
|
|
BuildRequires: pkgconfig(pangoft2)
|
|
|
|
BuildRequires: pkgconfig(samplerate)
|
2018-03-05 12:49:28 +00:00
|
|
|
BuildRequires: pkgconfig(sdl2)
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(sox)
|
2014-10-27 15:03:30 +00:00
|
|
|
BuildRequires: pkgconfig(vidstab)
|
2012-03-17 13:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(vorbisfile)
|
2013-05-02 10:32:35 +00:00
|
|
|
%if %{with vdpau}
|
2012-08-05 02:08:35 +00:00
|
|
|
BuildRequires: pkgconfig(vdpau)
|
2012-06-18 16:04:35 +00:00
|
|
|
# VDPAU support requires it
|
|
|
|
BuildRequires: pkgconfig(x11)
|
2012-03-17 13:20:10 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers. The functionality of the system is
|
|
|
|
provided via an assortment of tools, XML authoring components, and an
|
|
|
|
plug-in based API.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n %{libname}%{soname}
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: C library API for the MLT multimedia framework
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n %{libname}%{soname}
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
|
|
|
|
This subpackage contains the C library API for MLT.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package devel
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Development files for MLT's C language API
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{libname}%{soname} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
|
|
|
|
This subpackage contains the headers to make use of the MLT C API.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n %{libname_pp}%{soname_pp}
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: C++ library API for the MLT multimedia framework
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n %{libname_pp}%{soname_pp}
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
|
|
|
|
This subpackage contains the C++ library API for MLT.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n %{libname_pp}-devel
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Development files for MLT's C++ language API
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{libname_pp}%{soname_pp} = %{version}
|
|
|
|
Requires: %{libname}-devel = %{version}
|
|
|
|
|
|
|
|
%description -n %{libname_pp}-devel
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
|
|
|
|
This subpackage contains the headers to make use of the MLT C++ API.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n melt
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Multimedia framework for television broadcasting
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: Productivity/Multimedia/Video/Editors and Convertors
|
2018-01-24 15:56:44 +00:00
|
|
|
Provides: melt%{soname} = %{version}
|
|
|
|
Obsoletes: melt%{soname} < %{version}
|
|
|
|
Requires: %{libname}%{soname}-data = %{version}
|
|
|
|
Requires: %{libname}%{soname}-modules = %{version}
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%description -n melt
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
|
2018-01-24 15:56:44 +00:00
|
|
|
The functionality of the system is provided via an assortment of
|
|
|
|
tools, XML authoring components, and an plug-in based API.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n %{libname}%{soname}-modules
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Modules for the MLT multimedia framework
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: Productivity/Multimedia/Video/Editors and Convertors
|
|
|
|
Recommends: frei0r-plugins
|
2012-08-07 22:45:04 +00:00
|
|
|
Provides: mlt(%{soname})(avformat)
|
2013-05-02 10:32:35 +00:00
|
|
|
%if %{with vdpau}
|
2012-08-17 13:10:10 +00:00
|
|
|
# I would recommend it, but to the best of my knowledge nobody but nvidia provides a backend
|
|
|
|
Suggests: %(rpm -qf $(readlink -e %{_libdir}/libvdpau.so) --qf '%{NAME}')
|
2012-08-07 22:45:04 +00:00
|
|
|
%endif
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%description -n %{libname}%{soname}-modules
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
|
|
|
|
The functionality of the system is provided via an assortment of
|
|
|
|
tools, XML authoring components, and an plug-in based API.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n %{libname}%{soname}-data
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Architecture-independent data files for the MLT multimedia framework
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: Productivity/Multimedia/Video/Editors and Convertors
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n %{libname}%{soname}-data
|
2017-07-07 03:49:01 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%package -n python-%{_name}
|
2017-07-07 03:49:01 +00:00
|
|
|
Summary: Python bindings for the MLT multimedia framework
|
2012-03-17 13:20:10 +00:00
|
|
|
Group: Development/Languages/Python
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: swig
|
2012-08-25 14:35:26 +00:00
|
|
|
Requires: %{libname_pp}%{soname_pp} >= %{version}
|
|
|
|
Requires: %{libname}%{soname} >= %{version}
|
2012-03-17 13:20:10 +00:00
|
|
|
%{py_requires}
|
2012-08-07 22:45:04 +00:00
|
|
|
Provides: python-%{_name}%{soname}
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%description -n python-%{_name}
|
2018-01-24 15:56:44 +00:00
|
|
|
MLT is a multimedia framework for television broadcasting. It
|
|
|
|
provides a toolkit for broadcasters, video editors, media players,
|
|
|
|
transcoders and web streamers.
|
|
|
|
This package contains python bindings.
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%prep
|
2018-06-20 10:37:34 +00:00
|
|
|
%setup -q -n %{_name}-%{version}
|
2012-08-05 02:08:35 +00:00
|
|
|
%patch1
|
2012-03-17 13:20:10 +00:00
|
|
|
|
2012-08-17 13:10:10 +00:00
|
|
|
# To complement libmlt-0.8.0-vdpau.patch.
|
|
|
|
# When vdpau support is not compiled it will break the code. Doesn't matter because the code will not be used anyway.
|
|
|
|
VDPAU_SONAME=$(objdump -p $(readlink -e %{_libdir}/libvdpau.so) | grep SONAME | sed 's/.*SONAME.* //' | tr -d '\n')
|
|
|
|
sed "s/__VDPAU_SONAME__/${VDPAU_SONAME}/" -i src/modules/avformat/vdpau.c
|
|
|
|
|
2012-03-17 13:20:10 +00:00
|
|
|
%build
|
2017-07-13 12:22:39 +00:00
|
|
|
test -x "$(type -p gcc-7)" && export CC=gcc-7
|
|
|
|
test -x "$(type -p g++-7)" && export CXX=g++-7
|
2018-10-21 08:08:11 +00:00
|
|
|
|
|
|
|
# WARNING: building opencv module causes multicore issues - boo#1068792
|
|
|
|
%configure --disable-opencv \
|
2018-04-02 05:49:38 +00:00
|
|
|
--enable-sdl2 \
|
2012-11-27 22:34:12 +00:00
|
|
|
%ifnarch %{ix86} x86_64
|
|
|
|
--disable-mmx \
|
|
|
|
--disable-sse \
|
|
|
|
--disable-sse2 \
|
|
|
|
%endif
|
2018-01-24 15:56:44 +00:00
|
|
|
--enable-debug \
|
2012-11-27 22:34:12 +00:00
|
|
|
--enable-gpl --enable-gpl3 \
|
2012-03-17 13:20:10 +00:00
|
|
|
%ifarch i586
|
|
|
|
--disable-mmx \
|
|
|
|
%endif
|
2013-05-02 10:32:35 +00:00
|
|
|
%if %{with vdpau}
|
2012-06-18 16:04:35 +00:00
|
|
|
--avformat-vdpau \
|
|
|
|
%endif
|
2013-06-30 09:51:22 +00:00
|
|
|
--enable-extra-versioning \
|
2012-03-17 13:20:10 +00:00
|
|
|
--swig-languages=python
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2012-11-30 11:01:04 +00:00
|
|
|
install -Dpm 0644 docs/melt.1 %{buildroot}%{_mandir}/man1/melt%{soname}.1
|
|
|
|
ln -s melt%{soname}.1 %{buildroot}%{_mandir}/man1/melt.1
|
2012-03-17 13:20:10 +00:00
|
|
|
install -Dpm 0644 src/swig/python/_%{_name}.so '%{buildroot}%{python_sitearch}/_%{_name}.so'
|
2012-08-07 22:45:04 +00:00
|
|
|
install -Dpm 0644 src/swig/python/%{_name}.py '%{buildroot}%{python_sitearch}/%{_name}.py'
|
2012-03-17 13:20:10 +00:00
|
|
|
|
2012-08-16 11:28:37 +00:00
|
|
|
# Get the modules that need data
|
|
|
|
for MODULE in %{buildroot}%{_libdir}/mlt-%{soname}/libmlt*.so; do
|
|
|
|
echo $MODULE
|
|
|
|
MODULEDIR=%{_datadir}/mlt-%{soname}/$(echo $MODULE | sed 's|%{buildroot}%{_libdir}/mlt-%{soname}/libmlt\(.*\).so|\1|')
|
|
|
|
echo $MODULEDIR
|
|
|
|
if [ -e %{buildroot}$MODULEDIR ]; then
|
|
|
|
echo Done $MODULEDIR
|
|
|
|
echo $MODULEDIR >> module_data.dirs
|
|
|
|
fi;
|
|
|
|
done
|
|
|
|
|
|
|
|
# Pure data modules
|
|
|
|
for MODULE in feeds lumas; do
|
|
|
|
echo %{_datadir}/mlt-%{soname}/$MODULE >> module_data.dirs
|
|
|
|
done
|
|
|
|
|
2013-06-30 09:51:22 +00:00
|
|
|
# Remove the unversioned symbolic links
|
|
|
|
rm -f %{buildroot}%{_libdir}/mlt
|
|
|
|
rm -f %{buildroot}%{_datadir}/mlt
|
2012-11-30 11:01:04 +00:00
|
|
|
|
2016-11-14 16:46:32 +00:00
|
|
|
# remove dupes
|
|
|
|
%fdupes -s %{buildroot}%{_datadir}/mlt-6
|
|
|
|
|
2012-03-17 13:20:10 +00:00
|
|
|
%post -n %{libname}%{soname} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n %{libname}%{soname} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n %{libname_pp}%{soname_pp} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n %{libname_pp}%{soname_pp} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %{libname}%{soname}
|
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
%{_libdir}/lib%{_name}.so.%{soname}
|
2018-05-06 13:29:28 +00:00
|
|
|
%{_libdir}/lib%{_name}.so.%{lversion}
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
%{_libdir}/lib%{_name}.so
|
|
|
|
%{_includedir}/%{_name}
|
|
|
|
%{_libdir}/pkgconfig/%{_name}-framework.pc
|
|
|
|
|
|
|
|
%files -n %{libname_pp}%{soname_pp}
|
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
%{_libdir}/lib%{_name_pp}.so.%{soname_pp}
|
2018-05-06 13:29:28 +00:00
|
|
|
%{_libdir}/lib%{_name_pp}.so.%{lversion}
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%files -n %{libname_pp}-devel
|
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
%{_libdir}/lib%{_name_pp}.so
|
|
|
|
%{_includedir}/%{_name_pp}
|
|
|
|
%{_libdir}/pkgconfig/%{_name_pp}.pc
|
|
|
|
|
2018-01-24 15:56:44 +00:00
|
|
|
%files -n melt
|
2012-11-30 11:01:04 +00:00
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
%attr(0755, root, root) %{_bindir}/melt%{soname}
|
|
|
|
%{_mandir}/man1/melt%{soname}.1%{ext_man}
|
2014-11-11 11:38:40 +00:00
|
|
|
%{_bindir}/melt
|
2012-03-17 13:20:10 +00:00
|
|
|
%{_mandir}/man1/melt.1%{ext_man}
|
|
|
|
|
2012-08-16 11:28:37 +00:00
|
|
|
%files -n %{libname}%{soname}-modules -f module_data.dirs
|
2012-03-17 13:20:10 +00:00
|
|
|
%defattr(0644, root, root, 0755)
|
2018-01-24 15:56:44 +00:00
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
|
|
|
%license GPLv3 COPYING GPL
|
2012-08-07 22:45:04 +00:00
|
|
|
%{_libdir}/%{_name}-%{soname}/
|
2012-08-16 11:28:37 +00:00
|
|
|
%dir %{_datadir}/%{_name}-%{soname}/
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%files -n %{libname}%{soname}-data
|
|
|
|
%defattr(0644, root, root, 0755)
|
2012-08-16 11:28:37 +00:00
|
|
|
%dir %{_datadir}/%{_name}-%{soname}/
|
|
|
|
%{_datadir}/%{_name}-%{soname}/metaschema.yaml
|
|
|
|
%{_datadir}/%{_name}-%{soname}/profiles/
|
|
|
|
%{_datadir}/%{_name}-%{soname}/presets/
|
2014-10-27 15:03:30 +00:00
|
|
|
%{_datadir}/%{_name}-%{soname}/vid.stab/
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%files -n python-%{_name}
|
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
%{python_sitearch}/_%{_name}.so
|
2012-08-07 22:45:04 +00:00
|
|
|
%{python_sitearch}/%{_name}.py
|
2012-03-17 13:20:10 +00:00
|
|
|
|
|
|
|
%changelog
|