Author Topic: Smplayer  (Read 3987 times)

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
Smplayer
« on: February 15, 2007, 05:51:56 am »
Quote
2or0, where did you found 0.1.9 ... All I find is 0.1.5 and some date-named version. I want to recompile it for beta3, and to try to use atty's mplayer (not sure if it will work, but want to try it) because it has unknown command line options passed to 'mplayer' executable, and does not work
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

When you follow the link to forum in project website, you can find the newer version of smplayer ( [a href=\"http://www.phpbbplanet.com/smplayer/viewtopic.php?t=38&mforum=smplayer]http://www.phpbbplanet.com/smplayer/viewto...mforum=smplayer[/url] ). I compiled 0.1.9 twelve hours ago but it is already version 0.1.11.  

The smplayer I compiled works well at least on rc121 and mplayer in the feed. If it doesn't work on beta 3 or even lower version, please post it.

- yonggun
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
Smplayer
« Reply #1 on: February 15, 2007, 06:25:01 am »
It does not work, because I try to use Atty's mplayer version, which lacks a lot of options smplayer tries to add.

I'm on building smplayer "compatible" with atty's mplayer
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
Smplayer
« Reply #2 on: February 15, 2007, 06:36:14 am »
Any idea why I get this:

Code: [Select]
g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions  -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I see no any "normal" error that can check there ...
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
Smplayer
« Reply #3 on: February 15, 2007, 06:51:35 am »
Quote
Any idea why I get this:

Code: [Select]
g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions  -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I see no any "normal" error that can check there ...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154230\"][{POST_SNAPBACK}][/a][/div]

I compared yours with my environment. In my case, there are more options( -DQT_SHARED -DQT_THREAD_SUPPORT ), then everything is OK.

- yonggun
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Smplayer
« Reply #4 on: February 15, 2007, 10:47:41 am »
Quote
Quote
Any idea why I get this:

Code: [Select]
g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions  -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I see no any "normal" error that can check there ...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154230\"][{POST_SNAPBACK}][/a][/div]

I compared yours with my environment. In my case, there are more options( -DQT_SHARED -DQT_THREAD_SUPPORT ), then everything is OK.

- yonggun
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154234\"][{POST_SNAPBACK}][/a][/div]

i compiled 1.11 but when i run it, it shows a lot of debug info in the console even though it was compiled with -DNO_DEBUG
oh well, i will need to comment out all the qDebug statements and recompile...
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
Smplayer
« Reply #5 on: February 15, 2007, 11:51:12 am »
Quote
Quote
Quote
Any idea why I get this:

Code: [Select]
g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions  -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I see no any "normal" error that can check there ...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154230\"][{POST_SNAPBACK}][/a][/div]

I compared yours with my environment. In my case, there are more options( -DQT_SHARED -DQT_THREAD_SUPPORT ), then everything is OK.

- yonggun
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154234\"][{POST_SNAPBACK}][/a][/div]

i compiled 1.11 but when i run it, it shows a lot of debug info in the console even though it was compiled with -DNO_DEBUG
oh well, i will need to comment out all the qDebug statements and recompile...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154253\"][{POST_SNAPBACK}][/a][/div]

In new package post, I reuploaded 0.1.11 whose qDebug statements are removed.

- yonggun
« Last Edit: February 15, 2007, 12:22:36 pm by 2or0 »
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)