diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-05-30 12:33:18 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-05-30 12:33:18 +0000 |
commit | cb80c65901da6af0c384a89b33ed6477307f8e00 (patch) | |
tree | c1cd30dbad08e77486af4e916b5e56890d093e90 | |
parent | eadf524ea1dcc64de5f47e91363dd192425acaf6 (diff) | |
download | libgpod-cb80c65901da6af0c384a89b33ed6477307f8e00.tar.gz libgpod-cb80c65901da6af0c384a89b33ed6477307f8e00.tar.xz libgpod-cb80c65901da6af0c384a89b33ed6477307f8e00.zip |
change CVS references and links to SVN
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1509 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | bindings/python/tests/resources/iTunes/iTunesDB.ext | 2 | ||||
-rw-r--r-- | docs/reference/libgpod-docs.xml | 2 | ||||
-rw-r--r-- | docs/reference/tmpl/photodb.sgml | 6 | ||||
-rw-r--r-- | m4/python.m4 | 1 |
5 files changed, 13 insertions, 6 deletions
@@ -1,3 +1,11 @@ +2007-05-30 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * bindings/python/tests/resources/iTunes/iTunesDB.ext + docs/reference/libgpod-docs.xml + docs/reference/tmpl/photodb.sgml + m4/python.m4: + change CVS references and links to SVN + 2007-05-27 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/db-artwork-parser.c diff --git a/bindings/python/tests/resources/iTunes/iTunesDB.ext b/bindings/python/tests/resources/iTunes/iTunesDB.ext index 5fa5cee..893d3c1 100644 --- a/bindings/python/tests/resources/iTunes/iTunesDB.ext +++ b/bindings/python/tests/resources/iTunes/iTunesDB.ext @@ -1,3 +1,3 @@ itunesdb_hash=1d28bd4e9ec0980d34f36f9d39cdafd163e5cd36 -version=0.99.6CVS +version=0.99.6DEV id=xxx diff --git a/docs/reference/libgpod-docs.xml b/docs/reference/libgpod-docs.xml index d80fd43..c6c46b6 100644 --- a/docs/reference/libgpod-docs.xml +++ b/docs/reference/libgpod-docs.xml @@ -59,7 +59,7 @@ </para> <para> Please see the programs in the <ulink type="http" - url="http://gtkpod.cvs.sourceforge.net/gtkpod/libgpod/tests/">tests/</ulink> + url="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk/tests/">tests/</ulink> directory of the source distribution for some usage examples. A more complete example can be found in the source for <ulink type="http" url="http://www.gtkpod.org"> Gtkpod</ulink>. You can also ask questions diff --git a/docs/reference/tmpl/photodb.sgml b/docs/reference/tmpl/photodb.sgml index 2bd3543..59a7a4d 100644 --- a/docs/reference/tmpl/photodb.sgml +++ b/docs/reference/tmpl/photodb.sgml @@ -67,7 +67,7 @@ itdb_device_set_sysinfo (db->device, "ModelNumStr", model); <para> For example, "MA450" would stand for an 80 GB 6th generation iPod Video. See <ulink type="http" -url="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/libgpod/src/itdb_device.c">itdb_device.c</ulink> +url="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk/src/itdb_device.c">itdb_device.c</ulink> for a list of supported models. </para> <para> @@ -76,9 +76,9 @@ saved (itdb_device_write_sysinfo() is called). </para> <para> Have a look at the <ulink type="http" -url="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/libgpod/tests/test-photos.c">test-photos</ulink> +url="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk/tests/test-photos.c">test-photos</ulink> test program in the <ulink type="http" -url="http://gtkpod.cvs.sourceforge.net/gtkpod/libgpod/tests/">tests/</ulink> +url="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk/tests/">tests/</ulink> directory of the libgpod source for an example of how to use the interface. </para> diff --git a/m4/python.m4 b/m4/python.m4 index 685f4b6..9774c53 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -26,7 +26,6 @@ CPPFLAGS="$save_CPPFLAGS" ]) dnl copied and modified from gnome-python -dnl http://cvs.gnome.org/viewcvs/*checkout*/gnome-python/pygtk/m4/python.m4 dnl dnl AM_CHECK_PYMOD(MODNAME [,VERSION, VERSION_MATCHER [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]]) dnl Check if a module of a particular version is visible to python. |