Package: tupi / 0.2+git08-6
Metadata
Package | Version | Patches format |
---|---|---|
tupi | 0.2+git08-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
quazip.patch | (download) |
qonf/test.rb |
4 2 + 2 - 0 ! |
correct library name |
ffmpeg_2.9.patch | (download) |
configure.tests/libav/main.cpp |
2 1 + 1 - 0 ! |
replace deprecated ffmpeg api |
compare_version.patch | (download) |
qonf/qmake.rb |
6 3 + 3 - 0 ! |
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 ! |
include qtgui |
codec.patch | (download) |
src/plugins/export/libavplugin/tlibavmoviegenerator.cpp |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
include qpainterpath Thanks to Gustav Gonzalez for pointing it out. |
1070 ruby 3.2.patch | (download) |
configure.rb |
4 2 + 2 - 0 ! |
adjust ruby code to work with ruby 3.2. Ruby 3.2 removed the File.exists? method. |