Re: [Fink-users] fink fail updating mplayer

2010-03-07 Thread James Bunton
On Sun, Mar 07, 2010 at 05:41:09PM -0800, Richard Miles wrote:
 I am on snowleopard
 x-64 system
 fink x-64 bit
 imac intel mac OSX 10.6.2
 2.16 GHz Intel Core 2 Duo
 1 GB 667 MHz DDR2 SDRAM
 
 When I try to install mplayer-1.0.0rc2-1011 it fails
 snip

Hi,

Please see this message:
http://www.mail-archive.com/fink-users@lists.sourceforge.net/msg31941.html

---

James



pgppoR1G12HEL.pgp
Description: PGP signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: mplayer-1.0.0rc2-1011 failed (take 2)

2010-02-22 Thread James Bunton
On Mon, Feb 22, 2010 at 04:40:41PM +0100, Dominique Dhumieres wrote:
 On OSX 10.6.2 and 64 bit fink installing mplayer-1.0.0rc2-1011 failed with:
 snip

Hi,

I've just got myself a new Mac Mini running 10.6. I have an updated
mplayer package that works for me on 10.5  10.6. This is mplayer svn
from a few days ago, so there are new features from 1.0rc2 (the last
fink version) and a few incompatible changes to the config file.

The repository is here:
http://delx.net.au/hg/finkinfos
You'll need Mercurial to check out that repository.
$ cd /sw/fink/dists
$ hg clone http://delx.net.au/hg/finkinfos delxrepo

Then edit /sw/etc/fink.conf to add delxrepo/main to the Trees: line. You
can then try installing mplayer.

If you just want to grab the info files to stick them in your local tree
you'll need libdvdnav4, libdvdread.4, mplayer and x264 for it to build.
I plan to submit these to the fink tracker soon, just got to test them
on 10.6 64 bit and 10.4.

Please let me know how you go.

---

James



pgpY9gSWIZqQK.pgp
Description: PGP signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Bash Problem

2009-11-11 Thread James Bunton
On Wed, Nov 11, 2009 at 09:24:11PM -0500, Jonathan Levi, M.D. wrote:
 Thank you all for your help. #!/sw/bin/bash did the trick. To avoid 
 this confusion in the future, is there any reason I shouldn't move 
 /bin/bash to, say, /bin/bash.ori and replace it with a link? Or is 
 there a better solution, assuming I want to stay with OS X 10.4 for 
 now?--Jonathan

I wouldn't do that.

You could try:
#!/usr/bin/env bash
to pick the first bash from your PATH. Don't use this for system
scripts, but it should work just fine for utilities, etc

---

James



pgpv2BudBajqe.pgp
Description: PGP signature
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] ffmpeg encode for ipod

2009-03-29 Thread James Bunton
On Sun, Mar 29, 2009 at 06:35:55PM -0600, KURT PETERS wrote:
 
 Has anyone successfully gotten ffmpeg from fink to successfully encode
 an avi file for an ipod?  ( I have a nano.).

I use mencoder with a custom Python program of mine. You can get the
mplayer (includes mencoder) package from fink unstable.
Then you can get the transcoding script from
http://delx.net.au/hg/transcoding

No documentation, hope you can figure it out :)

---

James



signature.asc
Description: Digital signature
--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] XCode 3.11 - Is it Safe?

2008-11-21 Thread James Bunton
On Fri, Nov 21, 2008 at 07:26:49PM -0800, Sean Lake wrote:
 Hello all,
 I have Mac OS X 10.5.5 on an Intel iMac with fink --version
 Package manager version: 0.28.6
 Distribution version: selfupdate-rsync Fri Nov 21 19:11:11 2008, 10.5, i386
 
 I've been sticking with XCode 3.0 with the idea that I don't want to risk
 screwing up my build from source fink distribution. Does anyone know if it's
 safe to update to XCode 3.11, or will that force me to reinstall
 everything?

