- Update to minitube 2.1.3 - Included a inhibit screensaver patch during playback - Included a patch to enable video download again. This feature is gone in minitube >= 2.1.2, because of a request from the Youtube legal team. This patch is disabled in the spec file (patch #2). OBS-URL: https://build.opensuse.org/request/show/202993 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=10
11 lines
310 B
Diff
11 lines
310 B
Diff
--- minitube.pro.orig 2013-09-06 16:22:58.000000000 +0200
|
|
+++ minitube.pro 2013-10-11 17:04:46.794004254 +0200
|
|
@@ -12,6 +12,7 @@
|
|
DEFINES *= QT_NO_DEBUG_OUTPUT
|
|
DEFINES *= QT_USE_QSTRINGBUILDER
|
|
DEFINES += QT_STRICT_ITERATORS
|
|
+DEFINES += APP_DOWNLOADS
|
|
|
|
TARGET = minitube
|
|
QT += network xml phonon sql script
|