Displaying 20 results from an estimated 2000 matches similar to: "xmms-flac plugin in OS X - Apple X11"
2004 Sep 10
1
xmms-flac plugin in OS X - Apple X11
On Friday, January 24, 2003, at 12:28 AM, Josh Coalson wrote:
> --- Brian Haberman <habesct@mac.com> wrote:
>> I have been using Apple's X11 on OS X and I got the source and
>> compiled
>> flac 1.0.5 beta2. Everything seemed to build and install OK, but the
>>
>> xmms-flac plugin is not working, and I cannot open xmms. I get the
>> following
2004 Sep 10
1
[Flac-users] Undefined PLT symbol "FLAC__plugin_common__init_dither_context"
Well, I've rebuilt flac from the original source, without using the NetBSD
package system, and I'm still seeing the same problem with the XMMS FLAC
plugin:
/usr/pkg/lib/xmms/Input/libxmms-flac.so: Undefined PLT symbol "FLAC__plugin_common__init_dither_context" (symnum = 30)
I can see that the symbol is defined in the common library:
$ nm src/plugin_common/libplugin_common.a |
2004 Sep 10
2
And Another OS X Install Problem...
/bin/sh ../../mkinstalldirs /sw/lib/xmms/Input
../../libtool-disable-static --mode=install /usr/bin/install -c
libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la
libtool-disable-static: install: warning: relinking `libxmms-flac.la'
cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh
../../libtool-disable-static --mode=relink gcc -I../.. -I./include
-I../../include -g -O2
2004 Sep 10
4
non-PIC code in shared libs again
On Wednesday, February 5, 2003, at 10:47 PM, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
>
> good, very good. it may take me a little bit to get to it
> since I'm starting a new job next week.
>
> Ben, can you inspect the patch and confirm that it covers
> what you also suggested?
The patch fixed the problem with your libs. However, when
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote:
> --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote:
> > I have few notes:
> >
> > It seems there is changed API in CVS again. So, what about adding
> > function like
> > unsigned FLAC__format_frame_size(const FLAC__Frame *frame)
> > which returns size of the frame in bytes. This
2004 Sep 10
1
flac-1.1.0: libtool warnings
Hi,
And thanks for flac. There's a minor problem when compiling flac:
libtool warns about mixing up shared and static libraries. Typical
messages are:
*** Warning: Linking the shared library libxmms-flac.la against the
*** static library ../../src/plugin_common/libplugin_common.a is not portable!
*** Warning: Linking the shared library libxmms-flac.la against the
*** static library
2004 Sep 10
2
[lamont+buildd@hp.com: Bug#162718: flac_1.0.4-1(hppa/unstable): FTBFS: non-PIC code in shared object]
It looks like libplugin_common.a is being linked into the shared object
libxmms-flac.so. In that case, all of the objects in libplugin_common.a
must be compiled with -fPIC.
----- Forwarded message from lamont+buildd@hp.com -----
Date: Sat, 28 Sep 2002 18:54:08 -0600
From: lamont+buildd@hp.com
Resent-From: lamont+buildd@hp.com
To: submit@bugs.debian.org
Subject: Bug#162718:
2004 Sep 10
2
xmms plugin, fileinfo
Here is preliminary patch for fileinfo for xmms plugin. Saving and
removing of the tag isn't working.
When saving, how handle id3v1, v2?
Display and edit more fields (e.g. performer)?
How handle genres? Combo with predefined values?
--
Miroslav Lichvar
-------------- next part --------------
Index: src/plugin_xmms/Makefile.am
2004 Sep 10
2
PATCH: XMMS year bug
Hi, this is a patch to fix a bug in the XMMS plugin. The problem is
that with the current version (1.1.0) it is impossible to get the year
field to show up in the playlist, even if it's properly set in the
file. The diff below fixes the problem.
Tyler Eaves
bash-2.05b$ diff -C 1 wrap_id3.c
/usr/portage/distfiles/flac-1.1.0/src/plugin_xmms/wrap_id3.c
*** wrap_id3.c Fri Jul 16 18:28:35 2004
2004 Sep 10
2
XMMS plugin build fix
Damn, back to this thread:
> I think I sent a bad patch for this one already, which used a _LIBS
> variable.
> There is no _LIBS variable. :-) So, the .la file should be specified
> directly
> in _LIBADD, with no linker flag syntax. libtool will figure it out.
>
> diff -u -r1.1.1.1 Makefile.am
> --- Makefile.am 29 Jan 2001 18:13:29 -0000 1.1.1.1
> +++
2004 Sep 10
3
Mac OS X - xmms plugin probs
I'm making a Fink package for FLAC. It all builds fine except for the
xmms plugin. I'd use the pbproject, but fink users are likely to want
the xmms plugin which pbxbuild does not build. Also it seems the
pbproject does not build dynamic libraries.
I build with:
./configure --prefix=/sw --mandir=/sw/share/man
make
make install DESTDIR=/tmp (to simulate building into a deb file)
The
2004 Sep 10
0
And Another OS X Install Problem...
--- Glenn <glenn@meaning.com> wrote:
> /bin/sh ../../mkinstalldirs /sw/lib/xmms/Input
> ../../libtool-disable-static --mode=install /usr/bin/install -c
> libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la
> libtool-disable-static: install: warning: relinking `libxmms-flac.la'
> cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh
>
2004 Sep 10
2
Mac OS X - xmms plugin probs
--- Ben Hines <bhines@alumni.ucsd.edu> wrote:
> At 10:39 AM -0700 5/21/02, Josh Coalson wrote:
> >--- Ben Hines <bhines@alumni.ucsd.edu> wrote:
> >> I guess the problem is really why is it trying to relink it?
> >>
> >> The "parse error: condition expected:" is suspicious, though..
> maybe
> >> it's another "zsh as
2004 Sep 10
2
Re: xmms-flac problem
On Tue, Jan 22, 2002 at 09:16:28PM -0500, Asheesh Laroia wrote:
> I have MP3 files and FLAC files in my playlist. It's about 800-900 tracks
> long.
>
> I'll start XMMS 1.2.6, and it'll work for some arbitrary amount of FLAC
> files. Usually, that's between twenty and a hundred. Then, with no
> warning, it will skip over all the FLAC files and play only the
2007 Nov 26
2
xmms-flac security update breaks XMMS' flac-playing ability
Hello,
First post to this group. I've been searching for about a week now to
find anyone who can solve this problem or point me to the solution.
I've been a happy xmms-flac user for 4 years until this week when some
new FLAC security updates came along and completely stopped XMMS from
playing FLACs on my PC. This is most irritating as I have over 3,500
CDs ripped and FLAC'd in
2004 Sep 10
1
XMMS 1.2.6 package in debian breaks xmms-flac
This is mostly to Matt Zimmerman. The xmms package in unstable was
updated to 1.2.6-1; that's fine.
Then I noticed my XMMS would no longer play FLAC files. I run testing,
not unstable, I thought. What could have happened?
That change was propagated into testing without an xmms-flac update! Huh?
This makes me wonder: xmms-flac 1.0.2-1 should depend on xmms = 1.2.5. I
think because this
2004 Sep 10
0
http streaming in the xmms plugin
Hi,
Here's a patch to add support for streaming HTTP transport to the xmms
plugin. Most of the code (in particular, http.c) is taken from the xmms
mpg123 input plugin.
You'll need to make a three-line change to the xmms mpg123 input plugin to
get streaming to work. The mpeg plugin currently handles all http urls
itself unless they end in an ogg or real audio extension (which means flac
2016 Jan 30
2
[PATCH] remove plugin_common library from MSVC
Previously src/plugin_common library was used by flac own
Winamp plugin (MSVC/Windows) and by XMMS plugin (*nix).
The Winamp plugin is long gone from flac tree, so plugin_common
is unused on Windows. This patch removes it from MSVC project files.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove_plugin_common_from_msvc.patch
Type: application/octet-stream
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools
based build system. There is a lot more that could and should be
done, but I tried to stay conservative for now and just resolve
some of the most obvious issues.
Max Horn (5):
configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
autogen.sh: replace this by a simple call to autoreconf
configure: always print
2004 Sep 10
2
getting framesize in client
On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote:
> Yeah, it's useful, so now there is a
> FLAC__seekable_stream_decoder_get_decode_position() and
> FLAC__file_decoder_get_decode_position(). I haven't documented
> them yet but you can see an example in
> src/metaflac/operations_shorthand_seektable.c where I use it
> during seektable creation.
Ok, here is