Re: [Freevo-users] Can't compile smpeg

2006-10-26 Thread Andrew Jergens
Thanks for your work!

-Andrew

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:freevo-users-
> [EMAIL PROTECTED] On Behalf Of Evan Hisey
> Sent: Thursday, October 26, 2006 1:55 AM
> To: freevo-users@lists.sourceforge.net
> Subject: Re: [Freevo-users] Can't compile smpeg
> 
> Well-
>   Just managed a build and test with out smpeg. Yup it does not seem a
> required Dep. Everything appears to work as expected with out smpeg
> installed. Numeric on the other hand is required by Freevo itself. It
> fails to run with out it, also claiming to need a pygame version built
> with Numeric. Updating the wiki to reflect this.
> 
> 
> Evan
> 
> On 10/25/06, Andrew Jergens <[EMAIL PROTECTED]> wrote:
> > > Trouble it I have Numeric installed, so it's difficult to
> > > test without deleting it; I will leave this to you.
> > >
> > > Duncan
> >
> > LOL, Thanks.  I've already got Numeric installed also.  I'll see what I
> can
> > do.  I just have so little time for helping right now.
> >
> > -Andrew
> >
> >
> > 
> -
> > Using Tomcat but need to do more? Need to support web services,
> security?
> > Get stuff done quickly with pre-integrated technology to make your job
> easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-25 Thread Evan Hisey
Well-
  Just managed a build and test with out smpeg. Yup it does not seem a
required Dep. Everything appears to work as expected with out smpeg
installed. Numeric on the other hand is required by Freevo itself. It
fails to run with out it, also claiming to need a pygame version built
with Numeric. Updating the wiki to reflect this.


Evan

On 10/25/06, Andrew Jergens <[EMAIL PROTECTED]> wrote:
> > Trouble it I have Numeric installed, so it's difficult to
> > test without deleting it; I will leave this to you.
> >
> > Duncan
>
> LOL, Thanks.  I've already got Numeric installed also.  I'll see what I can
> do.  I just have so little time for helping right now.
>
> -Andrew
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-25 Thread Andrew Jergens
> Trouble it I have Numeric installed, so it's difficult to
> test without deleting it; I will leave this to you.
> 
> Duncan

LOL, Thanks.  I've already got Numeric installed also.  I'll see what I can
do.  I just have so little time for helping right now.

-Andrew


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-25 Thread Duncan Webb
Andrew Jergens wrote:
>> Something to do with sndarray and surfarray; surfarray is used in osd.py
>> and animation/transition.py.
>>
>> A quick grep through the sources will reveal what is used. I use:
>> grep -r --include="*py" "" src
>> or
>> grep -r --include="*.[ch] "" /path/to/c/libs/
> 
> So, you're saying we definitely need Numeric?

Looks like it. Didn't look at the code to see how it is used. If you
haven't installed it and you don't get OSD messages then I would say yes
it's required. Trouble it I have Numeric installed, so it's difficult to
test without deleting it; I will leave this to you.

Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-25 Thread Andrew Jergens
> Something to do with sndarray and surfarray; surfarray is used in osd.py
> and animation/transition.py.
> 
> A quick grep through the sources will reveal what is used. I use:
> grep -r --include="*py" "" src
> or
> grep -r --include="*.[ch] "" /path/to/c/libs/

So, you're saying we definitely need Numeric?

-Andrew


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-24 Thread Duncan Webb
Evan Hisey wrote:
> Andrew-
>  Okay, I was not getting smpeg to compile with out them. I will change
> that on the wiki then. Did you need to turn it off with a configure
> option? I will take an other stab at compiling with out them and see
> what I get.
> 
> Evan
> 
> On 10/24/06, Andrew Jergens <[EMAIL PROTECTED]> wrote:
>> Evan,
>>
>> You're definitely mistaken about smpeg being a requirement of pygame.  It's
>> an OPTIONAL dependency.  I've actually compiled pygame and am running Freevo
>> without smpeg.  Additionally, I'm 99.99% sure Numeric is also an OPTIONAL
>> dependency.  

Something to do with sndarray and surfarray; surfarray is used in osd.py
and animation/transition.py.

A quick grep through the sources will reveal what is used. I use:
grep -r --include="*py" "" src
or
grep -r --include="*.[ch] "" /path/to/c/libs/

