Lightspark PPC

Discuss software development issues here.

Re: Lightspark PPC

Postby pwall » 08 Aug 2010, 00:12

billb wrote:Excellent! :) Thanks so much for your help.


You are most welcome :) I'm glad that it worked out and thanks to you and Paul (and countless other contributors) for all the work that you have put into this board - i have learned tonnes from it!

All the best


Pat
pwall
ydl beginner
ydl beginner
 
Posts: 28
Joined: 31 Jul 2009, 13:49

Re: Lightspark PPC

Postby aguilarojo » 08 Aug 2010, 01:25

billb wrote:OK ... RPM package is ready for testing ... 8)

Note: you'll need to be using the ps3bodega repo for YDL 6.2 to install -- the default & other third party (Livna, Fedora-Extras) repos don't provide Qt4 4.5+ which is required by minitube.

RPM for installation:
http://pleasantfiction.ipower.com/ps3li ... dg.ppc.rpm

Source RPM: (not needed for installation)
http://pleasantfiction.ipower.com/ps3li ... dg.src.rpm


Well, well. I nearly missed all the fun!!

I found that the minitube rpm you created doesn't appear to be accessible to yet via yum through PS3Bodega repos. Here's what yum sees in the ps3bodega.repo file:

    [PS3Bodega]
    name=PS3Bodega repo for Yellow Dog 6.2
    baseurl=http://pleasantfiction.ipower.com/ps3linux/ps3bodega62/ppc/
    gpgcheck=0
    enabled=1

As a catch all effort I did a wildcard search for anything containing "mini", minitube did not appear:
    [aguila@arakus Downloads]$ sudo yum install "*mini*"
    Loading "protectbase" plugin
    Loading "installonlyn" plugin
    Setting up Install Process
    Parsing package install arguments
    Excluding Packages from Livna for Fedora Core 6 - ppc - Base
    Finished
    Excluding Packages from Fedora Extras
    Finished
    120 packages excluded due to repository protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package minicom.ppc 0:2.1-3 set to be updated
    ---> Package python-minihallib.noarch 0:0.1.10-1.fc6 set to be updated
    ---> Package openoffice.org-presentation-minimizer.ppc 1:3.0.0-9.3.ydl6.2 set to be updated
    ---> Package selinux-policy-minimum.noarch 0:2.4.6-255.3 set to be updated
    ---> Package mysql-administrator.ppc 0:5.0r12-2.fc6 set to be updated
    --> Processing Dependency: mysql-gui-common = 5.0r12-2.fc6 for package: mysql-administrator
    --> Restarting Dependency Resolution with new changes.
    --> Running transaction check
    ---> Package mysql-gui-common.ppc 0:5.0r12-2.fc6 set to be updated

    Dependencies Resolved

    =============================================================================
    Package Arch Version Repository Size
    =============================================================================
    Installing:
    minicom ppc 2.1-3 base 274 k
    mysql-administrator ppc 5.0r12-2.fc6 fedora-extras 1.7 M
    openoffice.org-presentation-minimizer ppc 1:3.0.0-9.3.ydl6.2 base 1.1 M
    python-minihallib noarch 0.1.10-1.fc6 fedora-extras 26 k
    selinux-policy-minimum noarch 2.4.6-255.3 updates 1.2 M
    Installing for dependencies:
    mysql-gui-common ppc 5.0r12-2.fc6 fedora-extras 215 k

    Transaction Summary
    =============================================================================
    Install 6 Package(s)
    Update 0 Package(s)
    Remove 0 Package(s)

    Total download size: 4.4 M
    Is this ok [y/N]: n
    Exiting on user Command
    Complete!
    [aguila@arakus Downloads]$

I downloaded and attempted an install of the minitube rpm you created but here is what happened:

    [aguila@arakus Downloads]$ rpm -ivh mini*rpm
    error: Failed dependencies:
    gstreamer-ffmpeg is needed by minitube-1.1-1.ydl6.bdg.ppc
    gstreamer-plugins-bad is needed by minitube-1.1-1.ydl6.bdg.ppc
    libphonon.so.4 is needed by minitube-1.1-1.ydl6.bdg.ppc
    [aguila@arakus Downloads]$

