[Lunar-commits] CVS: moonbase/audio/rhythmbox CONFIGURE, NONE, 1.1.2.1 POST_INSTALL, 1.1.2.1, 1.1.2.2

Nick Hudson nhudson at lunar-linux.org
Thu Mar 18 04:22:20 GMT 2004


Update of /var/cvs/lunar/moonbase/audio/rhythmbox
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17615/rhythmbox

Modified Files:
      Tag: GNOME_UNSTABLE
	POST_INSTALL 
Added Files:
      Tag: GNOME_UNSTABLE
	CONFIGURE 
Log Message:

Adding iPod support to rhythmbox if you have a iPod and want to set things up refer to the README.iPod file in Gnome CVS 

http://cvs.gnome.org/bonsai/cvsblame.cgi?file=rhythmbox/README.iPod&rev=&root=/cvs/gnome

Have fun 



--- NEW FILE: CONFIGURE ---
if  ! grep -q "IPOD"  $MODULE_CONFIG; then
  if  query  "Compile in iPod Support?" y; then
    echo  "IPOD=y"  >>  $MODULE_CONFIG
  else
    echo  "IPOD=n"  >>  $MODULE_CONFIG
  fi
fi


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/rhythmbox/POST_INSTALL,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- POST_INSTALL	7 Feb 2004 04:46:47 -0000	1.1.2.1
+++ POST_INSTALL	18 Mar 2004 04:22:18 -0000	1.1.2.2
@@ -1 +1,6 @@
 message "Make sure to run gst-register as user once this compile is finished"
+message ""
+message ""
+message "If you enabled iPod support make sure you follow these instructions:"
+message "1: mount your ipod to /mnt/ipod (or create a /apps/qahog/mount_path gconf key containing the path where your iPod is mounted)"
+message "2: your iPod songs should appear in the iPod source from the sidebar"



More information about the Lunar-commits mailing list