Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

[mb-commits] r7959 - in libtunepimp/trunk: . examples include/tunepimp-0.5 : msg#00183

audio.musicbrainz.cvs

Subject: [mb-commits] r7959 - in libtunepimp/trunk: . examples include/tunepimp-0.5 plugins/speex plugins/tta plugins/wv python/tunepimp

Author: luks
Date: 2006-06-29 00:48:30 +0000 (Thu, 29 Jun 2006)
New Revision: 7959

Modified:
libtunepimp/trunk/configure.in
libtunepimp/trunk/examples/puid.c
libtunepimp/trunk/include/tunepimp-0.5/tp_c.h
libtunepimp/trunk/plugins/speex/Makefile.am
libtunepimp/trunk/plugins/tta/Makefile.am
libtunepimp/trunk/plugins/wv/Makefile.am
libtunepimp/trunk/python/tunepimp/tunepimp.py
Log:
More fixes ...

Modified: libtunepimp/trunk/configure.in
===================================================================
--- libtunepimp/trunk/configure.in 2006-06-29 00:13:27 UTC (rev 7958)
+++ libtunepimp/trunk/configure.in 2006-06-29 00:48:30 UTC (rev 7959)
@@ -297,6 +297,9 @@
plugins/mpc/Makefile
plugins/wma/Makefile
plugins/mp4/Makefile
+ plugins/speex/Makefile
+ plugins/tta/Makefile
+ plugins/wv/Makefile
examples/Makefile
include/Makefile
include/tunepimp-0.5/Makefile

Modified: libtunepimp/trunk/examples/puid.c
===================================================================
--- libtunepimp/trunk/examples/puid.c 2006-06-29 00:13:27 UTC (rev 7958)
+++ libtunepimp/trunk/examples/puid.c 2006-06-29 00:48:30 UTC (rev 7959)
@@ -270,7 +270,7 @@
strcpy(clientId, argv[index++]);
if (strlen(clientId) == 0)
{
- fprintf(stderr, "Invalid MusicDNS client id specified.\n", clientId);
+ fprintf(stderr, "Invalid MusicDNS client id specified.\n");
return (-1);
}
if (index >= argc)

Modified: libtunepimp/trunk/include/tunepimp-0.5/tp_c.h
===================================================================
--- libtunepimp/trunk/include/tunepimp-0.5/tp_c.h 2006-06-29 00:13:27 UTC
(rev 7958)
+++ libtunepimp/trunk/include/tunepimp-0.5/tp_c.h 2006-06-29 00:48:30 UTC
(rev 7959)
@@ -256,6 +256,9 @@
void tp_GetVersion (tunepimp_t o, int *major, int *minor, int *rev);