yum found the gstreamer packages in the PS3 Bodega repos, but not libphonon.so.4:

    [aguila@arakus Downloads]$ sudo yum install "*libphonon*"
    Password:
    Loading "protectbase" plugin
    Loading "installonlyn" plugin
    Setting up Install Process
    Parsing package install arguments
    Excluding Packages from Livna for Fedora Core 6 - ppc - Base
    Finished
    Excluding Packages from Fedora Extras
    Finished
    120 packages excluded due to repository protections
    Nothing to do
    [aguila@arakus Downloads]$

I did find it here however: http://www.rpmfind.net/linux/rpm2html/search.php?query=libphonon.so.4

However, after I got it I was dumped into dependency hell:

    [aguila@arakus Downloads]$ rpm -ivh phonon*rpm
    warning: phonon-4.4.2-1.fc12.ppc.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 57bbccba
    error: Failed dependencies:
    libpulse-mainloop-glib.so.0 is needed by phonon-4.4.2-1.fc12.ppc
    libpulse-mainloop-glib.so.0(PULSE_0) is needed by phonon-4.4.2-1.fc12.ppc
    libpulse.so.0(PULSE_0) is needed by phonon-4.4.2-1.fc12.ppc
    phonon-backend(ppc-32) >= 4.4.2 is needed by phonon-4.4.2-1.fc12.ppc
    pulseaudio-libs(ppc-32) >= 0.9.21 is needed by phonon-4.4.2-1.fc12.ppc
    qt4(ppc-32) >= 4.6.2 is needed by phonon-4.4.2-1.fc12.ppc
    rpmlib(FileDigests) <= 4.6.0-1 is needed by phonon-4.4.2-1.fc12.ppc
    rpmlib(PayloadIsXz) <= 5.2-1 is needed by phonon-4.4.2-1.fc12.ppc
    [aguila@arakus Downloads]$

Hopefully these observations provides clues useful to all who are interested in getting minitube running on our systems.

All the best...

Everything on the Earth has a purpose.
Every disease an herb to cure it.
And every person has a mission.
This is the Indian Theory of Existence.
-- Morning Dove, Salish (1888-1936)
User avatar
aguilarojo
ydl guru
ydl guru
 
Posts: 227
Joined: 06 May 2009, 14:50
Location: New York City

Re: Lightspark PPC

Postby billb » 08 Aug 2010, 03:39

aguilarojo wrote:Well, well. I nearly missed all the fun!!

I found that the minitube rpm you created doesn't appear to be accessible to yet via yum through PS3Bodega repos.


Sorry, I should have made it clear that I hadn't added it to the repo yet -- just that you need to be using the ps3bodega repo for the RPM I posted to install properly.

Code: Select all
I downloaded and attempted an install of the minitube rpm you created but here is what happened:

[list]
[aguila@arakus Downloads]$ rpm -ivh mini*rpm
error: Failed dependencies:
        gstreamer-ffmpeg is needed by minitube-1.1-1.ydl6.bdg.ppc
        gstreamer-plugins-bad is needed by minitube-1.1-1.ydl6.bdg.ppc
        libphonon.so.4 is needed by minitube-1.1-1.ydl6.bdg.ppc
[aguila@arakus Downloads]$
[/list]

yum found the gstreamer packages in the PS3 Bodega repos, but not libphonon.so.4:


libphonon.so.4 is provided by my qt4 package, so I'm not sure why it wouldn't have picked that up... perhaps your repo setup has yellowdog's repos protected and not ps3bodega, so that my qt4 package ends up getting excluded?

Code: Select all
[bill@localhost ~]$ rpm -q qt4
qt4-4.5.2-1.ydl6.bdg

[bill@localhost ~]$ rpm -ql qt4 | grep phonon
/usr/lib/qt4/lib/libphonon.so.4
/usr/lib/qt4/lib/libphonon.so.4.3
/usr/lib/qt4/lib/libphonon.so.4.3.1
/usr/lib/qt4/plugins/phonon_backend/libphonon_gstreamer.so


I did find it here however: http://www.rpmfind.net/linux/rpm2html/search.php?query=libphonon.so.4

