search for: xmms_libs

Displaying 17 results from an estimated 17 matches for "xmms_libs".

2004 Sep 10
2
XMMS plugin build fix
...akefile.am 29 Jan 2001 18:13:29 -0000 1.1.1.1 > +++ Makefile.am 21 Jun 2001 19:27:31 -0000 > @@ -9,5 +9,5 @@ > > xmmsinputplugin_LTLIBRARIES = libxmms-flac.la > libxmms_flac_la_SOURCES = plugin.c > -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC > @XMMS_LIBS@ > +libxmms_flac_la_LIBADD = @XMMS_LIBS@ > $(top_builddir)/src/libFLAC/libFLAC.la > libxmms_flac_la_LDFLAGS = -module -avoid-version now when I build the xmms plugin, upon linking I get: ../../libtool-disable-static --mode=link gcc -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fo...
2004 Sep 10
1
XMMS plugin build fix
...diff -u -r1.1.1.1 Makefile.am --- Makefile.am 29 Jan 2001 18:13:29 -0000 1.1.1.1 +++ Makefile.am 21 Jun 2001 19:27:31 -0000 @@ -9,5 +9,5 @@ xmmsinputplugin_LTLIBRARIES = libxmms-flac.la libxmms_flac_la_SOURCES = plugin.c -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC @XMMS_LIBS@ +libxmms_flac_la_LIBADD = @XMMS_LIBS@ $(top_builddir)/src/libFLAC/libFLAC.la libxmms_flac_la_LDFLAGS = -module -avoid-version -- - mdz
2004 Sep 10
0
XMMS plugin build fix
On Fri, Jul 20, 2001 at 01:06:53PM -0700, Josh Coalson wrote: > > xmmsinputplugin_LTLIBRARIES = libxmms-flac.la > > libxmms_flac_la_SOURCES = plugin.c > > -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC > > @XMMS_LIBS@ > > +libxmms_flac_la_LIBADD = @XMMS_LIBS@ > > $(top_builddir)/src/libFLAC/libFLAC.la > > libxmms_flac_la_LDFLAGS = -module -avoid-version > > now when I build the xmms plugin, upon linking I get: > > ../../libtool-disable-static --mode=link gcc -I./include -I >...
2006 Jul 27
1
[PATCH] add local xmms.m4
...1999 by Ben Gertzfield <che@debian.org> + +dnl Usage: +dnl AM_PATH_XMMS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +dnl +dnl Example: +dnl AM_PATH_XMMS(0.9.5.1, , AC_MSG_ERROR([*** XMMS >= 0.9.5.1 not installed - please install first ***])) +dnl +dnl Defines XMMS_CFLAGS, XMMS_LIBS, XMMS_DATA_DIR, XMMS_PLUGIN_DIR, +dnl XMMS_VISUALIZATION_PLUGIN_DIR, XMMS_INPUT_PLUGIN_DIR, +dnl XMMS_OUTPUT_PLUGIN_DIR, XMMS_GENERAL_PLUGIN_DIR, XMMS_EFFECT_PLUGIN_DIR, +dnl and XMMS_VERSION for your plugin pleasure. +dnl + +dnl XMMS_TEST_VERSION(AVAILABLE-VERSION, NEEDED-VERSION [, ACTION-IF-OK...
2004 Sep 10
1
plugin_xmms/Makefile.am incorrectly references .libs directory
...ory directly. diff -u -r1.1.1.1 Makefile.am --- Makefile.am 2001/01/29 18:13:29 1.1.1.1 +++ Makefile.am 2001/06/14 20:13:20 @@ -9,5 +9,6 @@ xmmsinputplugin_LTLIBRARIES = libxmms-flac.la libxmms_flac_la_SOURCES = plugin.c -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC @XMMS_LIBS@ +libxmms_flac_la_LIBS = $(top_builddir)/src/libFLAC/libFLAC.la +libxmms_flac_la_LIBADD = @XMMS_LIBS@ libxmms_flac_la_LDFLAGS = -module -avoid-version -- - mdz
2004 Sep 10
2
XMMS plugin build fix
...bian.org> wrote: > The only difference in the command lines seems to be that your > xmms-config > explicitly links with -lgthread, while I suppose mine lets the > dynamic linker > pull it in. The only significant difference between the old and new > _LIBADD > lines is that @XMMS_LIBS@ is at the beginning in the new one. Now > that I think > about it, it really should go at the end. I don't know if moving it > will fix > the problem, but give it a try. nope, happens with @XMMS_LIBS@ at the end of line, and still happens if I remove -lgthread in the Makefile....
2004 Sep 10
3
patches for flac build
...ne +echo $command +exec $command --- src/plugin_xmms/Makefile.am.orig Fri Jan 19 12:48:18 2001 +++ src/plugin_xmms/Makefile.am @@ -9,5 +9,5 @@ xmmsinputplugin_LTLIBRARIES = libxmms-flac.la libxmms_flac_la_SOURCES = plugin.c -libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC @XMMS_LIBS@ +libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC -lFLAC @XMMS_LIBS@ libxmms_flac_la_LDFLAGS = -module -avoid-version
2004 Sep 10
0
1.0 candidate checked in
...the latest config.guess and config.sub to > allow > compilation on newer architectures such as ia64 and s390. All of > those can be > easily gotten from the tarballs at ftp.gnu.org:/pub/gnu/libtool/. OK, that worked. I checked in your patch to make a static libFLAC-asm.a and I moved @XMMS_LIBS@ to the end of ...LIBADD. Matt and Ben, can you try the latest CVS to see if it works for you now? Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
2004 Sep 10
0
1.0 candidate checked in
On Sat, Jul 21, 2001 at 03:53:26AM -0700, collver@linuxfreemail.com wrote: > > OK, that worked. > > > > I checked in your patch to make a static libFLAC-asm.a and > > I moved @XMMS_LIBS@ to the end of ...LIBADD. Matt and Ben, > > can you try the latest CVS to see if it works for you now? > > It doesn't work for me. Looks like libtool decided not to link > libFLAC-asm.a into libFLAC. > > Here's the output: > > [...] > *** Warning: This lib...
2004 Sep 10
2
getting framesize in client
...ttp://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html # the workaround is the extra '-L$(top_builddir)/src/libFLAC/.libs' -libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIB_LIBS@ +libxmms_flac_la_LIBADD = @SHARE_LIBS@ $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIB_LIBS@ libxmms_flac_la_LDFLAGS = -module -avoid-version Index: src/test_libFLAC/Makefile.am =====...
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
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...kefile.am index 84c4106..ffb76a1 100644 --- a/src/plugin_xmms/Makefile.am +++ b/src/plugin_xmms/Makefile.am @@ -60,7 +60,6 @@ libxmms_flac_la_LIBADD = \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ -L$(top_builddir)/src/libFLAC/.libs \ - @OGG_LIBS@ \ @XMMS_LIBS@ \ @LIBICONV@ libxmms_flac_la_LDFLAGS = -module -avoid-version diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 2b240e1..b4d7824 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -26,8 +26,6 @@ test_c...
2004 Sep 10
2
Mac OS X - xmms plugin probs
--- 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 sh" problem... hmm.. I don't remember having any trouble building the plugin on my ibook but that was a few months ago, so my memory may be fuzzy.
2004 Sep 10
2
Mac OS X - xmms plugin probs
...s a possible fix on another mailing list: http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html Try changing the libxmms_flac_la_LIBADD line in flac/src/plugin_xmms/Makefile.am to: libxmms_flac_la_LIBADD = $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ If this works, let me know and I'll check it in. Josh __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
2004 Sep 10
1
flac-1.1.0: libtool warnings
...p_builddir)/src/plugin_common/libplugin_common.la \ + $(top_builddir)/src/share/grabbag/libgrabbag.la \ + $(top_builddir)/src/share/gain_analysis/libgain_analysis.la \ + $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ -L$(top_builddir)/src/libFLAC/.libs \ @XMMS_LIBS@ \ --- flac-1.1.0~/src/share/gain_analysis/Makefile.am 2003-01-25 21:15:37 +0300 +++ flac-1.1.0/src/share/gain_analysis/Makefile.am 2004-02-05 03:52:31 +0300 @@ -4,9 +4,9 @@ INCLUDES = -I$(top_srcdir)/include/share -noinst_LIBRARIES = libgain_analysis.a +noinst_LTLIBRARIES = libgain_analysis.l...
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > > > automake will include ltmain.sh in the source distribution, so it > > should be > > used even if it isn't installed on the build system. In fact, it > > seems to > > always use the distributed version, and not the installed one
2004 Sep 10
2
1.0 candidate checked in
> OK, that worked. > > I checked in your patch to make a static libFLAC-asm.a and > I moved @XMMS_LIBS@ to the end of ...LIBADD. Matt and Ben, > can you try the latest CVS to see if it works for you now? It doesn't work for me. Looks like libtool decided not to link libFLAC-asm.a into libFLAC. Here's the output: Making all in src gmake[1]: Entering directory `/home/ben/flac/flac/flac...