|
2007-11-04
, 18:11
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#2
|
|
2007-11-04
, 18:18
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#3
|
A new version of mplayer is available at garage downloads page: https://garage.maemo.org/frs/?group_...release_id=776
It is an incremental update which improves performance a bit and also fixes a bug with inconsistent display state on exit which could be observed with mplayer_1.0rc1-maemo.17 in some circumstances. Check release notes at garage downloads page for more details about the changes which have been introduced in different mplayer releases.
This release is mostly interesting for the projects which use mplayer as a backend as it adds support for making PNG and JPG screenshots and enables ALSA sound output in N800 build (for use with A2DP). An important thing to take care when upgrading from mplayer_1.0rc1-maemo.16 is that framebuffer based video output is now set as default for N800 ('-vo nokia770'). If Xv video output is desired, it should be explicitly specified with '-vo xv' option when running mplayer.
This release will get uploaded to garage extras repository very soon unless regressions compared to mplayer_1.0rc1-maemo.16 are reported.
|
2007-11-04
, 18:40
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#4
|
|
2007-11-12
, 07:52
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#5
|
Great stuff serge!
Any chance you could make a chinook compatible version?
edit:
missing dependencies during install:
hildon-fm1
libdbus-1-2
Yeah, did force install on n810 and tested uktube with it. Result:
error while loading shared libraries: libdbus-1.so.2: cannot open shared object file
Anyhoo. Would be great if you could publish the n810 comparible version soonish, so that I could make sure uktube plays nice with it.
svn checkout https://garage.maemo.org/svn/mplayer/tags/1.0rc1-maemo.18.n800 mplayer cd mplayer make deb-n800
svn checkout https://garage.maemo.org/svn/mplayer/trunk mplayer cd mplayer make deb-n800
|
2007-11-12
, 08:04
|
|
Posts: 201 |
Thanked: 88 times |
Joined on Aug 2007
@ San Francisco, CA
|
#6
|
|
2007-11-12
, 08:15
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#7
|
What does framebuffer or xv based video output do? Is one faster or more stable?
|
2007-11-12
, 09:32
|
|
Posts: 203 |
Thanked: 47 times |
Joined on Jun 2007
@ St.Petersburg, Russia
|
#8
|
...in scratchbox with maemo 4.0 SDK to get deb-package. I still did not test it myself though, but I hope that there will be no compilation issues (mplayer is not heavily dependent on hildon).Code:svn checkout https://garage.maemo.org/svn/mplayer/trunk mplayer cd mplayer make deb-n800
[sbox-CHINOOK_ARMEL: ~/deb/mplayer] > make deb-n800 DEB_BUILD_OPTIONS=n800 dpkg-buildpackage -rfakeroot -uc -us -sa -D dpkg-buildpackage: source package is mplayer dpkg-buildpackage: source version is 1.0rc1-maemo.18.n770 dpkg-buildpackage: source changed by Siarhei Siamashka <ssvb@users.sourceforge.net> dpkg-buildpackage: host architecture armel dpkg-buildpackage: source version without epoch 1.0rc1-maemo.18.n770 : Using Scratchbox tools to satisfy builddeps dpkg-checkbuilddeps: Unmet build dependencies: x-dev dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: (Use -d flag to override.) make: *** [deb-n800] Error 3
[sbox-CHINOOK_ARMEL: ~/deb/mplayer] > apt-get install x-dev Reading package lists... Done Building dependency tree... Done Package x-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: x11proto-core-dev E: Package x-dev has no installation candidate
|
2007-11-12
, 20:33
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#9
|
|
2007-11-12
, 20:42
|
|
Posts: 203 |
Thanked: 47 times |
Joined on Jun 2007
@ St.Petersburg, Russia
|
#10
|
It is an incremental update which improves performance a bit and also fixes a bug with inconsistent display state on exit which could be observed with mplayer_1.0rc1-maemo.17 in some circumstances. Check release notes at garage downloads page for more details about the changes which have been introduced in different mplayer releases.
This release is mostly interesting for the projects which use mplayer as a backend as it adds support for making PNG and JPG screenshots and enables ALSA sound output in N800 build (for use with A2DP). An important thing to take care when upgrading from mplayer_1.0rc1-maemo.16 is that framebuffer based video output is now set as default for N800 ('-vo nokia770'). If Xv video output is desired, it should be explicitly specified with '-vo xv' option when running mplayer.
This release will get uploaded to garage extras repository very soon unless regressions compared to mplayer_1.0rc1-maemo.16 are reported.