Didn't know Xcode 3.11 was out, but Xcode 3.1 works just fine for me on
my Intel 10.5.5 machine.

---

James



pgpAcyjrYSNC5.pgp
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mplayer compile error on Intel/10.4.11

2008-11-15 Thread James Bunton
This turned out to be a problem with the older assembler in XCode 3.0
and below, which was why I couldn't reproduce it on my Intel Macs
(running 3.1). I've tested the packages at the following URLs on:
 - Mac OS X 10.5 Intel with XCode 3.0
 - Mac OS X 10.5 Intel with XCode 3.1
 - Mac OS X 10.5 PPC with XCode 3.0

http://delx.net.au/hg/finkinfos/raw-file/tip/main/finkinfo/mplayer.info
http://delx.net.au/hg/finkinfos/raw-file/tip/main/finkinfo/mplayer.patch

I'll submit them to the tracker soon. Any feedback from other platforms
would be appreciated.

Thanks.

---

James



signature.asc
Description: Digital signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mplayer compile error on Intel/10.4.11

2008-11-07 Thread James Bunton
On Tue, Oct 21, 2008 at 09:04:47PM -0400, Bill McGonigle wrote:

Sorry I haven't had a chance to attend to this sooner. Just submitted my
thesis at university, so now I have free time again :D

snip
 changing those two last patches to use:
   # nop
 rather than:
   nop

 e.g.

 -#define PREFETCH /nop
 +#define PREFETCH # nop

Great work! This compiles and works on my PPC 10.5 and Intel 10.5
machines.


 and also adding to the PatchFile section, the line:

   find . -name \*.c -o -name \*.h | xargs grep balign | cut -d: -f1 | 
 sort -u | xargs perl -pi -e 's,.balign 16,.align 4,g; s,.balign 8,.align 
 3,g;'

This doesn't appear to actually do anything. The find, xargs, cut, sort
part of the pipeline pulls out 3 files to pass into perl.
However checking these files before and after running that perl one
liner results in the same md5sum.


 At that point it compiles, and I can play back several movies with  
 mplayer and stretch, pad, and rotate a movie with mencoder.  I'm not  
 really sure the best way to test my changes though - all I really know is 
 it compiles.

Works for me too. I've put a new package version with these changes in
my repository, could you please confirm it works for you?
http://delx.net.au/hg/finkinfos/raw-file/tip/main/finkinfo/mplayer.info
http://delx.net.au/hg/finkinfos/raw-file/tip/main/finkinfo/mplayer.patch

Thanks.

---

James



pgpkZj5WsWMtB.pgp
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mplayer compile error on Intel/10.4.11

2008-11-07 Thread James Bunton
On Tue, Oct 21, 2008 at 09:04:47PM -0400, Bill McGonigle wrote:

Sorry I haven't had a chance to attend to this sooner. Just submitted my
thesis at university, so now I have free time again :D

snip
 changing those two last patches to use:
   # nop
 rather than:
   nop

 e.g.

 -#define PREFETCH /nop
 +#define PREFETCH # nop

Great work! This compiles and works on my PPC 10.5 and Intel 10.5
machines.


 and also adding to the PatchFile section, the line:

   find . -name \*.c -o -name \*.h | xargs grep balign | cut -d: -f1 | 
 sort -u | xargs perl -pi -e 's,.balign 16,.align 4,g; s,.balign 8,.align 
 3,g;'

This doesn't appear to actually do anything. The find, xargs, cut, sort
part of the pipeline pulls out 3 files to pass into perl.
However checking these files before and after running that perl one
liner results in the same md5sum.


 At that point it compiles, and I can play back several movies with  
 mplayer and stretch, pad, and rotate a movie with mencoder.  I'm not  
 really sure the best way to test my changes though - all I really know is 
 it compiles.