>> If Freevo doesn't use any of the functionality that Numberic
>> gives us (not sure how you would test for that), we need to definitely note
>> that in the wiki, or remove Numeric from the requirements section.
>>

Doesn't freevo cache require pysqlite-1.0.1 and so sqlite-2.8.16? Higher
versions don't work. IIRC freevo cache complains that it is not there.

>> -Andrew
>>
>>> Duncan,Oscilated-
>>>I the problem is that pygame will not compile with out smpeg or
>>> Numeric installed. I think the placce that really needs to be given
>>> the nudge ot update is pygame. Both Numeric and smpeg are un
>>> maintained for teh most part and smpeg is suffering serious bit rot.
>>>As to update in the dependency page, I am sorting them out righ
>>> tnow and home to get started on that tonight (My wiki-fu is a bit
>>> musty).
>>>
>>> Evan
>>
>> -
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-24 Thread Evan Hisey
Andrew-
 Okay, I was not getting smpeg to compile with out them. I will change
that on the wiki then. Did you need to turn it off with a configure
option? I will take an other stab at compiling with out them and see
what I get.

Evan

On 10/24/06, Andrew Jergens <[EMAIL PROTECTED]> wrote:
> Evan,
>
> You're definitely mistaken about smpeg being a requirement of pygame.  It's
> an OPTIONAL dependency.  I've actually compiled pygame and am running Freevo
> without smpeg.  Additionally, I'm 99.99% sure Numeric is also an OPTIONAL
> dependency.  If Freevo doesn't use any of the functionality that Numberic
> gives us (not sure how you would test for that), we need to definitely note
> that in the wiki, or remove Numeric from the requirements section.
>
> -Andrew
>
> > Duncan,Oscilated-
> >I the problem is that pygame will not compile with out smpeg or
> > Numeric installed. I think the placce that really needs to be given
> > the nudge ot update is pygame. Both Numeric and smpeg are un
> > maintained for teh most part and smpeg is suffering serious bit rot.
> >As to update in the dependency page, I am sorting them out righ
> > tnow and home to get started on that tonight (My wiki-fu is a bit
> > musty).
> >
> > Evan
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-24 Thread Andrew Jergens
Evan,

You're definitely mistaken about smpeg being a requirement of pygame.  It's
an OPTIONAL dependency.  I've actually compiled pygame and am running Freevo
without smpeg.  Additionally, I'm 99.99% sure Numeric is also an OPTIONAL
dependency.  If Freevo doesn't use any of the functionality that Numberic
gives us (not sure how you would test for that), we need to definitely note
that in the wiki, or remove Numeric from the requirements section.

-Andrew

> Duncan,Oscilated-
>I the problem is that pygame will not compile with out smpeg or
> Numeric installed. I think the placce that really needs to be given
> the nudge ot update is pygame. Both Numeric and smpeg are un
> maintained for teh most part and smpeg is suffering serious bit rot.
>As to update in the dependency page, I am sorting them out righ
> tnow and home to get started on that tonight (My wiki-fu is a bit
> musty).
> 
> Evan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-20 Thread Evan Hisey
Duncan,Oscilated-
   I the problem is that pygame will not compile with out smpeg or
Numeric installed. I think the placce that really needs to be given
the nudge ot update is pygame. Both Numeric and smpeg are un
maintained for teh most part and smpeg is suffering serious bit rot.
   As to update in the dependency page, I am sorting them out righ
tnow and home to get started on that tonight (My wiki-fu is a bit
musty).

Evan