+void tp_SetMusicDNSClientId(tunepimp_t o, const char *clientId);
+
+
/**
* Get the MusicDNS clientId that was set with the tp_SetMusicDNSClientId
* function.

Modified: libtunepimp/trunk/plugins/speex/Makefile.am
===================================================================
--- libtunepimp/trunk/plugins/speex/Makefile.am 2006-06-29 00:13:27 UTC (rev
7958)
+++ libtunepimp/trunk/plugins/speex/Makefile.am 2006-06-29 00:48:30 UTC (rev
7959)
@@ -1,41 +1,41 @@
-#
-# TunePimp -- The MusicBrainz tagging clien interface:
-# "Let a thousand taggers bloom!"
-#
-# Copyright (C) 2006 Lukas Lalinsky
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-# $Id$
-#
-#
-#
-INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
-
-lib_LTLIBRARIES = speex.la
-mpc_la_SOURCES = speex.cpp speexfile.cpp speexproperties.cpp
-mpc_la_CXXFLAGS = $(TAGLIB_CFLAGS)
-mpc_la_LDFLAGS = -module -avoid-version
-mpc_la_LIBADD = ../../lib/utf8/libutf8.la ../../lib/libpluginsupport.la
$(TAGLIB_LIBS) -lmusicbrainz
-
-all:
- mkdir -p $(top_srcdir)/examples/plugins
- rm -f $(top_srcdir)/examples/plugins/wv.tpp
- ln -s ../../plugins/speex/.libs/speex.so
$(top_srcdir)/examples/plugins/speex.tpp
-
-install-exec-am:
-
-clean distclean:
- rm -f $(top_srcdir)/examples/plugins/speex.tpp
+#
+# TunePimp -- The MusicBrainz tagging clien interface:
+# "Let a thousand taggers bloom!"
+#
+# Copyright (C) 2006 Lukas Lalinsky
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# $Id$
+#
+#
+#
+INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
+
+lib_LTLIBRARIES = speex.la
+speex_la_SOURCES = speex.cpp speexfile.cpp speexproperties.cpp
+speex_la_CXXFLAGS = $(TAGLIB_CFLAGS)
+speex_la_LDFLAGS = -module -avoid-version
+speex_la_LIBADD = ../../lib/utf8/libutf8.la ../../lib/libpluginsupport.la
$(TAGLIB_LIBS) -lmusicbrainz
+
+all:
+ mkdir -p $(top_srcdir)/examples/plugins
+ rm -f $(top_srcdir)/examples/plugins/speex.tpp
+ ln -s ../../plugins/speex/.libs/speex.so
$(top_srcdir)/examples/plugins/speex.tpp
+
+install-exec-am:
+
+clean distclean:
+ rm -f $(top_srcdir)/examples/plugins/speex.tpp


Property changes on: libtunepimp/trunk/plugins/speex/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native

Modified: libtunepimp/trunk/plugins/tta/Makefile.am
===================================================================
--- libtunepimp/trunk/plugins/tta/Makefile.am 2006-06-29 00:13:27 UTC (rev
7958)
+++ libtunepimp/trunk/plugins/tta/Makefile.am 2006-06-29 00:48:30 UTC (rev
7959)
@@ -1,41 +1,41 @@
-#
-# TunePimp -- The MusicBrainz tagging clien interface:
-# "Let a thousand taggers bloom!"
-#
-# Copyright (C) 2006 Lukas Lalinsky
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-# $Id$
-#
-#
-#
-INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
-
-lib_LTLIBRARIES = tta.la
-mpc_la_SOURCES = tta.cpp ttafile.cpp ttaproperties.cpp
-mpc_la_CXXFLAGS = $(TAGLIB_CFLAGS)
-mpc_la_LDFLAGS = -module -avoid-version
-mpc_la_LIBADD = ../../lib/utf8/libutf8.la ../../lib/libpluginsupport.la
$(TAGLIB_LIBS) -lmusicbrainz
-
-all:
- mkdir -p $(top_srcdir)/examples/plugins
- rm -f $(top_srcdir)/examples/plugins/tta.tpp
- ln -s ../../plugins/wv/.libs/tta.so
$(top_srcdir)/examples/plugins/tta.tpp
-
-install-exec-am:
-
-clean distclean:
- rm -f $(top_srcdir)/examples/plugins/tta.tpp
+#
+# TunePimp -- The MusicBrainz tagging clien interface:
+# "Let a thousand taggers bloom!"
+#
+# Copyright (C) 2006 Lukas Lalinsky
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# $Id$
+#
+#
+#
+INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
+
+lib_LTLIBRARIES = tta.la
+tta_la_SOURCES = tta.cpp ttafile.cpp ttaproperties.cpp
+tta_la_CXXFLAGS = $(TAGLIB_CFLAGS)
+tta_la_LDFLAGS = -module -avoid-version
+tta_la_LIBADD = ../../lib/utf8/libutf8.la ../../lib/libpluginsupport.la
$(TAGLIB_LIBS) -lmusicbrainz
+
+all:
+ mkdir -p $(top_srcdir)/examples/plugins
+ rm -f $(top_srcdir)/examples/plugins/tta.tpp
+ ln -s ../../plugins/wv/.libs/tta.so
$(top_srcdir)/examples/plugins/tta.tpp
+
+install-exec-am:
+
+clean distclean:
+ rm -f $(top_srcdir)/examples/plugins/tta.tpp


Property changes on: libtunepimp/trunk/plugins/tta/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native

Modified: libtunepimp/trunk/plugins/wv/Makefile.am
===================================================================
--- libtunepimp/trunk/plugins/wv/Makefile.am 2006-06-29 00:13:27 UTC (rev
7958)
+++ libtunepimp/trunk/plugins/wv/Makefile.am 2006-06-29 00:48:30 UTC (rev
7959)
@@ -1,41 +1,41 @@
-#
-# TunePimp -- The MusicBrainz tagging clien interface:
-# "Let a thousand taggers bloom!"
-#
-# Copyright (C) 2006 Lukas Lalinsky
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-# $Id$
-#
-#
-#
-INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
-
-lib_LTLIBRARIES = wv.la
-mpc_la_SOURCES = wv.cpp wvfile.cpp wvproperties.cpp
-mpc_la_CXXFLAGS = $(TAGLIB_CFLAGS)
-mpc_la_LDFLAGS = -module -avoid-version
-mpc_la_LIBADD = ../../lib/utf8/libutf8.la ../../lib/libpluginsupport.la
$(TAGLIB_LIBS) -lmusicbrainz
-
-all:
- mkdir -p $(top_srcdir)/examples/plugins
- rm -f $(top_srcdir)/examples/plugins/wv.tpp
- ln -s ../../plugins/wv/.libs/wv.so $(top_srcdir)/examples/plugins/wv.tpp
-
-install-exec-am:
-
-clean distclean:
- rm -f $(top_srcdir)/examples/plugins/wv.tpp
+#
+# TunePimp -- The MusicBrainz tagging clien interface:
+# "Let a thousand taggers bloom!"
+#
+# Copyright (C) 2006 Lukas Lalinsky
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# $Id$
+#
+#
+#
+INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5 $(INCLTDL)
+
+lib_LTLIBRARIES = wv.la
+wv_la_SOURCES = wv.cpp wvfile.cpp wvproperties.cpp
+wv_la_CXXFLAGS = $(TAGLIB_CFLAGS)
+wv_la_LDFLAGS = -module -avoid-version
+wv_la_LIBADD = ../../lib/utf8/libutf8.la ../../lib/libpluginsupport.la
$(TAGLIB_LIBS) -lmusicbrainz
+
+all:
+ mkdir -p $(top_srcdir)/examples/plugins
+ rm -f $(top_srcdir)/examples/plugins/wv.tpp
+ ln -s ../../plugins/wv/.libs/wv.so $(top_srcdir)/examples/plugins/wv.tpp
+
+install-exec-am:
+
+clean distclean:
+ rm -f $(top_srcdir)/examples/plugins/wv.tpp


Property changes on: libtunepimp/trunk/plugins/wv/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native

Modified: libtunepimp/trunk/python/tunepimp/tunepimp.py
===================================================================
--- libtunepimp/trunk/python/tunepimp/tunepimp.py 2006-06-29 00:13:27 UTC
(rev 7958)
+++ libtunepimp/trunk/python/tunepimp/tunepimp.py 2006-06-29 00:48:30 UTC
(rev 7959)
@@ -178,7 +178,7 @@
assert False # not reached

try:
- tplib = _openLibrary('tunepimp', '4')
+ tplib = _openLibrary('tunepimp', '5')
except NotImplementedError, e:
raise TunePimpError(str(e))


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
user-groups.jax...    php.zend.framew...    os.solaris.open...    web.quixote.use...    java.openjdk.ho...    ietf.secmech/20...    gnu.glpk/2004-0...    recreation.cars...    network.smokepi...    linux.drivers.i...    cms.opencms.dev...    fonts.gfontview...    text.xml.soap.u...    voip.nist-sip/2...    debian.ports.hp...    xfree86.interna...    science.biology...    qnx.openqnx.dev...    mail.sylpheed.c...    busybox/bios/20...    emulators.kvm.s...    hardware.openco...    apple.fink.begi...    kde.german/2006...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation