Displaying 20 results from an estimated 1000 matches similar to: "BeOS on PPC compile, thread question."
2000 Aug 18
0
BeOS (was Parallelism)
Sorry, majordomo mistriggered on the word 'which'. Sigh.
Monty
------- Forwarded Message
From: "Timothy Wayper" <timmy@r3.co.nz>
To: <vorbis-dev@xiph.org>
Subject: Re: [vorbis-dev] BeOS (was Parallelism)
Date: Fri, 18 Aug 2000 10:17:43 -0500
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority:
2000 Sep 07
3
Closed Source Releases (Ekk a LGPL problem)
Hi every one,
I have an unfortunate need to release a closed source BeOS media codec
for Vorbis, basically I'm using headers under an NDA so I can't release
them.
(Yeah I know closed source boo hiss).
So I have a couple of question about what I need to do for all this
to be above board.
I've made no changes to the libraries so thats not a problem.
As far as I can see as
2003 Sep 14
1
R on BeOS
Hello,
I have compiled R-1.7.1 on Beos R5 (x86) and got it running.
The modules x11 and internet dont work (so the only working display is
postscript()).
The libraries all compile, but there is a problem with methods.
I get the following error when i make methods:
dumping R code in package 'methods'
Error in .Call("R_initialize_methods_metadata", table, PACKAGE =
2000 May 10
1
Re: Where is the CL-AMP (BeOS) plugin ...
> I have downloaded the vorbis encoder/decoder/CL-AMP plugin from http://www.bebits.com. Tried it and liked it, visited the vorbis homepage and found out there isn't any mention of the BeOS release. It's works very fine for me.
> BeOS is an OS where these efforts will be more than appriciated.
It's not that we don't support BeOS, just that we assume it's a given :-) I
2000 Nov 19
0
potential BeOS fix
I'm not sure how this would affect other OS's (I have no real
idea how autoconf, automake etc work) but this is
a go at fixing the BeOS undefined link problem.
Hope the diffs are okay
P.S. is there a simple test program for the FP bug in the math inline
header
I'd like to see if BeOS suffers from the problem or not.
Dave
--- configure.in Sun Nov 19 14:42:16 2000
+++
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2003 Feb 22
1
rsync ported to BeOS-bone
Hello, here is a preliminary patch allowing rsync 2.5.6
to compile in BeOS (using the new BONE networking stack).
Some explanations:
- BeOS doesn't have chroot(),
- the BONE networking stack export legacy network function
for old apps in libnet.so (linked to by default), so it's
necessary to force linking to the new libraries for things
to work. I've yet to get inet_ntop() to be
2000 Oct 10
4
Mac Ogg Vorbis Player
Well, I updated the player to work with the branch_postbeta2, but it
contains some nasty kludges to the project files that probably shouldn't
be finalized. I'm going to put it in a separate file
(http://oscar.the-rileys.net/programming/vorbis_pb2.tar.gz) for now.
Unfortunately, this release doesn't seem to fix the "tearing sound"
problem. I think this might be related to
2000 Nov 18
1
beta 3 release build is broken on BeOS
Seems we've gone back to the -L/path/to/libvorbis/ -lvorbis missing
while
building libvorbisfile :(
it appears that.
libvorbisfile_la_LIBADD = libvorbis.la
and
libvorbisenc_la_LIBADD = libvorbis.la
have gone missing from vorbis/lib/makefile.am
Dave
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list,
2000 Oct 18
1
Building on BeOS part 3
After fixing a 'bug' in libtool, I've finally got ogg compiling and producing
a shared library. Now I'm trying to build vorbis but I'm falling over
at the final step. While trying to produce libvorbisfile.
The make file is trying to compile with
gcc -nostart vorbisfile.o -L/boot/home/config/lib -logg -Wl,-soname -
Wl,libvorbisfile.so -o .libs/libvorbisfile.so
with
2000 Nov 07
1
More BeOS woe
This one may be my fault....
I've put a temporary fix for libvorbis not linking, I
altered
libvorbis_la_LIBADD =
to
libvorbis_la_LIBADD = $(OGG_LIBS)
in the makefile, hence the temporary and continued with the build. I'm now
getting
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1 -
DHAVE_ALLOCA=1 -I. -I. -I../include
2002 Jan 06
2
More OS X issues
Well, I've "fixed" two problems so far with getting things built on OS
X. If whoever did the OS X work is reading this, feel free to tell me
where/how I've screwed up =)
The first problem is that it couldn't find MacTypes.h in the path.
MacTypes.h is simply a one line file that includes
<CoreServices/CoreServices.h>, so I just replaced the MacTypes.h with
that.
In
2008 Apr 26
0
[fdo] Haiku - FreeDesktop.org cooperation proposal
From: Haiku - http://www.haiku-os.org/about
To: FreeDesktop.org
GNU/Linux has gained quite some momentum on the desktop, with the help
of Gnome and KDE environments, and the FreeDesktop.org project.
Haiku is a Free Software (BSD/MIT) desktop targeted operating system,
designed to present a coherent and simple to use environment, inspired
by BeOS.
Although Haiku does not use X11, it provides
2000 Dec 23
2
What we need to make it
Here's what we need for a BIG popularity boost:
Good interfaces!
Yeah yeah, i know, i'll be bitched at on how I should do it on my own, but
one thing that always ticked me about MP3 - the lack of tools that do the
job without the mess.
What we need now is - an ID tag editor. Menu-driven, that means CLI or GUI.
We need that, badly. Encoder - GUIs for X and MS Windows. Right now,
encoding
2002 Aug 12
5
DRM
Hi everybody,
I was just wondering if there is a DRM (Digital Right Management) solution to use with ogg vorbis.
Any information welcomed.
Thanx
Chris
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word
2002 Aug 12
5
DRM
Hi everybody,
I was just wondering if there is a DRM (Digital Right Management) solution to use with ogg vorbis.
Any information welcomed.
Thanx
Chris
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word
2000 Aug 14
2
macOS9 patches committed
I finally got around to committing Chris Hanson's MacOS9 patches. Just though
you should know.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2001 May 17
2
QuickTime component for MacOS 9
I'd like to announce the availablity of the Ogg Vorbis
QuickTime component for MacOS 9.
It only exports at the moment, import and decompressing
is next.
http://homepage.mac.com/snicolai
Email me with comments, log the bugs/feature requests
at http://bugs.xiph.org/
Steve Nicolai
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2003 Feb 05
1
libvorbis on Classic MacOS
Hi all,
Those of you uninterested in classic MacOS as a target will probably
want to skip this email. I'm revisiting this platform, trying to get
music going for the game I'm working on. We're obviously using
OggVorbis on the other platforms we support (osx, linux, win32).
The problem is that our classic MacOS build is currently under MPW/MrC.
I can compile libogg/libvorbis fine
2001 Jan 18
3
what about mac
can anyone tell me if I will be able to enjoy using ogg vorbison my
macintosh any time soon??
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to