Works for me too. I've put a new package version with these changes in
my repository, could you please confirm it works for you?
http://delx.net.au/hg/finkinfos/raw-file/tip/main/finkinfo/mplayer.info
http://delx.net.au/hg/finkinfos/raw-file/tip/main/finkinfo/mplayer.patch

Thanks.

---

James



signature.asc
Description: Digital signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mplayer compile error on Intel/10.4.11

2008-10-21 Thread James Bunton
On Tue, Oct 21, 2008 at 02:50:49PM -0400, Bill McGonigle wrote:
 Hi,

 I'm getting errors compiling mplayer on 10.4.11/core2duo.  gcc version 
 4.0.1 (Apple Computer, Inc. build 5367).  I saw a bug about disabling 
 automatic CPU detection  that went into version 1008 (current) on the 
 bugtracker, but I'd be surprised if the default config would fail on 
 intel.  I installed mplayer on a G4/10.5.5 machine the other day 
 successfully.

 Anyway, if anybody has workarounds or could use additional information or 
 a test guinea pig, please let me know.
snip

Hi,

It looks like this is indeed due to the CPU autodetection :(

I don't have an Intel 10.4 machine to test on unfortunately. Could you
try the following for me?

Copy mplayer.info  mplayer.patch to /sw/fink/dists/local/main/finkinfo
Edit mplayer.patch and remove the last two chunks (aclib_template.c and
osd_template.c). The file should now have an md5sum of
ad009d39a4c5a58300060abfe0f69d8f, so update mplayer.info with that.
Then try rebuilding it and let me know how you go.

Thanks.

---

James



pgp1yqpbttLwi.pgp
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mplayer compile error

2008-09-19 Thread James Bunton
On Fri, Sep 19, 2008 at 12:10:05AM +0200, Martin Costabel wrote:
 Alexander Hansen wrote:
 []
  However, the maintainer is likely going to be -extremely- busy starting 
  next week, so maybe we ought to add it
 
 I would encourage you to do this. I tried the latest version on 10.5.5 
 and found that it worked well. The objections about cpu-dependent builds 
 are taken care of, too. I haven't tested it on 10.4, though.

Glad to hear it works :)

---

James



signature.asc
Description: Digital signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mplayer

2008-09-13 Thread James Bunton
On Sat, Sep 13, 2008 at 01:24:49AM +0200, Martin Costabel wrote:
snip
 In any case, I confirm that mplayer-1.0.0rc2-1006 from the tracker 
 builds on 10.5.4/intel and works, too.

Glad to hear it :)

I've put another version up that uses runtime cpu detection. Would you
be able to give that one a shot too?

---

James



pgpoIp8mJJFRQ.pgp
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: wxmac-2.6.3-1003rc1 failed

2008-09-07 Thread James Bunton
On Mon, Sep 08, 2008 at 12:01:29AM +0200, Martin Costabel wrote:
 Asari, or whoever feels responsible for this:
 
 For six months now this package has been broken on 10.5.4.
 Any chance to get it fixed?
 
 Otherwise this and packages that depend on it, like rapidsvn, will have 
 to be removed from the 10.5 distribution.

I don't actually use this package, but have you tried doing the
following for a fix?
 * Untar the source somewhere
 * Edit the file src/mac/carbon/morefilesx/MoreFilesX.h on line 1488
 * Change 'OSErr FSVolumeMount(const void*, FSVolumeRefNum*)' to:
  'OSStatus FSVolumeMount(UInt8*, FSVolumeRefNum*)'
 * Tar it back up
 * Calculate the md5sum using the md5 program
 * Update the md5sum in the wxmac.info file (in /sw/fink/dists somewhere)
 * Try again

---

James



pgpJ745LbECJQ.pgp
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] [fink-users] Fink and TeX

2008-04-21 Thread James Bunton
On Mon, Apr 21, 2008 at 09:34:59AM +0200, Thibaut Cousin wrote:
I'd much prefer the latter... How can I make a system-tex package  
 as it existed before?

Wouldn't it be better to make a texlive package for Fink?

