VLC 1.0.0rc4 Media player .pet for Puppy

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#81 Post by mikeb »

What about the remote control you first tried and make some kind of user interface?

mike

donpoon
Posts: 8
Joined: Sun 21 Jun 2009, 01:41

#82 Post by donpoon »

Would you please add Mozilla Plugin?

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#83 Post by aragon »

donpoon wrote:Would you please add Mozilla Plugin?
there is an errormessage in compiling to turn off mozilla-plugin. if i remember right it has to do something with a bug in puppys glibc-version.

aragon

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#84 Post by technosaurus »

that's exactly why I disabled it - I don't know if it could be patched though - maybe just delete/modify the check(s) in the configure file and see how unstable it actually is?

unfortunately this version didn't have the keybindings configured to default values so you would have to set those to get a gtkdialog to work with xdotool (PawdioConverter seems like a good model to build from)

gtkdialog3 + xdotool
xdotool website

I don't know that it would really be worth it unless you added video conversion via ffmpeg, screen capture(ffmpeg would need to be recompiled to support it) and webcam capture. Would vlc even be the best program for playback? Maybe have different options??
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#85 Post by mikeb »

Attached..extract to '/'

check using

Code: Select all

ldd /usr/bin/vlc
for any others

mike
Attachments
libcddb.tar.gz
(24.18 KiB) Downloaded 515 times

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#86 Post by ttuuxxx »

I've been following this Debian thread about this guy who made a small version of VLC, and today he came up with a newer version. Its good reading and good config examples.

latest
http://forums.debian.net/viewtopic.php? ... 90#p250190

older
http://forums.debian.net/viewtopic.php? ... 92#p250192

ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#87 Post by disciple »

Have you tried just installing his version?
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#88 Post by ttuuxxx »

awhile back I did, his first version and it had the can't run as root thing, So I tossed it :) lol I'm not much for using spot
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#89 Post by mikeb »

I did sneak around the root thing by using a root friendly vlc binary (or is it the wrapper?) either way small and does not affect to overally functionality, with a slackware compilation as a test....

mike

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#90 Post by Gedrean »

I know the trend in puppy is smaller smaller smaller and sometimes this ends up delaying new releases, so I thought I'd give my hand at compiling up a 10.0.1 VLC pet with some unnecessaries stripped away but not really stressing the little stuff.

To that end, I have some questions about your arguments.

Like:
--enable-mostly-builtin
Searching finds that this flag was available in other versions, but in a recent test with the 1.0.1 source, that flag was not in the --help list.

Anyhow, it didn't like enable-gtk and enable-mostly-builtin, also I had to disable NLS because of a "buggy GNU/libc" so I figured okay, disabled that...

Had to kill HAL, DBUS, MTP (not even sure what MTP is), LIBMPEG2, DVB/PSI, Libv4l2, gnutls, libgcrypt, httpd, Live555, GLX, LibVCDInfo, TagLib, HD1000 support, PULSE, XCB, RemoteOSD ......

All that flagging to compile one program... :roll:
Anyhow, that was JUST to get configure to stop vomiting up errors, even though it had warnings, and somehow used busybox "wc" wrong... I'm not sure it'll work but time for a pet...

Aaand make gives an error in UTF-8. I'll be posting again in a bit to continue this train of thought spewing out...

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#91 Post by Gedrean »

Alright, still an idiot, got this error:

text/unicode.c:56:3: error: #error No UTF8 charset conversion implemented on this platform!

What am I missing?

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#92 Post by mikeb »

Well I don't have an answer for you but cheers for picking up this project..as you can see it is quite a challenge

regards

mike

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#93 Post by Gedrean »

So, apparently puppy doesn't have a common library called "iconv" in its glibc or in its own libiconv -- I think if the .h is included it's available then, but I'm NOT sure...

I know that would mean that if this "libiconv" is not on my system it will not compile... but does that also mean said is required on the user's system to run?

Is there a way to merge said library into the VLC package so that when distributed it has it whether or not the user has it?

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#94 Post by Gedrean »

To be honest, I don't know why VLC needs iconv, considering disabled NLS...

It should just go with the given localeset and be done with it.

EDIT: Bushwhackers.

I realized my previous word may be offensive, and probably is true. ;)

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#95 Post by mikeb »

Well the previous packages all included libiconv...but if this can be compiled without this need that would be a saver.

mike

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#96 Post by Gedrean »

For some reason 1.0.1 does not have libiconv included automatically, I built it, made a pet (1.5 MB dl woop) and installed it and copied the damn include file to the VLC dirs, got it included and made... got an error about dvdnav so I disabled dvdnav, it apparently won't work with any DVD files...
Getting errors in V4L2, disabling that...
This is getting ANNOYING, apparently VLC will play movies, but not to anywhere we have!...

BTW, does anyone else get regular I/O errors when exiting puppy when loaded from a pup_save.2fs? I've been having it constantly, though the pupsave is written to with each change when the drivebuffer pushes, it just seems odd, it gets IO errors related to output or something? I dunno it only shows for a bit then reboots machine as I told it to.

Anywho, now it's getting an error in file.c, apparently undeclared identifiers are PRETTY COMMON in VLC code. This is getting insane.

I think I'm gonna put a suggestion into VLCs inbox: l2code, kthxbai.

I'm tired of this. This is ridiculous.

EDIT: And No, I couldn't make it comp WIHTOUT iconv, which is insane too.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#97 Post by mikeb »

Well the nearest sikpuppy got was about 95% working with the main bug of mp4a not working....dvd nav, skins, flv etc ok.
I'm not sure whether he intends to go any further with this as I'm sure his experience would be a big help....he has got nearer to sucess than anyone else on puppy.
I don't think the vlc devs are making life easy for anyone :(

mike

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#98 Post by Gedrean »

Oh gods, I think I shall be struck down for thinking to myself "You know what I could do with my life? Compile stuff on puppy!"

This is absurd. You know what? I started this like 2 days ago thinking "I need a good media player to play my MP3s, pmusic keeps clunking out on me when it comes to moving to the next in a playlist and keeps replaying the same song over and over again"... And then somehow moved to trying to perform make in the vlc-1.0.1 directory 15 times.

I'm going to XMMS... unless there's another good little mp3 and FLAC player someone can suggest?

EDIT: A few minutes later, my conscience got the best of me and I edited a word in here which might have been offensive.

GUESS WHICH ONE!??!?! :twisted:

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#99 Post by mikeb »

Give in, which one?......

Well I use beep player and xmms...neat little players.
For video the ttuuxxx vlc 0.8.6h pet works a treat and covers all the main formats

mike

User avatar
Gedrean
Posts: 139
Joined: Fri 05 Jun 2009, 05:59

#100 Post by Gedrean »

lol, stuff is now what the word was...

Post Reply