Package: tupi / 0.2+git08-6

Metadata

Package Version Patches format
tupi 0.2+git08-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
quazip.patch | (download)

qonf/test.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 correct library name


ffmpeg_2.9.patch | (download)

configure.tests/libav/main.cpp | 2 1 + 1 - 0 !
src/plugins/export/libavplugin/tlibavmoviegenerator.cpp | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 replace deprecated ffmpeg api


compare_version.patch | (download)

qonf/qmake.rb | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 compare version as integer

 When a string is split it will create substring and a comparison between
 them will compare the ascii. And so, 5.12.0 was turning out to be
 smaller than 5.4.0. Compare the integer value of the substrings.

include.patch | (download)

src/store/tupabstractserializable.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include qtgui

codec.patch | (download)

src/plugins/export/libavplugin/tlibavmoviegenerator.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use av_codec_flag_global_header

 Inspired by ffmpeg_4.patch

fix_quazip_path.patch | (download)

configure.tests/quazip/main.cpp | 4 2 + 2 - 0 !
configure.tests/quazip/quazip.pro | 2 1 + 1 - 0 !
configure.tests/quazip/quazip.qonf | 2 1 + 1 - 0 !
src/libtupi/tuppackagehandler.h | 4 2 + 2 - 0 !
tupiglobal.pri | 2 1 + 1 - 0 !
5 files changed, 7 insertions(+), 7 deletions(-)

 fix ftbfs.
 The include files of quazip are now available at /usr/include/quazip5.

include qpainter.patch | (download)

src/components/exposure/tupexposuretable.cpp | 2 2 + 0 - 0 !
src/framework/tgui/tslider.cpp | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 include qpainterpath

Thanks to Gustav Gonzalez for pointing it out.

1070 ruby 3.2.patch | (download)

configure.rb | 4 2 + 2 - 0 !
qonf/test.rb | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 adjust ruby code to work with ruby 3.2.
 Ruby 3.2 removed the File.exists? method.