Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Fri 24 May 2013, 15:31
All times are UTC - 4
 Forum index » Advanced Topics » Puppy Derivatives
Polarpup-005 with Qt4-4.8.0 and Gstreamer libs inbuild
Moderators: Flash, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 9 of 33 [493 Posts]   Goto page: Previous 1, 2, 3, ..., 7, 8, 9, 10, 11, ..., 31, 32, 33 Next
Author Message
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Thu 07 Jul 2011, 05:04    Post subject:  

Clementine screenshot.
clementine.jpg
Description 
jpg

 Download 
Filename  clementine.jpg 
Filesize  627.82 KB 
Downloaded  101 Time(s) 
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9389
Location: SwedenEurope

PostPosted: Thu 07 Jul 2011, 06:30    Post subject:  

I try to slow down on my posting so I managed to stay silent for a month on this thread but then I thought. Wow pemasu is so good at doing this that I have to take a look so I booted the latest version of Polar pup and it just worked. So thanks for giving it to us.

As always these newer kernels run hotter than the older ones. I am in Snow 5 now and cpu temp shows 48 C while on Polar or Midnight sun or Ice puppy then are always 52 C and teh fan is running wild.

So could be me have to do something you told me way back in time and most likely I wrote it down in a file for such but to find it again.

I am not that kind of person that find such things.

Anyway I love that you are so productive. The future looks bright with such Devs.

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
jim3630


Joined: 13 Feb 2011
Posts: 793
Location: Northern Nevada

PostPosted: Thu 07 Jul 2011, 08:03    Post subject:  

pemasu wrote:
I have it in the ubuntu repo, you should have it also.


I did find it then installed the qt4-4.8.0 and DEV files in MN 03.

code
# qtmindmap
No translation file for locale: en_US
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionNew')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionOpen')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionSave')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionSaveAs')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionClose')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionExport')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionQuit')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (sender name: 'actionAbout_QtMindMap')
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: No such signal QAction::activated()
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (receiver name: 'MainWindow')
Object::connect: No such signal QAction::activated()
Object::connect: (receiver name: 'MainWindow')
#

Pemasu, is this only missing a localization file? wow, multimedia Polarpup sounds way cool.
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Thu 07 Jul 2011, 08:11    Post subject:  

Jim3630. I have no idea. The Qt4libs provided as pet includes the usual libs needed. I used Barry Kaulers included set as model.
To have the full set I have used in Polarpup means much larger pet. I havent done that...yet.
I focus now in Polarpup with inbuild Qt4 libs. Maybe later I start to provide them as separate working solution for Ice Puppy, Snow Puppy and Midnight Sun Pup.

Bear in mind that those other my puppies have already older Qt4 libs in /usr/lib due to vlc, umplayer and scribus. I dont think it is useful to install another set of those Qt4 libs to the /opt. To have double set of Qt4 libs makes the bug chasing more difficult.
And I would like to leave those other Puppies as they are. Just upgrading but not making major overhaul in basic structure.

It is good to know that I should provide that Qt4 libs set used in Polarpup to have fully functional Qt4 library for others to use. I should provide that full set at future.

So...I concentrate to the Polarpup with inbuild Qt4 libs which are in /opt as default and I leave /usr/lib free of them.
Back to top
View user's profile Send private message 
jim3630


Joined: 13 Feb 2011
Posts: 793
Location: Northern Nevada

PostPosted: Thu 07 Jul 2011, 08:27    Post subject:  

pemasu wrote:
Jim3630. I have no idea. The Qt4libs provided as pet includes the usual libs needed. I used Barry Kaulers included set as model.
To have the full set I have used in Polarpup means much larger pet. I havent done that...yet.
I focus now in Polarpup with inbuild Qt4 libs. Maybe later I start to provide them as separate working solution for Ice Puppy, Snow Puppy and Midnight Sun Pup.

Bear in mind that those other my puppies have already older Qt4 libs in /usr/lib due to vlc, umplayer and scribus. I dont think it is useful to install another set of those Qt4 libs to the /opt. To have double set of Qt4 libs makes the bug chasing more difficult.
And I would like to leave those other Puppies as they are. Just upgrading but not making major overhaul in basic structure.

It is good to know that I should provide that Qt4 libs set used in Polarpup to have fully functional Qt4 library for others to use. I should provide that full set at future.

So...I concentrate to the Polarpup with inbuild Qt4 libs which are in /opt as default and I leave /usr/lib free of them.


sounds good, my mistake using extra libs in MN 03. do like the qt effects in the applications gives a certain flair.
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Thu 07 Jul 2011, 08:35    Post subject:  

Jim. Yes. I could provide those Qt apps needed to handle gtk behavior. That is good idea. I will keep that in mind when I next start to upgrade them. I think I have a set which have those Qt apps included. It might be possible to expand those existing Qtlibs with Qt handling apps easily.
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Fri 08 Jul 2011, 07:00    Post subject:  

Polarpup 002 is in now package creation process. Lets see how huge it will be.