On 10/20/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
> Andrew Jergens wrote:
> >> I wouldn't make this assumption, you can try it and if it fails come
> >> back and fix it.
> >
> > That was my thought.  I'm already on it!  I've successfully got freevo up
> > and running (without smpeg).  Now I'm starting the endless configuration
> > stage.
> >
> > I just did a search of the Freevo-devel archives, and on 2006-10-09 in a
> > thread titled "Re: Numeric or numpy", this was found:
> >
> >   "Evan Hisey" wrote:
> >   > Duncan,Dischi-
> >   >   On the subject of dead or dieing dependencies, What is smpeg
> > used
> >   > for? While it was a good package, it is starting to suffer bit rot
> >> and
> >   > I do not know of anyone keeping it patched up. At the moment I am
> >   > trying to track done an smpeg compile problem on Slackware 11. Not
> >   > sure if it is a GCC version issue or a an SDL version issue. Can
> > it> be
> >   > replaced with something a bit more current?
> >
> >   We sure don't need it. We need pygame in 1.5 / 1.6 and this may need
> >   smpeg. Maybe it is optional for pygame. We only need image and ttf
> >   support from SDL.
> >
> >   In 2.0 we will use much more current stuff: evas, imlib2, libxine,
> >   gstreamer.
> >
> >   Dischi
> >
> > Isn't this "proof" that smpeg is NOT required?  From Dischi himself.  Since
> > freevo only needs SDL_image and SDL_ttf (maybe SDL_mixer and PIL?) someone
> > really needs to update the dependency page.  It would also be great if,
> > during that update, each package has a description of what functionality it
> > performs.
>
> Pygame uses Numeric
> ./src/sndarray.c:PyImport_ImportModule("Numeric");
> ./src/surfarray.c:PyImport_ImportModule("Numeric");
>
> But I don't see the connection with smpeg.
>
> pygame is certainly using the smpeg library and headers for movie.c. If
> pygame builds without smpeg then as fas I can tell freevo should run. I
> wouldn't have thought the PyMovie is used anywhere. But I could be wrong.
>
> > I'd update the wiki, but I'm not sure how to go about determining the
> > dependencies.  If it's as simple as asking on the freevo-devel list, and
> > then posting the responses, then no problem.  Otherwise, I need suggestions.
> >
> >> Good luck with the garage.
> >
> > Thanks!  It's all up and standing.  Now I need to sheath it and finish the
> > exterior (more time consuming than it sounds).
> >
> > -Oscilated
> >
> > P.S.  Sorry about the formatting.  I couldn't figure out how to make it more
> > clear.
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-20 Thread Duncan Webb
Andrew Jergens wrote:
>> I wouldn't make this assumption, you can try it and if it fails come
>> back and fix it.
> 
> That was my thought.  I'm already on it!  I've successfully got freevo up
> and running (without smpeg).  Now I'm starting the endless configuration
> stage.
> 
> I just did a search of the Freevo-devel archives, and on 2006-10-09 in a
> thread titled "Re: Numeric or numpy", this was found:
> 
>   "Evan Hisey" wrote:
>   > Duncan,Dischi-
>   >   On the subject of dead or dieing dependencies, What is smpeg
> used
>   > for? While it was a good package, it is starting to suffer bit rot
>> and
>   > I do not know of anyone keeping it patched up. At the moment I am
>   > trying to track done an smpeg compile problem on Slackware 11. Not
>   > sure if it is a GCC version issue or a an SDL version issue. Can
> it> be
>   > replaced with something a bit more current?
>  
>   We sure don't need it. We need pygame in 1.5 / 1.6 and this may need
>   smpeg. Maybe it is optional for pygame. We only need image and ttf
>   support from SDL. 
>  
>   In 2.0 we will use much more current stuff: evas, imlib2, libxine,
>   gstreamer.
>   
>   Dischi
> 
> Isn't this "proof" that smpeg is NOT required?  From Dischi himself.  Since
> freevo only needs SDL_image and SDL_ttf (maybe SDL_mixer and PIL?) someone
> really needs to update the dependency page.  It would also be great if,
> during that update, each package has a description of what functionality it
> performs.

Pygame uses Numeric
./src/sndarray.c:PyImport_ImportModule("Numeric");
./src/surfarray.c:PyImport_ImportModule("Numeric");

But I don't see the connection with smpeg.

pygame is certainly using the smpeg library and headers for movie.c. If
pygame builds without smpeg then as fas I can tell freevo should run. I
wouldn't have thought the PyMovie is used anywhere. But I could be wrong.

> I'd update the wiki, but I'm not sure how to go about determining the
> dependencies.  If it's as simple as asking on the freevo-devel list, and
> then posting the responses, then no problem.  Otherwise, I need suggestions.
> 
>> Good luck with the garage.
> 
> Thanks!  It's all up and standing.  Now I need to sheath it and finish the
> exterior (more time consuming than it sounds).
> 
> -Oscilated
> 
> P.S.  Sorry about the formatting.  I couldn't figure out how to make it more
> clear.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-20 Thread Andrew Jergens
> I wouldn't make this assumption, you can try it and if it fails come
> back and fix it.

