commit 2a6f1acf8a2237937ed32c4ad80bd170ed0f1da3
Author: phantomjinx <[email protected]>
Date: Sun Nov 8 20:19:22 2009 +0000
Migrate from Subversion to git
Cherry-pick from master. Changes to .gitignore slightly edited
.gitignore | 31 ++++++++++++++++++-------------
INSTALL | 9 ++++-----
configure.in | 1 +
3 files changed, 23 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fdbd911..96d8506 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,15 @@
-*Makefile
-*Makefile.in
-*Makefile.in.in
-*.lo
-*.anjuta_sym_db.db
+# Global ignores
+*.bak
*.o
-*.deps
-*.libs
-*.la
*.so
-*POTFILES
-
+*.la
+*.sw[a-z]
+*~
+.deps
+.libs
+Makefile
+Makefile.in
+cscope.out
# /
/.cdtproject
@@ -27,7 +27,7 @@
/depcomp
/install-sh
/intltool-*
-/libtool
+/libtool*
/ltmain.sh
/missing
/mkinstalldirs
@@ -37,20 +37,25 @@
/.cproject
# /data/
-/data/*.gmo
/data/*.desktop
/data/nocover_found.png
+# /data/man/
/data/man/gtkpod.1
# /po/
+/po/Makefile.in.in
+/po/POTFILES
/po/*.gmo
/po/.intltool-merge-cache
/po/stamp-it
+# /src/
/src/cscope.out
+/src/date_parser.c
+/src/date_parser2.c
/src/gtkpod
/src/itdb
-# plugins soft links
+#/plugins
/plugins/*.plugin
diff --git a/INSTALL b/INSTALL
index 962e217..ad20c7b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -124,14 +124,14 @@ Quick guide for Ubuntu/Debian
The following steps were necessary to install libgpod and gtkpod on a fairly
virgin Ubuntu Hardy (LTS 8.04) installation.
# required packages
-sudo apt-get install autoconf flex gettext libglib2.0-dev libgtk2.0-dev
libglade2-dev libid3tag0-dev libxml-parser-perl pkg-config automake gcc
subversion gtk-doc-tools
+sudo apt-get install autoconf flex gettext libglib2.0-dev libgtk2.0-dev
libglade2-dev libid3tag0-dev libxml-parser-perl pkg-config automake gcc
git-core gtk-doc-tools
# recommended packages
sudo apt-get install libcurl4-dev libflac-dev libgnomevfs2-dev libhal-dev
libvorbis-dev libmp4v2-dev
-# checkout of libgpod and gtkpod
-svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk libgpod
-svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk gtkpod
+# checkout libgpod and gtkpod
+git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/libgpod
+git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/gtkpod
# compile libgpod
cd libgpod/
@@ -148,4 +148,3 @@ sudo make install
#start gtkpod
gtkpod &
-
diff --git a/configure.in b/configure.in
index 2fc3ca9..c5c5843 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,7 @@ dnl Process this file with autoconf to produce a configure
script.
AC_PREREQ(2.55)
AC_INIT(configure.in)
+AM_INIT_AUTOMAKE(gtkpod, 0.99.15GIT)
AM_CONFIG_HEADER(config.h)
# Making releases:
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2