Multimedia apps so far:
Gstreamer libraries, fairly extensive support.
Smplayer
Umplayer
Clementine
Qmmp, as separate pet, I have small collection of fairly classic winamp style skins.
Handbrake
Minitunes
Deadbeef
Pmusic
Qx11grab
As separate pets I can offer Cuberok and YaRock

Browser Firefox-5.0, there isnt as good Qt browser, so why bother with poorer one.

For pics:
Gimp
Viewnior
Fotoxx
Ufraw
Exiftool
Geeqie
Converseen
EasyImageSizer
Qcomicbook
As separate sfs there is Xnview sfs

It uses 26.6 woof so it is fairly recent. Basic Puppy apps are of course also included.
Yad, updated gtkdialog, latest bacon.
01mickos updated wall paper setter with pic preview. It is first gtkdialog app announced using new gtkdialog properties.
Just now remembered, that there is stu90`s small gtk theme maker and Geoffrey`s improved menumaker. I will add them also.

Oh yeah kernel. Dont know yet, but I suppose it will be 2.6.38. Probably I will first use conservative i486 without highmem+pae, so that Beem have possibility to test this one with his Medion. Lol.
Back to top
View user's profile Send private message 
nancy reagan

Joined: 22 Jan 2009
Posts: 435

PostPosted: Fri 08 Jul 2011, 18:34    Post subject: fix for sfs load on the fly ?  

Hi Pemasu,

Though not the right place to ask, but as I read that you made a fix for Shinobar's sfs load-on-the fly. was wondering whether

- you uploaded it ? and if so, -where ?

Thanks in advance.
Nancy Reagan


THANKS PEMASU Smile

in order not to make a new post HERE's my thankyou

Last edited by nancy reagan on Sat 09 Jul 2011, 17:17; edited 1 time in total
Back to top
View user's profile Send private message 
Béèm


Joined: 21 Nov 2006
Posts: 11782
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

PostPosted: Fri 08 Jul 2011, 19:00    Post subject:  

pemasu wrote:
Polarpup 002 is in now package creation process.
Oh yeah kernel. Dont know yet, but I suppose it will be 2.6.38. Probably I will first use conservative i486 without highmem+pae, so that Beem have possibility to test this one with his Medion. Lol.
Can't wait to get rid of the nolapic addition to the kernel line.
You'll be the first to know if successful. Wink

_________________
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Fri 08 Jul 2011, 19:13    Post subject:  

Nancy Reagan. I have uploaded that fixed version in luci 260 thread. Since I wasnt the one who found the error and the one who confirmed the error, I havent been very active with it.
But here it is.
sfs_load-1.1-fixed.pet
Description 
pet

 Download 
Filename  sfs_load-1.1-fixed.pet 
Filesize  33.29 KB 
Downloaded  63 Time(s) 
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Fri 08 Jul 2011, 19:16    Post subject:  

First test version of Polarpup 002 now under my fingers. Seems to work ok.
I will make the iso about 250 Mb which is not bad since gstreamer libraries are big.
The kernel is what Beem is waiting. Works ok.
Back to top
View user's profile Send private message 
marco07

Joined: 18 Jan 2011
Posts: 176
Location: Lincoln , NE, USA

PostPosted: Sat 09 Jul 2011, 10:21    Post subject:  

pemasu wrote:
First test version of Polarpup 002 now under my fingers. Seems to work ok.
I will make the iso about 250 Mb which is not bad since gstreamer libraries are big.
The kernel is what Beem is waiting. Works ok.


Hi:
Me looking forward to try and test it too!
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Sat 09 Jul 2011, 10:30    Post subject:  

Marco07. Checkup build now number 2. Everything seems to work. The iso size will be 256 Mb.
I have used this day to add missing rox right-clicks for new applications and updated jwm, icewm and gtk themes. Backgrounds are somewhat reduced but they are all new. I had to save some Mb's eventhough the build is big. Qt4 libs and Gstreamer libs takes a lot of space. And these new Qt multimedia apps are not so small also. Fotoxx with full support take also space but I want to make quite full multimedia experience.

Now I hope I have everything together to make final build.
Back to top
View user's profile Send private message 
Geoffrey


Joined: 30 May 2010
Posts: 919
Location: Queensland Australia ɹǝpu∩uʍop

PostPosted: Sun 10 Jul 2011, 07:24    Post subject:  

pemasu,

If it's not to late, I have updated menumaker but have not uploaded it yet.

I added the ability for Opera to open a new window, added code to check if it was the default browser, all the other browsers,
use "-new-window" as a option wheres Opera uses "-newwindow", just thought that you would like that as the are a lot of Opera user's.



Geoffrey
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5170
Location: Finland

PostPosted: Sun 10 Jul 2011, 07:40    Post subject:  

Geoffrey. Sorry while you wrote your post, I made my announcement of Polarpup-002.
But it will be on the next Puppy I make. Probably wont take long......

Polarpup-002 has been uploaded. See the first post.
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 9 of 33 [493 Posts]   Goto page: Previous 1, 2, 3, ..., 7, 8, 9, 10, 11, ..., 31, 32, 33 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Puppy Derivatives
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0870s ][ Queries: 13 (0.0122s) ][ GZIP on ]