That was my thought.  I'm already on it!  I've successfully got freevo up
and running (without smpeg).  Now I'm starting the endless configuration
stage.

I just did a search of the Freevo-devel archives, and on 2006-10-09 in a
thread titled "Re: Numeric or numpy", this was found:

"Evan Hisey" wrote:
> Duncan,Dischi-
>   On the subject of dead or dieing dependencies, What is smpeg
used
> for? While it was a good package, it is starting to suffer bit rot
> and
> I do not know of anyone keeping it patched up. At the moment I am
> trying to track done an smpeg compile problem on Slackware 11. Not
> sure if it is a GCC version issue or a an SDL version issue. Can
it  > be
> replaced with something a bit more current?
 
We sure don't need it. We need pygame in 1.5 / 1.6 and this may need
smpeg. Maybe it is optional for pygame. We only need image and ttf
support from SDL. 
 
In 2.0 we will use much more current stuff: evas, imlib2, libxine,
gstreamer.
  
Dischi

Isn't this "proof" that smpeg is NOT required?  From Dischi himself.  Since
freevo only needs SDL_image and SDL_ttf (maybe SDL_mixer and PIL?) someone
really needs to update the dependency page.  It would also be great if,
during that update, each package has a description of what functionality it
performs.

I'd update the wiki, but I'm not sure how to go about determining the
dependencies.  If it's as simple as asking on the freevo-devel list, and
then posting the responses, then no problem.  Otherwise, I need suggestions.

> Good luck with the garage.

Thanks!  It's all up and standing.  Now I need to sheath it and finish the
exterior (more time consuming than it sounds).

-Oscilated

P.S.  Sorry about the formatting.  I couldn't figure out how to make it more
clear.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-19 Thread Duncan Webb
Andrew Jergens wrote:
> My progress is very slow because I'm building a garage in my backyard.  I'll
> keep you informed of my progress.
> 
> However, from what I understand smpeg is an OPTIONAL dependency of pygame.
> Since Freevo uses MPlayer for all mpeg related stuff, is smpeg really
> necessary?

I wouldn't make this assumption, you can try it and if it fails come
back and fix it.

Good luck with the garage.

> -Oscilated
> 
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:freevo-users-
>> [EMAIL PROTECTED] On Behalf Of Duncan Webb
>> Sent: Tuesday, October 17, 2006 6:19 PM
>> To: freevo-users@lists.sourceforge.net
>> Subject: Re: [Freevo-users] Can't compile smpeg
>>
>> Andrew Jergens wrote:
>>> Thank you all for your responses.  I did a search of the dev list
>> yesterday
>>> and there is an old post where Dischi comments that Freevo probably
>> doesn't
>>> need smpeg.  If this is incorrect, please respond.
>> It's an sub-dependency, it used by pygame.
>>
>> Pygame has gone from freevo-2 but *not* from freevo-1
>>
>> An easy way to check if something is still used is to do a:
>> grep -r  /usr/lib/python2./site-packages
>>
>> BTW did you get smpeg to compile?
>>
>> HTH
>> Duncan
>>
>>
>> -
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-19 Thread Evan Hisey
You can get the most current (all patched up) at www.icclus.org. I
have included the cvs retreival instructions to make it easier.

Evan

>From Icculus.org:
cvs -d:pserver:[EMAIL PROTECTED]:/cvs/cvsroot login
(the password is "anonymous")
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs/cvsroot co smpeg


