| Author |
Message |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sat 02 Jul 2011, 15:34 Post_subject:
|
|
| Quote: | | Lucid 525 Mplayer package |
On reflection, I think the lucid 5.2.5 ffmpeg is 0.6-2 from Maverick--that is, the libraries are from medibuntu for Maverick.
Thanks for checking gnome-mplayer 1.0.4 pemasu. I will fix it now. That's done. I have got to remember to check the menu entry and jwm.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Sat 02 Jul 2011, 20:35 Post_subject:
|
|
| playdayz wrote: |
01micko, please help us understand  |
ffmpeg didn't break anything (as far as I know) so I posted it. Mplayer (compiled from svn) broke the brand new gnome-mplayer, so to avoid confusion I didn't post Mplayer (however it does seem to work fine).
Those who know where I store my repo are welcome to give it a try , just be aware to get GUI you'll need to recompile gnome-mplayer.
EDIT: I can't get gnome-mplayer to work with my new mplayer compile. It compiles fine but it segfaults with a glib object error. Maybe a new ffmpeg is not good for lupu
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sat 02 Jul 2011, 22:05 Post_subject:
|
|
Do any of the gnome-mplayers work? The default 1.0.2 was compiled by ttuuxxx. I may easily have overlooked something in the 1.0.3 and 1.0.4 that I did. Ah, someone could try Smplayer (from PPM) and Umplayer (from forum). Maybe better results there. Don't worry about the 1.0.4--I just thought it was funny coincidence that 01micko and I had done those two things at the same time without knowing.
| 01micko wrote: | | playdayz wrote: |
01micko, please help us understand  |
ffmpeg didn't break anything (as far as I know) so I posted it. Mplayer (compiled from svn) broke the brand new gnome-mplayer, so to avoid confusion I didn't post Mplayer (however it does seem to work fine).
Those who know where I store my repo are welcome to give it a try , just be aware to get GUI you'll need to recompile gnome-mplayer.
EDIT: I can't get gnome-mplayer to work with my new mplayer compile. It compiles fine but it segfaults with a glib object error. Maybe a new ffmpeg is not good for lupu  |
Micko, Kevin DeKorte said the new gnome-mplayer 1.0.4 had 3,000 new lines of code. I am looking for 1.0.3 source.
I wonder if 1.0.3 would work better.
source for 1.0.3 -> http://code.google.com/p/gnome-mplayer/downloads/list
source for gecko-mediaplayer 1.0.3 -> http://code.google.com/p/gecko-mediaplayer/downloads/list
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Sun 03 Jul 2011, 12:50 Post_subject:
|
|
Here's ffmpeg-0.8 Note: It complained that an updated VA-API =>.32 would be needed for full API support. It also needed an updated libvpx to enable it.
http://jpeters.net/apps/ffmpeg-0.8.pet
Source:
http://ffmpeg.org/releases/ffmpeg-0.8.tar.gz
configuration: --prefix=/usr --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-vaapi --enable-zlib --enable-runtime-cpudetect --enable-gpl --enable-x11grab --enable-libdc1394 --enable-shared --disable-static --disable-yasm
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sun 03 Jul 2011, 16:25 Post_subject:
|
|
Hey jpeps, long time no see
As I understand it we would also need mplayer linked to the new ffmpeg libraries, plus that mplayer would have to work with the rest of Lucid 5.2.5--the problem has been, again as I understand it, that gnome-mplayer/mplayer segfaults. You didn't have anything else planned today did you?
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Sun 03 Jul 2011, 17:28 Post_subject:
|
|
| playdayz wrote: | Hey jpeps, long time no see
As I understand it we would also need mplayer linked to the new ffmpeg libraries, plus that mplayer would have to work with the rest of Lucid 5.2.5--the problem has been, again as I understand it, that gnome-mplayer/mplayer segfaults. You didn't have anything else planned today did you? |
Both gnome-mplayer and mplayer seem to be working here with ffmpeg-0.8
edit: I hadn't read the last few pages of the thread before posting .
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sun 03 Jul 2011, 19:15 Post_subject:
|
|
| Quote: | | Both gnome-mplayer and mplayer seem to be working here with ffmpeg-0.8 |
Ah, I see. I *think* they are working with the older ffmpeg libraries which have slightly different names and are not replaced by the new ones (such as libavcodec52 and libavcodec53). You might try deleting libavcodec52 and seeing if mplayer/gmplayer still work. The trick will be to get an mplayer that works with the new libraries but also works in lucid without segfaulting.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Sun 03 Jul 2011, 21:07 Post_subject:
|
|
| playdayz wrote: | | might try deleting libavcodec52 and seeing if mplayer/gmplayer still work. . |
mplayer needs it, for sure.
| Code: |
ldd /usr/bin/mplayer | grep libavcodec*
libavcodec.so.52 => /usr/lib/libavcodec.so.52 (0xb62a7000)
|
I tried linking it to libavcodec.so.53 (used by ffmpeg), and it didn't work.
Edited_time_total
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sun 03 Jul 2011, 22:42 Post_subject:
|
|
It looks like something interesting might come out of this. An i686 Lucid maybe even.
|
|
Back to top
|
|
 |
Stripe
Joined: 23 Jun 2010 Posts: 642 Location: In a field. England
|
Posted: Sun 03 Jul 2011, 23:54 Post_subject:
|
|
how about an official 64 bit version?
sorry I just had to ask
stripe
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Mon 04 Jul 2011, 02:06 Post_subject:
|
|
I compiled MPlayer 1.0rc4-4.4.3 on top of ffmpeg 0.8, and it runs without libavcodec.so.52, libavcodec.so.52.72.2. Gnome-mplayer also works without it.
http://jpeters.net/apps/MPlayer-1.0rc4.pet
source:
ftp://ftp12.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc4.tar.bz2
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Mon 04 Jul 2011, 10:26 Post_subject:
|
|
| Quote: | how about an official 64 bit version?
sorry I just had to ask |
stripe, I'm with you. I personally think it would be possible, but there would be some problems to solve. Anyway, I don't think it will be Lucid. I hope someone takes the challenge.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5174 Location: Finland
|
Posted: Mon 04 Jul 2011, 10:30 Post_subject:
|
|
Iguleder has made his first steps toward 64 bit lucid 525.
http://www.murga-linux.com/puppy/viewtopic.php?p=539630#539630
There are couple of follow up posts starting from that linked post.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Mon 04 Jul 2011, 11:00 Post_subject:
|
|
I was thinking it would be useful to have a "libs" category in the PPM.
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Mon 04 Jul 2011, 17:22 Post_subject:
|
|
Maybe an all libs sfs, at least for a FRUGAL install it will not take extra space of the save file.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
|