However, after I got it I was dumped into dependency hell:

    [aguila@arakus Downloads]$ rpm -ivh phonon*rpm
    warning: phonon-4.4.2-1.fc12.ppc.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 57bbccba
    error: Failed dependencies:
    libpulse-mainloop-glib.so.0 is needed by phonon-4.4.2-1.fc12.ppc
    libpulse-mainloop-glib.so.0(PULSE_0) is needed by phonon-4.4.2-1.fc12.ppc
    libpulse.so.0(PULSE_0) is needed by phonon-4.4.2-1.fc12.ppc
    phonon-backend(ppc-32) >= 4.4.2 is needed by phonon-4.4.2-1.fc12.ppc
    pulseaudio-libs(ppc-32) >= 0.9.21 is needed by phonon-4.4.2-1.fc12.ppc
    qt4(ppc-32) >= 4.6.2 is needed by phonon-4.4.2-1.fc12.ppc
    rpmlib(FileDigests) <= 4.6.0-1 is needed by phonon-4.4.2-1.fc12.ppc
    rpmlib(PayloadIsXz) <= 5.2-1 is needed by phonon-4.4.2-1.fc12.ppc
    [aguila@arakus Downloads]$


Yeah, better get rid of that package.

Here's what my repo setup looks like:

Code: Select all
[bill@localhost ~]$ more /etc/yum.repos.d/*
::::::::::::::
/etc/yum.repos.d/ps3bodega.repo
::::::::::::::
[PS3Bodega]
name=PS3Bodega repo for Yellow Dog 6.2
baseurl=http://pleasantfiction.ipower.com/ps3linux/ps3bodega62/ppc/
gpgcheck=0
enabled=1
::::::::::::::
/etc/yum.repos.d/ps3bodega-testing.repo
::::::::::::::
[PS3Bodega-testing]
name=PS3Bodega repo for Yellow Dog 6.2
baseurl=http://pleasantfiction.ipower.com/ps3linux/ps3bodega62/testing/ppc/
gpgcheck=0
enabled=0
::::::::::::::
/etc/yum.repos.d/yellowdog-base.repo
::::::::::::::
[base]
name=Yellow Dog Linux 6.2 Base
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/base/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-base-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
::::::::::::::
/etc/yum.repos.d/yellowdog-extras.repo
::::::::::::::
[extras]
name=Yellow Dog Linux 6.2 Extras
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/extras/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-extras-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
::::::::::::::
/etc/yum.repos.d/yellowdog-updates.repo
::::::::::::::
[updates]
name=Yellow Dog Linux 6.2 Updates
#baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/updates/
mirrorlist=http://www.terrasoftsolutions.com/resources/yd62-updates-mlist
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY


Note that I'm not using yum-protectbase at all, so updates from ps3bodega are allowed to install if they are newer versions than what YDL provides. In this case that's necessary because YDL's version of qt4 is too old for minitube (same would apply to Red Hat Enterprise Linux 5 or Centos 5.x).

If you're using protectbase you'd also need to have protect=1 in the ps3bodega.repo file. I don't any more since yellowdog-extras for YDL 6.2 provides much of what was in fedora-extras, and I've tried to add any other necessary packages to ps3bodega to make up for not using livna / fedora-extras / dribble.

Thanks for your input!
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby billb » 08 Aug 2010, 16:25

billb wrote:EDIT: occasionally it freezes up and I have to close and restart ... no additional errors are generated on the console when this happens


Not sure why it's doing this or if it's just my particular system/configuration or what ... sometimes minitube will play videos fine for several minutes, and sometimes they play very slowly with no sound immediately at launch. :? I've built the same version of minitube on my Xubuntu notebook and am having no problems at all there, but that system has more recent versions of Qt4, gstreamer, much more memory, faster CPU, accelerated video, etc.

Building an updated Qt4 RPM for YDL on a PS3 is a bit of work, but I may try that next ... also there's gstreamer-ffmpeg and gstreamer-plugins-bad to consider, but without knowing exactly why this problem occurs I'm not sure where to start.

Also I've noticed the playback progress slider works on my Xubuntu build but not YDL.

Looking forward to hearing from others on how well things work (or not :P) whether on Mac, PS3, or Powerstation...
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby aguilarojo » 08 Aug 2010, 18:15

billb wrote:
billb wrote:EDIT: occasionally it freezes up and I have to close and restart ... no additional errors are generated on the console when this happens


Not sure why it's doing this or if it's just my particular system/configuration or what ... sometimes minitube will play videos fine for several minutes, and sometimes they play very slowly with no sound immediately at launch. :? I've built the same version of minitube on my Xubuntu notebook and am having no problems at all there, but that system has more recent versions of Qt4, gstreamer, much more memory, faster CPU, accelerated video, etc.

Building an updated Qt4 RPM for YDL on a PS3 is a bit of work, but I may try that next ... also there's gstreamer-ffmpeg and gstreamer-plugins-bad to consider, but without knowing exactly why this problem occurs I'm not sure where to start.

Also I've noticed the playback progress slider works on my Xubuntu build but not YDL.

Looking forward to hearing from others on how well things work (or not :P) whether on Mac, PS3, or Powerstation...


Hi Billb:

I'll participate as I can, right now however here's what happened after I modified my repos to appear as yours do and then attempted to install qt4:

Code: Select all
[root@arakus yum.repos.d]# yum install "*qt4*"
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package qt4.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-sqlite.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-doc.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-postgresql.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-devel.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-odbc.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-mysql.ppc 0:4.5.2-1.ydl6.bdg set to be updated

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 qt4-doc                 ppc        4.5.2-1.ydl6.bdg  PS3Bodega          98 M
 qt4-mysql               ppc        4.5.2-1.ydl6.bdg  PS3Bodega          33 k
 qt4-odbc                ppc        4.5.2-1.ydl6.bdg  PS3Bodega          50 k
 qt4-postgresql          ppc        4.5.2-1.ydl6.bdg  PS3Bodega          36 k
 qt4-sqlite              ppc        4.5.2-1.ydl6.bdg  PS3Bodega         220 k
Updating:
 qt4                     ppc        4.5.2-1.ydl6.bdg  PS3Bodega          20 M
 qt4-devel               ppc        4.5.2-1.ydl6.bdg  PS3Bodega         7.4 M

Transaction Summary
=============================================================================
Install      5 Package(s)         
Update       2 Package(s)         
Remove       0 Package(s)         

Total download size: 127 M
Is this ok [y/N]: y
Downloading Packages:
http://pleasantfiction.ipower.com/ps3linux/ps3bodega62/ppc/qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm: [Errno 9] Requested Range Not Satisfiable
Trying other mirror.


Error Downloading Packages:
  qt4-doc - 4.5.2-1.ydl6.bdg.ppc: failure: qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm from PS3Bodega: [Errno 256] No more mirrors to try.

[root@arakus yum.repos.d]#



Ideas??

Everything on the Earth has a purpose.
Every disease an herb to cure it.
And every person has a mission.
This is the Indian Theory of Existence.
-- Morning Dove, Salish (1888-1936)
User avatar
aguilarojo
ydl guru
ydl guru
 
Posts: 227
Joined: 06 May 2009, 14:50
Location: New York City

Re: Lightspark PPC

Postby billb » 08 Aug 2010, 18:53

aguilarojo wrote:Downloading Packages:
http://pleasantfiction.ipower.com/ps3li ... dg.ppc.rpm: [Errno 9] Requested Range Not Satisfiable
Trying other mirror.


Error Downloading Packages:
qt4-doc - 4.5.2-1.ydl6.bdg.ppc: failure: qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm from PS3Bodega: [Errno 256] No more mirrors to try.


That's a new one for me ... :shock: That's a 416 error?
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

I'm able to download the file directly in Firefox from this link:
http://pleasantfiction.ipower.com/ps3li ... dg.ppc.rpm

Or grab it on my laptop with:
Code: Select all
wget http://pleasantfiction.ipower.com/ps3linux/ps3bodega62/ppc/qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm


qt4-doc shouldn't be absolutely necessary -- you could try a yum erase qt4-doc before the update to avoid it, but of course I'd like to figure out why it's giving that error.

EDIT: oh, I see your yum install command is just grabbing all the qt4 stuff -- you could try not including the qt4-doc package, too


A long shot, but you could also try yum clean all before updating as well.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby aguilarojo » 08 Aug 2010, 19:49

billb wrote:
aguilarojo wrote:Downloading Packages:
http://pleasantfiction.ipower.com/ps3li ... dg.ppc.rpm: [Errno 9] Requested Range Not Satisfiable
Trying other mirror.


Error Downloading Packages:
qt4-doc - 4.5.2-1.ydl6.bdg.ppc: failure: qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm from PS3Bodega: [Errno 256] No more mirrors to try.


That's a new one for me ... :shock: That's a 416 error?


A long shot, but you could also try yum clean all before updating as well.


The yum clean all command sequence seems to have addressed the problem. However there is this:

Code: Select all
[aguila@arakus ~]$ sudo yum clean all
Password:
Loading "protectbase" plugin
Loading "installonlyn" plugin
Cleaning up Everything
[aguila@arakus ~]$ sudo yum install "*qt4*"
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
PS3Bodega                 100% |=========================| 1.9 kB    00:00     
primary.sqlite.bz2        100% |=========================| 152 kB    00:01     
updates                   100% |=========================|  951 B    00:00     
primary.xml.gz            100% |=========================| 135 kB    00:02     
updates   : ################################################## 359/359
base                      100% |=========================| 1.1 kB    00:00     
primary.xml.gz            100% |=========================| 951 kB    00:10     
base      : ################################################## 2788/2788
extras                    100% |=========================|  951 B    00:00     
primary.xml.gz            100% |=========================| 854 kB    00:10     
extras    : ################################################## 2511/2511
0 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
---> Package qt4.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-sqlite.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-doc.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-postgresql.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-devel.ppc 0:4.5.2-1.ydl6.bdg set to be updated
filelists.sqlite.bz2      100% |=========================| 589 kB    00:07     
---> Package qt4-odbc.ppc 0:4.5.2-1.ydl6.bdg set to be updated
---> Package qt4-mysql.ppc 0:4.5.2-1.ydl6.bdg set to be updated

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 qt4-doc                 ppc        4.5.2-1.ydl6.bdg  PS3Bodega          98 M
 qt4-mysql               ppc        4.5.2-1.ydl6.bdg  PS3Bodega          33 k
 qt4-odbc                ppc        4.5.2-1.ydl6.bdg  PS3Bodega          50 k
 qt4-postgresql          ppc        4.5.2-1.ydl6.bdg  PS3Bodega          36 k
 qt4-sqlite              ppc        4.5.2-1.ydl6.bdg  PS3Bodega         220 k
Updating:
 qt4                     ppc        4.5.2-1.ydl6.bdg  PS3Bodega          20 M
 qt4-devel               ppc        4.5.2-1.ydl6.bdg  PS3Bodega         7.4 M

Transaction Summary
=============================================================================
Install      5 Package(s)         
Update       2 Package(s)         
Remove       0 Package(s)         

Total download size: 127 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): qt4-mysql-4.5.2-1. 100% |=========================|  33 kB    00:01     
(2/7): qt4-odbc-4.5.2-1.y 100% |=========================|  50 kB    00:00     
(3/7): qt4-devel-4.5.2-1. 100% |=========================| 7.4 MB    01:32     
(4/7): qt4-postgresql-4.5 100% |=========================|  36 kB    00:01     
(5/7): qt4-doc-4.5.2-1.yd 100% |=========================| 8.3 MB    01:44     
http://pleasantfiction.ipower.com/ps3linux/ps3bodega62/ppc/qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
(6/7): qt4-sqlite-4.5.2-1 100% |=========================| 220 kB    00:04     
(7/7): qt4-4.5.2-1.ydl6.b 100% |=========================|  20 MB    04:14     


Error Downloading Packages:
  qt4-doc - 4.5.2-1.ydl6.bdg.ppc: failure: qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm from PS3Bodega: [Errno 256] No more mirrors to try.

[aguila@arakus ~]$



Here's another puzzle, I used wget as you described and did the following:

Code: Select all
[aguila@arakus ~]$ ls
Archives                   Notepad++ files
Art                        NTFS_Recovered_Files
Desktop                    qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm

[aguila@arakus ~]$ rpm -ivh qt4*rpm
error: Failed dependencies:
        libQtCLucene.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtHelp.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtScript.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtScriptTools.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtWebKit.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtXmlPatterns.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libphonon.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        qt4 = 4.5.2-1.ydl6.bdg is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
[aguila@arakus ~]$


Ideas??

Everything on the Earth has a purpose.
Every disease an herb to cure it.
And every person has a mission.
This is the Indian Theory of Existence.
-- Morning Dove, Salish (1888-1936)
User avatar
aguilarojo
ydl guru
ydl guru
 
Posts: 227
Joined: 06 May 2009, 14:50
Location: New York City

Re: Lightspark PPC

Postby billb » 08 Aug 2010, 20:25

Looks like I need to re-upload the qt4-doc package -- file is probably corrupt on my server.

EDIT: uploading the file now ... will probably take around 30-45 minutes on my connection (download speed is great, but I only get around 50K/s upload) ... will let you know when it's complete and I confirm it's OK.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby billb » 08 Aug 2010, 20:54

aguilarojo wrote:Here's another puzzle, I used wget as you described and did the following:

Code: Select all
[aguila@arakus ~]$ ls
Archives                   Notepad++ files
Art                        NTFS_Recovered_Files
Desktop                    qt4-doc-4.5.2-1.ydl6.bdg.ppc.rpm

[aguila@arakus ~]$ rpm -ivh qt4*rpm
error: Failed dependencies:
        libQtCLucene.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtHelp.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtScript.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtScriptTools.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtWebKit.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libQtXmlPatterns.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        libphonon.so.4 is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
        qt4 = 4.5.2-1.ydl6.bdg is needed by qt4-doc-4.5.2-1.ydl6.bdg.ppc
[aguila@arakus ~]$


Ideas??


And this is because on your previous attempt to yum install qt4 it all failed due to the problem with the qt4-doc file. So when you're trying to use rpm to install the local copy of qt4-doc the other dependencies aren't resolved and rpm won't handle that for you. Of course we now know it would have been a problem regardless because of the corrupted file.

Thanks for your patience!

45% and counting ... :mrgreen:
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby billb » 08 Aug 2010, 21:24

98... 99... 100% :lol:

OK, qt4-doc should install properly using yum or Add/Remove Software, now -- sorry about that! The package is around 98MB because it includes all the Qt4 examples. You really don't need it for minitube.

EDIT: did a fresh install of YDL 6.2 on PS3 today and tried minitube again ... running fluxbox and have played about 12 Shinedown videos in a row with no problems. :D
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Note to self: don't mess with kernel

Postby billb » 09 Aug 2010, 05:06

A couple of re-installs later ...

I think the kernel update on ps3bodega is what's causing problems with minitube. Pulling it tomorrow ... for users who have already installed it, I'll probably rebuild with the default settings and bump the release number so you can go back to the old version with little interaction other than updating. :|
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby billb » 09 Aug 2010, 16:01

OK -- the kernel update has been pulled from ps3bodega and minitube is running like a champ. Only problem now is that the playback progress slider isn't working. That might require an update of qt4 -- not sure yet.

Still planning to build an updated kernel RPM but this time only one change from YDL's -- including Xbox controller support.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby billb » 09 Aug 2010, 18:37

OK, now the RPM for minitube is in the ps3bodega repo for YDL 6.2 (and the troublesome kernel update is gone)... :D
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Lightspark PPC

Postby Noons » 10 Aug 2010, 01:44

Woah!!! Billb you work fast, I'll test this out some and post back although my setup is far from stock 6.2

Your a gentlemen and a scolar :D
*Thumbs up* pwall as well
Fedora core 12; ps3 CECHA01; samsung 720p plasma; kernel 2.6.32
User avatar
Noons
ydl guru
ydl guru
 
Posts: 300
Joined: 18 Mar 2008, 21:50
Location: Ont. CAN

Re: Lightspark PPC

Postby aguilarojo » 10 Aug 2010, 04:38

billb wrote:OK, now the RPM for minitube is in the ps3bodega repo for YDL 6.2 (and the troublesome kernel update is gone)... :D


Great work!! By the way, Minitube seems to run well on the Powerbook G4 which is quite amazing in itself!!

Everything on the Earth has a purpose.
Every disease an herb to cure it.
And every person has a mission.
This is the Indian Theory of Existence.
-- Morning Dove, Salish (1888-1936)
User avatar
aguilarojo
ydl guru
ydl guru
 
Posts: 227
Joined: 06 May 2009, 14:50
Location: New York City

PreviousNext

Return to Software Development

Who is online

Users browsing this forum: No registered users and 2 guests