search for: libid3

Displaying 16 results from an estimated 16 matches for "libid3".

Did you mean: libidl
2012 Jan 18
2
where is libid3-3.8.so.3
I searched for libid3-3.8.so.3 with yum: # yum search \*libid3-3.8\* but it returns "No Matches found" Am I not searching correctly, or does this not exist in CentOS 5.7? tnx
2004 Sep 10
4
[Flac-users] FLAC 1.0.4 problems
...s to do with with builing FLAC itself... specifically I can't get id3lib support to build. Whether or not I specify the location of the headers and libraries, the config.log turns up this: configure:9361: gcc -o conftest -g -O2 -INONE/include conftest.c -lid3 >&5 /usr/local/lib/libid3.so: undefined reference to `cerr' /usr/local/lib/libid3.so: undefined reference to `uncompress' /usr/local/lib/libid3.so: undefined reference to `iostream::ios virtual table' /usr/local/lib/libid3.so: undefined reference to `ostream::tellp(void)' /usr/local/lib/libid3.so: un...
2004 Sep 10
0
[Flac-users] FLAC 1.0.4 problems
...itself... specifically I > can't get id3lib support to build. Whether or not I specify the > location of the headers and libraries, the config.log turns up this: > > configure:9361: gcc -o conftest -g -O2 -INONE/include conftest.c > -lid3 >&5 > /usr/local/lib/libid3.so: undefined reference to `cerr' > /usr/local/lib/libid3.so: undefined reference to `uncompress' > /usr/local/lib/libid3.so: undefined reference to `iostream::ios > virtual table' > /usr/local/lib/libid3.so: undefined reference to > `ostream::tellp(void)' >...
2004 Sep 10
2
Re: non-PIC code in shared libs again
On Tue, Feb 11, 2003 at 05:14:45PM +0000, Christian Weisgerber wrote: > Ben Hines <bhines@alumni.ucsd.edu> wrote: > > > The patch fixed the problem with your libs. However, when linking the > > xmms plugin i still get: > > > > *** Warning: This library needs some functionality provided by -lstdc++. > > This is because of id3lib, which is written in
2004 Sep 10
2
[lamont+buildd@hp.com: Bug#162718: flac_1.0.4-1(hppa/unstable): FTBFS: non-PIC code in shared object]
...objects must be built using only -fPIC code. lamont > Automatic build of flac_1.0.4-1 on sarti by sbuild/hppa 1.169 > Build started at 20020928-2236 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>> 3.0.0), xmms-dev, nasm [i386], doxygen, libid3-dev [...] > **** The following central src deps are (probably) missing: > libogg-dev (>= 1.0.0) [...] > (cd . && ln -s charset.lo charset.o) > (cd . && ln -s configure.lo configure.o) > (cd . && ln -s plugin.lo plugin.o) > (cd . && ln -s wr...
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
1
[Flac-users] error: FLAC required!
....o mpeg_header.o msgbox.o ogg_tag.o prefs.o scan.o setting.o vcedit.o -rdynamic -L/usr/lib -L/usr/X11R6/lib /usr/lib/libgtk.so -lm /usr/lib/libgdk.so -lm /usr/lib/libgmodule.so /usr/lib/libglib.so -ldl -lXext -lX11 -lm libmpg123/libmpg123.a /usr/local/lib/libFLAC.so -lm -lz -lstdc++ /usr/local/lib/libid3.so -lz -lstdc++ /usr/local/lib/libvorbisfile.so -lm /usr/local/lib/libvorbis.so -lm /usr/local/lib/libogg.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib browser.o: In function `Rename_Directory': /usr/local/src/easytag-0.24/src/browser.c:1660: the use of `mktemp' is danger...
2004 Sep 10
0
What's left for 1.0?
...'t fulfil a requirement of > internationalization i > > > mentioned before. > > > > > The decoder properly ignores id3v2 tags. Unless you mean that the > plugins > > should read id3v2... that I can look into. > > This should be pretty easy to do with libid3, but is ID3 really the > right > choice for FLAC? Since FLAC is intended to support streaming, and > ID3v2 lives > at the beginning of a file, users listening in partway to a stream > will not > have access to the information. Also, since ID3v2 can contain huge > amounts of &...
2004 Sep 10
0
What's left for 1.0?
...'t fulfil a requirement of > internationalization i > > > mentioned before. > > > > > The decoder properly ignores id3v2 tags. Unless you mean that the > plugins > > should read id3v2... that I can look into. > > This should be pretty easy to do with libid3, but is ID3 really the > right > choice for FLAC? Since FLAC is intended to support streaming, and > ID3v2 lives > at the beginning of a file, users listening in partway to a stream > will not > have access to the information. Also, since ID3v2 can contain huge > amounts of &...
2004 Sep 10
1
ID3v1 support to Winamp v.2 plugin
I just added code to the Winamp 2 plugin that reads/writes ID3v1.1 tags in FLAC files from the 'Get File Info' dialog and properly reports the artist and title information to the playlist. In what format would you prefer the new code? Additionally, do you think it would be worth adding this functionality to the FLAC API? It would be cool to have the capability to write ID3v1 tags from the
2004 Sep 10
0
Re: non-PIC code in shared libs again
...greport.cgi?bug=179735 > Well, for now I have fixed it in the fink package like so: --- flac-1.1.0/confgure.in.orig 2003-02-11 08:46:25.000000000 -0800 +++ flac-1.1.0/configure.in 2003-02-11 08:46:34.000000000 -0800 @@ -70,7 +70,7 @@ dnl There is some confusion over what libraries libid3 needs dnl so we must be pessimistic and try all permutations: dnl "-lid3" "-lid3 -lstdc++" "-lid3 -lz" "-lid3 -lz -lstdc++" - for xtra_stdcpp in "" " -lstdc++" ; do + for xtra_stdcpp in "" " &qu...
2008 Mar 21
1
the legendary id3 album art
Does anyone know if there are any players that use the id3v2 album art people mention every so often? -- imalone
2004 Sep 10
0
[aottley@shaw.ca: Bug#203581: xmms-flac: Plugin misplays certain valid files]
...2.3.1-17 GNU C Library: Shared libraries an ii libflac4 1.1.0-9 Free Lossless Audio Codec - runtim ii libglib1.2 1.2.10-9 The GLib library of C routines ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets fo ii libid3-3.8.3 3.8.3-2 Library for manipulating ID3v1 and ii libstdc++5 1:3.3.1-0rc2 The GNU Standard C++ Library v3 ii xlibs 4.2.1-9 X Window System client libraries ii xmms 1.2.7-3 Versatile X audio player that look...
2004 Sep 10
5
[st.n@gmx.net: Bug#200435: xmms-flac: doesn't properly support long files]
...2.3.1-17 GNU C Library: Shared libraries an ii libflac4 1.1.0-4 Free Lossless Audio Codec - runtim ii libglib1.2 1.2.10-9 The GLib library of C routines ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets fo ii libid3-3.8.3 3.8.3-2 Library for manipulating ID3v1 and ii libstdc++5 1:3.3.1-0pre0 The GNU Standard C++ Library v3 ii xlibs 4.2.1-9 X Window System client libraries ii xmms 1.2.7-3 Versatile X audio player that...
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
...ORBA services ii libgnorbagtk0 1.4.2-12 GNOME CORBA services (Gtk bindings) ii libgpmg1 1.19.6-12 General Purpose Mouse Library [libc6] ii libgtk1.2 1.2.10-14 The GIMP Toolkit set of widgets for X ii libgtk1.2-comm 1.2.10-14 Common files for the GTK+ library ii libid3-3.8.3 3.8.3-1 Library for manipulating ID3v1 and ID3v2 tag ii libident 0.22-2 simple RFC1413 client library - runtime ii libjpeg62 6b-5 The Independent JPEG Group's JPEG runtime li ii libkrb53 1.2.4-5woody4 MIT Kerberos runtime libraries ii lib...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...h_python2 Added tag(s) jessie. > tags 703503 + jessie Bug #703503 [src:valgrind] valgrind: Please support arch powerpcspe Added tag(s) jessie. > tags 701340 + jessie Bug #701340 [src:postgresql-9.1] postgresql-9.1: ftbfs with GCC-4.8 Added tag(s) jessie. > tags 213239 + jessie Bug #213239 [libid3-3.8.3c2a] libid3-3.8.3: UTF8 tagging broken Added tag(s) jessie. > tags 242613 + jessie Bug #242613 [apt-watch] apt-watch should use alternatives (x-terminal-emulator) instead of xterm Added tag(s) jessie. > tags 676277 + jessie Bug #676277 [src:speedy-cgi-perl] speedy-cgi-perl: FTBFS with pe...