On 10/19/06, Evan Hisey <[EMAIL PROTECTED]> wrote:
> Smpeg is a dependency of the python pygame library. Pygame is a dep of
> freevo. I believe this dependency is planned to go away with freevo2
>
> Evan
>
> On 10/19/06, Michael Ruelle <[EMAIL PROTECTED]> wrote:
> > Might be there for like DXR3 output support.
> >
> > Mike
> >
> > --- Andrew Jergens <[EMAIL PROTECTED]> wrote:
> >
> > > My progress is very slow because I'm building a
> > > garage in my backyard.  I'll
> > > keep you informed of my progress.
> > >
> > > However, from what I understand smpeg is an OPTIONAL
> > > dependency of pygame.
> > > Since Freevo uses MPlayer for all mpeg related
> > > stuff, is smpeg really
> > > necessary?
> > >
> > > -Oscilated
> > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > [mailto:freevo-users-
> > > > [EMAIL PROTECTED] On Behalf Of Duncan
> > > Webb
> > > > Sent: Tuesday, October 17, 2006 6:19 PM
> > > > To: freevo-users@lists.sourceforge.net
> > > > Subject: Re: [Freevo-users] Can't compile smpeg
> > > >
> > > > Andrew Jergens wrote:
> > > > > Thank you all for your responses.  I did a
> > > search of the dev list
> > > > yesterday
> > > > > and there is an old post where Dischi comments
> > > that Freevo probably
> > > > doesn't
> > > > > need smpeg.  If this is incorrect, please
> > > respond.
> > > >
> > > > It's an sub-dependency, it used by pygame.
> > > >
> > > > Pygame has gone from freevo-2 but *not* from
> > > freevo-1
> > > >
> > > > An easy way to check if something is still used is
> > > to do a:
> > > > grep -r  /usr/lib/python2./site-packages
> > > >
> > > > BTW did you get smpeg to compile?
> > > >
> > > > HTH
> > > > Duncan
> > > >
> > > >
> > > >
> > >
> > -
> > > > Using Tomcat but need to do more? Need to support
> > > web services, security?
> > > > Get stuff done quickly with pre-integrated
> > > technology to make your job
> > > > easier
> > > > Download IBM WebSphere Application Server v.1.0.1
> > > based on Apache Geronimo
> > > >
> > >
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > > ___
> > > > Freevo-users mailing list
> > > > Freevo-users@lists.sourceforge.net
> > > >
> > >
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >
> > >
> > -
> > > Using Tomcat but need to do more? Need to support
> > > web services, security?
> > > Get stuff done quickly with pre-integrated
> > > technology to make your job easier
> > > Download IBM WebSphere Application Server v.1.0.1
> > > based on Apache Geronimo
> > >
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > ___
> > > Freevo-users mailing list
> > > Freevo-users@lists.sourceforge.net
> > >
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> >
> >
> > __
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > -
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job 
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-19 Thread Evan Hisey
Smpeg is a dependency of the python pygame library. Pygame is a dep of
freevo. I believe this dependency is planned to go away with freevo2

Evan

On 10/19/06, Michael Ruelle <[EMAIL PROTECTED]> wrote:
> Might be there for like DXR3 output support.
>
> Mike
>
> --- Andrew Jergens <[EMAIL PROTECTED]> wrote:
>
> > My progress is very slow because I'm building a
> > garage in my backyard.  I'll
> > keep you informed of my progress.
> >
> > However, from what I understand smpeg is an OPTIONAL
> > dependency of pygame.
> > Since Freevo uses MPlayer for all mpeg related
> > stuff, is smpeg really
> > necessary?
> >
> > -Oscilated
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:freevo-users-
> > > [EMAIL PROTECTED] On Behalf Of Duncan
> > Webb
> > > Sent: Tuesday, October 17, 2006 6:19 PM
> > > To: freevo-users@lists.sourceforge.net
> > > Subject: Re: [Freevo-users] Can't compile smpeg
> > >
> > > Andrew Jergens wrote:
> > > > Thank you all for your responses.  I did a
> > search of the dev list
> > > yesterday
> > > > and there is an old post where Dischi comments
> > that Freevo probably
> > > doesn't
> > > > need smpeg.  If this is incorrect, please
> > respond.
> > >
> > > It's an sub-dependency, it used by pygame.
> > >
> > > Pygame has gone from freevo-2 but *not* from
> > freevo-1
> > >
> > > An easy way to check if something is still used is
> > to do a:
> > > grep -r  /usr/lib/python2./site-packages
> > >
> > > BTW did you get smpeg to compile?
> > >
> > > HTH
> > > Duncan
> > >
> > >
> > >
> >
> -
> > > Using Tomcat but need to do more? Need to support
> > web services, security?
> > > Get stuff done quickly with pre-integrated
> > technology to make your job
> > > easier
> > > Download IBM WebSphere Application Server v.1.0.1
> > based on Apache Geronimo
> > >
> >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > ___
> > > Freevo-users mailing list
> > > Freevo-users@lists.sourceforge.net
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> >
> -
> > Using Tomcat but need to do more? Need to support
> > web services, security?
> > Get stuff done quickly with pre-integrated
> > technology to make your job easier
> > Download IBM WebSphere Application Server v.1.0.1
> > based on Apache Geronimo
> >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-19 Thread Michael Ruelle
Might be there for like DXR3 output support.

Mike

--- Andrew Jergens <[EMAIL PROTECTED]> wrote:

> My progress is very slow because I'm building a
> garage in my backyard.  I'll
> keep you informed of my progress.
> 
> However, from what I understand smpeg is an OPTIONAL
> dependency of pygame.
> Since Freevo uses MPlayer for all mpeg related
> stuff, is smpeg really
> necessary?
> 
> -Oscilated
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:freevo-users-
> > [EMAIL PROTECTED] On Behalf Of Duncan
> Webb
> > Sent: Tuesday, October 17, 2006 6:19 PM
> > To: freevo-users@lists.sourceforge.net
> > Subject: Re: [Freevo-users] Can't compile smpeg
> > 
> > Andrew Jergens wrote:
> > > Thank you all for your responses.  I did a
> search of the dev list
> > yesterday
> > > and there is an old post where Dischi comments
> that Freevo probably
> > doesn't
> > > need smpeg.  If this is incorrect, please
> respond.
> > 
> > It's an sub-dependency, it used by pygame.
> > 
> > Pygame has gone from freevo-2 but *not* from
> freevo-1
> > 
> > An easy way to check if something is still used is
> to do a:
> > grep -r  /usr/lib/python2./site-packages
> > 
> > BTW did you get smpeg to compile?
> > 
> > HTH
> > Duncan
> > 
> > 
> >
>
-
> > Using Tomcat but need to do more? Need to support
> web services, security?
> > Get stuff done quickly with pre-integrated
> technology to make your job
> > easier
> > Download IBM WebSphere Application Server v.1.0.1
> based on Apache Geronimo
> >
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> >
>
https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
>
-
> Using Tomcat but need to do more? Need to support
> web services, security?
> Get stuff done quickly with pre-integrated
> technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1
> based on Apache Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-19 Thread Andrew Jergens
My progress is very slow because I'm building a garage in my backyard.  I'll
keep you informed of my progress.

However, from what I understand smpeg is an OPTIONAL dependency of pygame.
Since Freevo uses MPlayer for all mpeg related stuff, is smpeg really
necessary?

-Oscilated

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:freevo-users-
> [EMAIL PROTECTED] On Behalf Of Duncan Webb
> Sent: Tuesday, October 17, 2006 6:19 PM
> To: freevo-users@lists.sourceforge.net
> Subject: Re: [Freevo-users] Can't compile smpeg
> 
> Andrew Jergens wrote:
> > Thank you all for your responses.  I did a search of the dev list
> yesterday
> > and there is an old post where Dischi comments that Freevo probably
> doesn't
> > need smpeg.  If this is incorrect, please respond.
> 
> It's an sub-dependency, it used by pygame.
> 
> Pygame has gone from freevo-2 but *not* from freevo-1
> 
> An easy way to check if something is still used is to do a:
> grep -r  /usr/lib/python2./site-packages
> 
> BTW did you get smpeg to compile?
> 
> HTH
> Duncan
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-17 Thread Duncan Webb
Andrew Jergens wrote:
> Thank you all for your responses.  I did a search of the dev list yesterday
> and there is an old post where Dischi comments that Freevo probably doesn't
> need smpeg.  If this is incorrect, please respond.

It's an sub-dependency, it used by pygame.

Pygame has gone from freevo-2 but *not* from freevo-1

An easy way to check if something is still used is to do a:
grep -r  /usr/lib/python2./site-packages

BTW did you get smpeg to compile?

HTH
Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-17 Thread Andrew Jergens
Thank you all for your responses.  I did a search of the dev list yesterday
and there is an old post where Dischi comments that Freevo probably doesn't
need smpeg.  If this is incorrect, please respond.

-Oscilated


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-16 Thread Duncan Webb
Andrew Jergens wrote:
> Hello List,
> 
>  
> 
> I’m compiling everything from scratch (LFS v6) and am having a problem
> with smpeg.  I’m not at my freevo machine right now, but does anyone
> know if there are patches to update smpeg to compile on recent GCC? 
> Also, what actual functionality does smpeg give Freevo?  Seems to me
> that MPlayer (with all the associated support libraries) will do
> everything smpeg will.

What do you mean by a recent version of gcc? 4.0.3 or 4.1.1

I had no problem building smpeg with gcc-4.0.2 on my AMD64 system.

As Jonathan says gentoo does apply a few patches:
epatch "${FILESDIR}"/${P}-m4.patch
epatch "${FILESDIR}"/${P}-gnu-stack.patch
epatch "${FILESDIR}"/${P}-config.patch
epatch "${FILESDIR}"/${P}-PIC.patch
epatch "${FILESDIR}"/${P}-gcc41.patch
epatch "${FILESDIR}"/${P}-flags.patch
epatch "${FILESDIR}"/${P}-automake.patch
epatch "${FILESDIR}"/${P}-mmx.patch
epatch "${FILESDIR}"/${P}-malloc.patch
cd "${WORKDIR}"
epatch "${DISTDIR}"/${P}-gtkm4.patch.bz2
rm "${S}/acinclude.m4"
but I haven't applied them to my smpeg version.

The gcc41 patch just moves a few lines around
The PIC patch adds a MUNG() around some constants if mmx is enabled.

Anyway you can download the patches from the gentoo website or simply
disable mmx. I've attached my LFS build script for your info.

Duncan



red="\033[01;31m"
green="\033[01;32m"
yellow="\033[01;33m"
blue="\033[01;34m"
function message () {
  colour=${2:-${green}}
  normal="\033[00m"
  title_begin="\033]0;"
  title_end="\007"
  if [ "${TERM}" != "linux" ]; then
echo -en "${title_begin}$1${title_end}"
  fi
  echo -e "${colour}* $1${normal}"
}
installdir=/sources/Installed/ &&
installname=$(basename `pwd`) &&
installpaths="/cross-tools/ ${LFS}"
installpaths="/bin /boot /etc /lib /sbin /usr /var /tools"
installpaths="/bin /boot /etc /lib /sbin /usr /var /opt /srv"
message "Changing permissions" &&
chown -R root:root . &&
pushd . &&
message "Running configure" &&
(
  ./configure \
--prefix=/usr \
  2>&1 | tee .configure.out  && exit $PIPESTATUS
) &&
message "Running make" &&
make &&
message "Running make check" &&
make check &&
message "Press enter when ready to install" ${yellow} &&
read ENTER &&
message "Finding files before installing ${installname}" &&
(find ${installpaths} -depth -print 2> /dev/null > .before-${installname}) &&
message "Running make install" &&
make install &&
message "Finding files after installing ${installname}" &&
(find ${installpaths} -depth -print 2> /dev/null > .after-${installname}) &&
echo "${installname} built on $(date +"%d.%b.%Y %H:%M")" >> 
${installdir}${installname} &&
if ! diff .before-${installname} .after-${installname} | grep '>' >> 
${installdir}${installname}; then
  echo "No additions" >> ${installdir}${installname}
fi &&
rm -f .before-${installname} .after-${installname} &&
message "Running make clean" &&
make clean &&
message "Running ldconfig" &&
/sbin/ldconfig &&
popd &&
cat ${installdir}${installname} &&
message "DONE\007"
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't compile smpeg

2006-10-16 Thread Jonathan Isom
If I were still using lfs I'd find a src rpm  which have patches with
the source and
unpack it with rpm2tar.  gentoo uses 9 patches for smpeg.  If you
can't find/use a rpm
for it, email me and I'll send gentoo's patches to you.
 Later
 Jonathan

On 10/16/06, Andrew Jergens <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hello List,
>
>
>
> I'm compiling everything from scratch (LFS v6) and am having a problem with
> smpeg.  I'm not at my freevo machine right now, but does anyone know if
> there are patches to update smpeg to compile on recent GCC?  Also, what
> actual functionality does smpeg give Freevo?  Seems to me that MPlayer (with
> all the associated support libraries) will do everything smpeg will.
>
>
>
> Thanks in advance,
>
>
>
> -Oscilated
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users