---

James



pgpD7FmcFna65.pgp
Description: PGP signature
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] [fink-users] Fink and TeX

2008-04-21 Thread James Bunton
On Mon, Apr 21, 2008 at 07:39:17AM -0400, Alexander Hansen wrote:
 I'm curious how many packages could get by without an explicit TeX  
 dependence at all. For example, LyX seems happy to let the user  
 configure it to use an arbitrary TeX distro, as does TeXShop.  I'm  
 sure we can't cover every TeX-oriented package in Fink, of course, but  
 I'm all in favor of pushing the responsibility for this onto the user. 

I think that's a good idea.

Somewhat related is that many packages wind up with LaTeX as a BuildDepends
for no obvious (to the user) reason. This means lots of extra time to install
something, and a sometimes alarmingly large list to install something simple
from a fresh Fink.

---

James


pgpzzo1oQznXq.pgp
Description: PGP signature
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Compiling mplayer failed

2008-02-26 Thread James Bunton
On Tue, Feb 26, 2008 at 11:55:32AM +0100, Claus Atzenbeck wrote:
 Hi all:
 
 Apparently there is an issue with compiling mplayer:

Have a look at this tracker item.
https://sourceforge.net/tracker/?func=detailatid=414256aid=1885674group_id=17203

I've made a new mplayer.info file for a much newer (and better) version of
mplayer. It compiles successfully on OSX Leopard (PPC) for me with all
validation, etc.

---

James

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Updated mplayer (#1885675)

2008-02-26 Thread James Bunton
Hi,

See this tracker item:
https://sourceforge.net/tracker/?func=detailatid=414256aid=1885674group_id=17203

I contacted the listed maintainer on Feb 14th 2008 and have not received a
response. Could the tracker item please be reopened and the package
reconsidered for entry in Fink?

I'm willing to step up as the maintainer and keep up with new releases, etc.
Also, this package has been confirmed to build on 10.5 PPC and Intel with all
validation passing.

Thanks.

---

James

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't build offlineimap-4.0.16-3 on 10.5.2/intel

2008-02-22 Thread James Bunton
On Fri, Feb 22, 2008 at 09:06:31AM +0100, Vincent Beffara wrote:
 
 Hi,
 
  (And Daniel, I should have mentioned up-thread that I CC'd offlineimap's
  maintainer; he's been getting all these emails.)
 
 I have received them, and must have said oops aloud. I switched to 
 Leopard myself, but since offlineimap 4.xx is obsolete I am not using it 
 anymore (I use 5.99.xx instead, which is much better). I haven't 
 submitted an .info file for it because it is described as experimental 
 but about to reach stable version 6 by the author, but although being 
 officially experimental I find it to be extremely stable (almost perfect 
 actually).
 
 So actually I believe I will bump the version to the last one and switch 
 to python 2.5 at the same time (or rather just /usr/bin/python, since 
 everything works whatever the version ...)
 
 I will just upload my 'private' .info file to the tracker.
 
 Soon ;-)
 
   /vincent

I too have been using 5.99.xx for a long time with a custom .info file. It
works flawlessly for me.

---

James

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] listing packages nothing depends on?

2008-02-21 Thread James Bunton
On Thu, Feb 21, 2008 at 09:35:30AM -0500, Benjamin Reed wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Lars Eggert wrote:
 | Hi,
 |
 | is there a way to list those installed packages that no other
 | installed package depends on?
 |
 | I'd like to build a little script that provides the functionality of
 | FreeBSD's pkg_cutleaves for fink.
 (http://www.freshports.org/sysutils/pkg_cutleaves/
 | )
 
 fink install debfoster
 
 ;)

Anybody know of a way to get debfoster to consider build-depends as a
dependency? Something like the UseRecommends option, except UseBuildDepends
would be useful to avoid uninstalling/reinstalling a lot of builddepends
packages whenever a new version of something comes out.

---

James

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users