search for: plugin_xmms

Displaying 20 results from an estimated 63 matches for "plugin_xmms".

2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
f0296255 switched to --std=c99 by default, but old glib relies on the pre-C99 extern inline rules. Override G_INLINE_FUNC for it to avoid multiple definition linker errors. --- src/plugin_xmms/charset.c | 4 +--- src/plugin_xmms/configure.c | 4 +--- src/plugin_xmms/fileinfo.c | 4 +--- src/plugin_xmms/http.c | 5 +---- src/plugin_xmms/plugin.c | 4 +--- src/plugin_xmms/plugin.h | 8 ++++++++ src/plugin_xmms/tag.c | 4 +--- 7 files changed, 14 insertions(+), 19 deleti...
2013 Jun 01
1
[PATCH] Add missing config.h includes
All C and C++ files must include config.h --- src/libFLAC++/metadata.cpp | 4 ++++ src/libFLAC++/stream_decoder.cpp | 4 ++++ src/libFLAC++/stream_encoder.cpp | 4 ++++ src/plugin_xmms/charset.c | 4 ++++ src/plugin_xmms/configure.c | 4 ++++ src/plugin_xmms/fileinfo.c | 4 ++++ src/plugin_xmms/http.c | 4 ++++ src/plugin_xmms/plugin.c | 4 ++++ src/plugin_xmms/tag.c | 4 ++++ src/share/grabbag/all...
2012 Mar 29
4
[GIT PULL] Assorted bugfixes and improvements (from openSUSE)
...k.h | 92 --- src/plugin_winamp2/resource.h | 47 -- src/plugin_winamp2/resource.rc | 236 ------ src/plugin_winamp2/tagz.cpp | 921 ------------------------ src/plugin_winamp2/tagz.h | 32 - src/plugin_xmms/Makefile.am | 70 -- src/plugin_xmms/Makefile.lite | 43 -- src/plugin_xmms/charset.c | 198 ----- src/plugin_xmms/charset.h | 56 -- src/plugin_xmms/configure.c | 823 ---------------------...
2013 Feb 07
0
[PATCH 1/4] xmms - Fix libtool usage.
9b7cb22f removed the extra libtool-disable-static script in favor of always building with disable-static, but plugin_xmms still referenced libtool-disable-static explicitly. --- Makefile.am | 2 -- src/plugin_xmms/Makefile.am | 3 --- 2 files changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 603c032..9b7bd04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,6 @@ ACLOCAL_AMFL...
2004 Sep 10
2
xmms plugin, fileinfo
...liminary 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 =================================================================== RCS file: /cvsroot/flac/flac/src/plugin_xmms/Makefile.am,v retrieving revision 1.18 diff -u -r1.18 Makefile.am --- src/plugin_xmms/Makefile.am 14 Nov 2002 04:57:46 -0000 1.18 +++ src/plugin_xmms/Makefile.am 15 Nov 2002...
2004 Sep 10
1
plugin_xmms/Makefile.am incorrectly references .libs directory
When linking against a libtool library, you should simply specify it on the libtool command line as you would a library or an object file. Nothing should ever reference the .libs directory 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
2012 Dec 04
0
[PATCH] Update FSF address.
...n_common/charset.c | 6 +-- src/plugin_common/charset.h | 6 +-- src/plugin_common/dither.c | 6 +-- src/plugin_common/replaygain.c | 6 +-- src/plugin_common/replaygain.h | 6 +-- src/plugin_xmms/Makefile.am | 6 +-- src/plugin_xmms/Makefile.lite | 6 +-- src/plugin_xmms/charset.c | 6 +-- src/plugin_xmms/charset.h | 6 +-- src/plugin_xmms/configure.c | 6 +-- src/plugin...
2004 Sep 10
2
getting framesize in client
...eation. Ok, here is patch for "current bitrate" displaying in xmms plugin and fix for the artist/performer thing. Attached is also automake/autoconf patch, so i can compile flac again, but i'm not sure about it... -- Miroslav Lichvar -------------- next part -------------- --- src/plugin_xmms/plugin.c.orig 2002-11-07 18:40:44.000000000 +0100 +++ src/plugin_xmms/plugin.c 2002-11-09 17:28:45.000000000 +0100 @@ -58,6 +58,7 @@ unsigned channels; unsigned sample_rate; unsigned length_in_msec; + gchar *title; AFormat sample_format; int seek_to_in_sec; FLAC__bool has_replaygain; @@...
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
--- src/libFLAC/bitreader.c | 4 ++-- src/libFLAC/bitwriter.c | 4 ++-- src/plugin_xmms/plugin.c | 2 +- src/share/utf8/charset.c | 1 + src/test_libFLAC++/encoders.cpp | 8 ++++---- src/test_libFLAC/decoders.c | 4 ++-- src/test_libFLAC/encoders.c | 8 ++++---- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/libFLAC/bitreader.c b/src/libFLAC...
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
Most of the programs don't use libogg or libm directly and should not link to them (overlinking). --- examples/c/decode/file/Makefile.am | 4 +--- src/flac/Makefile.am | 1 - src/metaflac/Makefile.am | 4 +--- src/plugin_xmms/Makefile.am | 1 - src/test_grabbag/cuesheet/Makefile.am | 4 +--- src/test_grabbag/picture/Makefile.am | 4 +--- src/test_seeking/Makefile.am | 4 +--- 7 files changed, 5 insertions(+), 17 deletions(-) diff --git a/examples/c/decode/file/Makefile.am b/examples/c/de...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...fscan | 8 ++--- src/libFLAC++/Makefile.lite | 7 ++++ src/libFLAC/Makefile.lite | 29 ++++++++++------ src/libFLAC/lpc.c | 2 +- src/metaflac/Makefile.am | 2 +- src/metaflac/Makefile.lite | 6 ++-- src/plugin_xmms/Makefile.lite | 5 +-- src/share/Makefile.lite | 6 ++-- src/share/grabbag/Makefile.lite | 8 +++++ src/share/utf8/Makefile.lite | 8 +++++ src/test_grabbag/cuesheet/Makefile.lite | 4 +-- src/test_grabbag/picture/Makefile.lite | 4 +-- src/...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...fscan | 8 ++--- src/libFLAC++/Makefile.lite | 7 ++++ src/libFLAC/Makefile.lite | 29 ++++++++++------ src/libFLAC/lpc.c | 2 +- src/metaflac/Makefile.am | 2 +- src/metaflac/Makefile.lite | 6 ++-- src/plugin_xmms/Makefile.lite | 5 +-- src/share/Makefile.lite | 6 ++-- src/share/grabbag/Makefile.lite | 8 +++++ src/share/utf8/Makefile.lite | 8 +++++ src/test_grabbag/cuesheet/Makefile.lite | 4 +-- src/test_grabbag/picture/Makefile.lite | 4 +-- src/...
2004 Sep 10
2
PATCH: XMMS year bug
...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 --- /usr/portage/distfiles/flac-1.1.0/src/plugin_xmms/wrap_id3.c Thu Jan 2 02:18:57 2003 *************** *** 105,107 **** input->track_number = local__getnum(tag.track_number); ! input->year = local__getnum(tag.year_rec...
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
3
Mac OS X - xmms plugin probs
...dir /tmp/sw/lib/xmms mkdir /tmp/sw/lib/xmms/Input ../../libtool-disable-static --mode=install /usr/bin/install -c libxmms-flac.la /tmp/sw/lib/xmms/Input/libxmms-flac.la libtool-disable-static: install: warning: relinking `libxmms-flac.la' cd /Users/ben/Desktop/flac-1_0_2-src_0/flac-1.0.2/src/plugin_xmms; /bin/sh ../../libtool-disable-static --mode=relink gcc -I../.. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 -I/sw/include -I/sw/include/xmms -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/s...
2017 Jan 13
0
[PATCH 1/4] Do not override CFLAGS, as CFLAGS is a user flag.
...| 2 +- m4/ax_check_enable_debug.m4 | 124 ++++++++++++++++++++++++++++++++++++++++++ src/libFLAC/cpu.c | 2 +- src/libFLAC/lpc.c | 4 +- src/libFLAC/stream_encoder.c | 10 ++-- src/plugin_common/Makefile.am | 6 -- src/plugin_common/charset.c | 4 +- src/plugin_xmms/http.c | 12 ++-- src/share/Makefile.am | 6 -- 10 files changed, 142 insertions(+), 47 deletions(-) create mode 100644 m4/ax_check_enable_debug.m4 diff --git a/configure.ac b/configure.ac index 235d2717..ba97bac0 100644 --- a/configure.ac +++ b/configure.ac @@ -205,14 +205,8 @@...
2017 Jan 15
0
[PATCH 1/2] Do not override CFLAGS, as CFLAGS is a user flag.
...| 2 +- m4/ax_check_enable_debug.m4 | 124 ++++++++++++++++++++++++++++++++++++++++++ src/libFLAC/cpu.c | 2 +- src/libFLAC/lpc.c | 4 +- src/libFLAC/stream_encoder.c | 10 ++-- src/plugin_common/Makefile.am | 6 -- src/plugin_common/charset.c | 4 +- src/plugin_xmms/http.c | 12 ++-- src/share/Makefile.am | 6 -- 10 files changed, 176 insertions(+), 46 deletions(-) create mode 100644 m4/ax_check_enable_debug.m4 diff --git a/configure.ac b/configure.ac index a3e0fadb..8576cae5 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,13 @@ A...
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...metaflac/Makefile.am 25 Jan 2005 04:18:38 -0000 1.19 +++ src/metaflac/Makefile.am 30 Jan 2005 05:23:55 -0000 @@ -16,7 +16,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS = metaflac -CFLAGS = @CFLAGS@ EXTRA_DIST = \ Makefile.lite \ Index: src/plugin_xmms/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/plugin_xmms/Makefile.am,v retrieving revision 1.28 diff -u -r1.28 Makefile.am --- src/plugin_xmms/Makefile.am 25 Jan 2005 04:18:40 -0000 1.28 +++ src/plugin_xmms/Makefile.am 30 Jan 2005...
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...on__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options); @@ -83,7 +83,7 @@ FLAC__bool do_operations(const CommandLi * local routines */ -void show_version() +void show_version(void) { printf("metaflac %s\n", FLAC__VERSION_STRING); } --- src/plugin_xmms/plugin.c-dist 2005-05-25 16:25:03.000000000 +0200 +++ src/plugin_xmms/plugin.c 2005-05-25 16:25:34.000000000 +0200 @@ -109,14 +109,14 @@ typedef enum { DECODER_HTTP } decoder_t; -static void FLAC_XMMS__init(); +static void FLAC_XMMS__init(void); static int FLAC_XMMS__is_our_file(char *filena...
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 -O3 -DNDEBUG -Dunix -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -I/sw/include -I/sw/include/xmms -I/sw/include/gtk-1.2 -I/sw/include/glib-1....