diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-05-20 20:52:56 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-05-20 20:52:56 +0800 |
commit | 1b53bac478c86a85a88abd7eba56295c8f2b2f30 (patch) | |
tree | 96ee799f2f28e7a17744029080f2c153dc3addb9 /polish/qnapi/files | |
parent | 1f59850d36d31013c95d3b9c21bb921ecfff079b (diff) | |
download | freebsd-ports-gnome-1b53bac478c86a85a88abd7eba56295c8f2b2f30.tar.gz freebsd-ports-gnome-1b53bac478c86a85a88abd7eba56295c8f2b2f30.tar.zst freebsd-ports-gnome-1b53bac478c86a85a88abd7eba56295c8f2b2f30.zip |
Update to version 0.2.3
- application translated to English and Italian languages
- completely rewritten configuration subsystem
- code separated into two subprojects: libqnapi and gui
- selecting target format/extension from command line interface - #65
- fixed problem with color information loss during subtitles conversion - #100
- Linux x86_64 AppImage binary available
Diffstat (limited to 'polish/qnapi/files')
-rw-r--r-- | polish/qnapi/files/patch-gui_gui.pro | 10 | ||||
-rw-r--r-- | polish/qnapi/files/patch-qnapi.pro | 18 |
2 files changed, 28 insertions, 0 deletions
diff --git a/polish/qnapi/files/patch-gui_gui.pro b/polish/qnapi/files/patch-gui_gui.pro new file mode 100644 index 000000000000..7f379e1b8b7b --- /dev/null +++ b/polish/qnapi/files/patch-gui_gui.pro @@ -0,0 +1,10 @@ +--- gui/gui.pro.orig 2017-05-19 20:28:11 UTC ++++ gui/gui.pro +@@ -81,6 +81,7 @@ unix:!macx { + DESTDIR = ../ + CONFIG += link_pkgconfig + PKGCONFIG += libmediainfo ++ LIBS += -lmaia + } + + macx { diff --git a/polish/qnapi/files/patch-qnapi.pro b/polish/qnapi/files/patch-qnapi.pro new file mode 100644 index 000000000000..0cc9df032c05 --- /dev/null +++ b/polish/qnapi/files/patch-qnapi.pro @@ -0,0 +1,18 @@ +--- qnapi.pro.orig 2017-05-19 16:50:58 UTC ++++ qnapi.pro +@@ -12,14 +12,7 @@ unix { + target.files += qnapi + target.path = $${INSTALL_PREFIX}/bin + doc.path = $${INSTALL_PREFIX}/share/doc/qnapi +- doc.files = doc/ChangeLog \ +- doc/LICENSE \ +- doc/LICENSE-pl \ +- doc/COPYRIGHT \ +- doc/qnapi-download.desktop \ +- doc/qnapi-scan.desktop \ +- doc/qnapi-download.schemas \ +- doc/qnapi-scan.schemas ++ doc.files = doc/ChangeLog + man.path = $${INSTALL_PREFIX}/share/man/man1/ + man.files = doc/man/qnapi.1.gz + man_it.path = $${INSTALL_PREFIX}/share/man/it/man1/ |