- update to 2.2 * Subscriptions context menu: Unsubscribe, Mark as Watched * Added --stop-after-this command line switch * Added Stop After This Video Unity & Gnome 3 action * Fixed painting errors when scrolling playlist on Linux * Fixed bug with dragging playlist items from the thumbnail * Fixed some videos not playing * Updated translations - added patch for disable update check OBS-URL: https://build.opensuse.org/request/show/243638 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=13
11 lines
284 B
Diff
11 lines
284 B
Diff
--- minitube.pro.orig 2014-08-04 19:58:18.503898547 +0200
|
|
+++ minitube.pro 2014-08-04 19:58:40.847805951 +0200
|
|
@@ -12,6 +12,7 @@
|
|
DEFINES *= QT_NO_DEBUG_OUTPUT
|
|
DEFINES *= QT_USE_QSTRINGBUILDER
|
|
DEFINES += QT_STRICT_ITERATORS
|
|
+DEFINES += APP_DOWNLOADS
|
|
|
|
TARGET = $${APP_UNIX_NAME}
|
|
|