Notices


Reply
Thread Tools
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#21
Does this help for building under Diablo ?

Code:
diff --git a/debian/control b/debian/control
index c8e49e2..c8a9450 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tomamp
 Section: user/multimedia
 Priority: extra
 Maintainer: Tamas Marki <tmarki@gmail.com>
-Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.5.0)
+Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.6.0) | libqt4-phonon-dev (>> 4.5.0), libqt4-dev (>> 4.5.0)
 Standards-Version: 3.8.0
 Homepage: http://tmarki.com/wp/tomamp
 XSBC-Bugtracker: mailto:tmarki@gmail.com
diff --git a/tomamp/mainwindow.cpp b/tomamp/mainwindow.cpp
index 349cce5..fb47038 100644
--- a/tomamp/mainwindow.cpp
+++ b/tomamp/mainwindow.cpp
@@ -44,7 +44,7 @@ MainWindow::MainWindow()
     int curind = settings.value("currentIndex", -1).toInt ();
     if (curind >= 0)
         setItem (curind, false);
-    audioOutput->setVolume(settings.value("volume", .5).toReal());
+    audioOutput->setVolume(settings.value("volume", .5).toDouble());
     QApplication::setWindowIcon(QIcon (QPixmap (":images/tomamp")));
 }
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Posts: 54 | Thanked: 104 times | Joined on Jan 2010 @ Serbia
#22
Good news, Diablo users!

Thanks to attila77's help, there is now a Diablo build of version 0.1 in the repositories (extras-devel).

As I have no access to Diablo devices, I would be very happy if people could test it and report back how it works.

Tamas
 

The Following 3 Users Say Thank You to TMarki For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#23
Originally Posted by TMarki View Post
Thanks to attila77's help, there is now a Diablo build of version 0.1 in the repositories (extras-devel).

As I have no access to Diablo devices, I would be very happy if people could test it and report back how it works.
Errm, the package contains no executable
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 54 | Thanked: 104 times | Joined on Jan 2010 @ Serbia
#24
Diablo package postponed. Volunteers wanted.
 
Posts: 78 | Thanked: 12 times | Joined on Aug 2010 @ the holy land
#25
HD support?
overclock the DSP will help????
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#26
Originally Posted by TMarki View Post
Diablo package postponed. Volunteers wanted.
What's the holdup ? I built the package just fine from github (+my patch)... It looks funny (...) and it doesn't play mp3's for some reason (you don't depend on the gstreamer plugins - you should IMHO).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 54 | Thanked: 104 times | Joined on Jan 2010 @ Serbia
#27
The diablo build's link stage fails for some reason (doesn't find the resource file).

Since I'm already working on new features, I'd rather get back to the Diablo build when I'm ready with version 0.2.

Diablo users should hold on for a little longer.
 
Posts: 739 | Thanked: 220 times | Joined on Dec 2009 @ Surrey, UK
#28
could this work with grooveshark?
__________________
There is a way that seems right to a man, but in the end it leads to death. Proverbs 14:12
 
Posts: 54 | Thanked: 104 times | Joined on Jan 2010 @ Serbia
#29
I don't use Grooveshark, but I read that they use simple mp3 streams, so if you can find a stream URL somewhere that you can use in Winamp or similar programs that support Ahoutcast streaming then it will most likely work in Tomamp too.
 

The Following User Says Thank You to TMarki For This Useful Post:
Posts: 161 | Thanked: 85 times | Joined on Feb 2010
#30
can you implement a queue like in winamp?.. (ex; press q, and that will be next track.. ) this will make it the definitive player 4me!! thanks again.. is already my fav one
 

The Following User Says Thank You to erniadeldesktop For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 22:29.