Revision: 1509
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1509&view=rev
Author: tmzullinger
Date: 2007-05-30 05:33:18 -0700 (Wed, 30 May 2007)
Log Message:
-----------
change CVS references and links to SVN
Modified Paths:
--------------
gtkpod/trunk/ChangeLog_detailed
gtkpod/trunk/INSTALL
gtkpod/trunk/INSTALL_CVS
gtkpod/trunk/Makefile.am
gtkpod/trunk/configure.in
libgpod/trunk/ChangeLog
libgpod/trunk/bindings/python/tests/resources/iTunes/iTunesDB.ext
libgpod/trunk/docs/reference/libgpod-docs.xml
libgpod/trunk/docs/reference/tmpl/photodb.sgml
libgpod/trunk/m4/python.m4
website/trunk/contribution.html
website/trunk/downloads.html
website/trunk/libgpod.html
website/trunk/news.html
Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed 2007-05-07 12:14:38 UTC (rev 1508)
+++ gtkpod/trunk/ChangeLog_detailed 2007-05-30 12:33:18 UTC (rev 1509)
@@ -1,3 +1,11 @@
+2007-05-30 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * configure.in
+ INSTALL
+ INSTALL_CVS
+ Makefile.am:
+ change CVS references and links to SVN
+
2007-05-17 P.G. Richardson <phantom_sf at users.sourceforge.net>
* display_coverart.c
Modified: gtkpod/trunk/INSTALL
===================================================================
--- gtkpod/trunk/INSTALL 2007-05-07 12:14:38 UTC (rev 1508)
+++ gtkpod/trunk/INSTALL 2007-05-30 12:33:18 UTC (rev 1509)
@@ -10,10 +10,10 @@
library -- they are not related. libid3tag is part of the MAD
project (http://sourceforge.net/projects/mad/).
- Starting with version 0.96 gtkpod is using the gpod
- library. libgpod should soon be available as a standard package for
- major linux distributions. You can also install the library from
- source. Download instructions for the tarball or CVS snapshot can
+ Starting with version 0.96 gtkpod is using the gpod library.
+ libgpod should soon be available as a standard package for major
+ linux distributions. You can also install the library from source.
+ Download instructions for the tarball or development snapshot can
be found at http://www.gtkpod.org/libgpod.html
The libmp4v2 package is ONLY NEEDED if you need AAC support. You
Modified: gtkpod/trunk/INSTALL_CVS
===================================================================
--- gtkpod/trunk/INSTALL_CVS 2007-05-07 12:14:38 UTC (rev 1508)
+++ gtkpod/trunk/INSTALL_CVS 2007-05-30 12:33:18 UTC (rev 1509)
@@ -1,4 +1,4 @@
-If you install from CVS, call
+If you install from Subversion, call
./autogen.sh
make
Modified: gtkpod/trunk/Makefile.am
===================================================================
--- gtkpod/trunk/Makefile.am 2007-05-07 12:14:38 UTC (rev 1508)
+++ gtkpod/trunk/Makefile.am 2007-05-30 12:33:18 UTC (rev 1509)
@@ -48,6 +48,6 @@
for gladefile in gtkpod.glade gtkpod.gladep; do \
rm -f $(distdir)/pixmaps/$$gladefile; \
done
- rm -rf $(distdir)/pixmaps/CVS
+ rm -rf $(distdir)/pixmaps/.svn
Modified: gtkpod/trunk/configure.in
===================================================================
--- gtkpod/trunk/configure.in 2007-05-07 12:14:38 UTC (rev 1508)
+++ gtkpod/trunk/configure.in 2007-05-30 12:33:18 UTC (rev 1509)
@@ -4,7 +4,7 @@
AC_PREREQ(2.55)
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gtkpod, 0.99.9CVS)
+AM_INIT_AUTOMAKE(gtkpod, 0.99.9DEV)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2007-05-07 12:14:38 UTC (rev 1508)
+++ libgpod/trunk/ChangeLog 2007-05-30 12:33:18 UTC (rev 1509)
@@ -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
Modified: libgpod/trunk/bindings/python/tests/resources/iTunes/iTunesDB.ext
===================================================================
--- libgpod/trunk/bindings/python/tests/resources/iTunes/iTunesDB.ext
2007-05-07 12:14:38 UTC (rev 1508)
+++ libgpod/trunk/bindings/python/tests/resources/iTunes/iTunesDB.ext
2007-05-30 12:33:18 UTC (rev 1509)
@@ -1,3 +1,3 @@
itunesdb_hash=1d28bd4e9ec0980d34f36f9d39cdafd163e5cd36
-version=0.99.6CVS
+version=0.99.6DEV
id=xxx
Modified: libgpod/trunk/docs/reference/libgpod-docs.xml
===================================================================
--- libgpod/trunk/docs/reference/libgpod-docs.xml 2007-05-07 12:14:38 UTC
(rev 1508)
+++ libgpod/trunk/docs/reference/libgpod-docs.xml 2007-05-30 12:33:18 UTC
(rev 1509)
@@ -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
Modified: libgpod/trunk/docs/reference/tmpl/photodb.sgml
===================================================================
--- libgpod/trunk/docs/reference/tmpl/photodb.sgml 2007-05-07 12:14:38 UTC
(rev 1508)
+++ libgpod/trunk/docs/reference/tmpl/photodb.sgml 2007-05-30 12:33:18 UTC
(rev 1509)
@@ -67,7 +67,7 @@
<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 @@
</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>
Modified: libgpod/trunk/m4/python.m4
===================================================================
--- libgpod/trunk/m4/python.m4 2007-05-07 12:14:38 UTC (rev 1508)
+++ libgpod/trunk/m4/python.m4 2007-05-30 12:33:18 UTC (rev 1509)
@@ -26,7 +26,6 @@
])
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.
Modified: website/trunk/contribution.html
===================================================================
--- website/trunk/contribution.html 2007-05-07 12:14:38 UTC (rev 1508)
+++ website/trunk/contribution.html 2007-05-30 12:33:18 UTC (rev 1509)
@@ -117,7 +117,7 @@
tracker</a> and the <a
href="http://sourceforge.net/tracker/?atid=519276&group_id=67873&func=browse">feature
request tracker</a>, as well as the <a
-
href="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/gtkpod/TODOandBUGS.txt">TODO
+
href="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk/TODOandBUGS.txt">TODO
list.</a> You should also consider <a
href="http://lists.sourceforge.net/lists/listinfo/gtkpod-devel">signing
up</a> to the <a
Modified: website/trunk/downloads.html
===================================================================
--- website/trunk/downloads.html 2007-05-07 12:14:38 UTC (rev 1508)
+++ website/trunk/downloads.html 2007-05-30 12:33:18 UTC (rev 1509)
@@ -156,9 +156,9 @@
href="http://sourceforge.net/project/showfiles.php?group_id=67873">Official
Release</a></p>
<p style="margin-left: 80px;"><a
- href="http://sourceforge.net/cvs/?group_id=67873">CVS
-snapshot</a> (CVS download, module 'gtkpod', also see the <a
-
href="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/gtkpod/ChangeLog">latest
+ href="http://sourceforge.net/svn/?group_id=67873">Subversion
+snapshot</a> (check out 'gtkpod/trunk', also see the <a
+
href="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk/ChangeLog">latest
ChangeLog</a>)</p>
<p style="margin-left: 40px;"><big><span
style="font-weight: bold;">Third-party packages</span></big></p>
Modified: website/trunk/libgpod.html
===================================================================
--- website/trunk/libgpod.html 2007-05-07 12:14:38 UTC (rev 1508)
+++ website/trunk/libgpod.html 2007-05-30 12:33:18 UTC (rev 1509)
@@ -114,9 +114,9 @@
href="http://sourceforge.net/project/showfiles.php?group_id=67873">Official
Release</a></p>
<p style="margin-left: 80px;"><a
- href="http://sourceforge.net/cvs/?group_id=67873">CVS
-snapshot</a> (CVS download, module 'libgpod', also see the <a
-
href="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/libgpod/ChangeLog">latest
+ href="http://sourceforge.net/svn/?group_id=67873">Subversion
+snapshot</a> (check out 'libgpod/trunk', also see the <a
+
href="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk/ChangeLog">latest
ChangeLog</a>)</p>
<p style="margin-left: 40px;"><big><span
style="font-weight: bold;">Third-party packages</span></big> </p>
Modified: website/trunk/news.html
===================================================================
--- website/trunk/news.html 2007-05-07 12:14:38 UTC (rev 1508)
+++ website/trunk/news.html 2007-05-30 12:33:18 UTC (rev 1509)
@@ -109,11 +109,11 @@
href="http://www.gtkpod.org/downloads.html">official release.</a><br>
</p>
<p class="news">For the latest changes to the <a
- href="http://www.gtkpod.org/downloads.html">CVS version</a> please
+ href="http://www.gtkpod.org/downloads.html">development version</a> please
consult the <a
-
href="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/gtkpod/ChangeLog">CVS-based
+
href="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk/ChangeLog">Subversion-based
changelog</a> and the <a
-
href="http://gtkpod.cvs.sourceforge.net/*checkout*/gtkpod/gtkpod/ChangeLog_detailed">CVS-based
+
href="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk/ChangeLog_detailed">Subversion-based
detailed changelog.</a></p>
<h3>gtkpod V0.99.4</h3>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2