public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/minitube/files: fix_headers_translations-0.3.patch
@ 2009-06-16 10:20 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-06-16 10:20 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/06/16 10:20:19

  Added:                fix_headers_translations-0.3.patch
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/minitube/files/fix_headers_translations-0.3.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/minitube/files/fix_headers_translations-0.3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/minitube/files/fix_headers_translations-0.3.patch?rev=1.1&content-type=text/plain

Index: fix_headers_translations-0.3.patch
===================================================================
Index: minitube/src/MainWindow.h
===================================================================
--- minitube.orig/src/MainWindow.h
+++ minitube/src/MainWindow.h
@@ -4,7 +4,10 @@
 #include <QtGui>
 #include "faderwidget/FaderWidget.h"
 #include "searchlineedit.h"
-#include <phonon>
+#include <phonon/audiooutput.h>
+#include <phonon/volumeslider.h>
+#include <phonon/mediaobject.h>
+#include <phonon/seekslider.h>
 #include "View.h"
 #include "SearchView.h"
 #include "MediaView.h"
Index: minitube/src/MediaView.h
===================================================================
--- minitube.orig/src/MediaView.h
+++ minitube/src/MediaView.h
@@ -3,7 +3,8 @@
 
 #include <QtGui>
 #include <QtNetwork>
-#include <phonon>
+#include <phonon/mediaobject.h>
+#include <phonon/videowidget.h>
 #include "View.h"
 #include "ListModel.h"
 #include "thaction.h"
Index: minitube/minitube.pro
===================================================================
--- minitube.orig/minitube.pro
+++ minitube/minitube.pro
@@ -1,5 +1,5 @@
 # If Phonon cannot be found, uncomment the following (and set the correct path)
-# INCLUDEPATH += /usr/include/phonon
+INCLUDEPATH += /usr/include/phonon
 CONFIG += release
 TEMPLATE = app
 QT += network \
Index: minitube/src/videowidget.h
===================================================================
--- minitube.orig/src/videowidget.h
+++ minitube/src/videowidget.h
@@ -2,7 +2,7 @@
 #define VIDEOWIDGET_H
 
 #include <QtGui>
-#include <phonon>
+#include <phonon/videowidget.h>
 
 class VideoWidget : public Phonon::VideoWidget {
 
Index: minitube/src/main.cpp
===================================================================
--- minitube.orig/src/main.cpp
+++ minitube/src/main.cpp
@@ -22,8 +22,7 @@ int main(int argc, char **argv) {
     app.installTranslator(&qtTranslator);
 
     // translations
-    QString localeDir = QCoreApplication::applicationDirPath()
-                        + QDir::separator() + "locale";
+    QString localeDir = "/usr/share/minitube/locale";
     QTranslator translator;
     translator.load(locale, localeDir);
     app.installTranslator(&translator);






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/minitube/files: fix_headers_translations-0.3.patch
@ 2009-11-16  5:03 Jonathan Callen (abcd)
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2009-11-16  5:03 UTC (permalink / raw
  To: gentoo-commits

abcd        09/11/16 05:03:17

  Removed:              fix_headers_translations-0.3.patch
  Log:
  Drop old versions and unused file
  (Portage version: -svn/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-16  5:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16  5:03 [gentoo-commits] gentoo-x86 commit in media-video/minitube/files: fix_headers_translations-0.3.patch Jonathan Callen (abcd)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-16 10:20 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox